Subversion Repositories Kolibri OS

Rev

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

  1. ;   RDsave ¤«ï Kolibri (0.6.5.0 ¨ áâ àè¥)
  2. ;   Save RAM-disk to hard or floppy drive
  3. ;---------------------------------------------------------------------
  4. ;   Mario79 2005
  5. ;   Heavyiron 12.02.2007
  6. ;   <Lrz>     11.05.2009 - ¤«ï à ¡®âë ­ã¦­  á¨á⥬­ ï ¡¨¡«¨®â¥ª  box_lib.obj
  7. ;   Mario79   08.09.2010 - select path with OpenDialog,keys 1,2,3,4 for select options
  8. ;   Heavyiron 01.12.2013 - new logic
  9. ;---------------------------------------------------------------------
  10. appname equ 'RDsave '
  11. version equ '1.42'
  12. debug   equ no
  13.  
  14. use32        ; ¢ª«îç¨âì 32-¡¨â­ë© ०¨¬  áᥬ¡«¥à 
  15. org 0x0      ;  ¤à¥á æ¨ï á ­ã«ï
  16.  
  17. db 'MENUET01'    ; 8-¡ ©â­ë© ¨¤¥­â¨ä¨ª â®à MenuetOS
  18. dd 0x01          ; ¢¥àá¨ï § £®«®¢ª  (¢á¥£¤  1)
  19. dd START         ;  ¤à¥á ¯¥à¢®© ª®¬ ­¤ë
  20. dd IM_END        ; à §¬¥à ¯à®£à ¬¬ë
  21. dd I_END         ; ª®«¨ç¥á⢮ ¯ ¬ïâ¨
  22. dd stacktop      ;  ¤à¥á ¢¥à設ë á⥪ 
  23. dd PARAMS        ;  ¤à¥á ¡ãä¥à  ¤«ï ¯ à ¬¥â஢
  24. dd cur_dir_path
  25.  
  26.  
  27. include 'lang.inc'
  28. include '../../../macros.inc'
  29. if debug eq yes
  30. include '../../../debug.inc'
  31. end if
  32. include '../../../proc32.inc'
  33. include '../../../dll.inc'
  34. include '../../../develop/libraries/box_lib/load_lib.mac'
  35. include '../../../develop/libraries/box_lib/trunk/box_lib.mac'
  36. include 'str.inc'
  37.  
  38.         @use_library
  39. ;---------------------------------------------------------------------
  40. ;---  €—€‹Ž Žƒ€ŒŒ›  ----------------------------------------------
  41. ;---------------------------------------------------------------------
  42. align 4
  43. START:
  44. ;---------------------------------------------------------------------
  45.         mcall  48,3,sc,sizeof.system_colors
  46.         mcall  68,11
  47.  
  48. load_libraries l_libs_start,end_l_libs
  49.         inc     eax
  50.         test    eax,eax
  51.         jz      close
  52.  
  53.         stdcall dll.Init,[init_lib]
  54.  
  55.         invoke  ini_get_int,ini_file,asettings,aautoclose,0
  56.         mov     [autoclose],eax
  57.         invoke  ini_get_str,ini_file,apath,apath,fname_buf,4096,path
  58.         stdcall _lstrcpy,ini_path,fname_buf
  59.         stdcall _lstrcpy,filename_area,start_temp_file_name
  60.  
  61.         mov   eax,PARAMS
  62.         cmp   byte[eax], 0
  63.         je    no_params
  64.         cmp   byte[eax], 'h'
  65.         je    @f
  66.         cmp   byte[eax], 'H'
  67.         jne   .no_h
  68. @@:
  69.         mov   [hidden],1
  70.         jmp   no_params
  71. .no_h:
  72.         mov   [param],1
  73.         stdcall _lstrcpy,fname_buf,eax
  74.         mov   ah,2
  75.         jmp   noclose
  76.  
  77. ;---------------------------------------------------------------------
  78. no_params:
  79.         stdcall _lstrcpy,check_dir,ini_path
  80.         call    check_path
  81.         test    eax,eax
  82.         jz      path_ok
  83.         cmp     eax,6
  84.         je      path_ok
  85. ;---------------------------------------------------------------------
  86. if debug eq yes
  87. dps 'read_folder_error'
  88. newline
  89. end if
  90. ;---------------------------------------------------------------------
  91. default_path:
  92.         stdcall _lstrcpy,fname_buf,communication_area_default_path
  93.         mov     [hidden],0
  94.  
  95. ;OpenDialog     initialisation
  96.         push    dword OpenDialog_data
  97.         call    [OpenDialog_Init]
  98.  
  99. ; prepare for PathShow
  100.         push    dword PathShow_data_1
  101.         call    [PathShow_prepare]
  102.  
  103.         mcall   40,0x00000027
  104.  
  105.         call    draw_window
  106.         mov     ah,3
  107.         jmp     noclose
  108. ;---------------------------------------------------------------------
  109. path_ok:
  110. ;OpenDialog     initialisation
  111.         push    dword OpenDialog_data
  112.         call    [OpenDialog_Init]
  113.  
  114. ; prepare for PathShow
  115.         push    dword PathShow_data_1
  116.         call    [PathShow_prepare]
  117.  
  118.         mcall   40,0x00000027
  119.  
  120.         cmp     [hidden],1
  121.         jne     red
  122.         mov     ah,2
  123.         jmp     noclose
  124. red:
  125.         call    draw_window
  126. ;---------------------------------------------------------------------
  127. still:
  128.         mcall 10
  129.  
  130.         dec     eax      ; ¯¥à¥à¨á®¢ âì ®ª­®?
  131.         jz      red      ; ¥á«¨ ¤  - ­  ¬¥âªã red
  132.         dec     eax
  133.         jz      key
  134.         dec     eax
  135.         jz      button
  136.         jmp     still
  137. ;---------------------------------------------------------------------
  138. button:
  139.         mcall   17      ; ¯®«ãç¨âì ¨¤¥­â¨ä¨ª â®à ­ ¦ â®© ª­®¯ª¨
  140.         cmp     ah,1             ; ª­®¯ª  á id=1("§ ªàëâì")?
  141.         jne     noclose
  142. close:
  143.         mcall   -1          ; äã­ªæ¨ï -1: § ¢¥àè¨âì ¯à®£à ¬¬ã
  144.        
  145. ;---------------------------------------------------------------------
  146. key:
  147.         mcall   2
  148.         cmp     ah,0x1b
  149.         je      close
  150.         cmp     ah,0x0D
  151.         jne     @f
  152.         mov     ah,2
  153.         jmp     noclose
  154. @@:
  155.         cmp     ah,9h
  156.         jne     still
  157. ;---------------------------------------------------------------------
  158. noclose:
  159.         mov     ecx,fname_buf
  160.         push  16
  161.         mov   ebx,1
  162.         cmp   byte[ecx+1],'f'
  163.         je    @f
  164.         cmp   byte[ecx+1],'F'
  165.         jne   not_fdd
  166. @@:
  167.         cmp   byte[ecx+4],'1'
  168.         jne   @f
  169.         cmp   ah,2
  170.         je    doit
  171. @@:
  172.         inc   ebx
  173.         cmp   ah,2
  174.         je    doit
  175. not_fdd:
  176.         push  18
  177.         mov   ebx,6     ; 18.6 = save to specified folder
  178.         cmp   ah,2
  179.         je    doit
  180.  
  181. ; invoke OpenDialog
  182.         push    dword OpenDialog_data
  183.         call    [OpenDialog_Start]
  184.         cmp     [OpenDialog_data.status],1
  185.         jne     still
  186.  
  187. ; prepare for PathShow
  188.         push    dword PathShow_data_1
  189.         call    [PathShow_prepare]
  190.         call    draw_window
  191.         mov     ah,2
  192.         jmp     noclose
  193.  
  194. doit:
  195.         cmp     [param],0
  196.         jne      @f
  197.         call    save_ini
  198. @@:
  199.         cmp     byte[ecx+1],'r'
  200.         je      @f
  201.         cmp     byte[ecx+1],'R'
  202.         jne     not_rd
  203. @@:
  204.         mov     edx,rdError
  205.         call    print_err
  206.         jmp     still
  207. not_rd:
  208.         cmp     [hidden],0
  209.         jne      @f
  210.         pusha
  211.         mov     ecx,[sc.work_text]
  212.         or      ecx,0xc0000088
  213.         mcall   4,<132,96>, ,label2, ,[sc.work]
  214.         popa
  215. @@:
  216.         pop     eax
  217.         mcall
  218.         call    check_for_error
  219.         jmp     still
  220.  
  221. ;---------------------------------------------------------------------
  222. check_for_error:                      ;Ž¡à ¡®â稪 ®è¨¡®ª
  223.         test    eax,eax
  224.         jz      print_ok
  225.         cmp     ebx,6
  226.         je      @f
  227.         mov     edx,error11
  228.         jmp     print_err
  229. @@:    
  230.         cmp     eax, 11
  231.         ja      .unknown
  232.         mov     edx, [errors+eax*4]
  233.         stdcall _lstrcpy,error_msg,error
  234.         stdcall _lstrcat,error_msg,edx
  235.         mov     edx, error_msg
  236.         jmp     print_err
  237. .unknown:
  238.         mov     edx, aUnknownError
  239.  
  240. print_err:
  241.         stdcall _lstrlen,ini_path
  242.         pusha
  243.         invoke  ini_set_str,ini_file,apath,apath,ini_path,eax
  244.         popa
  245.         cmp     [hidden],1
  246.         je      @f
  247.         cmp     [param],1
  248.         je      @f
  249.         stdcall _lstrlen,edx
  250.         imul    eax,6
  251.         mov     ebx,390
  252.         sub     ebx,eax
  253.         shl     ebx,15
  254.         add     ebx,96
  255.         mov     ecx,[sc.work_text]
  256.         or      ecx,0xc0880000
  257.         mcall   4, , , , ,[sc.work]
  258.         ret
  259. @@:
  260.         mov     dword [is_notify + 8], edx
  261.         mcall   70, is_notify
  262.         mov     [param],0
  263.         mov     [hidden],0
  264.         stdcall _lstrcpy,fname_buf,ini_path
  265.         jmp     no_params
  266.  
  267. print_ok:
  268.         cmp     [hidden],1
  269.         je       @f
  270.         cmp     [param],1
  271.         je       @f
  272.         mov     edx,ok
  273.         stdcall _lstrlen,edx
  274.         imul    eax,6
  275.         mov     ebx,390
  276.         sub     ebx,eax
  277.         shl     ebx,15
  278.         add     ebx,96
  279.         mov     ecx,[sc.work_text]
  280.         or      ecx,0xc0008800
  281.         mcall   4, , , , ,[sc.work]
  282.         mcall   5,200
  283.         cmp     [autoclose],1
  284.         je      close
  285.         ret
  286. @@:
  287.         stdcall _lstrcpy,check_dir,ok
  288.         stdcall _lstrcat,check_dir,fname_buf
  289.         mov     edx,check_dir
  290.         mov     dword [is_notify + 8], edx
  291.         mcall   70, is_notify
  292.         jmp     close
  293.  
  294. ;---------------------------------------------------------------------
  295. draw_PathShow:
  296.         pusha
  297.         mcall   13,<15,280>,<32,16>,0xffffff
  298.         push    dword PathShow_data_1
  299.         call    [PathShow_draw]
  300.         popa
  301.         ret
  302. ;---------------------------------------------------------------------
  303. save_ini:
  304.         pusha
  305.         stdcall _lstrlen,fname_buf
  306.         invoke  ini_set_str,ini_file,apath,apath,fname_buf,eax
  307.         invoke  ini_set_int,ini_file,asettings,aautoclose,[autoclose]
  308.         popa
  309.         ret
  310. ;---------------------------------------------------------------------
  311. check_path:
  312. stdcall _lstrlen,check_dir
  313.         add     eax,check_dir
  314. @@:
  315.         dec     eax
  316.         cmp     byte [eax],'/'
  317.         jne     @b
  318.         mov     byte [eax+1],0
  319.  
  320.         mcall   70,read_folder
  321.         ret
  322. ;---------------------------------------------------------------------
  323. ;---  Draw window  ---------------------------------------------------
  324. ;---------------------------------------------------------------------
  325. draw_window:
  326.         mcall   12,1
  327.  
  328.         mov     edx,[sc.work]
  329.         or      edx,0x34000000
  330.         mcall   0,<200,400>,<200,130>, , ,title
  331.  
  332. ;buttons
  333.         mcall   8,<198,70>,<68,20>,1,[sc.work_button]
  334.         inc     edx
  335.         mcall    ,<125,70>,
  336.         inc     edx
  337.         mcall    ,<300,75>,<30,20>
  338.  
  339. ;labels
  340.         mov     ecx,[sc.work_button_text]
  341.         or      ecx,0x80000000
  342.         mcall   4,<134,75>, ,save
  343.         mcall    ,<215,75>, ,cancel
  344.         mcall    ,<315,36>, ,select
  345.        
  346.         mov     ecx,[sc.work]
  347.         mov     dword [frame_data.font_backgr_color],ecx
  348.         push    dword frame_data
  349.         call    [Frame_draw]
  350.  
  351.         call    draw_PathShow
  352.  
  353.         mcall   12,2
  354.         ret
  355.  
  356. ;---------------------------------------------------------------------
  357. ;---  Data  ----------------------------------------------------------
  358. ;---------------------------------------------------------------------
  359. if lang eq ru
  360. save            db '‘®åà ­¨âì',0
  361. cancel          db 'Žâ¬¥­ ',0
  362. select          db 'ˆ§¬¥­¨âì',0
  363. label1          db ' Ž¡à § ¡ã¤¥â á®åà ­¥­ ¢: ',0
  364. label2          db '‘®åà ­¥­¨¥ ®¡à § ...',0
  365. ok              db 'RAM-¤¨áª á®åà ­¥­ ãᯥ譮 ',0
  366. error1          db '­¥ ®¯à¥¤¥«¥­  ¡ §  ¨/¨«¨ à §¤¥« ¦ñá⪮£® ¤¨áª ',0
  367. error2          db 'äã­ªæ¨ï ­¥ ¯®¤¤¥à¦¨¢ ¥âáï ¤«ï ¤ ­­®© ä ©«®¢®© á¨á⥬ë',0
  368. error3          db '­¥¨§¢¥áâ­ ï ä ©«®¢ ï á¨á⥬ ',0
  369. error4          db 'áâà ­­®... Žè¨¡ª  4',0
  370. error5          db '­¥áãé¥áâ¢ãî騩 ¯ãâì',0
  371. error6          db 'ä ©« § ª®­ç¨«áï',0
  372. error7          db '㪠§ â¥«ì ¢­¥ ¯ ¬ï⨠¯à¨«®¦¥­¨ï',0
  373. error8          db '¤¨áª § ¯®«­¥­',0
  374. error9          db 'ä ©«®¢ ï áâàãªâãà  à §àã襭 ',0
  375. error10         db '¤®áâ㯠§ ¯à¥éñ­',0
  376. error11         db 'Žè¨¡ª  ãáâனá⢠',0
  377. aUnknownError   db '¥¨§¢¥áâ­ ï ®è¨¡ª ',0
  378. rdError         db '¥«ì§ï á®åà ­ïâì ®¡à § ¢ á ¬®£® ᥡï',0
  379. error           db 'Žè¨¡ª : ',0
  380. ;---------------------------------------------------------------------
  381. else if lang eq et
  382. save            db 'Salvesta',0
  383. cancel          db 'Cancel',0
  384. select          db ' Valige',0
  385. label1          db ' RAM-drive will be saved as: ',0
  386. label2          db 'Saving in progress...',0
  387. ok              db 'RAM-ketas salvestatud edukalt ',0
  388. error1          db 'hard disk base and/or partition not defined',0
  389. error2          db 'the file system does not support this function',0
  390. error3          db 'tundmatu failisüsteem',0
  391. error4          db 'strange... Error 4',0
  392. error5          db 'vigane teekond',0
  393. error6          db 'end of file',0
  394. error7          db 'pointer is outside of application memory',0
  395. error8          db 'ketas täis',0
  396. error9          db 'FAT tabel vigane',0
  397. error10         db 'juurdepääs keelatud',0
  398. error11         db 'Seadme viga',0
  399. aUnknownError   db 'Tundmatu viga',0
  400. rdError         db "You can't save image on itself",0
  401. error           db 'Viga: ',0
  402. ;---------------------------------------------------------------------
  403. else if lang eq it
  404. save            db '  Salva',0
  405. cancel          db 'Cancel',0
  406. select          db 'Seleziona',0
  407. label1          db ' RAM-drive will be saved as: ',0
  408. label2          db 'Saving in progress...',0
  409. ok              db 'Il RAM-drivet e stato salvato ',0
  410. error1          db 'hard disk base and/or partition not defined',0
  411. error2          db 'the file system does not support this function',0
  412. error3          db 'filesystem sconosciuto',0
  413. error4          db 'strange... Error 4',0
  414. error5          db 'percorso non valido',0
  415. error6          db 'end of file',0
  416. error7          db 'pointer is outside of application memory',0
  417. error8          db 'disco pieno',0
  418. error9          db 'tabella FAT corrotta',0
  419. error10         db 'accesso negato',0
  420. error11         db 'Errore di device',0
  421. aUnknownError   db 'Errore sconosciuto',0
  422. rdError         db "You can't save image on itself",0
  423. error           db 'Errore: ',0
  424. ;---------------------------------------------------------------------
  425. else
  426. save            db '  Save',0
  427. cancel          db 'Cancel',0
  428. select          db ' Select',0
  429. label1          db ' RAM-drive will be saved as: ',0
  430. label2          db 'Saving in progress...',0
  431. ok              db 'RAM-drive was saved successfully ',0
  432. error1          db 'hard disk base and/or partition not defined',0
  433. error2          db 'the file system does not support this function',0
  434. error3          db 'unknown file system',0
  435. error4          db 'strange... Error 4',0
  436. error5          db 'incorrect path',0
  437. error6          db 'end of file',0
  438. error7          db 'pointer is outside of application memory',0
  439. error8          db 'disk is full',0
  440. error9          db 'file structure is destroyed',0
  441. error10         db 'access denied',0
  442. error11         db 'Device error',0
  443. aUnknownError   db 'Unknown error',0
  444. rdError         db "You can't save image on itself",0
  445. error           db 'Error: ',0
  446. end if
  447. ;---------------------------------------------------------------------
  448. errors:
  449.         dd      ok
  450.         dd      error1
  451.         dd      error2
  452.         dd      error3
  453.         dd      error4
  454.         dd      error5
  455.         dd      error6
  456.         dd      error7
  457.         dd      error8
  458.         dd      error9
  459.         dd      error10
  460.         dd      error11
  461. ;---------------------------------------------------------------------
  462.  
  463. title   db appname,version,0
  464.  
  465. ;Lib_DATA
  466. ;‚ᥣ¤  ᮡ«î¤ âì ¯®á«¥¤®¢ â¥«ì­®áâì ¢ ¨¬¥­¨.
  467. system_dir_Boxlib       db '/sys/lib/box_lib.obj',0
  468. system_dir_ProcLib      db '/sys/lib/proc_lib.obj',0
  469. system_dir_libini       db '/sys/lib/libini.obj',0
  470. ;---------------------------------------------------------------------
  471. head_f_i:
  472. head_f_l        db 'System error',0
  473.  
  474. err_message_found_lib1  db 'box_lib.obj - Not found!',0
  475. err_message_found_lib2  db 'proc_lib.obj - Not found!',0
  476. err_message_found_lib3  db 'libini.obj - Not found!',0
  477.  
  478. err_message_import1     db 'box_lib.obj - Wrong import!',0
  479. err_message_import2     db 'proc_lib.obj - Wrong import!',0
  480. err_message_import3     db 'libini.obj - Wrong import!',0
  481. ;---------------------------------------------------------------------
  482. l_libs_start:
  483.  
  484. library01  l_libs system_dir_Boxlib+9, cur_dir_path, library_path, system_dir_Boxlib, \
  485. err_message_found_lib1, head_f_l, Box_lib_import, err_message_import1, head_f_i
  486.  
  487. library02  l_libs system_dir_ProcLib+9, cur_dir_path, library_path, system_dir_ProcLib, \
  488. err_message_found_lib2, head_f_l, ProcLib_import, err_message_import2, head_f_i
  489.  
  490. library03  l_libs system_dir_libini+9, cur_dir_path, library_path, system_dir_libini, \
  491. err_message_found_lib3, head_f_l, libini_import, err_message_import3, head_f_i
  492.  
  493. end_l_libs:
  494. ;---------------------------------------------------------------------
  495. OpenDialog_data:
  496. .type                   dd 1    ; Save
  497. .procinfo               dd procinfo     ;+4
  498. .com_area_name          dd communication_area_name      ;+8
  499. .com_area               dd 0    ;+12
  500. .opendir_path           dd temp_dir_path        ;+16
  501. .dir_default_path       dd communication_area_default_path      ;+20
  502. .start_path             dd open_dialog_path     ;+24
  503. .draw_window            dd draw_window  ;+28
  504. .status                 dd 0    ;+32
  505. .openfile_pach          dd fname_buf    ;+36
  506. .filename_area          dd filename_area        ;+40
  507. .filter_area            dd Filter
  508. .x:
  509. .x_size                 dw 420 ;+48 ; Window X size
  510. .x_start                dw 200 ;+50 ; Window X position
  511. .y:
  512. .y_size                 dw 320 ;+52 ; Window y size
  513. .y_start                dw 120 ;+54 ; Window Y position
  514.  
  515. communication_area_name:
  516.         db 'FFFFFFFF_open_dialog',0
  517. open_dialog_path:
  518. if __nightbuild eq yes
  519.     db '/sys/MANAGERS/opendial',0
  520. else
  521.     db '/sys/File Managers/opendial',0
  522. end if
  523. communication_area_default_path:
  524.         db '/',0
  525.  
  526. Filter:
  527. dd      Filter.end - Filter
  528. .1:
  529. db      'IMG',0
  530. db      'IMA',0
  531. .end:
  532. db      0
  533.  
  534. start_temp_file_name:   db 'kolibri.img',0
  535.  
  536. ;---------------------------------------------------------------------
  537. align 4
  538. ProcLib_import:
  539. OpenDialog_Init         dd aOpenDialog_Init
  540. OpenDialog_Start        dd aOpenDialog_Start
  541.         dd      0
  542.         dd      0
  543. aOpenDialog_Init        db 'OpenDialog_init',0
  544. aOpenDialog_Start       db 'OpenDialog_start',0
  545. ;---------------------------------------------------------------------
  546. PathShow_data_1:
  547. .type                   dd 0    ;+0
  548. .start_y                dw 36   ;+4
  549. .start_x                dw 20   ;+6
  550. .font_size_x            dw 6    ;+8     ; 6 - for font 0, 8 - for font 1
  551. .area_size_x            dw 270  ;+10
  552. .font_number            dd 0    ;+12    ; 0 - monospace, 1 - variable
  553. .background_flag        dd 0    ;+16
  554. .font_color             dd 0    ;+20
  555. .background_color       dd 0    ;+24
  556. .text_pointer           dd fname_buf    ;+28
  557. .work_area_pointer      dd text_work_area       ;+32
  558. .temp_text_length       dd 0    ;+36
  559. ;---------------------------------------------------------------------
  560. align 4
  561. Box_lib_import:
  562. ;edit_box_draw           dd aEdit_box_draw
  563. ;edit_box_key            dd aEdit_box_key
  564. ;edit_box_mouse          dd aEdit_box_mouse
  565. ;version_ed              dd aVersion_ed
  566.  
  567. PathShow_prepare        dd sz_PathShow_prepare
  568. PathShow_draw           dd sz_PathShow_draw
  569. Frame_draw              dd sz_Frame_draw
  570.                         dd 0
  571.                         dd 0
  572.  
  573. ;aEdit_box_draw          db 'edit_box',0
  574. ;aEdit_box_key           db 'edit_box_key',0
  575. ;aEdit_box_mouse         db 'edit_box_mouse',0
  576. ;aVersion_ed             db 'version_ed',0
  577.  
  578. sz_PathShow_prepare     db 'PathShow_prepare',0
  579. sz_PathShow_draw        db 'PathShow_draw',0
  580.  
  581. sz_Frame_draw           db 'frame_draw',0
  582. ;szVersion_frame        db 'version_frame',0
  583. ;---------------------------------------------------------------------
  584. frame_data:
  585. .type                   dd 0 ;+0
  586. .x:
  587. .x_size                 dw 374 ;+4
  588. .x_start                dw 8 ;+6
  589. .y:
  590. .y_size                 dw 45 ;+8
  591. .y_start                dw 17 ;+10
  592. .ext_fr_col             dd 0x888888 ;+12
  593. .int_fr_col             dd 0xffffff ;+16
  594. .draw_text_flag         dd 1 ;+20
  595. .text_pointer           dd label1 ;+24
  596. .text_position          dd 0 ;+28
  597. .font_number            dd 0 ;+32
  598. .font_size_y            dd 9 ;+36
  599. .font_color             dd 0x0 ;+40
  600. .font_backgr_color      dd 0xdddddd ;+44
  601. ;---------------------------------------------------------------------
  602. align 4
  603. libini_import:
  604. init_lib     dd a_init
  605. ini_get_str  dd aini_get_str
  606. ini_get_int  dd aini_get_int
  607. ini_set_str  dd aini_set_str
  608. ini_set_int  dd aini_set_int
  609.              dd 0
  610.              dd 0
  611. a_init       db 'lib_init',0
  612. aini_get_str db 'ini_get_str',0
  613. aini_get_int db 'ini_get_int',0
  614. aini_set_str db 'ini_set_str',0
  615. aini_set_int db 'ini_set_int',0
  616. ;---------------------------------------------------------------------
  617.  
  618. apath db 'path',0
  619. asettings db 'settings',0
  620. aautoclose db 'autoclose',0
  621. path    db '/hd2/1/kolibri.img',0
  622. ini_file db  '/sys/settings/rdsave.ini',0
  623. ;ini_file db  '/sys/rdsave.ini',0
  624. ;---------------------------------------------------------------------
  625. is_notify:
  626.     dd    7, 0, ok, 0, 0
  627.     db    "/rd/1/@notify", 0
  628.    
  629. read_folder:
  630. .subfunction    dd 1
  631. .start          dd 0
  632. .flags          dd 0
  633. .size           dd 1
  634. .return         dd folder_data
  635.                 db 0
  636. .name:          dd check_dir
  637.  
  638. param dd 0
  639. hidden dd 0
  640. ;---------------------------------------------------------------------
  641. IM_END:
  642. ;---------------------------------------------------------------------
  643. align 4
  644. PARAMS:
  645.        rb 256
  646. ini_path:
  647.         rb 4096
  648. check_dir:
  649.         rb 4096
  650.  
  651. sc     system_colors
  652.  
  653. autoclose rd 1
  654.  
  655. error_msg:
  656.         rb 1024
  657.  
  658. folder_data:
  659.         rb 304*32+32 ; 9 Kb
  660. ;---------------------------------------------------------------------
  661. cur_dir_path:
  662.         rb 4096
  663. ;---------------------------------------------------------------------
  664. library_path:
  665.         rb 4096
  666. ;---------------------------------------------------------------------
  667. temp_dir_path:
  668.         rb 4096
  669. ;---------------------------------------------------------------------
  670. fname_buf:
  671.         rb 4096
  672. ;---------------------------------------------------------------------
  673. procinfo:
  674.         rb 1024
  675. ;---------------------------------------------------------------------
  676. filename_area:
  677.         rb 256
  678. ;---------------------------------------------------------------------
  679. text_work_area:
  680.         rb 1024
  681. ;---------------------------------------------------------------------
  682. align 32
  683.         rb 4096
  684. stacktop:
  685. I_END:  ; ¬¥âª  ª®­æ  ¯à®£à ¬¬ë