home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / test / resplendentregistrar / rrtri.exe / RR.EXE / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  2002-02-20  |  22.8 KB  |  881 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 389
  3.   Top = 315
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Options'
  6.   ClientHeight = 375
  7.   ClientWidth = 488
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ButtonCancel2: TButton
  22.     Left = 168
  23.     Top = 296
  24.     Width = 50
  25.     Height = 20
  26.     Cancel = True
  27.     Caption = 'ButtonCancel2'
  28.     ModalResult = 2
  29.     TabOrder = 3
  30.     OnClick = ButtonCancel2Click
  31.   end
  32.   object ButtonOk2: TButton
  33.     Left = 224
  34.     Top = 293
  35.     Width = 50
  36.     Height = 20
  37.     Caption = 'Ok2'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.     OnClick = ButtonOk2Click
  42.   end
  43.   object PageControlOptions: TPageControl
  44.     Left = 4
  45.     Top = 5
  46.     Width = 477
  47.     Height = 332
  48.     ActivePage = TabSheetEditor
  49.     Images = MainForm.ImageListMenu
  50.     TabIndex = 0
  51.     TabOrder = 0
  52.     object TabSheetEditor: TTabSheet
  53.       Caption = '&Editor'
  54.       ImageIndex = 38
  55.       object CheckBoxReadOnly: TCheckBox
  56.         Left = 11
  57.         Top = 14
  58.         Width = 270
  59.         Height = 17
  60.         Caption = '&Read-only mode'
  61.         TabOrder = 0
  62.         OnClick = CheckBoxGeneralClick
  63.       end
  64.       object RadioGroupPrompt: TRadioGroup
  65.         Left = 8
  66.         Top = 136
  67.         Width = 444
  68.         Height = 70
  69.         Caption = 'Prompts'
  70.         ItemIndex = 0
  71.         Items.Strings = (
  72.           'Prompt before making any registry changes'
  73.           
  74.             'Prompt only when copying, moving, deleting or renaming keys or v' +
  75.             'alues'
  76.           'Never prompt when editing (not recommended)')
  77.         TabOrder = 7
  78.         OnClick = CheckBoxGeneralClick
  79.       end
  80.       object GroupBoxNewItems: TGroupBox
  81.         Left = 232
  82.         Top = 212
  83.         Width = 221
  84.         Height = 70
  85.         Caption = 'Prefixes on New items:'
  86.         TabOrder = 9
  87.         object Label1: TLabel
  88.           Left = 8
  89.           Top = 20
  90.           Width = 92
  91.           Height = 13
  92.           Caption = 'Prefix on new keys:'
  93.         end
  94.         object Label2: TLabel
  95.           Left = 8
  96.           Top = 40
  97.           Width = 101
  98.           Height = 13
  99.           Caption = 'Prefix on new values:'
  100.         end
  101.         object EditNewKeyPrefix: TEdit
  102.           Left = 124
  103.           Top = 16
  104.           Width = 77
  105.           Height = 21
  106.           TabOrder = 0
  107.           Text = 'NewKey'
  108.           OnChange = CheckBoxGeneralClick
  109.         end
  110.         object EditNewValuePrefix: TEdit
  111.           Left = 124
  112.           Top = 40
  113.           Width = 77
  114.           Height = 21
  115.           TabOrder = 1
  116.           Text = 'NewValue'
  117.           OnChange = CheckBoxGeneralClick
  118.         end
  119.       end
  120.       object CheckBoxAutoValProperties: TCheckBox
  121.         Left = 11
  122.         Top = 44
  123.         Width = 382
  124.         Height = 17
  125.         Caption = 'Automatically bring up value properties when creating new values'
  126.         Checked = True
  127.         State = cbChecked
  128.         TabOrder = 2
  129.         OnClick = CheckBoxGeneralClick
  130.       end
  131.       object CheckBoxSearchNoRegistrarKeys: TCheckBox
  132.         Left = 11
  133.         Top = 60
  134.         Width = 382
  135.         Height = 17
  136.         Caption = 
  137.           'When searching, do not display registry keys and values related ' +
  138.           'to Registrar  when searching'
  139.         Checked = True
  140.         State = cbChecked
  141.         TabOrder = 3
  142.         OnClick = CheckBoxGeneralClick
  143.       end
  144.       object CheckBoxForceAccessDenied: TCheckBox
  145.         Left = 11
  146.         Top = 28
  147.         Width = 343
  148.         Height = 17
  149.         Caption = 'Try to open registry keys by force if access is denied (NT only)'
  150.         Checked = True
  151.         State = cbChecked
  152.         TabOrder = 1
  153.         OnClick = CheckBoxGeneralClick
  154.       end
  155.       object CheckBoxJumpToLastKey: TCheckBox
  156.         Left = 11
  157.         Top = 84
  158.         Width = 382
  159.         Height = 17
  160.         Caption = '&Jump to last opened registry key on startup'
  161.         Checked = True
  162.         State = cbChecked
  163.         TabOrder = 4
  164.         OnClick = CheckBoxGeneralClick
  165.       end
  166.       object CheckBoxJumpToMessage: TCheckBox
  167.         Left = 11
  168.         Top = 116
  169.         Width = 382
  170.         Height = 17
  171.         Caption = 
  172.           'Display error message when jumping to a non-existing registry ke' +
  173.           'y or value'
  174.         TabOrder = 6
  175.         OnClick = CheckBoxGeneralClick
  176.       end
  177.       object CheckBoxJumpToParent: TCheckBox
  178.         Left = 11
  179.         Top = 100
  180.         Width = 398
  181.         Height = 17
  182.         Caption = 
  183.           'Select existing parent key when jumping to a non-existing regist' +
  184.           'ry key or value'
  185.         Checked = True
  186.         State = cbChecked
  187.         TabOrder = 5
  188.         OnClick = CheckBoxGeneralClick
  189.       end
  190.       object RadioGroupDragDrop: TRadioGroup
  191.         Left = 8
  192.         Top = 212
  193.         Width = 221
  194.         Height = 70
  195.         Caption = 'When dragging && dropping:'
  196.         ItemIndex = 0
  197.         Items.Strings = (
  198.           'Do nothing'
  199.           'Copy keys/values'
  200.           'Compare keys')
  201.         TabOrder = 8
  202.         OnClick = CheckBoxGeneralClick
  203.       end
  204.     end
  205.     object TabSheetVisuals: TTabSheet
  206.       Caption = '&Visuals'
  207.       ImageIndex = 46
  208.       object ButtonFont: TSpeedButton
  209.         Left = 11
  210.         Top = 116
  211.         Width = 181
  212.         Height = 22
  213.         Caption = 'Font in Registry views ...'
  214.         Glyph.Data = {
  215.           F6000000424DF600000000000000760000002800000010000000100000000100
  216.           0400000000008000000000000000000000001000000010000000000000000000
  217.           80000080000000808000800000008000800080800000C0C0C000808080000000
  218.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  219.           7777777744444444444477777777777777777777444447774444777777447777
  220.           7447777777744777744777777777444444477777777774477447707770777744
  221.           7447708780777774444778000877777744477707077777777447770707777777
  222.           7777778087777777777777707777777777777777777777777777}
  223.         OnClick = ButtonFontClick
  224.       end
  225.       object CheckBoxDefaultNotSet: TCheckBox
  226.         Left = 11
  227.         Top = 30
  228.         Width = 270
  229.         Height = 17
  230.         Caption = 'Display default values that are not set'
  231.         Checked = True
  232.         State = cbChecked
  233.         TabOrder = 1
  234.         OnClick = CheckBoxGeneralClick
  235.       end
  236.       object CheckBoxKeysRight: TCheckBox
  237.         Left = 11
  238.         Top = 46
  239.         Width = 270
  240.         Height = 17
  241.         Caption = 'Display registry keys in view'
  242.         Checked = True
  243.         State = cbChecked
  244.         TabOrder = 2
  245.         OnClick = CheckBoxGeneralClick
  246.       end
  247.       object CheckBoxAbbreviated: TCheckBox
  248.         Left = 11
  249.         Top = 14
  250.         Width = 364
  251.         Height = 17
  252.         Caption = 'Display abbreviated rootkey names (HKCR, HKCU etc).'
  253.         TabOrder = 0
  254.         OnClick = CheckBoxGeneralClick
  255.       end
  256.       object CheckBoxHottrack: TCheckBox
  257.         Left = 11
  258.         Top = 160
  259.         Width = 270
  260.         Height = 17
  261.         Caption = 'Select items automatically'
  262.         TabOrder = 4
  263.         OnClick = CheckBoxHottrackClick
  264.       end
  265.       object CheckBoxGridlines: TCheckBox
  266.         Left = 11
  267.         Top = 192
  268.         Width = 198
  269.         Height = 17
  270.         Caption = 'Show grid lines in view'
  271.         Checked = True
  272.         State = cbChecked
  273.         TabOrder = 6
  274.         OnClick = CheckBoxGeneralClick
  275.       end
  276.       object CheckBoxUnderline: TCheckBox
  277.         Left = 11
  278.         Top = 176
  279.         Width = 270
  280.         Height = 17
  281.         Caption = 'Underline items when moving cursor over them'
  282.         Checked = True
  283.         State = cbChecked
  284.         TabOrder = 5
  285.         OnClick = CheckBoxUnderlineClick
  286.       end
  287.       object CheckBoxTreeTooltips: TCheckBox
  288.         Left = 11
  289.         Top = 62
  290.         Width = 270
  291.         Height = 17
  292.         Caption = 'Display tooltips in registry tree'
  293.         Checked = True
  294.         State = cbChecked
  295.         TabOrder = 3
  296.         OnClick = CheckBoxGeneralClick
  297.       end
  298.       object CheckBoxBinAsText: TCheckBox
  299.         Left = 11
  300.         Top = 78
  301.         Width = 270
  302.         Height = 17
  303.         Caption = 'Display binary values as text in editor'
  304.         Checked = True
  305.         State = cbChecked
  306.         TabOrder = 7
  307.         OnClick = CheckBoxGeneralClick
  308.       end
  309.     end
  310.     object TabSheetRemote: TTabSheet
  311.       Caption = '&Remote'
  312.       ImageIndex = 8
  313.       object CheckBoxAccountSIDRemote: TCheckBox
  314.         Left = 11
  315.         Top = 54
  316.         Width = 406
  317.         Height = 17
  318.         Caption = 'Show account name description for user SIDs on remote machines'
  319.         Checked = True
  320.         State = cbChecked
  321.         TabOrder = 0
  322.         OnClick = CheckBoxGeneralClick
  323.       end
  324.       object CheckBoxRemoteBookmarks: TCheckBox
  325.         Left = 11
  326.         Top = 14
  327.         Width = 406
  328.         Height = 17
  329.         Caption = 'Make bookmarks also available in remote registry windows'
  330.         Checked = True
  331.         State = cbChecked
  332.         TabOrder = 1
  333.         OnClick = CheckBoxGeneralClick
  334.       end
  335.       object CheckBoxHKCURemote: TCheckBox
  336.         Left = 11
  337.         Top = 38
  338.         Width = 406
  339.         Height = 17
  340.         Caption = 'Display HKEY_CURRENT_USER on remote machines'
  341.         TabOrder = 2
  342.         OnClick = CheckBoxGeneralClick
  343.       end
  344.       object CheckBoxResolveSIDsLocally: TCheckBox
  345.         Left = 11
  346.         Top = 70
  347.         Width = 406
  348.         Height = 17
  349.         Caption = 
  350.           'Resolve user SIDs on remote machines from the local account data' +
  351.           'base'
  352.         TabOrder = 3
  353.         Visible = False
  354.         OnClick = CheckBoxGeneralClick
  355.       end
  356.     end
  357.     object TabSheetBookmark: TTabSheet
  358.       Caption = '&Bookmarks'
  359.       ImageIndex = 6
  360.       object CheckBoxOpenBookmarkEditor: TCheckBox
  361.         Left = 11
  362.         Top = 46
  363.         Width = 406
  364.         Height = 17
  365.         Caption = 'When adding a key to bookmarks, open bookmark editor'
  366.         Checked = True
  367.         State = cbChecked
  368.         TabOrder = 1
  369.         OnClick = CheckBoxGeneralClick
  370.       end
  371.       object CheckBoxBookmarkCategories: TCheckBox
  372.         Left = 11
  373.         Top = 30
  374.         Width = 406
  375.         Height = 17
  376.         Caption = 'Enable support for bookmark categories'
  377.         Checked = True
  378.         State = cbChecked
  379.         TabOrder = 0
  380.         OnClick = CheckBoxGeneralClick
  381.       end
  382.       object CheckBoxExpandAtStartup: TCheckBox
  383.         Left = 11
  384.         Top = 70
  385.         Width = 406
  386.         Height = 17
  387.         Caption = 'Expand all categories at startup'
  388.         TabOrder = 2
  389.         OnClick = CheckBoxGeneralClick
  390.       end
  391.       object CheckBoxBookmarkBoldFonts: TCheckBox
  392.         Left = 11
  393.         Top = 86
  394.         Width = 406
  395.         Height = 17
  396.         Caption = 'Display colored bookmarks with bold fonts in editor'
  397.         Checked = True
  398.         State = cbChecked
  399.         TabOrder = 3
  400.         OnClick = CheckBoxGeneralClick
  401.       end
  402.       object ButtonConvertFavorites: TBitBtn
  403.         Left = 12
  404.         Top = 179
  405.         Width = 149
  406.         Height = 25
  407.         Caption = 'Convert Regedit Favorites'
  408.         TabOrder = 4
  409.         OnClick = ButtonConvertFavoritesClick
  410.       end
  411.       object CheckBoxAccountSIDs: TCheckBox
  412.         Left = 11
  413.         Top = 110
  414.         Width = 406
  415.         Height = 17
  416.         Caption = 'Add account name descriptions for user SIDs'
  417.         Checked = True
  418.         State = cbChecked
  419.         TabOrder = 5
  420.         OnClick = CheckBoxGeneralClick
  421.       end
  422.       object CheckBoxExistingBookmarksOnly: TCheckBox
  423.         Left = 11
  424.         Top = 142
  425.         Width = 406
  426.         Height = 17
  427.         Caption = 
  428.           'Display only bookmarks of registry keys and values that exist in' +
  429.           ' the local registry'
  430.         Checked = True
  431.         State = cbChecked
  432.         TabOrder = 6
  433.         Visible = False
  434.         OnClick = CheckBoxGeneralClick
  435.       end
  436.       object CheckBoxShowBookmarksInViews: TCheckBox
  437.         Left = 11
  438.         Top = 14
  439.         Width = 406
  440.         Height = 17
  441.         Caption = 'Display bookmark descriptions in registry views'
  442.         Checked = True
  443.         State = cbChecked
  444.         TabOrder = 7
  445.         OnClick = CheckBoxGeneralClick
  446.       end
  447.     end
  448.     object TabSheetMonitor: TTabSheet
  449.       Caption = '&Monitor'
  450.       ImageIndex = 11
  451.       object LabelHours: TLabel
  452.         Left = 110
  453.         Top = 38
  454.         Width = 26
  455.         Height = 13
  456.         Caption = 'hours'
  457.       end
  458.       object CheckBoxMonitorRegistrar: TCheckBox
  459.         Left = 9
  460.         Top = 72
  461.         Width = 414
  462.         Height = 17
  463.         Caption = '&Also monitor Resplendent Registrar'
  464.         Checked = True
  465.         State = cbChecked
  466.         TabOrder = 2
  467.         OnClick = CheckBoxGeneralClick
  468.       end
  469.       object CheckBoxMonitorBackupPrompt: TCheckBox
  470.         Left = 11
  471.         Top = 14
  472.         Width = 414
  473.         Height = 17
  474.         Caption = 
  475.           'When &starting monitor, prompt for backup when backup is older t' +
  476.           'han'
  477.         TabOrder = 0
  478.         OnClick = CheckBoxMonitorBackupPromptClick
  479.       end
  480.       object SpinEditBackupOlder: TSpinEdit
  481.         Left = 28
  482.         Top = 34
  483.         Width = 73
  484.         Height = 22
  485.         MaxValue = 0
  486.         MinValue = 0
  487.         TabOrder = 1
  488.         Value = 24
  489.       end
  490.     end
  491.     object TabSheetUndo: TTabSheet
  492.       Caption = '&Undo'
  493.       ImageIndex = 7
  494.       object Label3: TLabel
  495.         Left = 29
  496.         Top = 78
  497.         Width = 310
  498.         Height = 13
  499.         Caption = 
  500.           'after the action, propose to restore to the original situation i' +
  501.           'nstead.'
  502.       end
  503.       object LabelHours2: TLabel
  504.         Left = 114
  505.         Top = 148
  506.         Width = 26
  507.         Height = 13
  508.         Caption = 'hours'
  509.       end
  510.       object CheckBoxTrackUndo: TCheckBox
  511.         Left = 11
  512.         Top = 14
  513.         Width = 424
  514.         Height = 17
  515.         Caption = 'Store undo information on registry changes'
  516.         Checked = True
  517.         State = cbChecked
  518.         TabOrder = 0
  519.         OnClick = CheckBoxGeneralClick
  520.       end
  521.       object CheckBoxDeleteOlder: TCheckBox
  522.         Left = 11
  523.         Top = 122
  524.         Width = 388
  525.         Height = 17
  526.         Caption = '&Automatically &delete undo information if action is older than'
  527.         Checked = True
  528.         State = cbChecked
  529.         TabOrder = 3
  530.         OnClick = CheckBoxDeleteOlderClick
  531.       end
  532.       object SpinEditDeleteUndo: TSpinEdit
  533.         Left = 30
  534.         Top = 142
  535.         Width = 73
  536.         Height = 22
  537.         MaxValue = 0
  538.         MinValue = 0
  539.         TabOrder = 4
  540.         Value = 24
  541.       end
  542.       object CheckBoxDisplayUndone: TCheckBox
  543.         Left = 11
  544.         Top = 32
  545.         Width = 258
  546.         Height = 17
  547.         Caption = 'Display actions that have been undone'
  548.         Checked = True
  549.         State = cbChecked
  550.         TabOrder = 1
  551.         OnClick = CheckBoxGeneralClick
  552.       end
  553.       object CheckBoxProposeRestore: TCheckBox
  554.         Left = 11
  555.         Top = 62
  556.         Width = 424
  557.         Height = 17
  558.         Caption = 
  559.           'If undo cannot take place because the key or value has been chan' +
  560.           'ged'
  561.         TabOrder = 2
  562.         OnClick = CheckBoxGeneralClick
  563.       end
  564.       object ButtonDeleteUndoHistory: TBitBtn
  565.         Left = 12
  566.         Top = 191
  567.         Width = 161
  568.         Height = 25
  569.         Caption = '&Delete Undo History Now'
  570.         TabOrder = 5
  571.         OnClick = ButtonDeleteUndoHistoryClick
  572.       end
  573.     end
  574.     object TabSheetShell: TTabSheet
  575.       Caption = '&Shell'
  576.       ImageIndex = 47
  577.       object CheckBox3: TCheckBox
  578.         Left = 11
  579.         Top = 282
  580.         Width = 364
  581.         Height = 17
  582.         Caption = 'Use Regedit.exe to export .reg files'
  583.         TabOrder = 8
  584.         Visible = False
  585.       end
  586.       object CheckBox2: TCheckBox
  587.         Left = 11
  588.         Top = 266
  589.         Width = 364
  590.         Height = 17
  591.         Caption = 'Use Regedit.exe to import .reg files'
  592.         TabOrder = 9
  593.         Visible = False
  594.       end
  595.       object CheckBoxRegURL: TCheckBox
  596.         Left = 11
  597.         Top = 118
  598.         Width = 364
  599.         Height = 17
  600.         Caption = 'Open URLs starting  with reg:// from Shell with Registrar'
  601.         TabOrder = 4
  602.         OnClick = EnableApplyButton
  603.       end
  604.       object CheckBoxFindExtension: TCheckBox
  605.         Left = 11
  606.         Top = 134
  607.         Width = 364
  608.         Height = 17
  609.         Caption = 
  610.           'List Resplendent Registrar in the Search menu under the Start bu' +
  611.           'tton'
  612.         TabOrder = 5
  613.         OnClick = EnableApplyButton
  614.       end
  615.       object CheckBoxRegFileContextMenu: TCheckBox
  616.         Left = 11
  617.         Top = 70
  618.         Width = 364
  619.         Height = 17
  620.         Caption = 'Show context menu option on .reg files'
  621.         TabOrder = 1
  622.         OnClick = EnableApplyButton
  623.       end
  624.       object CheckBoxForceNT4Dialogs: TCheckBox
  625.         Left = 11
  626.         Top = 174
  627.         Width = 422
  628.         Height = 17
  629.         Caption = 
  630.           'Use NT4 style security dialogs when editing permissions and audi' +
  631.           'ting'
  632.         TabOrder = 6
  633.         OnClick = EnableApplyButton
  634.       end
  635.       object CheckBoxRRBfiles: TCheckBox
  636.         Left = 11
  637.         Top = 86
  638.         Width = 364
  639.         Height = 17
  640.         Caption = 'Import .rrb files with Registrar as registry bookmarks file'
  641.         TabOrder = 2
  642.         OnClick = EnableApplyButton
  643.       end
  644.       object CheckBoxRRSfiles: TCheckBox
  645.         Left = 11
  646.         Top = 102
  647.         Width = 364
  648.         Height = 17
  649.         Caption = 'Open .rrs files with Registrar as registry Shortcuts'
  650.         TabOrder = 3
  651.         OnClick = EnableApplyButton
  652.       end
  653.       object CheckBoxMultipleInstances: TCheckBox
  654.         Left = 11
  655.         Top = 14
  656.         Width = 364
  657.         Height = 17
  658.         Caption = 
  659.           'Allow multiple instances of Registrar to be running simultaneous' +
  660.           'ly'
  661.         TabOrder = 0
  662.         OnClick = EnableApplyButton
  663.       end
  664.       object GroupBoxRSL: TGroupBox
  665.         Left = 8
  666.         Top = 192
  667.         Width = 444
  668.         Height = 76
  669.         Font.Charset = DEFAULT_CHARSET
  670.         Font.Color = clWindowText
  671.         Font.Height = -11
  672.         Font.Name = 'MS Sans Serif'
  673.         Font.Style = []
  674.         ParentFont = False
  675.         TabOrder = 7
  676.         object LabelMaxRegSize1: TLabel
  677.           Left = 11
  678.           Top = 20
  679.           Width = 111
  680.           Height = 13
  681.           Caption = 'Maximum Registry Size:'
  682.         end
  683.         object LabelMaxRegSize2: TLabel
  684.           Left = 259
  685.           Top = 20
  686.           Width = 13
  687.           Height = 13
  688.           Caption = 'Kb'
  689.         end
  690.         object SpinEditRSL: TSpinEdit
  691.           Left = 142
  692.           Top = 15
  693.           Width = 99
  694.           Height = 22
  695.           MaxValue = 0
  696.           MinValue = 0
  697.           TabOrder = 0
  698.           Value = 0
  699.           OnChange = SpinEditRSLChange
  700.         end
  701.         object MemoRSL: TMemo
  702.           Left = 10
  703.           Top = 40
  704.           Width = 423
  705.           Height = 33
  706.           BorderStyle = bsNone
  707.           Color = clBtnFace
  708.           Font.Charset = DEFAULT_CHARSET
  709.           Font.Color = clWindowText
  710.           Font.Height = -11
  711.           Font.Name = 'MS Sans Serif'
  712.           Font.Pitch = fpFixed
  713.           Font.Style = []
  714.           Lines.Strings = (
  715.             
  716.               'The Registry Size Limit has not been set. To change it, select C' +
  717.               'ontrol Panel -> System -> '
  718.             'Advanced -> Performance Options -> Change')
  719.           ParentFont = False
  720.           TabOrder = 1
  721.           Visible = False
  722.         end
  723.       end
  724.       object CheckBoxTaskbarRegistryWindows: TCheckBox
  725.         Left = 11
  726.         Top = 30
  727.         Width = 364
  728.         Height = 17
  729.         Caption = 'Display each registry window on a separate icon in the taskbar'
  730.         TabOrder = 10
  731.         OnClick = EnableApplyButton
  732.       end
  733.       object CheckBoxTaskbarToolWindows: TCheckBox
  734.         Left = 11
  735.         Top = 46
  736.         Width = 364
  737.         Height = 17
  738.         Caption = 'Display each tool window on a separate icon in the taskbar'
  739.         TabOrder = 11
  740.         OnClick = CheckBoxTaskbarToolWindowsClick
  741.         OnMouseUp = CheckBoxTaskbarToolWindowsMouseUp
  742.       end
  743.       object CheckBoxAddRemove: TCheckBox
  744.         Left = 11
  745.         Top = 150
  746.         Width = 364
  747.         Height = 17
  748.         Caption = 
  749.           'List Resplendent Registrar in the Add or Remove Programs control' +
  750.           ' panel'
  751.         TabOrder = 12
  752.         OnClick = EnableApplyButton
  753.       end
  754.     end
  755.   end
  756.   object CoolBar1: TCoolBar
  757.     Left = 0
  758.     Top = 345
  759.     Width = 488
  760.     Height = 30
  761.     Align = alBottom
  762.     AutoSize = True
  763.     BandBorderStyle = bsNone
  764.     Bands = <
  765.       item
  766.         Control = ToolBar1
  767.         ImageIndex = -1
  768.         MinHeight = 30
  769.         Width = 488
  770.       end>
  771.     EdgeInner = esNone
  772.     EdgeOuter = esNone
  773.     object ToolBar1: TToolBar
  774.       Tag = 2
  775.       Left = 9
  776.       Top = 0
  777.       Width = 475
  778.       Height = 30
  779.       Align = alNone
  780.       ButtonHeight = 30
  781.       ButtonWidth = 31
  782.       Caption = 'ToolBarButtons'
  783.       DisabledImages = MainForm.ImageListToolbarDisabled
  784.       EdgeBorders = []
  785.       EdgeInner = esNone
  786.       EdgeOuter = esNone
  787.       Flat = True
  788.       HotImages = MainForm.ImageListSaturated
  789.       Images = MainForm.ImageListToolbar
  790.       ParentShowHint = False
  791.       ShowHint = True
  792.       TabOrder = 0
  793.       Transparent = True
  794.       Wrapable = False
  795.       object ButtonOk: TSpeedButton
  796.         Left = 0
  797.         Top = 0
  798.         Width = 61
  799.         Height = 30
  800.         Caption = 'Ok'
  801.         Flat = True
  802.         Transparent = False
  803.         OnClick = ButtonOkClick
  804.       end
  805.       object ToolButton2: TToolButton
  806.         Left = 61
  807.         Top = 0
  808.         Width = 8
  809.         Caption = 'ToolButton2'
  810.         ImageIndex = 18
  811.         Style = tbsSeparator
  812.       end
  813.       object ButtonCancel: TSpeedButton
  814.         Left = 69
  815.         Top = 0
  816.         Width = 64
  817.         Height = 30
  818.         Caption = 'Cancel'
  819.         Flat = True
  820.         Transparent = False
  821.         OnClick = ButtonCancelClick
  822.       end
  823.       object ToolButton1: TToolButton
  824.         Left = 133
  825.         Top = 0
  826.         Width = 8
  827.         Caption = 'ToolButton1'
  828.         ImageIndex = 7
  829.         Style = tbsSeparator
  830.       end
  831.       object ButtonApply: TSpeedButton
  832.         Left = 141
  833.         Top = 0
  834.         Width = 64
  835.         Height = 30
  836.         Caption = '&Apply'
  837.         Flat = True
  838.         Transparent = False
  839.         OnClick = ButtonApplyClick
  840.       end
  841.       object ToolButton3: TToolButton
  842.         Left = 205
  843.         Top = 0
  844.         Width = 8
  845.         Caption = 'ToolButton3'
  846.         ImageIndex = 7
  847.         Style = tbsSeparator
  848.       end
  849.       object ButtonHelp: TToolButton
  850.         Left = 213
  851.         Top = 0
  852.         Hint = 'Help'
  853.         HelpType = htKeyword
  854.         Caption = 'ButtonHelp'
  855.         ImageIndex = 17
  856.         OnClick = ButtonHelpClick
  857.       end
  858.     end
  859.   end
  860.   object FontDialog1: TFontDialog
  861.     Font.Charset = DEFAULT_CHARSET
  862.     Font.Color = clWindowText
  863.     Font.Height = -11
  864.     Font.Name = 'MS Sans Serif'
  865.     Font.Style = []
  866.     MinFontSize = 0
  867.     MaxFontSize = 0
  868.     Left = 415
  869.     Top = 49
  870.   end
  871.   object ActionList1: TActionList
  872.     Left = 304
  873.     Top = 240
  874.     object ActionHelp: TAction
  875.       Caption = 'ActionHelp'
  876.       ShortCut = 112
  877.       OnExecute = ActionHelpExecute
  878.     end
  879.   end
  880. end
  881.