Subversion Repositories Kolibri OS

Rev

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

Rev 1110 Rev 1214
Line 236... Line 236...
236
        mov     ecx,[sc.work_text]
236
        mov     ecx,[sc.work_text]
237
        mcall   4,5*65536+(50)
237
        mcall   4,5*65536+(50)
238
ret
238
ret
Line 239... Line 239...
239
 
239
 
240
run_but txt_button 0,5,15,25,2,0,0,run_but_text,
240
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,ed_focus+ed_always_focus
241
input_fn edit_box 0,5,5,0xffffff,0x6a9480,0,0xaaaaaa,0,511,fn,mouse_dd,ed_focus+ed_always_focus
Line 242... Line 242...
242
;mouse_flag: dd 0x0
242
;mouse_flag: dd 0x0
243
 
243
 
244
if lang eq ru
244
if lang eq ru
Line 314... Line 314...
314
procinfo process_information
314
procinfo process_information
Line 315... Line 315...
315
 
315
 
316
run_par rb 256
316
run_par rb 256
317
par rb 256
317
par rb 256
318
fn rb 512
318
fn rb 512
319
 
319
mouse_dd	rd 1
320
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
320
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
321
cur_dir_path    rb 4096
321
cur_dir_path    rb 4096
322
library_path    rb 4096
322
library_path    rb 4096
323
i_end:
323
i_end: