Subversion Repositories Kolibri OS

Rev

Rev 3204 | Rev 4463 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3204 Rev 3478
Line 484... Line 484...
484
.position2      dd ?
484
.position2      dd ?
485
.work_size      dd ?
485
.work_size      dd ?
486
.all_redraw     dd ?
486
.all_redraw     dd ?
487
.ar_offset      dd ar_offset
487
.ar_offset      dd ar_offset
488
}
488
}
489
489
 
-
 
490
; *** ProgressBar  constants *** ;
-
 
491
PB_VALUE          equ +0
-
 
492
PB_LEFT           equ +4
-
 
493
PB_TOP            equ +8
-
 
494
PB_WIDTH          equ +12
-
 
495
PB_HEIGHT         equ +16
-
 
496
PB_STYLE          equ +20
-
 
497
PB_MIN            equ +24
-
 
498
PB_MAX            equ +28
-
 
499
PB_BACK_COLOR     equ +32
-
 
500
PB_PROGRESS_COLOR equ +36
-
 
501
PB_FRAME_COLOR    equ +40
-
 
502
490
503