object ZipFile: TZipFile Left = 496 Top = 121 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'ZipFile' ClientHeight = 153 ClientWidth = 336 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 273 Height = 13 Caption = 'This archive contains several files which may be selected:' end object ListBox: TListBox Left = 8 Top = 32 Width = 321 Height = 81 ItemHeight = 13 TabOrder = 0 OnDblClick = ListBoxDblClick end object OK: TButton Left = 255 Top = 120 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' TabOrder = 1 OnClick = OKClick end end