home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Tools / Registry / BackupKey.exe / 0 / RCDATA / TFRMEDIT / TFRMEDIT.txt
Encoding:
Text File  |  2001-03-24  |  3.0 KB  |  159 lines

  1. object frmEdit: TfrmEdit
  2.   Left = 295
  3.   Top = 234
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Edit'
  7.   ClientHeight = 269
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Constraints.MaxHeight = 600
  11.   Constraints.MaxWidth = 800
  12.   Constraints.MinHeight = 280
  13.   Constraints.MinWidth = 400
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   OldCreateOrder = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnResize = FormResize
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblCaption: TLabel
  26.     Left = 12
  27.     Top = 11
  28.     Width = 39
  29.     Height = 13
  30.     Caption = '&Caption:'
  31.     FocusControl = txtCaption
  32.   end
  33.   object lblFile: TLabel
  34.     Left = 12
  35.     Top = 178
  36.     Width = 19
  37.     Height = 13
  38.     Caption = '&File:'
  39.     FocusControl = txtFile
  40.   end
  41.   object lblKeys: TLabel
  42.     Left = 12
  43.     Top = 58
  44.     Width = 345
  45.     Height = 13
  46.     Caption = 
  47.       'Registry &keys to backup (check checkbox to include all subkeys ' +
  48.       'as well):'
  49.     FocusControl = lbKeys
  50.   end
  51.   object StatusBar1: TStatusBar
  52.     Left = 0
  53.     Top = 250
  54.     Width = 400
  55.     Height = 19
  56.     Panels = <
  57.       item
  58.         Bevel = pbNone
  59.         Width = 3000
  60.       end>
  61.     SimplePanel = False
  62.   end
  63.   object txtCaption: TEdit
  64.     Left = 4
  65.     Top = 30
  66.     Width = 351
  67.     Height = 21
  68.     TabOrder = 0
  69.   end
  70.   object butOK: TButton
  71.     Left = 207
  72.     Top = 230
  73.     Width = 75
  74.     Height = 23
  75.     Caption = 'OK'
  76.     Default = True
  77.     TabOrder = 7
  78.     OnClick = butOKClick
  79.   end
  80.   object butCancel: TButton
  81.     Left = 287
  82.     Top = 230
  83.     Width = 75
  84.     Height = 23
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 8
  89.   end
  90.   object butAddKey: TButton
  91.     Left = 366
  92.     Top = 74
  93.     Width = 21
  94.     Height = 21
  95.     Caption = '+'
  96.     TabOrder = 2
  97.     OnClick = butAddKeyClick
  98.   end
  99.   object butDelKey: TButton
  100.     Left = 366
  101.     Top = 98
  102.     Width = 21
  103.     Height = 21
  104.     Caption = '-'
  105.     TabOrder = 3
  106.     OnClick = butDelKeyClick
  107.   end
  108.   object txtFile: TEdit
  109.     Left = 6
  110.     Top = 199
  111.     Width = 350
  112.     Height = 21
  113.     TabOrder = 4
  114.   end
  115.   object butBrowseFile: TButton
  116.     Left = 364
  117.     Top = 196
  118.     Width = 21
  119.     Height = 21
  120.     Caption = '...'
  121.     TabOrder = 5
  122.     OnClick = butBrowseFileClick
  123.   end
  124.   object chkDisable: TCheckBox
  125.     Left = 12
  126.     Top = 233
  127.     Width = 75
  128.     Height = 17
  129.     Caption = '&Disable'
  130.     TabOrder = 6
  131.   end
  132.   object lbKeys: TCheckListBox
  133.     Left = 13
  134.     Top = 81
  135.     Width = 350
  136.     Height = 97
  137.     ItemHeight = 13
  138.     PopupMenu = pmnuKeys
  139.     TabOrder = 1
  140.   end
  141.   object dlgSave: TSaveDialog
  142.     DefaultExt = 'reg'
  143.     Filter = 'Registry files (*.reg)|*.reg|All files (*.*)|*.*'
  144.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  145.     OnTypeChange = dlgSaveTypeChange
  146.     Left = 97
  147.     Top = 104
  148.   end
  149.   object pmnuKeys: TPopupMenu
  150.     OnPopup = pmnuKeysPopup
  151.     Left = 196
  152.     Top = 103
  153.     object pmnuKeysPaste: TMenuItem
  154.       Caption = 'Paste'
  155.       OnClick = pmnuKeysPasteClick
  156.     end
  157.   end
  158. end
  159.