Subversion Repositories Kolibri OS

Rev

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

Rev 1214 Rev 1228
Line 43... Line 43...
43
        cmp     [par],byte 0
43
        cmp     [par],byte 0
44
        jne     read_par
44
        jne     read_par
45
        mcall   40,EVM_MOUSE+EVM_BUTTON+EVM_KEY+EVM_REDRAW
45
        mcall   40,EVM_MOUSE+EVM_BUTTON+EVM_KEY+EVM_REDRAW
46
red:
46
red:
47
        mcall   48,3,sc,40
47
        mcall   48,3,sc,40
-
 
48
        edit_boxes_set_sys_color input_fn,input_fn_end,sc
48
        set_sys_colors_txt_button run_but,sc
49
        set_sys_colors_txt_button run_but,sc
49
        push    dword [sc.work_graph]
50
        push    dword [sc.work_graph]
50
        pop     [input_fn.focus_border_color]
51
        pop     [input_fn.focus_border_color]
51
        call    draw_window
52
        call    draw_window
52
still:                          ;®á­®¢­®© ®¡à ¡®â稪 
53
still:                          ;®á­®¢­®© ®¡à ¡®â稪 
Line 238... Line 239...
238
ret
239
ret
Line 239... Line 240...
239
 
240
 
240
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
241
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
241
input_fn edit_box 0,5,5,0xffffff,0x6a9480,0,0xaaaaaa,0,511,fn,mouse_dd,ed_focus+ed_always_focus
242
input_fn edit_box 0,5,5,0xffffff,0x6a9480,0,0xaaaaaa,0,511,fn,mouse_dd,ed_focus+ed_always_focus
242
;mouse_flag: dd 0x0
243
;mouse_flag: dd 0x0
243
 
244
input_fn_end:
244
if lang eq ru
245
if lang eq ru
245
hello db '‚¢¥¤¨â¥ ¯®«­ë© ¯ãâì ª ä ©«ã ¨ ­ ¦¬¨â¥ Enter',0
246
hello db '‚¢¥¤¨â¥ ¯®«­ë© ¯ãâì ª ä ©«ã ¨ ­ ¦¬¨â¥ Enter',0
246
bad_file_sys db '¥¨§¢¥áâ­ ï ä ©«®¢ ï á¨á⥬ ',0 ; 3
247
bad_file_sys db '¥¨§¢¥áâ­ ï ä ©«®¢ ï á¨á⥬ ',0 ; 3
247
file_not_find db '” ©« ­¥ ­ ©¤¥­',0              ; 5
248
file_not_find db '” ©« ­¥ ­ ©¤¥­',0              ; 5
Line 305... Line 306...
305
.flags dd 0
306
.flags dd 0
306
.par dd run_par
307
.par dd run_par
307
dd 0,0
308
dd 0,0
308
.name rb 512
309
.name rb 512
Line 309... Line 310...
309
 
310
 
Line 310... Line 311...
310
flags dw ?
311
flags rw 1
Line 311... Line 312...
311
 
312