Subversion Repositories Kolibri OS

Rev

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

Rev 1214 Rev 1228
Line 258... Line 258...
258
 
258
 
259
aOption_box_draw  db 'option_box_draw',0
259
aOption_box_draw  db 'option_box_draw',0
260
aOption_box_mouse db 'option_box_mouse',0
260
aOption_box_mouse db 'option_box_mouse',0
Line 261... Line -...
261
aVersion_op       db 'version_op',0
-
 
-
 
261
aVersion_op       db 'version_op',0
-
 
262
 
Line 262... Line 263...
262
 
263
;width,left,top,color,shift_color,focus_border_color,\
263
 
264
;       blur_border_color,text_color,max,text,mouse_variable,flags,size,pos
264
 
-
 
265
rect_input:
265
 
266
.left   edit_box 35,95,5,cl_white,0,0,0,5,rect_input_buffer.left,\
-
 
267
mouse_dd1,ed_figure_only+ed_focus
266
rect_input:
268
.top    edit_box 35,95,25,cl_white,0,0,0,5,rect_input_buffer.top,\
-
 
269
mouse_dd1,ed_figure_only
267
.left   edit_box 35,95,5, cl_white,0,0,0,5,rect_input_buffer.left,mouse_dd1,ed_figure_only+ed_focus
270
.width  edit_box 35,95,45,cl_white,0,0,0,5,rect_input_buffer.width,\
-
 
271
mouse_dd1,ed_figure_only
268
.top    edit_box 35,95,25,cl_white,0,0,0,5,rect_input_buffer.top,mouse_dd1,ed_figure_only
272
.height edit_box 35,95,65,cl_white,0,0,0,5,rect_input_buffer.height,\
269
.width  edit_box 35,95,45,cl_white,0,0,0,5,rect_input_buffer.width,mouse_dd1,ed_figure_only
273
mouse_dd1,ed_figure_only
270
.height edit_box 35,95,65,cl_white,0,0,0,5,rect_input_buffer.height,mouse_dd1,ed_figure_only
274
rect_input_end:
271
rect_input_end:
275
mouse_dd1	rd 1
272
mouse_dd1	rd 1