Subversion Repositories Kolibri OS

Rev

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

Rev 4674 Rev 5416
Line 19... Line 19...
19
dword PathShow_draw    = #aPathShow_draw;
19
dword PathShow_draw    = #aPathShow_draw;
Line 20... Line 20...
20
 
20
 
21
dword progressbar_draw = #aProgressbar_draw;
21
dword progressbar_draw = #aProgressbar_draw;
Line -... Line 22...
-
 
22
dword progressbar_progress = #aProgressbar_progress;
-
 
23
 
-
 
24
dword check_box_draw = #aCheck_box_draw;
-
 
25
dword check_box_mouse = #aCheck_box_mouse;
22
dword progressbar_progress = #aProgressbar_progress;
26
dword version_ch = #aVersion_ch;
Line 23... Line 27...
23
 
27
 
24
$DD 2 dup 0
28
$DD 2 dup 0
25
 
29
 
Line 33... Line 37...
33
char aScrollbar_v_mouse[18] = "scrollbar_v_mouse\0";
37
char aScrollbar_v_mouse[18] = "scrollbar_v_mouse\0";
34
char aScrollbar_h_draw [17] = "scrollbar_h_draw\0";
38
char aScrollbar_h_draw [17] = "scrollbar_h_draw\0";
35
char aScrollbar_h_mouse[18] = "scrollbar_h_mouse\0";
39
char aScrollbar_h_mouse[18] = "scrollbar_h_mouse\0";
36
char aVersion_scrollbar[18] = "version_scrollbar\0";
40
char aVersion_scrollbar[18] = "version_scrollbar\0";
Line 37... Line 41...
37
 
41
 
38
char aCheck_box_draw   [15] = "check_box_draw\0";
42
char aCheck_box_draw   [15] = "check_box_draw2\0";
39
char aCheck_box_mouse  [16] = "check_box_mouse\0";
43
char aCheck_box_mouse  [16] = "check_box_mouse2\0";
Line 40... Line 44...
40
char aVersion_ch       [11] = "version_ch\0";
44
char aVersion_ch       [11] = "version_ch2\0";
41
 
45
 
42
char aOption_box_draw  [16] = "option_box_draw\0";
46
char aOption_box_draw  [16] = "option_box_draw\0";
Line 76... Line 80...
76
struct edit_box{
80
struct edit_box{
77
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
81
dword width, left, top, color, shift_color, focus_border_color, blur_border_color,
78
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
82
text_color, max, text, mouse_variable, flags, size, pos, offset, cl_curs_x, cl_curs_y, shift, shift_old;
79
};
83
};
Line -... Line 84...
-
 
84
 
-
 
85
struct checkbox2{
-
 
86
dword left_s, top_s, ch_text_margin, color, border_color, text_color, text, flags, size_of_str;
-
 
87
};
-
 
88
 
-
 
89
//flags for checkbox2
-
 
90
#define CH_FLAG_EN 10b      
-
 
91
#define CH_FLAG_TOP 0x0     
-
 
92
#define CH_FLAG_MIDDLE 100b 
-
 
93
#define CH_FLAG_BOTTOM 1000b 
80
 
94
 
81
struct scroll_bar
95
struct scroll_bar
82
{
96
{
83
word size_x,//  equ [edi]     
97
word size_x,//  equ [edi]     
84
start_x,//      equ [edi+2]
98
start_x,//      equ [edi+2]