home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMEXIST / TFRMEXIST.txt
Text File  |  1998-04-08  |  4KB  |  189 lines

  1. object frmExist: TfrmExist
  2.   Left = 732
  3.   Top = 170
  4.   HelpContext = 150
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Does this Key Exist?'
  8.   ClientHeight = 324
  9.   ClientWidth = 262
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poDefaultPosOnly
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label2: TLabel
  21.     Left = 20
  22.     Top = 8
  23.     Width = 21
  24.     Height = 14
  25.     Caption = '&Hive'
  26.     FocusControl = CBRootKey
  27.   end
  28.   object Label3: TLabel
  29.     Left = 20
  30.     Top = 48
  31.     Width = 19
  32.     Height = 14
  33.     Caption = '&Key'
  34.     FocusControl = edKeyPath
  35.   end
  36.   object Label4: TLabel
  37.     Left = 20
  38.     Top = 88
  39.     Width = 58
  40.     Height = 14
  41.     Caption = 'Value &Name'
  42.     FocusControl = edKeyName
  43.   end
  44.   object Label6: TLabel
  45.     Left = 20
  46.     Top = 168
  47.     Width = 28
  48.     Height = 14
  49.     Caption = '&Value'
  50.     FocusControl = edKeyValue
  51.   end
  52.   object Label5: TLabel
  53.     Left = 20
  54.     Top = 128
  55.     Width = 58
  56.     Height = 14
  57.     Caption = 'Value  &Type'
  58.     FocusControl = cbKeyType
  59.   end
  60.   object CBRootKey: TComboBox
  61.     Left = 20
  62.     Top = 24
  63.     Width = 221
  64.     Height = 22
  65.     Hint = 
  66.       'Select the Root Key for the operation -- can only be HKEY_LOCAL_' +
  67.       'MACHINE or HKEY_USERS'
  68.     Style = csDropDownList
  69.     ItemHeight = 14
  70.     Items.Strings = (
  71.       'HKEY_LOCAL_MACHINE'
  72.       'HKEY_USERS')
  73.     TabOrder = 0
  74.   end
  75.   object edKeyPath: TComboBox
  76.     Left = 20
  77.     Top = 64
  78.     Width = 221
  79.     Height = 22
  80.     Hint = 
  81.       'Enter the full path to the key.  You may use the '#39'*'#39' in ONE plac' +
  82.       'e in the key to select all subkeys for that key. eg: SOFTWARE\IC' +
  83.       'C\USERS\*\ProgName will change the ProgName\Key = value for all ' +
  84.       'users under the SOFTWARE\ICC\USERS subkey'
  85.     ItemHeight = 14
  86.     TabOrder = 1
  87.   end
  88.   object edKeyName: TComboBox
  89.     Left = 20
  90.     Top = 104
  91.     Width = 221
  92.     Height = 22
  93.     Hint = 'The Key Name to change'
  94.     ItemHeight = 14
  95.     TabOrder = 2
  96.   end
  97.   object cbKeyType: TComboBox
  98.     Left = 20
  99.     Top = 144
  100.     Width = 221
  101.     Height = 22
  102.     Style = csDropDownList
  103.     ItemHeight = 14
  104.     Items.Strings = (
  105.       'REG_SZ'
  106.       'REG_DWORD'
  107.       'REG_MULTI_SZ'
  108.       'REG_EXPAND_SZ'
  109.       'REG_NONE')
  110.     TabOrder = 3
  111.   end
  112.   object edKeyValue: TComboBox
  113.     Left = 20
  114.     Top = 183
  115.     Width = 221
  116.     Height = 22
  117.     Hint = 'Set the Key to this value'
  118.     ItemHeight = 14
  119.     TabOrder = 4
  120.   end
  121.   object chkIgnoreValue: TCheckBox
  122.     Left = 20
  123.     Top = 208
  124.     Width = 217
  125.     Height = 17
  126.     Caption = 'Ignore Value (check key exists only)'
  127.     TabOrder = 5
  128.     OnClick = chkIgnoreValueClick
  129.   end
  130.   object btnRun: TButton
  131.     Left = 166
  132.     Top = 276
  133.     Width = 75
  134.     Height = 25
  135.     Caption = '&Run'
  136.     Default = True
  137.     TabOrder = 8
  138.     OnClick = btnRunClick
  139.   end
  140.   object btnStop: TButton
  141.     Left = 20
  142.     Top = 276
  143.     Width = 75
  144.     Height = 25
  145.     Caption = '&Stop'
  146.     Enabled = False
  147.     TabOrder = 9
  148.     OnClick = btnStopClick
  149.   end
  150.   object chkLogIfNotExist: TCheckBox
  151.     Left = 20
  152.     Top = 228
  153.     Width = 241
  154.     Height = 17
  155.     Caption = 'Log if the Entry does NOT Exist (Failure Log)'
  156.     TabOrder = 6
  157.   end
  158.   object chkLogIfExist: TCheckBox
  159.     Left = 20
  160.     Top = 248
  161.     Width = 241
  162.     Height = 17
  163.     Caption = 'Log if the Entry DOES Exist (Success Log)'
  164.     TabOrder = 7
  165.   end
  166.   object sbGroup: TStatusBar
  167.     Left = 0
  168.     Top = 305
  169.     Width = 262
  170.     Height = 19
  171.     Enabled = False
  172.     Panels = <
  173.       item
  174.         Text = 'Sel:'
  175.         Width = 80
  176.       end
  177.       item
  178.         Text = 'Proc:'
  179.         Width = 80
  180.       end
  181.       item
  182.         Text = 'Fail:'
  183.         Width = 80
  184.       end>
  185.     SimplePanel = False
  186.     SizeGrip = False
  187.   end
  188. end
  189.