object OptionsDialog: TOptionsDialog Left = 299 Top = 171 HelpContext = 701 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog ClientHeight = 360 ClientWidth = 426 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 8 Top = 328 Width = 97 Height = 23 HelpContext = 400 Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 112 Top = 328 Width = 97 Height = 23 HelpContext = 400 Cancel = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 OnClick = CancelButtonClick end object HelpButton: TButton Left = 320 Top = 328 Width = 97 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = HelpButtonClick end object OptionsSheets: TPageControl Left = 8 Top = 8 Width = 409 Height = 313 HelpContext = 400 ActivePage = MiscSheet Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MultiLine = True ParentFont = False TabOrder = 4 object DriverSheet: TTabSheet HelpContext = 400 object DriverInfo: TLabel Left = 56 Top = 56 Width = 3 Height = 13 FocusControl = DriverSelectBox end object DriverSelectBox: TComboBox Left = 56 Top = 72 Width = 265 Height = 21 HelpContext = 712 Style = csDropDownList ItemHeight = 0 TabOrder = 0 OnChange = DriverSelectBoxChange end object AddDriverButton: TButton Left = 56 Top = 128 Width = 121 Height = 23 HelpContext = 713 TabOrder = 1 OnClick = AddDriverButtonClick end object TestDriverButton: TButton Left = 56 Top = 168 Width = 121 Height = 23 HelpContext = 715 TabOrder = 3 OnClick = TestDriverButtonClick end object RemoveDriverButton: TButton Left = 200 Top = 128 Width = 121 Height = 23 HelpContext = 714 TabOrder = 2 OnClick = RemoveDriverButtonClick end object TestAllDriversButton: TButton Left = 200 Top = 168 Width = 121 Height = 23 HelpContext = 716 TabOrder = 4 OnClick = TestAllDriversButtonClick end object TestDuringStartupSwitch: TCheckBox Left = 56 Top = 216 Width = 217 Height = 17 HelpContext = 717 TabOrder = 5 OnClick = TestDuringStartupSwitchClick end end object FileHandlingSheet: TTabSheet HelpContext = 400 object TempPathInfo: TLabel Left = 48 Top = 232 Width = 297 Height = 13 AutoSize = False FocusControl = TempPathBox Transparent = True end object IgnoreCRC32ErrorsSwitch: TCheckBox Left = 88 Top = 72 Width = 169 Height = 17 HelpContext = 720 TabOrder = 2 OnClick = IgnoreCRC32ErrorsSwitchClick end object OverwriteWarningsSwitch: TCheckBox Left = 88 Top = 96 Width = 265 Height = 17 HelpContext = 721 TabOrder = 3 OnClick = OverwriteWarningsSwitchClick end object IgnoreAlreadyEncryptedSwitch: TCheckBox Left = 88 Top = 120 Width = 225 Height = 17 HelpContext = 722 TabOrder = 4 OnClick = IgnoreAlreadyEncryptedSwitchClick end object ConfirmationsSwitch: TCheckBox Left = 88 Top = 144 Width = 209 Height = 17 HelpContext = 723 TabOrder = 5 OnClick = ConfirmationsSwitchClick end object TempPathBox: TEdit Left = 48 Top = 248 Width = 209 Height = 21 HelpContext = 726 TabOrder = 8 OnChange = TempPathBoxChange end object BrowseButton: TButton Left = 272 Top = 248 Width = 81 Height = 23 HelpContext = 726 TabOrder = 9 OnClick = BrowseButtonClick end object LogAllSwitch: TCheckBox Left = 88 Top = 192 Width = 257 Height = 17 HelpContext = 725 TabOrder = 7 OnClick = LogAllSwitchClick end object LogSwitch: TCheckBox Left = 88 Top = 168 Width = 137 Height = 17 HelpContext = 724 TabOrder = 6 OnClick = LogSwitchClick end object AddExtSwitch: TCheckBox Left = 88 Top = 24 Width = 233 Height = 17 HelpContext = 719 TabOrder = 0 OnClick = AddExtSwitchClick end object WriteProtectSwitch: TCheckBox Left = 88 Top = 48 Width = 249 Height = 17 HelpContext = 744 TabOrder = 1 OnClick = WriteProtectSwitchClick end end object WipeSheet: TTabSheet HelpContext = 400 object WipeMethodInfo: TLabel Left = 75 Top = 64 Width = 3 Height = 13 FocusControl = WipeMethodSelectBox end object WipeConfirmSwitch: TCheckBox Left = 72 Top = 32 Width = 209 Height = 17 HelpContext = 727 TabOrder = 0 OnClick = WipeConfirmSwitchClick end object WipeMethodSelectBox: TComboBox Left = 72 Top = 80 Width = 249 Height = 21 HelpContext = 728 Style = csDropDownList ItemHeight = 0 TabOrder = 1 OnChange = WipeMethodSelectBoxChange end object RenameBox: TGroupBox Left = 72 Top = 128 Width = 249 Height = 137 HelpContext = 729 TabOrder = 2 object UserNumInfo: TLabel Left = 142 Top = 100 Width = 46 Height = 13 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RenameRandomSwitch: TRadioButton Left = 32 Top = 32 Width = 193 Height = 17 TabOrder = 0 OnClick = RenameRandomSwitchClick end object RenameUserDefSwitch: TRadioButton Left = 32 Top = 64 Width = 201 Height = 17 TabOrder = 1 OnClick = RenameUserDefSwitchClick end object UserDefNameBox: TEdit Left = 32 Top = 96 Width = 105 Height = 21 MaxLength = 200 TabOrder = 2 OnChange = UserDefNameBoxChange OnKeyPress = UserDefNameBoxKeyPress end object UserDefExtBox: TEdit Left = 192 Top = 96 Width = 33 Height = 21 MaxLength = 16 TabOrder = 3 OnChange = UserDefExtBoxChange OnKeyPress = UserDefExtBoxKeyPress end end end object BrowserSheet: TTabSheet HelpContext = 400 object StyleGroup: TGroupBox Left = 16 Top = 128 Width = 369 Height = 137 HelpContext = 731 TabOrder = 1 object SelectBrowserFontButton: TButton Left = 192 Top = 26 Width = 121 Height = 23 TabOrder = 4 OnClick = SelectBrowserFontButtonClick end object PlaceDrivesFirstSwitch: TCheckBox Left = 32 Top = 24 Width = 137 Height = 17 TabOrder = 0 OnClick = PlaceDrivesFirstSwitchClick end object AutoArrangeSwitch: TCheckBox Left = 32 Top = 48 Width = 137 Height = 17 TabOrder = 1 OnClick = AutoArrangeSwitchClick end object HotTrackSwitch: TCheckBox Left = 32 Top = 72 Width = 137 Height = 17 TabOrder = 2 OnClick = HotTrackSwitchClick end object GridSwitch: TCheckBox Left = 32 Top = 96 Width = 129 Height = 17 TabOrder = 3 OnClick = GridSwitchClick end object ShowButtonsSwitch: TCheckBox Left = 192 Top = 72 Width = 169 Height = 17 TabOrder = 5 OnClick = ShowButtonsSwitchClick end object ShowBrowserToolsSwitch: TCheckBox Left = 192 Top = 96 Width = 169 Height = 17 TabOrder = 6 OnClick = ShowBrowserToolsSwitchClick end end object ExcludeAttributesGroup: TGroupBox Left = 16 Top = 25 Width = 369 Height = 96 HelpContext = 730 TabOrder = 0 object ExcludeArchiveSwitch: TCheckBox Left = 32 Top = 32 Width = 145 Height = 17 HelpContext = 730 TabOrder = 0 OnClick = ExcludeArchiveSwitchClick end object ExcludeSystemSwitch: TCheckBox Left = 192 Top = 56 Width = 105 Height = 17 HelpContext = 730 TabOrder = 3 OnClick = ExcludeSystemSwitchClick end object ExcludeReadonlySwitch: TCheckBox Left = 32 Top = 56 Width = 153 Height = 17 HelpContext = 730 TabOrder = 2 OnClick = ExcludeReadonlySwitchClick end object ExcludeHiddenSwitch: TCheckBox Left = 192 Top = 32 Width = 113 Height = 17 HelpContext = 730 TabOrder = 1 OnClick = ExcludeHiddenSwitchClick end end end object MiscSheet: TTabSheet object KeyDiskInfo: TLabel Left = 32 Top = 144 Width = 129 Height = 13 AutoSize = False FocusControl = KeyFileBox end object ClearPasswordListButton: TButton Left = 32 Top = 200 Width = 153 Height = 23 HelpContext = 738 TabOrder = 7 OnClick = ClearPasswordListButtonClick end object ShowHintsSwitch: TCheckBox Left = 120 Top = 40 Width = 169 Height = 17 HelpContext = 733 TabOrder = 1 OnClick = ShowHintsSwitchClick end object SaveSensitiveSettingsSwitch: TCheckBox Left = 120 Top = 16 Width = 233 Height = 17 HelpContext = 732 TabOrder = 0 OnClick = SaveSensitiveSettingsSwitchClick end object CreateKeyDiskButton: TButton Left = 208 Top = 160 Width = 153 Height = 23 HelpContext = 736 TabOrder = 6 OnClick = CreateKeyDiskButtonClick end object KeyFileBox: TEdit Left = 32 Top = 160 Width = 153 Height = 21 HelpContext = 737 TabOrder = 5 OnChange = KeyFileBoxChange end object FlashSwitch: TCheckBox Left = 120 Top = 64 Width = 161 Height = 17 HelpContext = 734 TabOrder = 2 OnClick = FlashSwitchClick end object InstallButton: TButton Left = 32 Top = 240 Width = 153 Height = 23 HelpContext = 739 TabOrder = 8 OnClick = InstallButtonClick end object UninstallButton: TButton Left = 208 Top = 240 Width = 153 Height = 23 HelpContext = 739 TabOrder = 9 OnClick = UninstallButtonClick end object FlatButtonsSwitch: TCheckBox Left = 120 Top = 88 Width = 209 Height = 17 HelpContext = 735 TabOrder = 3 OnClick = BackgroundPicSwitchClick end object ConversionBugSwitch: TCheckBox Left = 120 Top = 112 Width = 249 Height = 17 HelpContext = 741 TabOrder = 4 OnClick = ConversionBugSwitchClick end end end object ApplyButton: TButton Left = 216 Top = 328 Width = 97 Height = 23 HelpContext = 430 Enabled = False TabOrder = 2 OnClick = ApplyButtonClick end object OpenDialog: TOpenDialog Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist] Left = 268 Top = 8 end object FontSelectBox: TFontDialog HelpContext = 731 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Options = [fdEffects, fdShowHelp] Left = 304 Top = 8 end end