Subversion Repositories Kolibri OS

Rev

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

Rev 1829 Rev 2191
Line 184... Line 184...
184
 
184
 
185
                                   ; DRAW WINDOW
185
                                   ; DRAW WINDOW
186
    mov  eax,0                     ; function 0 : define and draw window
186
    mov  eax,0                     ; function 0 : define and draw window
187
    mov  ebx,100*65536+385         ; [x start] *65536 + [x size]
187
    mov  ebx,100*65536+385         ; [x start] *65536 + [x size]
188
    mov  ecx,100*65536+190         ; [y start] *65536 + [y size]
188
    mov  ecx,100*65536+190         ; [y start] *65536 + [y size]
189
    mov  edx,0x03ffffff            ; color of work area RRGGBB,8->color gl
-
 
190
    mov  esi,0x805080d0            ; color of grab bar  RRGGBB,8->color gl
189
    mov  edx,0x14ffffff            ; color of work area RRGGBB,8->color gl
191
    mov  edi,0x005080d0            ; color of frames    RRGGBB
-
 
192
    int  0x40
-
 
193
 
-
 
194
                                   ; WINDOW LABEL
-
 
195
    mov  eax,4                     ; function 4 : write text to window
-
 
196
    mov  ebx,8*65536+8             ; [x start] *65536 + [y start]
-
 
197
    mov  ecx,0x10ddeeff            ; color of text RRGGBB
-
 
198
    mov  edx,labelt                ; pointer to text beginning
-
 
199
    mov  esi,labellen-labelt       ; text length
190
    mov  edi,labelt                ; color of frames    RRGGBB
Line 200... Line 191...
200
    int  0x40
191
    int  0x40
201
 
192
 
202
    mov  eax,8
193
    mov  eax,8
Line 257... Line 248...
257
db  '                         APPLY                         '
248
db  '                         APPLY                         '
258
db  'x'
249
db  'x'
Line 259... Line 250...
259
 
250
 
260
 
251
 
261
labelt:
252
labelt:
Line 262... Line 253...
262
     db   'PANEL SETUP'
253
     db   'Panel setup'