Subversion Repositories Kolibri OS

Rev

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

Rev 2345 Rev 2584
Line 1... Line 1...
1
header_text	  db 'KFM - Kolibri File Manager v0.47c',0
1
header_text	  db 'KFM - Kolibri File Manager v0.47d',0
2
;---------------------------------------------------------------------
2
;---------------------------------------------------------------------
3
fbutton_name:
3
fbutton_name:
4
    .f1   db '1 Help',0
4
    .f1   db '1 Help',0
5
    .f2   db '2',0
5
    .f2   db '2',0
6
    .f3   db '3 View',0
6
    .f3   db '3 View',0
Line 189... Line 189...
189
background_tile:
189
background_tile:
190
    db '\T  '
190
    db '\T  '
191
background_stretch:
191
background_stretch:
192
    db '\S  '
192
    db '\S  '
193
;---------------------------------------------------------------------
193
;---------------------------------------------------------------------
-
 
194
files_information_window_x: dd 100 shl 16 + 250
-
 
195
files_information_window_y: dd 100 shl 16 + 300
-
 
196
;---------------------------------------------------------------------
-
 
197
error_window_x: dd 100 shl 16 + 250
-
 
198
error_window_y: dd 100 shl 16 + 80
-
 
199
;---------------------------------------------------------------------
-
 
200
mouse_key_delay dd 100
-
 
201
;---------------------------------------------------------------------
194
copy_editboxes:
202
copy_editboxes:
195
create_editboxes:
203
create_editboxes:
196
edit1 edit_box 150,10,10,0xffffff,0xbbddff,0,0,0,255,create_dir_name,ed_focus+ed_always_focus,0
204
edit1 edit_box 150,10,10,0xffffff,0xbbddff,0,0,0,255,create_dir_name,ed_focus+ed_always_focus,0
197
copy_editboxes_end:
205
copy_editboxes_end:
198
create_editboxes_end:
206
create_editboxes_end: