Subversion Repositories Kolibri OS

Rev

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

Rev 1660 Rev 1682
Line 172... Line 172...
172
check_box_mouse dd	aCheck_box_mouse
172
check_box_mouse dd	aCheck_box_mouse
173
version_ch	dd	aVersion_ch
173
version_ch	dd	aVersion_ch
174
		dd	0,0
174
		dd	0,0
Line 175... Line 175...
175
 
175
 
176
 
176
 
177
aInit_checkbox	 db 'init_checkbox',0
177
aInit_checkbox	 db 'init_checkbox2',0
178
aCheck_box_draw  db 'check_box_draw',0
178
aCheck_box_draw  db 'check_box_draw2',0
179
aCheck_box_mouse db 'check_box_mouse',0
179
aCheck_box_mouse db 'check_box_mouse2',0
180
aVersion_ch	 db 'version_ch',0
180
aVersion_ch	 db 'version_ch2',0
181
;---------------------------------------------------------------------
181
;---------------------------------------------------------------------
182
check1 check_box (10 shl 16 + 12),(10 shl 16 + 12),6,0xC0AABBCC,0,0x80000000,check_text,ch_flag_en
182
check1 check_box2 (10 shl 16 + 12),(10 shl 16 + 12),6,0xC0AABBCC,0,0x80000000,check_text,ch_flag_en
183
check2 check_box (10 shl 16 + 22),(25 shl 16 + 12),6,0xC0AABBCC,0,0x80000000,check_text2
183
check2 check_box2 (10 shl 16 + 22),(25 shl 16 + 12),6,0xC0AABBCC,0,0x80000000,check_text2
184
check3 check_box (10 shl 16 + 12),(40 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text3
184
check3 check_box2 (10 shl 16 + 12),(40 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text3
185
check4 check_box (10 shl 16 + 12),(70 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text4,ch_flag_top
185
check4 check_box2 (10 shl 16 + 12),(70 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text4,ch_flag_top
186
check5 check_box (10 shl 16 + 12),(100 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text5,ch_flag_middle
186
check5 check_box2 (10 shl 16 + 12),(100 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text5,ch_flag_middle
187
check6 check_box (10 shl 16 + 12),(130 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text6,ch_flag_bottom
187
check6 check_box2 (10 shl 16 + 12),(130 shl 16 + 22),6,0xC0AABBCC,0,0x80000000,check_text6,ch_flag_bottom
188
;---------------------------------------------------------------------
188
;---------------------------------------------------------------------
189
hed		db 'CheckBox Exemples  date 15.10.2010',0
189
hed		db 'CheckBox Exemples  date 15.10.2010',0
190
hed_end:
190
hed_end: