Subversion Repositories Kolibri OS

Rev

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

Rev 1205 Rev 1207
Line 115... Line 115...
115
;special buttons
115
;special buttons
116
    dec  eax
116
    dec  eax
117
    jz   close
117
    jz   close
Line 118... Line 118...
118
 
118
 
119
    sub  eax,50
119
    sub  eax,50
120
    jz   pgdn
120
    jz   pgdn     ;51
121
    dec  eax
121
    dec  eax
122
    jz   pgup
-
 
123
    dec  eax
-
 
124
;    jz   read_string
122
    jz   pgup     ;52
-
 
123
;    dec  eax
-
 
124
;    jz   read_string
125
;    dec  eax
125
    dec  eax
126
    jz   program_start
126
    jz   program_start  ;53
127
    dec  eax
127
    dec  eax
128
    jz   reboot
128
    jz   reboot         ;54
Line 129... Line 129...
129
    jmp  still_end
129
    jmp  still_end
130
    
130
    
131
;buttons handlers    
131
;buttons handlers    
Line 559... Line 559...
559
    mov  ebx,(30-offset_x)*65536+96
559
    mov  ebx,(30-offset_x)*65536+96
560
    mov  ecx,(380-offset_y)*65536+10
560
    mov  ecx,(380-offset_y)*65536+10
561
    mov  edx,51
561
    mov  edx,51
562
    mcall
562
    mcall
Line 563... Line 563...
563
                                    
563
                                    
564
; next page button
564
; next page button  52
565
    mov  ebx,(130-offset_x)*65536+96
565
    mov  ebx,(130-offset_x)*65536+96
566
    inc  edx
566
    inc  edx
Line 567... Line 567...
567
    mcall
567
    mcall
568
                              
568
                              
569
; ">" (text enter) button
569
; ">" (text enter) button
570
;    mov  ebx,30*65536+20
570
;    mov  ebx,30*65536+20
571
    add  ecx,20 shl 16
571
    add  ecx,20 shl 16
Line 572... Line 572...
572
;    inc  edx
572
;    inc  edx
573
;    mcall
573
;    mcall
574
                                    
574
                                    
575
; run button
575
; run button 53
Line 576... Line 576...
576
    mov  ebx,(456-offset_x)*65536+50
576
    mov  ebx,(456-offset_x)*65536+50
Line 662... Line 662...
662
 
662
 
Line 663... Line 663...
663
edit1 edit_box 350,(64-offset_x),(398-offset_y),0xffffff,0x6f9480,0,0xAABBCC,0,start_application_c,start_application,ed_focus,start_application_e,start_application_e
663
edit1 edit_box 350,(64-offset_x),(398-offset_y),0xffffff,0x6f9480,0,0xAABBCC,0,start_application_c,start_application,ed_focus,start_application_e,start_application_e
Line 664... Line -...
664
 
-
 
665
list_start  dd 0
-
 
666
 
664
 
667
file_start: dd 7
665
list_start  dd 0
668
            dd 0,0,0,0
666
 
669
sys_reboot:
667
sys_reboot:
670
            dd 7
668
            dd 7
Line 715... Line 713...
715
tbte_2:
713
tbte_2:
Line 716... Line 714...
716
 
714
 
Line 717... Line 715...
717
title  db   'Processes - Ctrl/Alt/Del',0
715
title  db   'Processes - Ctrl/Alt/Del',0
-
 
716
 
-
 
717
end if
718
 
718
file_start: dd 7
719
end if
719
            dd 0,0,0,0
720
start_application: db '/sys/LAUNCHER',0
720
start_application: db '/sys/LAUNCHER',0
721
start_application_e=$-start_application-1
721
start_application_e=$-start_application-1
722
;                   times 60 db 0
722
;                   times 60 db 0