Subversion Repositories Kolibri OS

Rev

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

Rev 5543 Rev 6773
Line 292... Line 292...
292
        mcall   48, 3, sc, 40
292
        mcall   48, 3, sc, 40
Line 293... Line 293...
293
 
293
 
294
; draw window
294
; draw window
295
        mov     edx, [sc.work]
295
        mov     edx, [sc.work]
296
        or      edx, 0x34000000
296
        or      edx, 0x34000000
Line 297... Line 297...
297
        mcall   0, <50, 320>, <350, 110>, , 0, title
297
        mcall   0, <50, 420>, <350, 120>, , 0, title
298
 
298
 
Line 299... Line 299...
299
; draw button
299
; draw button
300
        mcall   8, <229,75>, <60,16>, 22, [sc.work_button]
300
        mcall   8, <320,75>, <50,24>, 22, [sc.work_button]
301
 
301
 
302
; draw button text
302
; draw button text
Line 303... Line 303...
303
        mov     ecx, [sc.work_button_text]
303
        mov     ecx, [sc.work_button_text]
304
        or      ecx, 80000000h
304
        or      ecx, 90000000h
305
        mcall   4, <240,65>, , [btn_text]
305
        mcall   4, <325,56>, , [btn_text]
306
 
306
 
Line 307... Line 307...
307
; draw status text
307
; draw status text
308
        mov     ecx, [sc.work_text]
308
        mov     ecx, [sc.work_text]
309
        or      ecx, 80000000h
309
        or      ecx, 90000000h
Line 362... Line 362...
362
                dd fname_buf            ; parameters
362
                dd fname_buf            ; parameters
363
                dd 0                    ; reserved
363
                dd 0                    ; reserved
364
                dd 0                    ; reserved
364
                dd 0                    ; reserved
365
                db "/sys/@open", 0      ; path
365
                db "/sys/@open", 0      ; path
Line 366... Line 366...
366
 
366
 
367
edit1           edit_box 299, 5, 10, 0xffffff, 0x0000ff, 0x0080ff, 0x000000, 0x8000, URLMAXLEN, url, mouse_dd, ed_focus+ed_always_focus, 0, 0
367
edit1           edit_box 400, 5, 10, 0xffffff, 0x0000ff, 0x0080ff, 0x000000, 0x90000000, URLMAXLEN, url, mouse_dd, ed_focus+ed_always_focus, 0, 0
Line 368... Line 368...
368
editboxes_end:
368
editboxes_end:
369
 
369
 
370
identifier      dd 0
370
identifier      dd 0
Line 399... Line 399...
399
.x:
399
.x:
400
.x_size                 dw 420  ; Window X size
400
.x_size                 dw 420  ; Window X size
401
.x_start                dw 200  ; Window X position
401
.x_start                dw 200  ; Window X position
402
.y:
402
.y:
403
.y_size                 dw 320  ; Window y size
403
.y_size                 dw 320  ; Window y size
404
.y_start                dw 120  ; Window Y position
404
.y_start                dw 140  ; Window Y position
Line 405... Line 405...
405
 
405
 
406
communication_area_name         db 'FFFFFFFF_open_dialog',0
406
communication_area_name         db 'FFFFFFFF_open_dialog',0
407
open_dialog_path                db '/sys/File Managers/opendial',0
407
open_dialog_path                db '/sys/File Managers/opendial',0
Line 412... Line 412...
412
db      0
412
db      0
Line 413... Line 413...
413
 
413
 
414
pb:
414
pb:
415
.value          dd 0
415
.value          dd 0
416
.left           dd 5
416
.left           dd 5
417
.top            dd 35
417
.top            dd 45
418
.width          dd 300
418
.width          dd 300
419
.height         dd 16
419
.height         dd 16
420
.style          dd 1
420
.style          dd 1
421
.min            dd 0
421
.min            dd 0