home *** CD-ROM | disk | FTP | other *** search
- object zipform: Tzipform
- Left = 328
- Top = 285
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Open'
- ClientHeight = 201
- ClientWidth = 329
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 173
- Width = 329
- Height = 28
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button1: TButton
- Left = 83
- Top = 2
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 171
- Top = 2
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object FilesList: TListBox
- Left = 0
- Top = 0
- Width = 329
- Height = 173
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 0
- OnDblClick = FilesListDblClick
- end
- end
-