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

  1. object Form1: TForm1
  2.   Left = 377
  3.   Top = 233
  4.   Width = 397
  5.   Height = 546
  6.   Caption = 'Remote Registry Change'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefaultPosOnly
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Splitter1: TSplitter
  20.     Left = 0
  21.     Top = 329
  22.     Width = 389
  23.     Height = 2
  24.     Cursor = crVSplit
  25.     Align = alTop
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 389
  31.     Height = 329
  32.     Hint = 'Double click to Expand or Restore'
  33.     HelpContext = 120
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     OnDblClick = Panel1DblClick
  38.     OnResize = Panel1Resize
  39.     object Label1: TLabel
  40.       Left = 8
  41.       Top = 4
  42.       Width = 82
  43.       Height = 14
  44.       Caption = '&Computer Names'
  45.       FocusControl = cklList
  46.     end
  47.     object cklList: TCheckListBox
  48.       Left = 2
  49.       Top = 20
  50.       Width = 137
  51.       Height = 305
  52.       Hint = 'Right Click for Menu'
  53.       HelpContext = 400
  54.       OnClickCheck = cklListClickCheck
  55.       Ctl3D = True
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'Courier New'
  60.       Font.Style = []
  61.       ItemHeight = 14
  62.       ParentCtl3D = False
  63.       ParentFont = False
  64.       PopupMenu = PopupMenu1
  65.       Sorted = True
  66.       TabOrder = 0
  67.       TabWidth = 9
  68.       OnDblClick = ComputerList1Click
  69.     end
  70.     object PageControl1: TPageControl
  71.       Left = 145
  72.       Top = 0
  73.       Width = 244
  74.       Height = 329
  75.       ActivePage = tsSingle
  76.       Align = alRight
  77.       MultiLine = True
  78.       TabOrder = 1
  79.       object tsSingle: TTabSheet
  80.         Hint = 'Add, Change or Delete Keys or Values.'
  81.         HelpContext = 130
  82.         Caption = 'Single Key'
  83.         object Label2: TLabel
  84.           Left = 8
  85.           Top = 4
  86.           Width = 21
  87.           Height = 14
  88.           Caption = '&Hive'
  89.           FocusControl = CBRootKey
  90.         end
  91.         object Label3: TLabel
  92.           Left = 8
  93.           Top = 44
  94.           Width = 43
  95.           Height = 14
  96.           Caption = 'Key &Path'
  97.           FocusControl = edKeyPath
  98.         end
  99.         object Label4: TLabel
  100.           Left = 8
  101.           Top = 84
  102.           Width = 58
  103.           Height = 14
  104.           Caption = 'Value &Name'
  105.           FocusControl = edKeyName
  106.         end
  107.         object Label5: TLabel
  108.           Left = 8
  109.           Top = 124
  110.           Width = 55
  111.           Height = 14
  112.           Caption = 'Value &Type'
  113.           FocusControl = cbKeyType
  114.         end
  115.         object Label6: TLabel
  116.           Left = 8
  117.           Top = 164
  118.           Width = 28
  119.           Height = 14
  120.           Caption = '&Value'
  121.           FocusControl = edKeyValue
  122.         end
  123.         object btnRun: TButton
  124.           Left = 154
  125.           Top = 251
  126.           Width = 75
  127.           Height = 25
  128.           Caption = '&Run'
  129.           Default = True
  130.           TabOrder = 5
  131.           OnClick = btnRunClick
  132.         end
  133.         object CBRootKey: TComboBox
  134.           Left = 8
  135.           Top = 20
  136.           Width = 221
  137.           Height = 22
  138.           Hint = 
  139.             'Select the Root Key for the operation -- can only be HKEY_LOCAL_' +
  140.             'MACHINE or HKEY_USERS'
  141.           Style = csDropDownList
  142.           ItemHeight = 14
  143.           Items.Strings = (
  144.             'HKEY_LOCAL_MACHINE'
  145.             'HKEY_USERS')
  146.           TabOrder = 0
  147.         end
  148.         object cbKeyType: TComboBox
  149.           Left = 8
  150.           Top = 140
  151.           Width = 221
  152.           Height = 22
  153.           Hint = 'Select the type of value to add or change'
  154.           Style = csDropDownList
  155.           ItemHeight = 14
  156.           Items.Strings = (
  157.             'REG_SZ'
  158.             'REG_DWORD'
  159.             'REG_MULTI_SZ'
  160.             'REG_EXPAND_SZ'
  161.             'REG_NONE'
  162.             '*DELETE KEY*'
  163.             '*DELETE VALUE*')
  164.           TabOrder = 3
  165.         end
  166.         object edKeyPath: TComboBox
  167.           Left = 8
  168.           Top = 60
  169.           Width = 221
  170.           Height = 22
  171.           Hint = 
  172.             'Enter the full path to the key.  You may use the '#39'*'#39' in ONE plac' +
  173.             'e in the key to select all subkeys for that key.'
  174.           ItemHeight = 14
  175.           TabOrder = 1
  176.         end
  177.         object edKeyName: TComboBox
  178.           Left = 8
  179.           Top = 100
  180.           Width = 221
  181.           Height = 22
  182.           Hint = 'The Name of the Value to Change or blank for none.'
  183.           ItemHeight = 14
  184.           TabOrder = 2
  185.         end
  186.         object edKeyValue: TComboBox
  187.           Left = 8
  188.           Top = 179
  189.           Width = 221
  190.           Height = 22
  191.           Hint = 'Set the Value Name to This Value'
  192.           ItemHeight = 14
  193.           TabOrder = 4
  194.         end
  195.         object btnStop: TButton
  196.           Left = 8
  197.           Top = 251
  198.           Width = 75
  199.           Height = 25
  200.           Caption = '&Stop'
  201.           Enabled = False
  202.           TabOrder = 6
  203.           OnClick = btnStopClick
  204.         end
  205.         object GroupBox1: TGroupBox
  206.           Left = 8
  207.           Top = 204
  208.           Width = 221
  209.           Height = 41
  210.           Caption = 'Action if Key Not Found'
  211.           TabOrder = 7
  212.           object rbCreatekey: TRadioButton
  213.             Left = 8
  214.             Top = 16
  215.             Width = 109
  216.             Height = 17
  217.             Hint = 'Create or Change the Key'
  218.             Caption = 'Create Ke&y'
  219.             Checked = True
  220.             TabOrder = 0
  221.             TabStop = True
  222.           end
  223.           object rbIgnorekey: TRadioButton
  224.             Left = 124
  225.             Top = 16
  226.             Width = 89
  227.             Height = 17
  228.             Hint = 'If the Key doesn'#39't exist, don'#39't create it.'
  229.             Caption = '&Ignore entry'
  230.             TabOrder = 1
  231.           end
  232.         end
  233.         object sbSingle: TStatusBar
  234.           Left = 0
  235.           Top = 281
  236.           Width = 236
  237.           Height = 19
  238.           Enabled = False
  239.           Panels = <
  240.             item
  241.               Text = 'Sel:'
  242.               Width = 80
  243.             end
  244.             item
  245.               Text = 'Proc:'
  246.               Width = 80
  247.             end
  248.             item
  249.               Text = 'Fail:'
  250.               Width = 80
  251.             end>
  252.           SimplePanel = False
  253.           SizeGrip = False
  254.         end
  255.       end
  256.       object tsGroup: TTabSheet
  257.         HelpContext = 140
  258.         Caption = 'Key Group'
  259.         object Label7: TLabel
  260.           Left = 8
  261.           Top = 4
  262.           Width = 84
  263.           Height = 14
  264.           Caption = 'Source Co&mputer'
  265.         end
  266.         object Label8: TLabel
  267.           Left = 8
  268.           Top = 84
  269.           Width = 57
  270.           Height = 14
  271.           Caption = 'Source &Key'
  272.         end
  273.         object Label9: TLabel
  274.           Left = 8
  275.           Top = 164
  276.           Width = 75
  277.           Height = 14
  278.           Caption = 'De&stination Key'
  279.         end
  280.         object Label10: TLabel
  281.           Left = 8
  282.           Top = 44
  283.           Width = 59
  284.           Height = 14
  285.           Caption = 'Source &Hive'
  286.         end
  287.         object Label11: TLabel
  288.           Left = 8
  289.           Top = 124
  290.           Width = 200
  291.           Height = 14
  292.           Caption = '&Destination Hive (for selected computers)'
  293.         end
  294.         object cbgrpSrcComp: TComboBox
  295.           Left = 8
  296.           Top = 20
  297.           Width = 221
  298.           Height = 22
  299.           ItemHeight = 14
  300.           TabOrder = 0
  301.         end
  302.         object cbGrpSrcKey: TComboBox
  303.           Left = 8
  304.           Top = 100
  305.           Width = 221
  306.           Height = 22
  307.           ItemHeight = 14
  308.           TabOrder = 2
  309.         end
  310.         object cbgrpDestKey: TComboBox
  311.           Left = 8
  312.           Top = 179
  313.           Width = 221
  314.           Height = 22
  315.           ItemHeight = 14
  316.           Items.Strings = (
  317.             '*SAME AS SOURCE*')
  318.           TabOrder = 4
  319.         end
  320.         object btnStopHive: TButton
  321.           Left = 8
  322.           Top = 251
  323.           Width = 75
  324.           Height = 25
  325.           Caption = '&Stop'
  326.           TabOrder = 6
  327.           OnClick = btnStopHiveClick
  328.         end
  329.         object btnRunHive: TButton
  330.           Left = 154
  331.           Top = 251
  332.           Width = 75
  333.           Height = 25
  334.           Caption = '&Run'
  335.           Default = True
  336.           TabOrder = 5
  337.           OnClick = btnCreateREGClick
  338.         end
  339.         object cbGrpSrcRootKey: TComboBox
  340.           Left = 8
  341.           Top = 60
  342.           Width = 221
  343.           Height = 22
  344.           Style = csDropDownList
  345.           ItemHeight = 14
  346.           Items.Strings = (
  347.             'HKEY_LOCAL_MACHINE'
  348.             'HKEY_USERS')
  349.           TabOrder = 1
  350.         end
  351.         object cbGrpDestRootKey: TComboBox
  352.           Left = 8
  353.           Top = 140
  354.           Width = 221
  355.           Height = 22
  356.           Style = csDropDownList
  357.           ItemHeight = 14
  358.           Items.Strings = (
  359.             '*SAME AS SOURCE*'
  360.             'HKEY_LOCAL_MACHINE'
  361.             'HKEY_USERS')
  362.           TabOrder = 3
  363.         end
  364.         object chkDeleteBeforeCopy: TCheckBox
  365.           Left = 12
  366.           Top = 220
  367.           Width = 221
  368.           Height = 17
  369.           Caption = 'Delete Destination Key &Before Copying'
  370.           TabOrder = 7
  371.         end
  372.         object sbGroup: TStatusBar
  373.           Left = 0
  374.           Top = -19
  375.           Width = 0
  376.           Height = 19
  377.           Enabled = False
  378.           Panels = <
  379.             item
  380.               Text = 'Sel:'
  381.               Width = 80
  382.             end
  383.             item
  384.               Text = 'Proc:'
  385.               Width = 80
  386.             end
  387.             item
  388.               Text = 'Fail:'
  389.               Width = 80
  390.             end>
  391.           SimplePanel = False
  392.           SizeGrip = False
  393.         end
  394.       end
  395.       object TabSheet1: TTabSheet
  396.         Caption = 'Additional'
  397.         TabVisible = False
  398.         object grpIP: TGroupBox
  399.           Left = 20
  400.           Top = 104
  401.           Width = 193
  402.           Height = 73
  403.           Caption = 'IP Address Lookup'
  404.           TabOrder = 0
  405.           object btnIPLookup: TButton
  406.             Left = 12
  407.             Top = 16
  408.             Width = 169
  409.             Height = 25
  410.             Caption = 'Lookup IP Addresses'
  411.             TabOrder = 0
  412.             OnClick = btnIPLookupClick
  413.           end
  414.           object btnIPStopLookup: TButton
  415.             Left = 12
  416.             Top = 41
  417.             Width = 169
  418.             Height = 25
  419.             Caption = 'Stop Lookup'
  420.             Enabled = False
  421.             TabOrder = 1
  422.             OnClick = btnIPStopLookupClick
  423.           end
  424.         end
  425.         object grpChangeUserRights: TGroupBox
  426.           Left = 20
  427.           Top = 12
  428.           Width = 193
  429.           Height = 73
  430.           Caption = 'Change User Rights'
  431.           TabOrder = 1
  432.           object btnChgUserRights: TButton
  433.             Left = 12
  434.             Top = 28
  435.             Width = 169
  436.             Height = 25
  437.             Caption = 'Change User Rights'
  438.             TabOrder = 0
  439.             OnClick = btnChgUserRightsClick
  440.           end
  441.         end
  442.       end
  443.       object TabSheet2: TTabSheet
  444.         HelpContext = 160
  445.         Caption = 'Logging'
  446.         object GroupBox2: TGroupBox
  447.           Left = 6
  448.           Top = 4
  449.           Width = 225
  450.           Height = 97
  451.           Caption = 'On Failure to Connect'
  452.           TabOrder = 0
  453.           object edConnectFailure: TEdit
  454.             Left = 12
  455.             Top = 44
  456.             Width = 181
  457.             Height = 22
  458.             TabOrder = 0
  459.             Text = 'ConnectFail.log'
  460.           end
  461.           object chkFailToConnect: TCheckBox
  462.             Left = 12
  463.             Top = 24
  464.             Width = 169
  465.             Height = 17
  466.             Caption = 'Log Failure to Connect to File:'
  467.             State = cbChecked
  468.             TabOrder = 1
  469.           end
  470.           object btnConnectFailure: TButton
  471.             Left = 196
  472.             Top = 44
  473.             Width = 23
  474.             Height = 22
  475.             Caption = '...'
  476.             Default = True
  477.             TabOrder = 2
  478.             OnClick = btnConnectFailureClick
  479.           end
  480.           object btnClearConnectFail: TButton
  481.             Left = 124
  482.             Top = 72
  483.             Width = 75
  484.             Height = 17
  485.             Caption = 'Clear Now'
  486.             TabOrder = 3
  487.             OnClick = btnClearConnectFailClick
  488.           end
  489.           object btnViewConnectFailure: TButton
  490.             Left = 28
  491.             Top = 72
  492.             Width = 75
  493.             Height = 17
  494.             Caption = 'View Log'
  495.             TabOrder = 4
  496.             OnClick = btnViewConnectFailureClick
  497.           end
  498.         end
  499.         object GroupBox3: TGroupBox
  500.           Left = 6
  501.           Top = 104
  502.           Width = 225
  503.           Height = 97
  504.           Caption = 'On Operation Failure'
  505.           TabOrder = 1
  506.           object edGeneralFailure: TEdit
  507.             Left = 12
  508.             Top = 44
  509.             Width = 181
  510.             Height = 22
  511.             TabOrder = 0
  512.             Text = 'GeneralFail.log'
  513.           end
  514.           object chkGeneralFailure: TCheckBox
  515.             Left = 12
  516.             Top = 24
  517.             Width = 193
  518.             Height = 17
  519.             Caption = 'Log Operation Failures to File:'
  520.             State = cbChecked
  521.             TabOrder = 1
  522.           end
  523.           object btnGeneralFailure: TButton
  524.             Left = 196
  525.             Top = 44
  526.             Width = 23
  527.             Height = 22
  528.             Caption = '...'
  529.             TabOrder = 2
  530.             OnClick = btnGeneralFailureClick
  531.           end
  532.           object btnClearGeneralFail: TButton
  533.             Left = 124
  534.             Top = 72
  535.             Width = 75
  536.             Height = 17
  537.             Caption = 'Clear Now'
  538.             TabOrder = 3
  539.             OnClick = btnClearGeneralFailClick
  540.           end
  541.           object btnViewGeneralFailure: TButton
  542.             Left = 28
  543.             Top = 72
  544.             Width = 75
  545.             Height = 17
  546.             Caption = 'View Log'
  547.             TabOrder = 4
  548.             OnClick = btnViewGeneralFailureClick
  549.           end
  550.         end
  551.         object GroupBox4: TGroupBox
  552.           Left = 6
  553.           Top = 200
  554.           Width = 225
  555.           Height = 97
  556.           Caption = 'On Operation Success'
  557.           TabOrder = 2
  558.           object edGeneralSuccess: TEdit
  559.             Left = 12
  560.             Top = 44
  561.             Width = 181
  562.             Height = 22
  563.             TabOrder = 0
  564.             Text = 'GeneralSuccess.log'
  565.           end
  566.           object chkGeneralSuccess: TCheckBox
  567.             Left = 12
  568.             Top = 24
  569.             Width = 177
  570.             Height = 17
  571.             Caption = 'Log Operation Success to File:'
  572.             State = cbChecked
  573.             TabOrder = 1
  574.           end
  575.           object btnGeneralSuccess: TButton
  576.             Left = 196
  577.             Top = 44
  578.             Width = 23
  579.             Height = 22
  580.             Caption = '...'
  581.             TabOrder = 2
  582.             OnClick = btnGeneralSuccessClick
  583.           end
  584.           object btnClearGeneralSuccess: TButton
  585.             Left = 124
  586.             Top = 72
  587.             Width = 75
  588.             Height = 17
  589.             Caption = 'Clear Now'
  590.             TabOrder = 3
  591.             OnClick = btnClearGeneralSuccessClick
  592.           end
  593.           object btnViewGeneralSuccess: TButton
  594.             Left = 28
  595.             Top = 72
  596.             Width = 75
  597.             Height = 17
  598.             Caption = 'View Log'
  599.             TabOrder = 4
  600.             OnClick = btnViewGeneralSuccessClick
  601.           end
  602.         end
  603.       end
  604.     end
  605.   end
  606.   object Panel2: TPanel
  607.     Left = 0
  608.     Top = 331
  609.     Width = 389
  610.     Height = 150
  611.     Align = alClient
  612.     BevelOuter = bvNone
  613.     Caption = 'Panel2'
  614.     TabOrder = 1
  615.     OnResize = Panel2Resize
  616.     object mStat: TMemo
  617.       Left = 2
  618.       Top = 3
  619.       Width = 384
  620.       Height = 144
  621.       HelpContext = 120
  622.       TabStop = False
  623.       Font.Charset = ANSI_CHARSET
  624.       Font.Color = clWindowText
  625.       Font.Height = -11
  626.       Font.Name = 'Arial'
  627.       Font.Style = []
  628.       ParentFont = False
  629.       ReadOnly = True
  630.       ScrollBars = ssBoth
  631.       TabOrder = 0
  632.     end
  633.   end
  634.   object SB1: TStatusBar
  635.     Left = 0
  636.     Top = 481
  637.     Width = 389
  638.     Height = 19
  639.     Panels = <
  640.       item
  641.         Width = 100
  642.       end
  643.       item
  644.         Width = 100
  645.       end>
  646.     SimplePanel = False
  647.   end
  648.   object MainMenu1: TMainMenu
  649.     Left = 92
  650.     Top = 336
  651.     object File1: TMenuItem
  652.       Caption = '&File'
  653.       object SaveComputerNames1: TMenuItem
  654.         Caption = '&Save Computer Names'
  655.         OnClick = SaveComputerNames1Click
  656.       end
  657.       object LoadComputerNames1: TMenuItem
  658.         Caption = '&Load Computer Names'
  659.         OnClick = LoadComputerNames1Click
  660.       end
  661.       object N2: TMenuItem
  662.         Caption = '-'
  663.       end
  664.       object ClearLog1: TMenuItem
  665.         Caption = '&Clear Log'
  666.         OnClick = ClearLog1Click
  667.       end
  668.       object SaveLogtoFile1: TMenuItem
  669.         Caption = 'Save Log to &File'
  670.         OnClick = SaveLogtoFile1Click
  671.       end
  672.       object N1: TMenuItem
  673.         Caption = '-'
  674.       end
  675.       object Exit1: TMenuItem
  676.         Caption = 'E&xit'
  677.         OnClick = Exit1Click
  678.       end
  679.     end
  680.     object Edit1: TMenuItem
  681.       Caption = '&Edit'
  682.       object ComputerList1: TMenuItem
  683.         Caption = 'Edit &Computer List ...'
  684.         HelpContext = 240
  685.         OnClick = ComputerList1Click
  686.       end
  687.       object SearchNetwork2: TMenuItem
  688.         Caption = 'Searc&h Network ...'
  689.         HelpContext = 230
  690.         OnClick = SearchNetwork1Click
  691.       end
  692.       object N3: TMenuItem
  693.         Caption = '-'
  694.       end
  695.       object SelectAll1: TMenuItem
  696.         Caption = '&Select All'
  697.         HelpContext = 500
  698.         OnClick = SelectAll1Click
  699.       end
  700.       object SelectNone1: TMenuItem
  701.         Caption = 'Select &None'
  702.         HelpContext = 500
  703.         OnClick = SelectNone1Click
  704.       end
  705.       object N13: TMenuItem
  706.         Caption = '-'
  707.       end
  708.       object GroupSelect1: TMenuItem
  709.         Caption = '&Group Select ...'
  710.         HelpContext = 510
  711.         OnClick = SelectGroup1Click
  712.       end
  713.       object GroupDeselect1: TMenuItem
  714.         Caption = 'Group &Deselect ...'
  715.         HelpContext = 510
  716.         OnClick = UnSelectGroup1Click
  717.       end
  718.       object N14: TMenuItem
  719.         Caption = '-'
  720.       end
  721.       object InvertSelection2: TMenuItem
  722.         Caption = '&Invert Selections'
  723.         HelpContext = 520
  724.         OnClick = InvertSelection1Click
  725.       end
  726.       object N10: TMenuItem
  727.         Caption = '-'
  728.       end
  729.       object RememberSelections2: TMenuItem
  730.         Caption = '&Remember Selections'
  731.         HelpContext = 515
  732.         OnClick = RememberSelections1Click
  733.       end
  734.       object RestoreSelections2: TMenuItem
  735.         Caption = 'Res&tore Selections'
  736.         HelpContext = 515
  737.         OnClick = RestoreSelections1Click
  738.       end
  739.       object N16: TMenuItem
  740.         Caption = '-'
  741.       end
  742.       object SelectfromLogFile1: TMenuItem
  743.         Caption = 'Select from &Log File ...'
  744.         HelpContext = 525
  745.         OnClick = SelectfromLogFile1Click
  746.       end
  747.       object N17: TMenuItem
  748.         Caption = '-'
  749.       end
  750.       object CreateGroup1: TMenuItem
  751.         Caption = 'Sa&ve Group'
  752.         HelpContext = 530
  753.         OnClick = CreateGroup1Click
  754.       end
  755.       object SelectfromGroupFile1: TMenuItem
  756.         Caption = 'Select &from Saved Group'
  757.         HelpContext = 530
  758.         OnClick = SelectfromGroupFile1Click
  759.       end
  760.       object N7: TMenuItem
  761.         Caption = '-'
  762.       end
  763.       object ExpandWindow2: TMenuItem
  764.         Caption = '&Expand Window'
  765.         HelpContext = 535
  766.         OnClick = Panel1DblClick
  767.       end
  768.     end
  769.     object Advanced1: TMenuItem
  770.       Caption = '&Advanced'
  771.       object CheckforKeyorValue1: TMenuItem
  772.         Caption = '&Check for Key or Value ...'
  773.         HelpContext = 150
  774.         OnClick = btnCheckKeyorValueClick
  775.       end
  776.       object ShutDownComputers1: TMenuItem
  777.         Caption = '&Shutdown Systems ...'
  778.         HelpContext = 170
  779.         OnClick = btnRestartSystemsClick
  780.       end
  781.       object N8: TMenuItem
  782.         Caption = '-'
  783.       end
  784.       object ApplyFromFile1: TMenuItem
  785.         Caption = 'Apply &from File ...'
  786.         HelpContext = 210
  787.         OnClick = ApplyFromFile1Click
  788.       end
  789.       object CreateImportFile1: TMenuItem
  790.         Caption = 'Create '#39'&Apply From'#39' File ...'
  791.         HelpContext = 210
  792.         OnClick = CreateImportFile1Click
  793.       end
  794.       object N9: TMenuItem
  795.         Caption = '-'
  796.       end
  797.       object ApplyfromREGfile1: TMenuItem
  798.         Caption = '&Import from REG File ...'
  799.         HelpContext = 180
  800.         OnClick = ApplyfromREGfile1Click
  801.       end
  802.       object CreateREGfilefromKey1: TMenuItem
  803.         Caption = 'Advanced ® File Operations ...'
  804.         HelpContext = 180
  805.         OnClick = CreateREGfilefromKey1Click
  806.       end
  807.       object N20: TMenuItem
  808.         Caption = '-'
  809.       end
  810.       object ChangeUserRights1: TMenuItem
  811.         Caption = 'Change &User Rights'
  812.         HelpContext = 200
  813.         OnClick = btnChgUserRightsClick
  814.       end
  815.       object N21: TMenuItem
  816.         Caption = '-'
  817.       end
  818.       object LookupIPAddress: TMenuItem
  819.         Caption = '&Lookup IP Addresses'
  820.         HelpContext = 190
  821.         OnClick = btnIPLookupClick
  822.       end
  823.       object N22: TMenuItem
  824.         Caption = '-'
  825.       end
  826.       object CreateCallBatchFile1: TMenuItem
  827.         Caption = 'Create '#39'Call'#39' Batch File'
  828.         HelpContext = 220
  829.         OnClick = CreateCallBatchFile1Click
  830.       end
  831.     end
  832.     object Options1: TMenuItem
  833.       Caption = 'Options'
  834.       object AllowConnectRetries1: TMenuItem
  835.         Caption = 'Allow Connect Retries'
  836.         Hint = 'When checked, retries connection to remote machines'
  837.         OnClick = AllowConnectRetries1Click
  838.       end
  839.     end
  840.     object Help1: TMenuItem
  841.       Caption = '&Help'
  842.       object Contents1: TMenuItem
  843.         Caption = '&Contents'
  844.         HelpContext = 1
  845.         OnClick = Contents1Click
  846.       end
  847.       object Support1: TMenuItem
  848.         Caption = 'Eytcheson &Software Home Page'
  849.         OnClick = Support1Click
  850.       end
  851.       object N5: TMenuItem
  852.         Caption = '-'
  853.       end
  854.       object Register1: TMenuItem
  855.         Caption = '&Registration Form'
  856.         OnClick = Register1Click
  857.       end
  858.       object CCreg1: TMenuItem
  859.         Caption = '&Secure Credit Card Registration'
  860.         OnClick = CCreg1Click
  861.       end
  862.       object EnterRegistrationKey1: TMenuItem
  863.         Caption = '&Enter Registration Key'
  864.         OnClick = EnterRegistrationKey1Click
  865.       end
  866.       object ReRegisterAddComputers1: TMenuItem
  867.         Caption = '&Re-Register (Add Computers)'
  868.         Visible = False
  869.         OnClick = ReRegisterAddComputers1Click
  870.       end
  871.       object N23: TMenuItem
  872.         Caption = '-'
  873.       end
  874.       object Abo1: TMenuItem
  875.         Caption = '&About'
  876.         OnClick = Abo1Click
  877.       end
  878.     end
  879.   end
  880.   object SD1: TSaveDialog
  881.     DefaultExt = '*.log'
  882.     FileName = 'Registry Update.Log'
  883.     Filter = 'Log Files|*.log|Text Files|*.txt'
  884.     Options = [ofOverwritePrompt, ofHideReadOnly]
  885.     Title = 'Save Change Log'
  886.     Left = 64
  887.     Top = 336
  888.   end
  889.   object PopupMenu1: TPopupMenu
  890.     Left = 36
  891.     Top = 336
  892.     object SelectAll2: TMenuItem
  893.       Caption = 'Select All'
  894.       HelpContext = 500
  895.       OnClick = SelectAll1Click
  896.     end
  897.     object SelectNone2: TMenuItem
  898.       Caption = 'Select None'
  899.       HelpContext = 500
  900.       OnClick = SelectNone1Click
  901.     end
  902.     object N11: TMenuItem
  903.       Caption = '-'
  904.     end
  905.     object SelectGroup1: TMenuItem
  906.       Caption = 'Group Select ...'
  907.       HelpContext = 510
  908.       OnClick = SelectGroup1Click
  909.     end
  910.     object UnSelectGroup1: TMenuItem
  911.       Caption = 'Group Deselect ...'
  912.       HelpContext = 510
  913.       OnClick = UnSelectGroup1Click
  914.     end
  915.     object N15: TMenuItem
  916.       Caption = '-'
  917.     end
  918.     object RememberSelections1: TMenuItem
  919.       Caption = 'Remember Selections'
  920.       HelpContext = 515
  921.       OnClick = RememberSelections1Click
  922.     end
  923.     object RestoreSelections1: TMenuItem
  924.       Caption = 'Restore Selections'
  925.       Enabled = False
  926.       HelpContext = 515
  927.       OnClick = RestoreSelections1Click
  928.     end
  929.     object N18: TMenuItem
  930.       Caption = '-'
  931.     end
  932.     object InvertSelection1: TMenuItem
  933.       Caption = 'Invert Selection'
  934.       HelpContext = 520
  935.       OnClick = InvertSelection1Click
  936.     end
  937.     object N12: TMenuItem
  938.       Caption = '-'
  939.     end
  940.     object SelectfromLogFile2: TMenuItem
  941.       Caption = 'Select from Log File'
  942.       HelpContext = 525
  943.       OnClick = SelectfromLogFile1Click
  944.     end
  945.     object N19: TMenuItem
  946.       Caption = '-'
  947.     end
  948.     object SaveGroup1: TMenuItem
  949.       Caption = 'Save Group'
  950.       HelpContext = 530
  951.       OnClick = CreateGroup1Click
  952.     end
  953.     object RestorefromSavedGroup1: TMenuItem
  954.       Caption = 'Restore from Saved Group'
  955.       HelpContext = 530
  956.       OnClick = SelectfromGroupFile1Click
  957.     end
  958.     object N4: TMenuItem
  959.       Caption = '-'
  960.     end
  961.     object AddEntry1: TMenuItem
  962.       Caption = 'Add Single Entry'
  963.       HelpContext = 505
  964.       OnClick = AddEntry1Click
  965.     end
  966.     object N6: TMenuItem
  967.       Caption = '-'
  968.     end
  969.     object ExpandWindow1: TMenuItem
  970.       Caption = 'Expand Window'
  971.       HelpContext = 535
  972.       OnClick = Panel1DblClick
  973.     end
  974.   end
  975.   object OpenDialog1: TOpenDialog
  976.     DefaultExt = '*.dat'
  977.     FileName = 'computers.dat'
  978.     Filter = 'Multi-Remote Registry Change Datafile|*.dat'
  979.     Left = 8
  980.     Top = 336
  981.   end
  982.   object SaveDialog1: TSaveDialog
  983.     DefaultExt = 'dat'
  984.     FileName = 'Computers.dat'
  985.     Filter = 'Multi-Remote Registry Change Data Files|*.dat'
  986.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  987.     Left = 120
  988.     Top = 336
  989.   end
  990. end
  991.