home *** CD-ROM | disk | FTP | other *** search
- object frmEdit: TfrmEdit
- Left = 295
- Top = 234
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Edit'
- ClientHeight = 269
- ClientWidth = 400
- Color = clBtnFace
- Constraints.MaxHeight = 600
- Constraints.MaxWidth = 800
- Constraints.MinHeight = 280
- Constraints.MinWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object lblCaption: TLabel
- Left = 12
- Top = 11
- Width = 39
- Height = 13
- Caption = '&Caption:'
- FocusControl = txtCaption
- end
- object lblFile: TLabel
- Left = 12
- Top = 178
- Width = 19
- Height = 13
- Caption = '&File:'
- FocusControl = txtFile
- end
- object lblKeys: TLabel
- Left = 12
- Top = 58
- Width = 345
- Height = 13
- Caption =
- 'Registry &keys to backup (check checkbox to include all subkeys ' +
- 'as well):'
- FocusControl = lbKeys
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 250
- Width = 400
- Height = 19
- Panels = <
- item
- Bevel = pbNone
- Width = 3000
- end>
- SimplePanel = False
- end
- object txtCaption: TEdit
- Left = 4
- Top = 30
- Width = 351
- Height = 21
- TabOrder = 0
- end
- object butOK: TButton
- Left = 207
- Top = 230
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 7
- OnClick = butOKClick
- end
- object butCancel: TButton
- Left = 287
- Top = 230
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object butAddKey: TButton
- Left = 366
- Top = 74
- Width = 21
- Height = 21
- Caption = '+'
- TabOrder = 2
- OnClick = butAddKeyClick
- end
- object butDelKey: TButton
- Left = 366
- Top = 98
- Width = 21
- Height = 21
- Caption = '-'
- TabOrder = 3
- OnClick = butDelKeyClick
- end
- object txtFile: TEdit
- Left = 6
- Top = 199
- Width = 350
- Height = 21
- TabOrder = 4
- end
- object butBrowseFile: TButton
- Left = 364
- Top = 196
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 5
- OnClick = butBrowseFileClick
- end
- object chkDisable: TCheckBox
- Left = 12
- Top = 233
- Width = 75
- Height = 17
- Caption = '&Disable'
- TabOrder = 6
- end
- object lbKeys: TCheckListBox
- Left = 13
- Top = 81
- Width = 350
- Height = 97
- ItemHeight = 13
- PopupMenu = pmnuKeys
- TabOrder = 1
- end
- object dlgSave: TSaveDialog
- DefaultExt = 'reg'
- Filter = 'Registry files (*.reg)|*.reg|All files (*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- OnTypeChange = dlgSaveTypeChange
- Left = 97
- Top = 104
- end
- object pmnuKeys: TPopupMenu
- OnPopup = pmnuKeysPopup
- Left = 196
- Top = 103
- object pmnuKeysPaste: TMenuItem
- Caption = 'Paste'
- OnClick = pmnuKeysPasteClick
- end
- end
- end
-