📄 sourcecode.txt
字号:
What's required to compile JZip build 192:
------------------------------------------
- Borland C++ Builder 4 Standard, Professional or Enterprise.
- UnZDll.DLL, ZipDll.DLL and ZIPSFX.BIN from the TZipBuilder package or the JZip exe distribution.
- The components below
- JZip sourcecode ;)
Delphi/C++ Builder components that's needed to compiler JZip:
-------------------------------------------------------------
- THintBox version 0.85 by Jeppe Cramon (http://www.cramon.dk)
- TZipBuilder version 1.60K by Chris Vleghert (http://members.tripod.lycos.nl/Vleghert/)
- RxLib version 2.75 + fix to v.2.75 (http://www.rxlib.com)
- Drag and Drop Components Suite version 3.7 by Angus Johnson and Anders Melander (http://www.melander.dk)
- TdfsStatusBar version 1.20 by Brad Stowers (http://www.delphifreestuff.com)
- TdfsExtListView version 3.60 by Brad Stowers (http://www.delphifreestuff.com)
- TdfsSystemImageList version 1.14 by Brad Stowers (http://www.delphifreestuff.com)
- System Control Pack version 0.98 beta by Brad Stowers (http://www.delphifreestuff.com)
- GetVersion version 1.0 by Bernd Juergens (bernd@promedico.com)
JZip consists of the following forms and source files:
------------------------------------------------------
- Form: MainForm SourceFile: MainUnit.cpp -> JZip main window
- Form: AboutBox SourceFile: AboutUnit.cpp -> About dialog
- Form: AddForm SourceFile: AddUnit.cpp -> Add Files to Archive dialog
- Form: CommentForm SourceFile: CommentUnit.cpp -> Show/Edit archive comment
- Form: ConfigForm SourceFile: ConfigurationUnit.cpp -> JZip Configuration dialog
- Form: DragDropForm SourceFile: DragDropUnit.cpp -> Add Files droppen on the MainForm to the ardhive dialog
- Form: EXEForm SourceFile: EXEUnit.cpp -> Convert ZIP file to EXE file
- Form: ExtractPasswordForm SourceFile: ExtractPasswordUnit.cpp -> Dialog shown if password is required when extracting
- Form: ExtractForm SourceFile: ExtractUnit.cpp -> Extract Dialog
- Form: InstallForm SourceFile: InstallUnit.cpp -> Install Dialog
- SourceFile: JZip.cpp -> Main sourcefile (maintained by C++ Builder)
- Form: NewFldrForm SourceFile: NewFldrUnit.cpp -> Create new folder (used by ExtractForm)
- Form: OverwriteForm SourceFile: OverwriteUnit.cpp -> File overwrite messagebox
- Form: PasswordForm SourceFile: PasswordUnit.cpp -> Set password for an archive
- Form: TestForm SourceFile: TestUnit.cpp -> Test archive
- SourceFile: ZipMsgUS.rc -> TZipBuilder error messages in US language
- ProjectFile: jzip.bpr -> JZip C++ Builder 4 project file
Check the JZip sourcecode page on http://www.bytamin-c.com for more information.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -