home *** CD-ROM | disk | FTP | other *** search
- object OptionsForm: TOptionsForm
- Left = 389
- Top = 315
- BorderStyle = bsToolWindow
- Caption = 'Options'
- ClientHeight = 375
- ClientWidth = 488
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object ButtonCancel2: TButton
- Left = 168
- Top = 296
- Width = 50
- Height = 20
- Cancel = True
- Caption = 'ButtonCancel2'
- ModalResult = 2
- TabOrder = 3
- OnClick = ButtonCancel2Click
- end
- object ButtonOk2: TButton
- Left = 224
- Top = 293
- Width = 50
- Height = 20
- Caption = 'Ok2'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = ButtonOk2Click
- end
- object PageControlOptions: TPageControl
- Left = 4
- Top = 5
- Width = 477
- Height = 332
- ActivePage = TabSheetEditor
- Images = MainForm.ImageListMenu
- TabIndex = 0
- TabOrder = 0
- object TabSheetEditor: TTabSheet
- Caption = '&Editor'
- ImageIndex = 38
- object CheckBoxReadOnly: TCheckBox
- Left = 11
- Top = 14
- Width = 270
- Height = 17
- Caption = '&Read-only mode'
- TabOrder = 0
- OnClick = CheckBoxGeneralClick
- end
- object RadioGroupPrompt: TRadioGroup
- Left = 8
- Top = 136
- Width = 444
- Height = 70
- Caption = 'Prompts'
- ItemIndex = 0
- Items.Strings = (
- 'Prompt before making any registry changes'
-
- 'Prompt only when copying, moving, deleting or renaming keys or v' +
- 'alues'
- 'Never prompt when editing (not recommended)')
- TabOrder = 7
- OnClick = CheckBoxGeneralClick
- end
- object GroupBoxNewItems: TGroupBox
- Left = 232
- Top = 212
- Width = 221
- Height = 70
- Caption = 'Prefixes on New items:'
- TabOrder = 9
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 92
- Height = 13
- Caption = 'Prefix on new keys:'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 101
- Height = 13
- Caption = 'Prefix on new values:'
- end
- object EditNewKeyPrefix: TEdit
- Left = 124
- Top = 16
- Width = 77
- Height = 21
- TabOrder = 0
- Text = 'NewKey'
- OnChange = CheckBoxGeneralClick
- end
- object EditNewValuePrefix: TEdit
- Left = 124
- Top = 40
- Width = 77
- Height = 21
- TabOrder = 1
- Text = 'NewValue'
- OnChange = CheckBoxGeneralClick
- end
- end
- object CheckBoxAutoValProperties: TCheckBox
- Left = 11
- Top = 44
- Width = 382
- Height = 17
- Caption = 'Automatically bring up value properties when creating new values'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxSearchNoRegistrarKeys: TCheckBox
- Left = 11
- Top = 60
- Width = 382
- Height = 17
- Caption =
- 'When searching, do not display registry keys and values related ' +
- 'to Registrar when searching'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxForceAccessDenied: TCheckBox
- Left = 11
- Top = 28
- Width = 343
- Height = 17
- Caption = 'Try to open registry keys by force if access is denied (NT only)'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxJumpToLastKey: TCheckBox
- Left = 11
- Top = 84
- Width = 382
- Height = 17
- Caption = '&Jump to last opened registry key on startup'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxJumpToMessage: TCheckBox
- Left = 11
- Top = 116
- Width = 382
- Height = 17
- Caption =
- 'Display error message when jumping to a non-existing registry ke' +
- 'y or value'
- TabOrder = 6
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxJumpToParent: TCheckBox
- Left = 11
- Top = 100
- Width = 398
- Height = 17
- Caption =
- 'Select existing parent key when jumping to a non-existing regist' +
- 'ry key or value'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = CheckBoxGeneralClick
- end
- object RadioGroupDragDrop: TRadioGroup
- Left = 8
- Top = 212
- Width = 221
- Height = 70
- Caption = 'When dragging && dropping:'
- ItemIndex = 0
- Items.Strings = (
- 'Do nothing'
- 'Copy keys/values'
- 'Compare keys')
- TabOrder = 8
- OnClick = CheckBoxGeneralClick
- end
- end
- object TabSheetVisuals: TTabSheet
- Caption = '&Visuals'
- ImageIndex = 46
- object ButtonFont: TSpeedButton
- Left = 11
- Top = 116
- Width = 181
- Height = 22
- Caption = 'Font in Registry views ...'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777744444444444477777777777777777777444447774444777777447777
- 7447777777744777744777777777444444477777777774477447707770777744
- 7447708780777774444778000877777744477707077777777447770707777777
- 7777778087777777777777707777777777777777777777777777}
- OnClick = ButtonFontClick
- end
- object CheckBoxDefaultNotSet: TCheckBox
- Left = 11
- Top = 30
- Width = 270
- Height = 17
- Caption = 'Display default values that are not set'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxKeysRight: TCheckBox
- Left = 11
- Top = 46
- Width = 270
- Height = 17
- Caption = 'Display registry keys in view'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxAbbreviated: TCheckBox
- Left = 11
- Top = 14
- Width = 364
- Height = 17
- Caption = 'Display abbreviated rootkey names (HKCR, HKCU etc).'
- TabOrder = 0
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxHottrack: TCheckBox
- Left = 11
- Top = 160
- Width = 270
- Height = 17
- Caption = 'Select items automatically'
- TabOrder = 4
- OnClick = CheckBoxHottrackClick
- end
- object CheckBoxGridlines: TCheckBox
- Left = 11
- Top = 192
- Width = 198
- Height = 17
- Caption = 'Show grid lines in view'
- Checked = True
- State = cbChecked
- TabOrder = 6
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxUnderline: TCheckBox
- Left = 11
- Top = 176
- Width = 270
- Height = 17
- Caption = 'Underline items when moving cursor over them'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = CheckBoxUnderlineClick
- end
- object CheckBoxTreeTooltips: TCheckBox
- Left = 11
- Top = 62
- Width = 270
- Height = 17
- Caption = 'Display tooltips in registry tree'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxBinAsText: TCheckBox
- Left = 11
- Top = 78
- Width = 270
- Height = 17
- Caption = 'Display binary values as text in editor'
- Checked = True
- State = cbChecked
- TabOrder = 7
- OnClick = CheckBoxGeneralClick
- end
- end
- object TabSheetRemote: TTabSheet
- Caption = '&Remote'
- ImageIndex = 8
- object CheckBoxAccountSIDRemote: TCheckBox
- Left = 11
- Top = 54
- Width = 406
- Height = 17
- Caption = 'Show account name description for user SIDs on remote machines'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxRemoteBookmarks: TCheckBox
- Left = 11
- Top = 14
- Width = 406
- Height = 17
- Caption = 'Make bookmarks also available in remote registry windows'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxHKCURemote: TCheckBox
- Left = 11
- Top = 38
- Width = 406
- Height = 17
- Caption = 'Display HKEY_CURRENT_USER on remote machines'
- TabOrder = 2
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxResolveSIDsLocally: TCheckBox
- Left = 11
- Top = 70
- Width = 406
- Height = 17
- Caption =
- 'Resolve user SIDs on remote machines from the local account data' +
- 'base'
- TabOrder = 3
- Visible = False
- OnClick = CheckBoxGeneralClick
- end
- end
- object TabSheetBookmark: TTabSheet
- Caption = '&Bookmarks'
- ImageIndex = 6
- object CheckBoxOpenBookmarkEditor: TCheckBox
- Left = 11
- Top = 46
- Width = 406
- Height = 17
- Caption = 'When adding a key to bookmarks, open bookmark editor'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxBookmarkCategories: TCheckBox
- Left = 11
- Top = 30
- Width = 406
- Height = 17
- Caption = 'Enable support for bookmark categories'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxExpandAtStartup: TCheckBox
- Left = 11
- Top = 70
- Width = 406
- Height = 17
- Caption = 'Expand all categories at startup'
- TabOrder = 2
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxBookmarkBoldFonts: TCheckBox
- Left = 11
- Top = 86
- Width = 406
- Height = 17
- Caption = 'Display colored bookmarks with bold fonts in editor'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBoxGeneralClick
- end
- object ButtonConvertFavorites: TBitBtn
- Left = 12
- Top = 179
- Width = 149
- Height = 25
- Caption = 'Convert Regedit Favorites'
- TabOrder = 4
- OnClick = ButtonConvertFavoritesClick
- end
- object CheckBoxAccountSIDs: TCheckBox
- Left = 11
- Top = 110
- Width = 406
- Height = 17
- Caption = 'Add account name descriptions for user SIDs'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxExistingBookmarksOnly: TCheckBox
- Left = 11
- Top = 142
- Width = 406
- Height = 17
- Caption =
- 'Display only bookmarks of registry keys and values that exist in' +
- ' the local registry'
- Checked = True
- State = cbChecked
- TabOrder = 6
- Visible = False
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxShowBookmarksInViews: TCheckBox
- Left = 11
- Top = 14
- Width = 406
- Height = 17
- Caption = 'Display bookmark descriptions in registry views'
- Checked = True
- State = cbChecked
- TabOrder = 7
- OnClick = CheckBoxGeneralClick
- end
- end
- object TabSheetMonitor: TTabSheet
- Caption = '&Monitor'
- ImageIndex = 11
- object LabelHours: TLabel
- Left = 110
- Top = 38
- Width = 26
- Height = 13
- Caption = 'hours'
- end
- object CheckBoxMonitorRegistrar: TCheckBox
- Left = 9
- Top = 72
- Width = 414
- Height = 17
- Caption = '&Also monitor Resplendent Registrar'
- Checked = True
- State = cbChecked
- TabOrder = 2
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxMonitorBackupPrompt: TCheckBox
- Left = 11
- Top = 14
- Width = 414
- Height = 17
- Caption =
- 'When &starting monitor, prompt for backup when backup is older t' +
- 'han'
- TabOrder = 0
- OnClick = CheckBoxMonitorBackupPromptClick
- end
- object SpinEditBackupOlder: TSpinEdit
- Left = 28
- Top = 34
- Width = 73
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 24
- end
- end
- object TabSheetUndo: TTabSheet
- Caption = '&Undo'
- ImageIndex = 7
- object Label3: TLabel
- Left = 29
- Top = 78
- Width = 310
- Height = 13
- Caption =
- 'after the action, propose to restore to the original situation i' +
- 'nstead.'
- end
- object LabelHours2: TLabel
- Left = 114
- Top = 148
- Width = 26
- Height = 13
- Caption = 'hours'
- end
- object CheckBoxTrackUndo: TCheckBox
- Left = 11
- Top = 14
- Width = 424
- Height = 17
- Caption = 'Store undo information on registry changes'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxDeleteOlder: TCheckBox
- Left = 11
- Top = 122
- Width = 388
- Height = 17
- Caption = '&Automatically &delete undo information if action is older than'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBoxDeleteOlderClick
- end
- object SpinEditDeleteUndo: TSpinEdit
- Left = 30
- Top = 142
- Width = 73
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 24
- end
- object CheckBoxDisplayUndone: TCheckBox
- Left = 11
- Top = 32
- Width = 258
- Height = 17
- Caption = 'Display actions that have been undone'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CheckBoxGeneralClick
- end
- object CheckBoxProposeRestore: TCheckBox
- Left = 11
- Top = 62
- Width = 424
- Height = 17
- Caption =
- 'If undo cannot take place because the key or value has been chan' +
- 'ged'
- TabOrder = 2
- OnClick = CheckBoxGeneralClick
- end
- object ButtonDeleteUndoHistory: TBitBtn
- Left = 12
- Top = 191
- Width = 161
- Height = 25
- Caption = '&Delete Undo History Now'
- TabOrder = 5
- OnClick = ButtonDeleteUndoHistoryClick
- end
- end
- object TabSheetShell: TTabSheet
- Caption = '&Shell'
- ImageIndex = 47
- object CheckBox3: TCheckBox
- Left = 11
- Top = 282
- Width = 364
- Height = 17
- Caption = 'Use Regedit.exe to export .reg files'
- TabOrder = 8
- Visible = False
- end
- object CheckBox2: TCheckBox
- Left = 11
- Top = 266
- Width = 364
- Height = 17
- Caption = 'Use Regedit.exe to import .reg files'
- TabOrder = 9
- Visible = False
- end
- object CheckBoxRegURL: TCheckBox
- Left = 11
- Top = 118
- Width = 364
- Height = 17
- Caption = 'Open URLs starting with reg:// from Shell with Registrar'
- TabOrder = 4
- OnClick = EnableApplyButton
- end
- object CheckBoxFindExtension: TCheckBox
- Left = 11
- Top = 134
- Width = 364
- Height = 17
- Caption =
- 'List Resplendent Registrar in the Search menu under the Start bu' +
- 'tton'
- TabOrder = 5
- OnClick = EnableApplyButton
- end
- object CheckBoxRegFileContextMenu: TCheckBox
- Left = 11
- Top = 70
- Width = 364
- Height = 17
- Caption = 'Show context menu option on .reg files'
- TabOrder = 1
- OnClick = EnableApplyButton
- end
- object CheckBoxForceNT4Dialogs: TCheckBox
- Left = 11
- Top = 174
- Width = 422
- Height = 17
- Caption =
- 'Use NT4 style security dialogs when editing permissions and audi' +
- 'ting'
- TabOrder = 6
- OnClick = EnableApplyButton
- end
- object CheckBoxRRBfiles: TCheckBox
- Left = 11
- Top = 86
- Width = 364
- Height = 17
- Caption = 'Import .rrb files with Registrar as registry bookmarks file'
- TabOrder = 2
- OnClick = EnableApplyButton
- end
- object CheckBoxRRSfiles: TCheckBox
- Left = 11
- Top = 102
- Width = 364
- Height = 17
- Caption = 'Open .rrs files with Registrar as registry Shortcuts'
- TabOrder = 3
- OnClick = EnableApplyButton
- end
- object CheckBoxMultipleInstances: TCheckBox
- Left = 11
- Top = 14
- Width = 364
- Height = 17
- Caption =
- 'Allow multiple instances of Registrar to be running simultaneous' +
- 'ly'
- TabOrder = 0
- OnClick = EnableApplyButton
- end
- object GroupBoxRSL: TGroupBox
- Left = 8
- Top = 192
- Width = 444
- Height = 76
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- object LabelMaxRegSize1: TLabel
- Left = 11
- Top = 20
- Width = 111
- Height = 13
- Caption = 'Maximum Registry Size:'
- end
- object LabelMaxRegSize2: TLabel
- Left = 259
- Top = 20
- Width = 13
- Height = 13
- Caption = 'Kb'
- end
- object SpinEditRSL: TSpinEdit
- Left = 142
- Top = 15
- Width = 99
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SpinEditRSLChange
- end
- object MemoRSL: TMemo
- Left = 10
- Top = 40
- Width = 423
- Height = 33
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpFixed
- Font.Style = []
- Lines.Strings = (
-
- 'The Registry Size Limit has not been set. To change it, select C' +
- 'ontrol Panel -> System -> '
- 'Advanced -> Performance Options -> Change')
- ParentFont = False
- TabOrder = 1
- Visible = False
- end
- end
- object CheckBoxTaskbarRegistryWindows: TCheckBox
- Left = 11
- Top = 30
- Width = 364
- Height = 17
- Caption = 'Display each registry window on a separate icon in the taskbar'
- TabOrder = 10
- OnClick = EnableApplyButton
- end
- object CheckBoxTaskbarToolWindows: TCheckBox
- Left = 11
- Top = 46
- Width = 364
- Height = 17
- Caption = 'Display each tool window on a separate icon in the taskbar'
- TabOrder = 11
- OnClick = CheckBoxTaskbarToolWindowsClick
- OnMouseUp = CheckBoxTaskbarToolWindowsMouseUp
- end
- object CheckBoxAddRemove: TCheckBox
- Left = 11
- Top = 150
- Width = 364
- Height = 17
- Caption =
- 'List Resplendent Registrar in the Add or Remove Programs control' +
- ' panel'
- TabOrder = 12
- OnClick = EnableApplyButton
- end
- end
- end
- object CoolBar1: TCoolBar
- Left = 0
- Top = 345
- Width = 488
- Height = 30
- Align = alBottom
- AutoSize = True
- BandBorderStyle = bsNone
- Bands = <
- item
- Control = ToolBar1
- ImageIndex = -1
- MinHeight = 30
- Width = 488
- end>
- EdgeInner = esNone
- EdgeOuter = esNone
- object ToolBar1: TToolBar
- Tag = 2
- Left = 9
- Top = 0
- Width = 475
- Height = 30
- Align = alNone
- ButtonHeight = 30
- ButtonWidth = 31
- Caption = 'ToolBarButtons'
- DisabledImages = MainForm.ImageListToolbarDisabled
- EdgeBorders = []
- EdgeInner = esNone
- EdgeOuter = esNone
- Flat = True
- HotImages = MainForm.ImageListSaturated
- Images = MainForm.ImageListToolbar
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Transparent = True
- Wrapable = False
- object ButtonOk: TSpeedButton
- Left = 0
- Top = 0
- Width = 61
- Height = 30
- Caption = 'Ok'
- Flat = True
- Transparent = False
- OnClick = ButtonOkClick
- end
- object ToolButton2: TToolButton
- Left = 61
- Top = 0
- Width = 8
- Caption = 'ToolButton2'
- ImageIndex = 18
- Style = tbsSeparator
- end
- object ButtonCancel: TSpeedButton
- Left = 69
- Top = 0
- Width = 64
- Height = 30
- Caption = 'Cancel'
- Flat = True
- Transparent = False
- OnClick = ButtonCancelClick
- end
- object ToolButton1: TToolButton
- Left = 133
- Top = 0
- Width = 8
- Caption = 'ToolButton1'
- ImageIndex = 7
- Style = tbsSeparator
- end
- object ButtonApply: TSpeedButton
- Left = 141
- Top = 0
- Width = 64
- Height = 30
- Caption = '&Apply'
- Flat = True
- Transparent = False
- OnClick = ButtonApplyClick
- end
- object ToolButton3: TToolButton
- Left = 205
- Top = 0
- Width = 8
- Caption = 'ToolButton3'
- ImageIndex = 7
- Style = tbsSeparator
- end
- object ButtonHelp: TToolButton
- Left = 213
- Top = 0
- Hint = 'Help'
- HelpType = htKeyword
- Caption = 'ButtonHelp'
- ImageIndex = 17
- OnClick = ButtonHelpClick
- end
- end
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 415
- Top = 49
- end
- object ActionList1: TActionList
- Left = 304
- Top = 240
- object ActionHelp: TAction
- Caption = 'ActionHelp'
- ShortCut = 112
- OnExecute = ActionHelpExecute
- end
- end
- end
-