home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt
Text File  |  1998-12-29  |  14KB  |  581 lines

  1. object OptionsDialog: TOptionsDialog
  2.   Left = 299
  3.   Top = 171
  4.   HelpContext = 701
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 360
  8.   ClientWidth = 426
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKButton: TButton
  22.     Left = 8
  23.     Top = 328
  24.     Width = 97
  25.     Height = 23
  26.     HelpContext = 400
  27.     Default = True
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ModalResult = 1
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnClick = OKButtonClick
  37.   end
  38.   object CancelButton: TButton
  39.     Left = 112
  40.     Top = 328
  41.     Width = 97
  42.     Height = 23
  43.     HelpContext = 400
  44.     Cancel = True
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ModalResult = 2
  51.     ParentFont = False
  52.     TabOrder = 1
  53.     OnClick = CancelButtonClick
  54.   end
  55.   object HelpButton: TButton
  56.     Left = 320
  57.     Top = 328
  58.     Width = 97
  59.     Height = 23
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 3
  67.     OnClick = HelpButtonClick
  68.   end
  69.   object OptionsSheets: TPageControl
  70.     Left = 8
  71.     Top = 8
  72.     Width = 409
  73.     Height = 313
  74.     HelpContext = 400
  75.     ActivePage = MiscSheet
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     MultiLine = True
  82.     ParentFont = False
  83.     TabOrder = 4
  84.     object DriverSheet: TTabSheet
  85.       HelpContext = 400
  86.       object DriverInfo: TLabel
  87.         Left = 56
  88.         Top = 56
  89.         Width = 3
  90.         Height = 13
  91.         FocusControl = DriverSelectBox
  92.       end
  93.       object DriverSelectBox: TComboBox
  94.         Left = 56
  95.         Top = 72
  96.         Width = 265
  97.         Height = 21
  98.         HelpContext = 712
  99.         Style = csDropDownList
  100.         ItemHeight = 0
  101.         TabOrder = 0
  102.         OnChange = DriverSelectBoxChange
  103.       end
  104.       object AddDriverButton: TButton
  105.         Left = 56
  106.         Top = 128
  107.         Width = 121
  108.         Height = 23
  109.         HelpContext = 713
  110.         TabOrder = 1
  111.         OnClick = AddDriverButtonClick
  112.       end
  113.       object TestDriverButton: TButton
  114.         Left = 56
  115.         Top = 168
  116.         Width = 121
  117.         Height = 23
  118.         HelpContext = 715
  119.         TabOrder = 3
  120.         OnClick = TestDriverButtonClick
  121.       end
  122.       object RemoveDriverButton: TButton
  123.         Left = 200
  124.         Top = 128
  125.         Width = 121
  126.         Height = 23
  127.         HelpContext = 714
  128.         TabOrder = 2
  129.         OnClick = RemoveDriverButtonClick
  130.       end
  131.       object TestAllDriversButton: TButton
  132.         Left = 200
  133.         Top = 168
  134.         Width = 121
  135.         Height = 23
  136.         HelpContext = 716
  137.         TabOrder = 4
  138.         OnClick = TestAllDriversButtonClick
  139.       end
  140.       object TestDuringStartupSwitch: TCheckBox
  141.         Left = 56
  142.         Top = 216
  143.         Width = 217
  144.         Height = 17
  145.         HelpContext = 717
  146.         TabOrder = 5
  147.         OnClick = TestDuringStartupSwitchClick
  148.       end
  149.     end
  150.     object FileHandlingSheet: TTabSheet
  151.       HelpContext = 400
  152.       object TempPathInfo: TLabel
  153.         Left = 48
  154.         Top = 232
  155.         Width = 297
  156.         Height = 13
  157.         AutoSize = False
  158.         FocusControl = TempPathBox
  159.         Transparent = True
  160.       end
  161.       object IgnoreCRC32ErrorsSwitch: TCheckBox
  162.         Left = 88
  163.         Top = 72
  164.         Width = 169
  165.         Height = 17
  166.         HelpContext = 720
  167.         TabOrder = 2
  168.         OnClick = IgnoreCRC32ErrorsSwitchClick
  169.       end
  170.       object OverwriteWarningsSwitch: TCheckBox
  171.         Left = 88
  172.         Top = 96
  173.         Width = 265
  174.         Height = 17
  175.         HelpContext = 721
  176.         TabOrder = 3
  177.         OnClick = OverwriteWarningsSwitchClick
  178.       end
  179.       object IgnoreAlreadyEncryptedSwitch: TCheckBox
  180.         Left = 88
  181.         Top = 120
  182.         Width = 225
  183.         Height = 17
  184.         HelpContext = 722
  185.         TabOrder = 4
  186.         OnClick = IgnoreAlreadyEncryptedSwitchClick
  187.       end
  188.       object ConfirmationsSwitch: TCheckBox
  189.         Left = 88
  190.         Top = 144
  191.         Width = 209
  192.         Height = 17
  193.         HelpContext = 723
  194.         TabOrder = 5
  195.         OnClick = ConfirmationsSwitchClick
  196.       end
  197.       object TempPathBox: TEdit
  198.         Left = 48
  199.         Top = 248
  200.         Width = 209
  201.         Height = 21
  202.         HelpContext = 726
  203.         TabOrder = 8
  204.         OnChange = TempPathBoxChange
  205.       end
  206.       object BrowseButton: TButton
  207.         Left = 272
  208.         Top = 248
  209.         Width = 81
  210.         Height = 23
  211.         HelpContext = 726
  212.         TabOrder = 9
  213.         OnClick = BrowseButtonClick
  214.       end
  215.       object LogAllSwitch: TCheckBox
  216.         Left = 88
  217.         Top = 192
  218.         Width = 257
  219.         Height = 17
  220.         HelpContext = 725
  221.         TabOrder = 7
  222.         OnClick = LogAllSwitchClick
  223.       end
  224.       object LogSwitch: TCheckBox
  225.         Left = 88
  226.         Top = 168
  227.         Width = 137
  228.         Height = 17
  229.         HelpContext = 724
  230.         TabOrder = 6
  231.         OnClick = LogSwitchClick
  232.       end
  233.       object AddExtSwitch: TCheckBox
  234.         Left = 88
  235.         Top = 24
  236.         Width = 233
  237.         Height = 17
  238.         HelpContext = 719
  239.         TabOrder = 0
  240.         OnClick = AddExtSwitchClick
  241.       end
  242.       object WriteProtectSwitch: TCheckBox
  243.         Left = 88
  244.         Top = 48
  245.         Width = 249
  246.         Height = 17
  247.         HelpContext = 744
  248.         TabOrder = 1
  249.         OnClick = WriteProtectSwitchClick
  250.       end
  251.     end
  252.     object WipeSheet: TTabSheet
  253.       HelpContext = 400
  254.       object WipeMethodInfo: TLabel
  255.         Left = 75
  256.         Top = 64
  257.         Width = 3
  258.         Height = 13
  259.         FocusControl = WipeMethodSelectBox
  260.       end
  261.       object WipeConfirmSwitch: TCheckBox
  262.         Left = 72
  263.         Top = 32
  264.         Width = 209
  265.         Height = 17
  266.         HelpContext = 727
  267.         TabOrder = 0
  268.         OnClick = WipeConfirmSwitchClick
  269.       end
  270.       object WipeMethodSelectBox: TComboBox
  271.         Left = 72
  272.         Top = 80
  273.         Width = 249
  274.         Height = 21
  275.         HelpContext = 728
  276.         Style = csDropDownList
  277.         ItemHeight = 0
  278.         TabOrder = 1
  279.         OnChange = WipeMethodSelectBoxChange
  280.       end
  281.       object RenameBox: TGroupBox
  282.         Left = 72
  283.         Top = 128
  284.         Width = 249
  285.         Height = 137
  286.         HelpContext = 729
  287.         TabOrder = 2
  288.         object UserNumInfo: TLabel
  289.           Left = 142
  290.           Top = 100
  291.           Width = 46
  292.           Height = 13
  293.           Alignment = taCenter
  294.           AutoSize = False
  295.           Font.Charset = DEFAULT_CHARSET
  296.           Font.Color = clBlack
  297.           Font.Height = -11
  298.           Font.Name = 'MS Sans Serif'
  299.           Font.Style = []
  300.           ParentFont = False
  301.         end
  302.         object RenameRandomSwitch: TRadioButton
  303.           Left = 32
  304.           Top = 32
  305.           Width = 193
  306.           Height = 17
  307.           TabOrder = 0
  308.           OnClick = RenameRandomSwitchClick
  309.         end
  310.         object RenameUserDefSwitch: TRadioButton
  311.           Left = 32
  312.           Top = 64
  313.           Width = 201
  314.           Height = 17
  315.           TabOrder = 1
  316.           OnClick = RenameUserDefSwitchClick
  317.         end
  318.         object UserDefNameBox: TEdit
  319.           Left = 32
  320.           Top = 96
  321.           Width = 105
  322.           Height = 21
  323.           MaxLength = 200
  324.           TabOrder = 2
  325.           OnChange = UserDefNameBoxChange
  326.           OnKeyPress = UserDefNameBoxKeyPress
  327.         end
  328.         object UserDefExtBox: TEdit
  329.           Left = 192
  330.           Top = 96
  331.           Width = 33
  332.           Height = 21
  333.           MaxLength = 16
  334.           TabOrder = 3
  335.           OnChange = UserDefExtBoxChange
  336.           OnKeyPress = UserDefExtBoxKeyPress
  337.         end
  338.       end
  339.     end
  340.     object BrowserSheet: TTabSheet
  341.       HelpContext = 400
  342.       object StyleGroup: TGroupBox
  343.         Left = 16
  344.         Top = 128
  345.         Width = 369
  346.         Height = 137
  347.         HelpContext = 731
  348.         TabOrder = 1
  349.         object SelectBrowserFontButton: TButton
  350.           Left = 192
  351.           Top = 26
  352.           Width = 121
  353.           Height = 23
  354.           TabOrder = 4
  355.           OnClick = SelectBrowserFontButtonClick
  356.         end
  357.         object PlaceDrivesFirstSwitch: TCheckBox
  358.           Left = 32
  359.           Top = 24
  360.           Width = 137
  361.           Height = 17
  362.           TabOrder = 0
  363.           OnClick = PlaceDrivesFirstSwitchClick
  364.         end
  365.         object AutoArrangeSwitch: TCheckBox
  366.           Left = 32
  367.           Top = 48
  368.           Width = 137
  369.           Height = 17
  370.           TabOrder = 1
  371.           OnClick = AutoArrangeSwitchClick
  372.         end
  373.         object HotTrackSwitch: TCheckBox
  374.           Left = 32
  375.           Top = 72
  376.           Width = 137
  377.           Height = 17
  378.           TabOrder = 2
  379.           OnClick = HotTrackSwitchClick
  380.         end
  381.         object GridSwitch: TCheckBox
  382.           Left = 32
  383.           Top = 96
  384.           Width = 129
  385.           Height = 17
  386.           TabOrder = 3
  387.           OnClick = GridSwitchClick
  388.         end
  389.         object ShowButtonsSwitch: TCheckBox
  390.           Left = 192
  391.           Top = 72
  392.           Width = 169
  393.           Height = 17
  394.           TabOrder = 5
  395.           OnClick = ShowButtonsSwitchClick
  396.         end
  397.         object ShowBrowserToolsSwitch: TCheckBox
  398.           Left = 192
  399.           Top = 96
  400.           Width = 169
  401.           Height = 17
  402.           TabOrder = 6
  403.           OnClick = ShowBrowserToolsSwitchClick
  404.         end
  405.       end
  406.       object ExcludeAttributesGroup: TGroupBox
  407.         Left = 16
  408.         Top = 25
  409.         Width = 369
  410.         Height = 96
  411.         HelpContext = 730
  412.         TabOrder = 0
  413.         object ExcludeArchiveSwitch: TCheckBox
  414.           Left = 32
  415.           Top = 32
  416.           Width = 145
  417.           Height = 17
  418.           HelpContext = 730
  419.           TabOrder = 0
  420.           OnClick = ExcludeArchiveSwitchClick
  421.         end
  422.         object ExcludeSystemSwitch: TCheckBox
  423.           Left = 192
  424.           Top = 56
  425.           Width = 105
  426.           Height = 17
  427.           HelpContext = 730
  428.           TabOrder = 3
  429.           OnClick = ExcludeSystemSwitchClick
  430.         end
  431.         object ExcludeReadonlySwitch: TCheckBox
  432.           Left = 32
  433.           Top = 56
  434.           Width = 153
  435.           Height = 17
  436.           HelpContext = 730
  437.           TabOrder = 2
  438.           OnClick = ExcludeReadonlySwitchClick
  439.         end
  440.         object ExcludeHiddenSwitch: TCheckBox
  441.           Left = 192
  442.           Top = 32
  443.           Width = 113
  444.           Height = 17
  445.           HelpContext = 730
  446.           TabOrder = 1
  447.           OnClick = ExcludeHiddenSwitchClick
  448.         end
  449.       end
  450.     end
  451.     object MiscSheet: TTabSheet
  452.       object KeyDiskInfo: TLabel
  453.         Left = 32
  454.         Top = 144
  455.         Width = 129
  456.         Height = 13
  457.         AutoSize = False
  458.         FocusControl = KeyFileBox
  459.       end
  460.       object ClearPasswordListButton: TButton
  461.         Left = 32
  462.         Top = 200
  463.         Width = 153
  464.         Height = 23
  465.         HelpContext = 738
  466.         TabOrder = 7
  467.         OnClick = ClearPasswordListButtonClick
  468.       end
  469.       object ShowHintsSwitch: TCheckBox
  470.         Left = 120
  471.         Top = 40
  472.         Width = 169
  473.         Height = 17
  474.         HelpContext = 733
  475.         TabOrder = 1
  476.         OnClick = ShowHintsSwitchClick
  477.       end
  478.       object SaveSensitiveSettingsSwitch: TCheckBox
  479.         Left = 120
  480.         Top = 16
  481.         Width = 233
  482.         Height = 17
  483.         HelpContext = 732
  484.         TabOrder = 0
  485.         OnClick = SaveSensitiveSettingsSwitchClick
  486.       end
  487.       object CreateKeyDiskButton: TButton
  488.         Left = 208
  489.         Top = 160
  490.         Width = 153
  491.         Height = 23
  492.         HelpContext = 736
  493.         TabOrder = 6
  494.         OnClick = CreateKeyDiskButtonClick
  495.       end
  496.       object KeyFileBox: TEdit
  497.         Left = 32
  498.         Top = 160
  499.         Width = 153
  500.         Height = 21
  501.         HelpContext = 737
  502.         TabOrder = 5
  503.         OnChange = KeyFileBoxChange
  504.       end
  505.       object FlashSwitch: TCheckBox
  506.         Left = 120
  507.         Top = 64
  508.         Width = 161
  509.         Height = 17
  510.         HelpContext = 734
  511.         TabOrder = 2
  512.         OnClick = FlashSwitchClick
  513.       end
  514.       object InstallButton: TButton
  515.         Left = 32
  516.         Top = 240
  517.         Width = 153
  518.         Height = 23
  519.         HelpContext = 739
  520.         TabOrder = 8
  521.         OnClick = InstallButtonClick
  522.       end
  523.       object UninstallButton: TButton
  524.         Left = 208
  525.         Top = 240
  526.         Width = 153
  527.         Height = 23
  528.         HelpContext = 739
  529.         TabOrder = 9
  530.         OnClick = UninstallButtonClick
  531.       end
  532.       object FlatButtonsSwitch: TCheckBox
  533.         Left = 120
  534.         Top = 88
  535.         Width = 209
  536.         Height = 17
  537.         HelpContext = 735
  538.         TabOrder = 3
  539.         OnClick = BackgroundPicSwitchClick
  540.       end
  541.       object ConversionBugSwitch: TCheckBox
  542.         Left = 120
  543.         Top = 112
  544.         Width = 249
  545.         Height = 17
  546.         HelpContext = 741
  547.         TabOrder = 4
  548.         OnClick = ConversionBugSwitchClick
  549.       end
  550.     end
  551.   end
  552.   object ApplyButton: TButton
  553.     Left = 216
  554.     Top = 328
  555.     Width = 97
  556.     Height = 23
  557.     HelpContext = 430
  558.     Enabled = False
  559.     TabOrder = 2
  560.     OnClick = ApplyButtonClick
  561.   end
  562.   object OpenDialog: TOpenDialog
  563.     Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist]
  564.     Left = 268
  565.     Top = 8
  566.   end
  567.   object FontSelectBox: TFontDialog
  568.     HelpContext = 731
  569.     Font.Charset = DEFAULT_CHARSET
  570.     Font.Color = clWindowText
  571.     Font.Height = -11
  572.     Font.Name = 'MS Sans Serif'
  573.     Font.Style = []
  574.     MinFontSize = 0
  575.     MaxFontSize = 0
  576.     Options = [fdEffects, fdShowHelp]
  577.     Left = 304
  578.     Top = 8
  579.   end
  580. end
  581.