Subversion Repositories Kolibri OS

Rev

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

Rev 1108 Rev 1214
Line 149... Line 149...
149
 
149
 
150
 
150
 
Line 151... Line 151...
151
check1 check_box 10,45,6,12,0x80AABBCC,0,0,check_text,14,ch_flag_en
151
check1 check_box 10,45,6,12,0x80AABBCC,0,0,check_text,14,ch_flag_en
152
check2 check_box 10,60,6,12,0x80AABBCC,0,0,check_text2,15
152
check2 check_box 10,60,6,12,0x80AABBCC,0,0,check_text2,15
Line 153... Line 153...
153
 
153
 
154
edit1 edit_box 350,3,5,0xffffff,0x6f9480,0,0xAABBCC,0,308,hed,ed_focus,hed_end-hed-1,hed_end-hed-1
154
edit1 edit_box 350,3,5,0xffffff,0x6f9480,0,0xAABBCC,0,308,hed,mouse_dd,ed_focus,hed_end-hed-1,hed_end-hed-1
155
edit2 edit_box 350,3,25,0xffffff,0x6a9480,0,0,0,99,ed_buffer,ed_figure_only
155
edit2 edit_box 350,3,25,0xffffff,0x6a9480,0,0,0,99,ed_buffer,mouse_dd,ed_figure_only
156
 
156
 
Line 178... Line 178...
178
.3 db 'Option_Box #3'
178
.3 db 'Option_Box #3'
179
.e3:
179
.e3:
180
ed_buffer       rb 100
180
ed_buffer       rb 100
181
;-----------------------
181
;-----------------------
182
;sc      system_colors
182
;sc      system_colors
-
 
183
 
-
 
184
mouse_dd	rd 1
183
p_info  process_information
185
p_info  process_information
184
cur_dir_path    rb 4096
186
cur_dir_path    rb 4096
185
library_path    rb 4096
187
library_path    rb 4096
186
i_end:
188
i_end:
187
rb 1024
189
rb 1024