Subversion Repositories Kolibri OS

Rev

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

Rev 8853 Rev 8900
Line 661... Line 661...
661
;--------
661
;--------
662
; int __stdcall SayErr(int num_strings, const char* strings[],
662
; int __stdcall SayErr(int num_strings, const char* strings[],
663
;                      int num_buttons, const char* buttons[]);
663
;                      int num_buttons, const char* buttons[]);
664
; int __stdcall DialogBox(DLGDATA* dlg);
664
; int __stdcall DialogBox(DLGDATA* dlg);
Line 665... Line -...
665
 
-
 
666
forpassword rd 1
665
 
667
stateDlg dd 0 ;0 - in process, 1 - button ok, 2 - button cancel
666
stateDlg dd 0 ;0 - in process, 1 - button ok, 2 - button cancel
Line 668... Line 667...
668
errmess0 dd strErrorExc
667
errmess0 dd strErrorExc
Line 763... Line 762...
763
edtPack     edit_box (WIN_W-100-60),100,10,0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
762
edtPack     edit_box (WIN_W-100-60),100,10,0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
764
            1024, fInp, 0,0,0,0
763
            1024, fInp, 0,0,0,0
765
edtUnpPath  edit_box (WIN_W-100-60),100,35,0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
764
edtUnpPath  edit_box (WIN_W-100-60),100,35,0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
766
            1024, pathOut, 0,0,0,0
765
            1024, pathOut, 0,0,0,0
767
edtPassword edit_box 200, 56, 40, 0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
766
edtPassword edit_box 200, 56, 40, 0FFFFFFh,0xff,0x80ff,0h,0x90000000,\
768
            255, password, 0, ed_focus+ed_always_focus ;+ed_pass
767
            255, 0, 0, ed_focus+ed_always_focus ;+ed_pass
Line 769... Line 768...
769
 
768
 
Line 862... Line 861...
862
;params db 'unz -o "fil epar1" -f arch1.txt -f "ar ch2.txt" file1',0
861
;params db 'unz -o "fil epar1" -f arch1.txt -f "ar ch2.txt" file1',0
Line 863... Line 862...
863
 
862
 
864
fInp	rb 1024
863
fInp	rb 1024
865
pathOut rb 1024 	;¯ãâì, ªã¤  à á¯ ªã¥âáï ¢áñ
864
pathOut rb 1024 	;¯ãâì, ªã¤  à á¯ ªã¥âáï ¢áñ
866
files	rd 256
-
 
Line 867... Line 865...
867
password	rb 256
865
files	rd 256
Line 868... Line 866...
868
 
866
 
869
fZipInfo	 rb 40
867
fZipInfo	 rb 40