home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 185
- Top = 108
- Width = 510
- Height = 340
- ActiveControl = ZipBut
- Caption = 'C++ Builder Zip Demo 1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 272
- Width = 502
- Height = 41
- Align = alBottom
- TabOrder = 0
- object Button2: TButton
- Left = 216
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Exit'
- TabOrder = 0
- OnClick = Button2Click
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 41
- Width = 502
- Height = 231
- Align = alClient
- TabOrder = 1
- object Memo1: TMemo
- Left = 1
- Top = 1
- Width = 500
- Height = 229
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 502
- Height = 41
- Align = alTop
- TabOrder = 2
- object ZipBut: TButton
- Left = 40
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Zip Test'
- TabOrder = 0
- OnClick = ZipButClick
- end
- object UnzBut: TButton
- Left = 158
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Unzip Test'
- TabOrder = 1
- OnClick = UnzButClick
- end
- object ListBut: TButton
- Left = 280
- Top = 8
- Width = 75
- Height = 25
- Caption = '&List Zip'
- TabOrder = 2
- OnClick = ListButClick
- end
- object VersBut: TButton
- Left = 392
- Top = 8
- Width = 75
- Height = 25
- Caption = 'DLL &Versions'
- TabOrder = 3
- OnClick = VersButClick
- end
- end
- object ZipMaster1: TZipMaster
- Verbose = True
- Trace = False
- AddCompLevel = 9
- AddOptions = []
- ExtrOptions = []
- OnMessage = ZipMaster1Message
- Left = 472
- end
- end
-