Subversion Repositories Kolibri OS

Rev

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

Rev 8288 Rev 8993
Line 239... Line 239...
239
.font_size_y		dd 9 ;+36
239
.font_size_y		dd 9 ;+36
240
.font_color		dd 0x0 ;+40
240
.font_color		dd 0x0 ;+40
241
.font_backgr_color	dd 0xEEEeee ;+44
241
.font_backgr_color	dd 0xEEEeee ;+44
242
;---------------------------------------------------------------------
242
;---------------------------------------------------------------------
243
mouse_dd dd edit1
243
mouse_dd dd edit1
244
edit1 edit_box ed_size_x, c_start_x+c_size_x+10, c_start_y, 0xffffff, 0xa0a0a0, 0xff, 0, 0, 8, string1, mouse_dd, 0
244
edit1 edit_box ed_size_x, c_start_x+c_size_x+5, c_start_y, 0xffffff, 0xa0a0a0, 0xff, 0, 0x10000000, 6, string1, mouse_dd, 0
245
sz_0x db '0x______',0,0
245
sz_0x db '______',0,0
246
string1 rb 10
246
string1 rb 8
247
;---------------------------------------------------------------------
247
;---------------------------------------------------------------------
248
OK_Cancel db 'OK              Cancel',0
248
OK_Cancel db 'OK              Cancel',0
249
249