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

  1. object frmCopyTree: TfrmCopyTree
  2.   Left = 258
  3.   Top = 236
  4.   Width = 567
  5.   Height = 347
  6.   HelpContext = 180
  7.   Caption = 'Advanced REG File Operations'
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poDefaultPosOnly
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Panel2: TPanel
  20.     Left = 237
  21.     Top = 0
  22.     Width = 322
  23.     Height = 301
  24.     Align = alClient
  25.     Caption = 'Panel2'
  26.     TabOrder = 0
  27.     object MFile: TMemo
  28.       Left = 1
  29.       Top = 1
  30.       Width = 320
  31.       Height = 299
  32.       Align = alClient
  33.       Font.Charset = ANSI_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -11
  36.       Font.Name = 'Courier New'
  37.       Font.Style = []
  38.       Lines.Strings = (
  39.         '(Scroll down to view these instructions)'
  40.         'This form will allow you to:'
  41.         ''
  42.         '1. Create a REGEDIT4 formatted file from'
  43.         'the local computer or a remote computer.'
  44.         'The file will include all keys, subkeys'
  45.         'and values from the selected key of the'
  46.         'source computer.'
  47.         ''
  48.         '  Instructions:  Type in the name of the'
  49.         '  source computer in the '#39'Source Computer'#39
  50.         '  box.  Select the Root Key.  Enter the'
  51.         '  Key Path to examine. For example'
  52.         '  '#39'\Software\Microsoft\Windows'#39
  53.         '  Then select "Edit" - "Create From'
  54.         '  Computer". (Depending on the size of'
  55.         '  the key, your computer may appear to'
  56.         '  freeze for several seconds.)'
  57.         ''
  58.         '2.  Apply changes from any REGEDIT4'
  59.         'formatted file - including those created'
  60.         'with REGEDIT.EXE - to selected computers'
  61.         'on the network.'
  62.         ''
  63.         '  Instructions: Choose File - Load from'
  64.         '  the menu.  This will load the selected'
  65.         '  file into this window.  You may edit it'
  66.         '  or make changes to the destination key'
  67.         '  (see below) before applying it to the'
  68.         '  selected computers.'
  69.         ''
  70.         '3.  Make a change in destination root key'
  71.         'and/or key path.  This will allow you to'
  72.         '"copy" a key from one area of the registry'
  73.         'to another.'
  74.         ''
  75.         '  Instructions:  To make the changes at'
  76.         '  the time the file is created, simply'
  77.         '  follow the instructions in step one, but'
  78.         '  before selecting "Create From Computer"'
  79.         '  check the "Change Destination" box and'
  80.         '  enter the changes you would like made.'
  81.         ''
  82.         '  To change a file after it is loaded, in'
  83.         '  the '#39'Source Computer'#39' area, select the'
  84.         '  Root Key and Key Path as they are'
  85.         '  currently displayed in the file. Check'
  86.         '  the "Change Destination" box and enter'
  87.         '  the changes.'
  88.         ''
  89.         '  For Example, you create an export file'
  90.         '  with REGEDIT.EXE exporting the key:'
  91.         ''
  92.         '  [HKEY_USERS\.DEFAULT\Software\Eytcheson]'
  93.         ''
  94.         '  and want to place it on remote computers'
  95.         '  as:'
  96.         ''
  97.         '  [HKEY_LOCAL_MACHINE\Software\SomethingElse]'
  98.         ''
  99.         '  You would select HKEY_USERS in the'
  100.         '  Source Root Key box, and enter'
  101.         '  \.DEFAULT\Software\Eytcheson in the'
  102.         '  Source Root Path. Then, check the'
  103.         '  "Change Destination" box, select'
  104.         '  HKEY_LOCAL_MACHINE in the Destination'
  105.         '  Root Key and enter \Software\SomethingElse'
  106.         '  in the Destination Path.'
  107.         ''
  108.         '  After you have made your selections,'
  109.         '  select Edit - Change Destination from'
  110.         '  the menu.'
  111.         ''
  112.         '4.  Apply the changes from the window'
  113.         'to all selected computers.'
  114.         ''
  115.         '  Instructions:  When the text in the'
  116.         '  right window is exactly what you want'
  117.         '  to insert into the registry of the'
  118.         '  remote computers, Select Apply -'
  119.         '  Apply to Selected Computers.')
  120.       ParentFont = False
  121.       ScrollBars = ssBoth
  122.       TabOrder = 0
  123.       WantTabs = True
  124.       WordWrap = False
  125.       OnChange = MFileChange
  126.     end
  127.   end
  128.   object Panel3: TPanel
  129.     Left = 0
  130.     Top = 0
  131.     Width = 237
  132.     Height = 301
  133.     Align = alLeft
  134.     TabOrder = 1
  135.     object Label2: TLabel
  136.       Left = 8
  137.       Top = 64
  138.       Width = 59
  139.       Height = 14
  140.       Caption = 'Source &Hive'
  141.       FocusControl = CBRootKey
  142.     end
  143.     object Label3: TLabel
  144.       Left = 8
  145.       Top = 104
  146.       Width = 57
  147.       Height = 14
  148.       Caption = '&Source Key'
  149.       FocusControl = edKeyPath
  150.     end
  151.     object Label1: TLabel
  152.       Left = 8
  153.       Top = 12
  154.       Width = 87
  155.       Height = 14
  156.       Caption = 'Source &Computer:'
  157.     end
  158.     object Label4: TLabel
  159.       Left = 8
  160.       Top = 188
  161.       Width = 77
  162.       Height = 14
  163.       Caption = '&Destination Hive'
  164.       Enabled = False
  165.       FocusControl = cbDestRoot
  166.     end
  167.     object Label5: TLabel
  168.       Left = 8
  169.       Top = 228
  170.       Width = 75
  171.       Height = 14
  172.       Caption = 'Destination &Key'
  173.       Enabled = False
  174.       FocusControl = edDestKeyPath
  175.     end
  176.     object CBRootKey: TComboBox
  177.       Left = 8
  178.       Top = 80
  179.       Width = 221
  180.       Height = 22
  181.       Hint = 
  182.         'Select the Root Key for the operation -- can only be HKEY_LOCAL_' +
  183.         'MACHINE or HKEY_USERS'
  184.       Style = csDropDownList
  185.       ItemHeight = 14
  186.       Items.Strings = (
  187.         'HKEY_LOCAL_MACHINE'
  188.         'HKEY_USERS')
  189.       TabOrder = 1
  190.     end
  191.     object edKeyPath: TComboBox
  192.       Left = 8
  193.       Top = 120
  194.       Width = 221
  195.       Height = 22
  196.       Hint = 
  197.         'Enter the full path to the key.  You may use the '#39'*'#39' in ONE plac' +
  198.         'e in the key to select all subkeys for that key. eg: SOFTWARE\IC' +
  199.         'C\USERS\*\ProgName will change the ProgName\Key = value for all ' +
  200.         'users under the SOFTWARE\ICC\USERS subkey'
  201.       ItemHeight = 14
  202.       TabOrder = 2
  203.     end
  204.     object cbComputerName: TComboBox
  205.       Left = 8
  206.       Top = 32
  207.       Width = 221
  208.       Height = 22
  209.       ItemHeight = 14
  210.       TabOrder = 0
  211.     end
  212.     object cbDestRoot: TComboBox
  213.       Left = 8
  214.       Top = 204
  215.       Width = 221
  216.       Height = 22
  217.       Hint = 
  218.         'Select the Root Key for the operation -- can only be HKEY_LOCAL_' +
  219.         'MACHINE or HKEY_USERS'
  220.       Style = csDropDownList
  221.       Enabled = False
  222.       ItemHeight = 14
  223.       Items.Strings = (
  224.         'HKEY_LOCAL_MACHINE'
  225.         'HKEY_USERS')
  226.       TabOrder = 4
  227.     end
  228.     object edDestKeyPath: TComboBox
  229.       Left = 8
  230.       Top = 244
  231.       Width = 221
  232.       Height = 22
  233.       Hint = 
  234.         'Enter the full path to the key.  You may use the '#39'*'#39' in ONE plac' +
  235.         'e in the key to select all subkeys for that key. eg: SOFTWARE\IC' +
  236.         'C\USERS\*\ProgName will change the ProgName\Key = value for all ' +
  237.         'users under the SOFTWARE\ICC\USERS subkey'
  238.       Enabled = False
  239.       ItemHeight = 14
  240.       TabOrder = 5
  241.     end
  242.     object chkChangeDest: TCheckBox
  243.       Left = 8
  244.       Top = 168
  245.       Width = 197
  246.       Height = 17
  247.       Caption = 'C&hange Destination'
  248.       TabOrder = 3
  249.       OnClick = chkChangeDestClick
  250.     end
  251.     object sbGroup: TStatusBar
  252.       Left = 1
  253.       Top = 281
  254.       Width = 235
  255.       Height = 19
  256.       Enabled = False
  257.       Panels = <
  258.         item
  259.           Text = 'Sel:'
  260.           Width = 80
  261.         end
  262.         item
  263.           Text = 'Proc:'
  264.           Width = 80
  265.         end
  266.         item
  267.           Text = 'Fail:'
  268.           Width = 80
  269.         end>
  270.       SimplePanel = False
  271.       SizeGrip = False
  272.     end
  273.   end
  274.   object MainMenu1: TMainMenu
  275.     Left = 137
  276.     Top = 4
  277.     object File1: TMenuItem
  278.       Caption = '&File'
  279.       object SaveFile1: TMenuItem
  280.         Caption = '&Save'
  281.         OnClick = SaveFile1Click
  282.       end
  283.       object Load1: TMenuItem
  284.         Caption = '&Load'
  285.         OnClick = Load1Click
  286.       end
  287.       object N1: TMenuItem
  288.         Caption = '-'
  289.       end
  290.       object Exit1: TMenuItem
  291.         Caption = '&Exit'
  292.         OnClick = Exit1Click
  293.       end
  294.     end
  295.     object Edit1: TMenuItem
  296.       Caption = '&Edit'
  297.       object CreateREGEDITFile1: TMenuItem
  298.         Caption = 'C&reate from Computer'
  299.         OnClick = CreateREGEDITFile1Click
  300.       end
  301.       object ModifyFile1: TMenuItem
  302.         Caption = 'Change &Destination'
  303.         OnClick = ModifyFile1Click
  304.       end
  305.       object N2: TMenuItem
  306.         Caption = '-'
  307.       end
  308.       object Clear1: TMenuItem
  309.         Caption = '&Clear Results'
  310.         OnClick = Clear1Click
  311.       end
  312.     end
  313.     object Apply1: TMenuItem
  314.       Caption = '&Apply'
  315.       object ApplythistexttoSelectedComputers1: TMenuItem
  316.         Caption = 'Apply to Selected &Computers'
  317.         Enabled = False
  318.         OnClick = ApplythistexttoSelectedComputers1Click
  319.       end
  320.     end
  321.   end
  322.   object OpenDialog1: TOpenDialog
  323.     DefaultExt = 'REG'
  324.     Filter = 'REGEDIT4 files|*.REG|Text Files|*.txt|All Files|*.*'
  325.     Left = 168
  326.     Top = 4
  327.   end
  328.   object SaveDialog1: TSaveDialog
  329.     DefaultExt = 'REG'
  330.     FileName = 'MREGCHG.REG'
  331.     Filter = 'REGEDIT4 Files|*.REG|Text Files|*.txt|All Files|*.*'
  332.     Left = 200
  333.     Top = 4
  334.   end
  335. end
  336.