Subversion Repositories Kolibri OS

Rev

Rev 987 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. vscrl_capt dd -1
  3. hscrl_capt dd -1
  4. body_capt  dd -1
  5.  
  6. s_status dd 0
  7.  
  8. sz app_fasm    ,'/RD/1/DEVELOP/FASM',0
  9. sz app_board   ,'/RD/1/BOARD',0
  10. sz app_tinypad ,'/RD/1/TINYPAD',0
  11. sz app_docpak  ,'/RD/1/DOCPAK',0
  12.  
  13. sz sysfuncs_param,'g',0
  14.  
  15. include 'tp-tables.inc'
  16. include 'tp-locale.inc'
  17.  
  18. ;// options dialog data [
  19. label optsdlg_editor at $-EDITOR.Bounds
  20. ; rb PATHL     ; FilePath       db PATHL dup(?)
  21. ; dd 0         ; FileName       dd ?
  22.   dd ?,?,?,?   ; Bounds         RECT
  23.   dd @f        ; Lines          dd ?
  24.   dd ?         ; Lines.Size     dd ?
  25.   dd 9         ; Lines.Count    dd ?
  26.   dd 21        ; Columns.Count  dd ?
  27.   dd 0,4       ; Caret          POINT
  28.   dd 100,4     ; SelStart       POINT
  29.   dd 0,0       ; TopLeft        POINT
  30.   dd 0,0       ; VScroll        SCROLLBAR
  31.   dd 0,0       ; HScroll        SCROLLBAR
  32.   dd 0         ; Gutter.Width   dd ?
  33.   db 0         ; Gutter.Visible db ?
  34.   db 1         ; AsmMode        db ?
  35.   db 0         ; Modified       db ?
  36.  
  37. @@:
  38.   dd 0x00000000+1
  39.   db ' '
  40.   dd 0x00010000+9
  41.   db ' org 100h'
  42.   dd 0x00000000+1
  43.   db ' '
  44.   dd 0x00000000+20
  45.   db ' mov ah,09h  ; write'
  46.   dd 0x00000000+12
  47.   db ' mov dx,text'
  48.   dd 0x00000000+8
  49.   db ' int 21h'
  50.   dd 0x00030000+8
  51.   db ' int 20h'
  52.   dd 0x00000000+1
  53.   db ' '
  54.   dd 0x00000000+21
  55.   db ' text db "Hello!",24h'
  56.   dd 0
  57.  
  58. optsdlg_editor_parts:   ; left,top,right,bottom,type
  59.   db 0, 12, 13, 29, 22
  60.   db 0, 12, 33, 47, 42
  61.   db 0, 12, 53, 29, 72
  62.   db 0, 12, 83, 53, 92
  63.   db 2, 12, 43, 77, 52
  64.   db 3,  4, 43,148, 52
  65.   db 4, 48, 33, 53, 42
  66.   db 4,108, 83,113, 92
  67.   db 5, 36, 13, 59, 22
  68.   db 5, 54, 33, 71, 42
  69.   db 5, 36, 53, 53, 72
  70.   db 5,114, 83,131, 92
  71.   db 6, 60, 83,107, 92
  72.   db 7, 84, 33,125, 42
  73.   db 8,  1, 13,  5, 22
  74.   db 9,  1, 63,  5, 72
  75.   db 1,  1,  1,148,105
  76.   db -1
  77. ;// ]
  78.  
  79. sz symbols_ex,';?.%"',"'"
  80. sz symbols   ,'#&*\:/<>|{}()[]=+-, '
  81.  
  82. sz ini_sec_window   ,'Window',0
  83. sz ini_window_top   ,'Top',0
  84. sz ini_window_left  ,'Left',0
  85. sz ini_window_right ,'Right',0
  86. sz ini_window_bottom,'Bottom',0
  87.