Subversion Repositories Kolibri OS

Rev

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

Rev 1363 Rev 1367
Line 407... Line 407...
407
 
407
 
408
  ;aCheck_box_draw  db 'check_box_draw',0
408
  ;aCheck_box_draw  db 'check_box_draw',0
409
  ;aCheck_box_mouse db 'check_box_mouse',0
409
  ;aCheck_box_mouse db 'check_box_mouse',0
Line 410... Line 410...
410
  ;aVersion_ch      db 'version_ch',0
410
  ;aVersion_ch      db 'version_ch',0
411
 
411
 
412
edit1 edit_box 153, 56, 1, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, infile, mouse_dd, 0, 11,11
412
edit1 edit_box 153, 56, 1, 0xffffff, 0xff, 0x80ff, 0, 0xa000, (outfile-infile-1), infile, mouse_dd, 0, 11,11
Line 413... Line 413...
413
edit2 edit_box 153, 56, 17, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, outfile, mouse_dd, 0, 7,7
413
edit2 edit_box 153, 56, 17, 0xffffff, 0xff, 0x80ff, 0, 0xa000,(path-outfile-1), outfile, mouse_dd, 0, 7,7
Line 414... Line 414...
414
edit3 edit_box 153, 56, 33, 0xffffff, 0xff, 0x80ff, 0, 0xa000, MAX_PATH+$, path, mouse_dd, 0, 6,6
414
edit3 edit_box 153, 56, 33, 0xffffff, 0xff, 0x80ff, 0, 0xa000,(path_end-path-1), path, mouse_dd, 0, 6,6
415
 
415
 
416
mouse_dd dd 0 ;íóæíî äëÿ Shift-à â editbox
416
mouse_dd dd 0 ;íóæíî äëÿ Shift-à â editbox
417
 
417
 
418
infile	  db 'example.asm'
418
infile	  db 'example.asm'
419
  times MAX_PATH+$-infile  db 0
419
  times MAX_PATH+$-infile  db 0
420
outfile db 'example'
420
outfile db 'example'
421
  times MAX_PATH+$-outfile db 0
421
  times MAX_PATH+$-outfile db 0
Line 422... Line 422...
422
path	db '/rd/1/'
422
path	db '/rd/1/'
423
  times MAX_PATH+$-path    db 0
423
  times MAX_PATH+$-path    db 0
424
 
424
path_end: