object ExtractForm: TExtractForm Left = 226 Top = 118 BorderStyle = bsDialog Caption = 'Extract' ClientHeight = 228 ClientWidth = 496 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ExtractToL: TLabel Left = 8 Top = 8 Width = 48 Height = 13 Caption = 'E&xtract to:' FocusControl = Destination end object FolderDrivesL: TLabel Left = 200 Top = 8 Width = 70 Height = 13 Caption = '&Folders/drives:' FocusControl = TreeList end object Destination: TComboBox Left = 8 Top = 24 Width = 153 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = DestinationChange end object FilesGroup: TGroupBox Left = 8 Top = 56 Width = 185 Height = 89 Caption = ' Files ' TabOrder = 2 object SelectedFiles: TRadioButton Left = 8 Top = 16 Width = 113 Height = 17 Caption = '&Selected files' TabOrder = 0 end object AllFilesButt: TRadioButton Left = 8 Top = 40 Width = 113 Height = 17 Caption = '&All files' TabOrder = 1 end object CFiles: TRadioButton Left = 8 Top = 64 Width = 57 Height = 17 Caption = 'F&iles:' TabOrder = 2 OnClick = CFilesClick end object FileSpec: TEdit97 Left = 64 Top = 64 Width = 113 Height = 19 TabOrder = 3 OnEnter = FileSpecEnter end end object OverwriteExisting: TCheckBox Left = 16 Top = 160 Width = 169 Height = 17 Caption = '&Overwrite Existing Files' TabOrder = 3 end object SkipOlder: TCheckBox Left = 16 Top = 192 Width = 97 Height = 17 Caption = 'S&kip Older Files' TabOrder = 4 end object TreeList: TTreeView Left = 200 Top = 24 Width = 209 Height = 193 ReadOnly = True Indent = 19 OnExpanding = TreeListExpanding OnChange = TreeListChange TabOrder = 5 end object ExtractButt: TCorelButton Left = 416 Top = 8 Width = 75 Height = 23 Caption = '&Extract' Default = True TabOrder = 6 OnClick = ExtractButtClick end object CancelButt: TCorelButton Left = 416 Top = 40 Width = 75 Height = 23 Caption = '&Cancel' TabOrder = 7 OnClick = CancelButtClick end object ExploreButt: TCorelButton Left = 168 Top = 27 Width = 25 Height = 17 Caption = '->' TabOrder = 1 OnClick = ExploreButtClick end object NewFolderButt: TCorelButton Left = 416 Top = 192 Width = 75 Height = 23 Caption = '&New Folder...' TabOrder = 9 OnClick = NewFolderButtClick end object HelpButt: TCorelButton Left = 416 Top = 72 Width = 75 Height = 23 Caption = '&Help' TabOrder = 8 OnClick = HelpButtClick end object ZipMaster1: TZipMaster Verbose = False Trace = False AddCompLevel = 9 AddOptions = [] ExtrOptions = [] Unattended = False SFXOverWriteMode = OvrConfirm SFXCaption = 'Self-extracting Archive' KeepFreeOnDisk1 = 0 AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA] OnProgress = ZipMaster1Progress OnMessage = ZipMaster1Message OnCRC32Error = ZipMaster1CRC32Error OnExtractOverwrite = ZipMaster1ExtractOverwrite Left = 416 Top = 120 end object BrowseDirectoryDlg1: TBrowseDirectoryDlg ShowSelectionInStatus = False Left = 128 Top = 200 end end