object ZipOptions: TZipOptions Left = 141 Top = 172 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'ZIP file extraction' ClientHeight = 99 ClientWidth = 358 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 8 Top = 8 Width = 48 Height = 13 Caption = 'Extract to:' end object Button1: TButton Left = 132 Top = 72 Width = 49 Height = 25 Caption = 'OK' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 188 Top = 72 Width = 49 Height = 25 Caption = 'Cancel' TabOrder = 5 OnClick = Button2Click end object Folder: TEdit Left = 64 Top = 8 Width = 289 Height = 21 TabOrder = 0 Text = 'C:\' end object Button3: TButton Left = 8 Top = 32 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 1 OnClick = Button3Click end object CheckBox1: TCheckBox Left = 88 Top = 32 Width = 145 Height = 17 Caption = 'Extract with folder names' State = cbChecked TabOrder = 2 end object CheckBox2: TCheckBox Left = 88 Top = 48 Width = 89 Height = 17 Caption = 'Overwrite files' State = cbChecked TabOrder = 3 end object BrowseFolder: TBrowseFolder Directory = 'C:\' Flags = [bfFileSysDirsOnly, bfStatusText] ShowPathInStatusArea = False SyncCustomButton = False Left = 264 Top = 32 end end