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

  1. object frmMakeImport: TfrmMakeImport
  2.   Left = 268
  3.   Top = 285
  4.   Width = 564
  5.   Height = 343
  6.   HelpContext = 210
  7.   Caption = 'Create '#39'Apply From'#39' File'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultPosOnly
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 245
  22.     Height = 316
  23.     Align = alLeft
  24.     TabOrder = 0
  25.     object Label2: TLabel
  26.       Left = 12
  27.       Top = 72
  28.       Width = 22
  29.       Height = 13
  30.       Caption = '&Hive'
  31.       FocusControl = CBRootKey
  32.     end
  33.     object Label3: TLabel
  34.       Left = 12
  35.       Top = 112
  36.       Width = 43
  37.       Height = 13
  38.       Caption = 'Key &Path'
  39.       FocusControl = edKeyPath
  40.     end
  41.     object Label4: TLabel
  42.       Left = 12
  43.       Top = 152
  44.       Width = 58
  45.       Height = 13
  46.       Caption = 'Value &Name'
  47.       FocusControl = edKeyName
  48.     end
  49.     object Label5: TLabel
  50.       Left = 12
  51.       Top = 192
  52.       Width = 54
  53.       Height = 13
  54.       Caption = 'Value &Type'
  55.       FocusControl = cbKeyType
  56.     end
  57.     object Label6: TLabel
  58.       Left = 12
  59.       Top = 232
  60.       Width = 27
  61.       Height = 13
  62.       Caption = '&Value'
  63.       FocusControl = edKeyValue
  64.     end
  65.     object Label1: TLabel
  66.       Left = 12
  67.       Top = 12
  68.       Width = 50
  69.       Height = 13
  70.       Caption = '&File Name:'
  71.       FocusControl = edFileName
  72.     end
  73.     object CBRootKey: TComboBox
  74.       Left = 12
  75.       Top = 88
  76.       Width = 221
  77.       Height = 21
  78.       Hint = 
  79.         'Select the Root Key for the operation -- can only be HKEY_LOCAL_' +
  80.         'MACHINE or HKEY_USERS'
  81.       Style = csDropDownList
  82.       ItemHeight = 13
  83.       Items.Strings = (
  84.         'HKEY_LOCAL_MACHINE'
  85.         'HKEY_USERS')
  86.       TabOrder = 2
  87.     end
  88.     object edKeyPath: TComboBox
  89.       Left = 12
  90.       Top = 128
  91.       Width = 221
  92.       Height = 21
  93.       Hint = 
  94.         'Enter the full path to the key.  You may use the '#39'*'#39' in ONE plac' +
  95.         'e in the key to select all subkeys for that key. eg: SOFTWARE\IC' +
  96.         'C\USERS\*\ProgName will change the ProgName\Key = value for all ' +
  97.         'users under the SOFTWARE\ICC\USERS subkey'
  98.       ItemHeight = 13
  99.       TabOrder = 3
  100.     end
  101.     object edKeyName: TComboBox
  102.       Left = 12
  103.       Top = 168
  104.       Width = 221
  105.       Height = 21
  106.       Hint = 'The Key Name to change'
  107.       ItemHeight = 13
  108.       TabOrder = 4
  109.     end
  110.     object cbKeyType: TComboBox
  111.       Left = 12
  112.       Top = 208
  113.       Width = 221
  114.       Height = 21
  115.       Style = csDropDownList
  116.       ItemHeight = 13
  117.       Items.Strings = (
  118.         'REG_SZ'
  119.         'REG_DWORD'
  120.         'REG_MULTI_SZ'
  121.         'REG_EXPAND_SZ'
  122.         'REG_NONE'
  123.         '*DELETE KEY*'
  124.         '*DELETE VALUE*')
  125.       TabOrder = 5
  126.     end
  127.     object edKeyValue: TComboBox
  128.       Left = 12
  129.       Top = 247
  130.       Width = 221
  131.       Height = 21
  132.       Hint = 'Set the Key to this value'
  133.       ItemHeight = 13
  134.       TabOrder = 6
  135.     end
  136.     object btnSave: TButton
  137.       Left = 12
  138.       Top = 283
  139.       Width = 75
  140.       Height = 25
  141.       Caption = '&Save'
  142.       TabOrder = 8
  143.       OnClick = btnSaveClick
  144.     end
  145.     object btnAdd: TButton
  146.       Left = 158
  147.       Top = 283
  148.       Width = 75
  149.       Height = 25
  150.       Caption = '&Add'
  151.       Default = True
  152.       TabOrder = 7
  153.       OnClick = btnAddClick
  154.     end
  155.     object edFileName: TEdit
  156.       Left = 12
  157.       Top = 32
  158.       Width = 197
  159.       Height = 21
  160.       TabOrder = 0
  161.     end
  162.     object btnBrowse: TButton
  163.       Left = 212
  164.       Top = 32
  165.       Width = 21
  166.       Height = 21
  167.       Caption = '...'
  168.       TabOrder = 1
  169.       OnClick = btnBrowseClick
  170.     end
  171.   end
  172.   object mAuto: TMemo
  173.     Left = 245
  174.     Top = 0
  175.     Width = 311
  176.     Height = 316
  177.     Align = alClient
  178.     Font.Charset = ANSI_CHARSET
  179.     Font.Color = clWindowText
  180.     Font.Height = -11
  181.     Font.Name = 'Courier New'
  182.     Font.Style = []
  183.     ParentFont = False
  184.     ScrollBars = ssBoth
  185.     TabOrder = 1
  186.     WantTabs = True
  187.     WordWrap = False
  188.   end
  189.   object OD1: TOpenDialog
  190.     DefaultExt = '*.txt'
  191.     FileName = 'import.txt'
  192.     Filter = 'Text Files|*.txt|All Files|*.*'
  193.     Left = 208
  194.   end
  195. end
  196.