object frmMakeImport: TfrmMakeImport Left = 268 Top = 285 Width = 564 Height = 343 HelpContext = 210 Caption = 'Create '#39'Apply From'#39' File' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultPosOnly OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 245 Height = 316 Align = alLeft TabOrder = 0 object Label2: TLabel Left = 12 Top = 72 Width = 22 Height = 13 Caption = '&Hive' FocusControl = CBRootKey end object Label3: TLabel Left = 12 Top = 112 Width = 43 Height = 13 Caption = 'Key &Path' FocusControl = edKeyPath end object Label4: TLabel Left = 12 Top = 152 Width = 58 Height = 13 Caption = 'Value &Name' FocusControl = edKeyName end object Label5: TLabel Left = 12 Top = 192 Width = 54 Height = 13 Caption = 'Value &Type' FocusControl = cbKeyType end object Label6: TLabel Left = 12 Top = 232 Width = 27 Height = 13 Caption = '&Value' FocusControl = edKeyValue end object Label1: TLabel Left = 12 Top = 12 Width = 50 Height = 13 Caption = '&File Name:' FocusControl = edFileName end object CBRootKey: TComboBox Left = 12 Top = 88 Width = 221 Height = 21 Hint = 'Select the Root Key for the operation -- can only be HKEY_LOCAL_' + 'MACHINE or HKEY_USERS' Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'HKEY_LOCAL_MACHINE' 'HKEY_USERS') TabOrder = 2 end object edKeyPath: TComboBox Left = 12 Top = 128 Width = 221 Height = 21 Hint = 'Enter the full path to the key. You may use the '#39'*'#39' in ONE plac' + 'e in the key to select all subkeys for that key. eg: SOFTWARE\IC' + 'C\USERS\*\ProgName will change the ProgName\Key = value for all ' + 'users under the SOFTWARE\ICC\USERS subkey' ItemHeight = 13 TabOrder = 3 end object edKeyName: TComboBox Left = 12 Top = 168 Width = 221 Height = 21 Hint = 'The Key Name to change' ItemHeight = 13 TabOrder = 4 end object cbKeyType: TComboBox Left = 12 Top = 208 Width = 221 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'REG_SZ' 'REG_DWORD' 'REG_MULTI_SZ' 'REG_EXPAND_SZ' 'REG_NONE' '*DELETE KEY*' '*DELETE VALUE*') TabOrder = 5 end object edKeyValue: TComboBox Left = 12 Top = 247 Width = 221 Height = 21 Hint = 'Set the Key to this value' ItemHeight = 13 TabOrder = 6 end object btnSave: TButton Left = 12 Top = 283 Width = 75 Height = 25 Caption = '&Save' TabOrder = 8 OnClick = btnSaveClick end object btnAdd: TButton Left = 158 Top = 283 Width = 75 Height = 25 Caption = '&Add' Default = True TabOrder = 7 OnClick = btnAddClick end object edFileName: TEdit Left = 12 Top = 32 Width = 197 Height = 21 TabOrder = 0 end object btnBrowse: TButton Left = 212 Top = 32 Width = 21 Height = 21 Caption = '...' TabOrder = 1 OnClick = btnBrowseClick end end object mAuto: TMemo Left = 245 Top = 0 Width = 311 Height = 316 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 1 WantTabs = True WordWrap = False end object OD1: TOpenDialog DefaultExt = '*.txt' FileName = 'import.txt' Filter = 'Text Files|*.txt|All Files|*.*' Left = 208 end end