Box_Lib - Component ProgressBar

Added program 'Run with OpenDialog'

git-svn-id: svn://kolibrios.org@3478 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
0CodErr
2013-04-22 11:06:47 +00:00
parent 72bcc9e95d
commit 510e1e65a4
5 changed files with 883 additions and 2 deletions
@@ -485,4 +485,17 @@ struc scrollbar xsize, xpos, ysize, ypos, btn_height, max, cur, pos, bgcol, frco
.work_size dd ?
.all_redraw dd ?
.ar_offset dd ar_offset
}
}
; *** ProgressBar constants *** ;
PB_VALUE equ +0
PB_LEFT equ +4
PB_TOP equ +8
PB_WIDTH equ +12
PB_HEIGHT equ +16
PB_STYLE equ +20
PB_MIN equ +24
PB_MAX equ +28
PB_BACK_COLOR equ +32
PB_PROGRESS_COLOR equ +36
PB_FRAME_COLOR equ +40