Subversion Repositories Kolibri OS

Rev

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

Rev 1361 Rev 1363
Line 263... Line 263...
263
@@: movzx esi,al
263
@@: movzx esi,al
Line 264... Line 264...
264
 
264
 
265
    call draw_checkbox
265
    call draw_checkbox
Line -... Line 266...
-
 
266
    call draw_messages
-
 
267
 
-
 
268
    mov eax,dword[pinfo.box.width]
-
 
269
    cmp eax,250
-
 
270
    jge @f
-
 
271
      mov eax,250
-
 
272
    @@:
-
 
273
    sub eax,127
-
 
274
    mov dword[edit1.width],eax
-
 
275
    mov dword[edit2.width],eax
266
    call draw_messages
276
    mov dword[edit3.width],eax
267
 
277
 
268
    push dword edit1
278
    push dword edit1
269
    call [edit_box_draw]
279
    call [edit_box_draw]
270
    push dword edit2
280
    push dword edit2
Line 397... Line 407...
397
 
407
 
398
  ;aCheck_box_draw  db 'check_box_draw',0
408
  ;aCheck_box_draw  db 'check_box_draw',0
399
  ;aCheck_box_mouse db 'check_box_mouse',0
409
  ;aCheck_box_mouse db 'check_box_mouse',0
Line 400... Line 410...
400
  ;aVersion_ch      db 'version_ch',0
410
  ;aVersion_ch      db 'version_ch',0
401
 
411
 
402
edit1 edit_box 153, 56, 1, 0xe0ffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, infile, mouse_dd, 0, 11,11
412
edit1 edit_box 153, 56, 1, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, infile, mouse_dd, 0, 11,11
Line 403... Line 413...
403
edit2 edit_box 153, 56, 17, 0xe0ffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, outfile, mouse_dd, 0, 7,7
413
edit2 edit_box 153, 56, 17, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, outfile, mouse_dd, 0, 7,7
Line 404... Line 414...
404
edit3 edit_box 153, 56, 33, 0xe0ffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, path, mouse_dd, 0, 6,6
414
edit3 edit_box 153, 56, 33, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, path, mouse_dd, 0, 6,6
405
 
415