Subversion Repositories Kolibri OS

Rev

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

Rev 1639 Rev 1652
Line 127... Line 127...
127
 
127
 
128
aCheck_box_draw  db 'check_box_draw',0
128
aCheck_box_draw  db 'check_box_draw',0
129
aCheck_box_mouse db 'check_box_mouse',0
129
aCheck_box_mouse db 'check_box_mouse',0
130
aVersion_ch	 db 'version_ch',0
130
aVersion_ch	 db 'version_ch',0
131
;---------------------------------------------------------------------
131
;---------------------------------------------------------------------
132
check1 check_box (10 shr 16 + 12),(45 shr 16 + 12),6,0x80AABBCC,0,0,check_text,14,ch_flag_en
132
check1 check_box (10 shr 16 + 12),(45 shr 16 + 12),6,0x80AABBCC,0,0,check_text,ch_flag_en
133
check2 check_box (10 shr 16 + 12),(60 shr 16 + 12),6,0x80AABBCC,0,0,check_text2,15
133
check2 check_box (10 shr 16 + 12),(60 shr 16 + 12),6,0x80AABBCC,0,0,check_text2
134
;---------------------------------------------------------------------
134
;---------------------------------------------------------------------
135
hed		db 'CheckBox Exemples  date 03.10.2010',0
135
hed		db 'CheckBox Exemples  date 03.10.2010',0
136
hed_end:
136
hed_end:
137
;---------------------------------------------------------------------
137
;---------------------------------------------------------------------
138
check_text	db 'First checkbox'
138
check_text	db 'First checkbox',0
139
check_text2	db 'Second checkbox'
139
check_text2	db 'Second checkbox',0
140
;---------------------------------------------------------------------
140
;---------------------------------------------------------------------
141
MEM_END:
141
MEM_END:
142
cur_dir_path	rb 1024
142
cur_dir_path	rb 1024
143
library_path	rb 1024
143
library_path	rb 1024