object ZIPOptionsForm: TZIPOptionsForm Left = 287 Top = 173 ActiveControl = btnOK BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'ZIP Options' ClientHeight = 226 ClientWidth = 352 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object gbDirTemp: TGroupBox Left = 4 Top = 114 Width = 345 Height = 73 Caption = ' Directory for temporary files ' TabOrder = 1 object sbBrowseDir: TSpeedButton Left = 316 Top = 43 Width = 20 Height = 19 Caption = '�' OnClick = sbBrowseDirClick end object rbZIPTempWinDir: TRadioButton Left = 9 Top = 20 Width = 126 Height = 17 Caption = '&Windows default' Checked = True TabOrder = 0 TabStop = True OnClick = rbZIPTempWinDirClick end object rbZIPTempOther: TRadioButton Left = 9 Top = 44 Width = 58 Height = 17 Caption = 'Oth&er:' TabOrder = 1 OnClick = rbZIPTempOtherClick end object edZIPTempDir: TEdit Left = 67 Top = 42 Width = 243 Height = 23 TabOrder = 2 OnChange = edZIPTempDirChange OnEnter = edZIPTempDirEnter OnKeyDown = edZIPTempDirKeyDown end end object gbAddSettings: TGroupBox Left = 4 Top = 0 Width = 345 Height = 110 Caption = ' Additional settings ' TabOrder = 0 object cbZIPLatestDate: TCheckBox Left = 9 Top = 20 Width = 191 Height = 17 Caption = 'Set ZIP date to &latest file date' TabOrder = 0 end object cbZIPVolumeName: TCheckBox Left = 9 Top = 41 Width = 191 Height = 17 Caption = 'Include &volume name' TabOrder = 1 end object cbZIPTestCRC: TCheckBox Left = 9 Top = 62 Width = 191 Height = 17 Caption = '&Test CRC of archive' TabOrder = 2 end object cbZIPShortNames: TCheckBox Left = 9 Top = 83 Width = 191 Height = 17 Caption = 'Use 8.3 &short filenames' TabOrder = 3 end end object btnOK: TButton Left = 43 Top = 196 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = btnOKClick end object btnCancel: TButton Left = 138 Top = 196 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object btnHelp: TButton Left = 233 Top = 196 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 end object ZIPBrowseDirectory: TBrowseDirectoryDlg Root = idDrives Options = [bfDirectoriesOnly] EnableOKButton = False Left = 237 Top = 104 end end