object frmWizard: TfrmWizard Left = 236 Top = 125 Width = 504 Height = 437 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'ZIP Wizard' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnShow = FormShow TextHeight = 16 object shpLine: TShape Left = 0 Top = 345 Width = 496 Height = 1 Pen.Color = clWhite end object btnCancel: TSpeedButton Left = 20 Top = 355 Width = 96 Height = 25 Caption = '&Cancel' OnClick = btnCancelClick end object btnNext: TSpeedButton Left = 285 Top = 355 Width = 96 Height = 25 Caption = '&Next >' Enabled = False OnClick = btnNextClick end object btnFinish: TSpeedButton Left = 390 Top = 355 Width = 96 Height = 25 Caption = '&Finish' Enabled = False OnClick = btnFinishClick end object lblInfo: TLabel Left = 3 Top = 387 Width = 488 Height = 19 AutoSize = False WordWrap = True end object imgWizard: TImage Left = 15 Top = 20 Width = 151 Height = 311 Picture.Data = {} Stretch = True end object btnBack: TSpeedButton Left = 180 Top = 355 Width = 96 Height = 25 Caption = '< &Back' Enabled = False OnClick = btnBackClick end object grpStep1: TGroupBox Left = 180 Top = 12 Width = 306 Height = 319 Caption = 'Archive Name' TabOrder = 0 object lblArchiveName: TLabel Left = 10 Top = 20 Width = 276 Height = 31 AutoSize = False Caption = 'Please enter the name of an archive or press Browse...' WordWrap = True end object btnBrowse: TSpeedButton Left = 195 Top = 84 Width = 96 Height = 25 Caption = '&Browse' OnClick = btnBrowseClick end object edtArchive: TEdit Left = 10 Top = 55 Width = 281 Height = 24 TabOrder = 0 OnChange = edtArchiveChange end object chkSFX: TCheckBox Left = 10 Top = 115 Width = 206 Height = 17 Caption = 'Make Self-Extracting Archive' TabOrder = 1 end end object grpStep3: TGroupBox Left = 180 Top = 17 Width = 306 Height = 319 Caption = 'Files to compress' TabOrder = 2 object lblFiles: TLabel Left = 15 Top = 25 Width = 271 Height = 36 AutoSize = False Caption = 'Browse for the files to be compressed to the archive, and add th' + 'em to the list box' WordWrap = True end object btnAdd: TSpeedButton Left = 11 Top = 174 Width = 96 Height = 25 Caption = '&Add' Enabled = False OnClick = btnAddClick end object btnRemove: TSpeedButton Left = 115 Top = 174 Width = 96 Height = 25 Caption = '&Remove' Enabled = False OnClick = btnRemoveClick end object lstFiles: TFileListBox Left = 11 Top = 66 Width = 130 Height = 97 ItemHeight = 16 TabOrder = 0 OnClick = lstFilesClick OnDblClick = btnAddClick end object dirFiles: TDirectoryListBox Left = 151 Top = 66 Width = 145 Height = 70 FileList = lstFiles ItemHeight = 16 TabOrder = 1 OnChange = dirFilesChange end object drvFiles: TDriveComboBox Left = 151 Top = 142 Width = 145 Height = 22 DirList = dirFiles TabOrder = 2 end object lstSelected: TListBox Left = 11 Top = 206 Width = 285 Height = 97 ItemHeight = 16 TabOrder = 3 OnDblClick = btnRemoveClick end end object grpStep5: TGroupBox Left = 190 Top = 27 Width = 306 Height = 319 Caption = 'Summary' TabOrder = 4 object mmoSummary: TMemo Left = 16 Top = 25 Width = 275 Height = 276 TabStop = False Color = clBtnFace Ctl3D = False ParentCtl3D = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantTabs = True end end object grpStep4: TGroupBox Left = 185 Top = 22 Width = 306 Height = 319 Caption = 'Archive Name' TabOrder = 3 object grpMultiDisk: TGroupBox Left = 15 Top = 20 Width = 276 Height = 61 Caption = 'Create a multi-disk archive?' TabOrder = 0 object radMultiNo: TRadioButton Left = 25 Top = 20 Width = 113 Height = 17 Caption = 'No' Checked = True TabOrder = 0 TabStop = True end object radMultiYes: TRadioButton Left = 25 Top = 37 Width = 113 Height = 17 Caption = 'Yes' TabOrder = 1 end end object grpLFN: TGroupBox Left = 15 Top = 95 Width = 276 Height = 61 Caption = 'Do you want to use long filenames?' TabOrder = 1 object radLFNYes: TRadioButton Left = 25 Top = 37 Width = 113 Height = 17 Caption = 'Yes' TabOrder = 0 end object radLFNNo: TRadioButton Left = 25 Top = 20 Width = 113 Height = 17 Caption = 'No' Checked = True TabOrder = 1 TabStop = True end end object grpComment: TGroupBox Left = 15 Top = 170 Width = 276 Height = 131 Caption = 'Add a comment to the archive?' TabOrder = 2 object radCommentNo: TRadioButton Left = 25 Top = 20 Width = 51 Height = 17 Caption = 'No' Checked = True TabOrder = 0 TabStop = True OnClick = radCommentNoClick end object radCommentYes: TRadioButton Left = 25 Top = 37 Width = 113 Height = 17 Caption = 'Yes' TabOrder = 1 OnClick = radCommentYesClick end object mmoComment: TMemo Left = 9 Top = 57 Width = 257 Height = 67 ScrollBars = ssVertical TabOrder = 2 end end end object grpStep2: TGroupBox Left = 175 Top = 12 Width = 306 Height = 319 Caption = 'Options' TabOrder = 1 object GroupBox1: TGroupBox Left = 15 Top = 20 Width = 276 Height = 61 Caption = 'Store the full path information?' TabOrder = 0 object radPathNo: TRadioButton Left = 25 Top = 20 Width = 113 Height = 17 Caption = 'No' TabOrder = 0 end object radPathYes: TRadioButton Left = 25 Top = 37 Width = 113 Height = 17 Caption = 'Yes' Checked = True TabOrder = 1 TabStop = True end end object grpPassword: TGroupBox Left = 15 Top = 95 Width = 276 Height = 91 Caption = 'Password protect files in this archive?' TabOrder = 1 object lblPassword: TLabel Left = 10 Top = 60 Width = 63 Height = 16 Caption = 'Password:' end object radPasswordYes: TRadioButton Left = 25 Top = 37 Width = 113 Height = 17 Caption = 'Yes' TabOrder = 0 OnClick = radPasswordYesClick end object radPasswordNo: TRadioButton Left = 25 Top = 20 Width = 113 Height = 17 Caption = 'No' Checked = True TabOrder = 1 TabStop = True OnClick = radPasswordNoClick end object edtPassword: TEdit Left = 80 Top = 57 Width = 186 Height = 24 TabOrder = 2 end end object grpCompression: TGroupBox Left = 15 Top = 195 Width = 276 Height = 101 Caption = 'Set the compression level' TabOrder = 2 object radCompressNone: TRadioButton Left = 25 Top = 20 Width = 141 Height = 17 Caption = 'None - fastest' TabOrder = 0 end object radCompressMinimum: TRadioButton Left = 25 Top = 38 Width = 113 Height = 17 Caption = 'Minimum' TabOrder = 1 end object radCompressNormal: TRadioButton Left = 25 Top = 55 Width = 113 Height = 17 Caption = 'Normal' Checked = True TabOrder = 2 TabStop = True end object radCompressMaximum: TRadioButton Left = 25 Top = 72 Width = 166 Height = 17 Caption = 'Maximum - slowest' TabOrder = 3 end end end object edtHidden: TEdit Left = 400 Top = 314 Width = 76 Height = 24 TabOrder = 5 Text = 'edtHidden' Visible = False OnChange = edtHiddenChange end end