home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
delphi
/
komprese
/
zip
/
DELZIP12.ZIP
/
DEMO2.ZIP
/
UNIT1.DFM
/
UNIT1.txt
Wrap
Text File
|
1997-09-28
|
1KB
|
73 lines
object Form1: TForm1
Left = 200
Top = 104
Width = 502
Height = 364
Caption = 'Zip Demo 2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 120
TextHeight = 16
object ZipBut: TButton
Left = 177
Top = 25
Width = 129
Height = 30
Caption = '&Zip TEST.DAT'
TabOrder = 0
OnClick = ZipButClick
end
object UnzipBut: TButton
Left = 177
Top = 79
Width = 129
Height = 31
Caption = '&Unzip TEST.ZIP'
TabOrder = 1
OnClick = UnzipButClick
end
object ExitBut: TButton
Left = 202
Top = 266
Width = 82
Height = 31
Caption = '&Exit'
TabOrder = 2
OnClick = ExitButClick
end
object DelBut: TButton
Left = 177
Top = 133
Width = 129
Height = 31
Caption = '&Delete from Zip'
TabOrder = 3
OnClick = DelButClick
end
object VersionBut: TButton
Left = 177
Top = 192
Width = 129
Height = 31
Caption = '&Get DLL Versions'
TabOrder = 4
OnClick = VersionButClick
end
object ZipMaster1: TZipMaster
Verbose = False
Trace = False
AddCompLevel = 9
AddOptions = []
ExtrOptions = []
OnMessage = ZipMaster1Message
Left = 424
Top = 16
end
end