Subversion Repositories Kolibri OS

Rev

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

Rev 1111 Rev 1214
Line 279... Line 279...
279
;---------------------------------------------------------------------
279
;---------------------------------------------------------------------
Line 280... Line 280...
280
 
280
 
Line 281... Line 281...
281
title db appname,version,0
281
title db appname,version,0
282
 
282
 
283
editbox:
283
editbox:
Line 284... Line 284...
284
edit1 edit_box 170,10,113,0xffffff,0xaabbcc,0,0,0,512,path4,ed_focus,26,26
284
edit1 edit_box 170,10,113,0xffffff,0xaabbcc,0,0,0,512,path4,mouse_dd,ed_focus,26,26
285
editbox_end:
285
editbox_end:
286
 
286
 
Line 364... Line 364...
364
;---------------------------------------------------------------------
364
;---------------------------------------------------------------------
Line 365... Line 365...
365
 
365
 
Line 366... Line 366...
366
rb 514
366
rb 514
367
 
367
 
368
sc     system_colors
368
sc     system_colors
369
 
369
mouse_dd	rd 1
370
cur_dir_path    rb 4096
370
cur_dir_path    rb 4096
371
library_path    rb 4096
371
library_path    rb 4096
372
align 4
372
align 4