home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / RegView / Regview.exe / 0 / RCDATA / TREGVIEWFORM / TREGVIEWFORM.txt
Encoding:
Text File  |  1998-09-18  |  24.7 KB  |  874 lines

  1. object RegViewForm: TRegViewForm
  2.   Left = 213
  3.   Top = 143
  4.   Width = 618
  5.   Height = 491
  6.   VertScrollBar.Range = 88
  7.   AutoScroll = False
  8.   Caption = 'RegView'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PrintScale = poPrintToFit
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnResize = FormResize
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object StatusBar1: TStatusBar
  27.     Left = 0
  28.     Top = 425
  29.     Width = 610
  30.     Height = 20
  31.     Panels = <>
  32.     SimplePanel = True
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 610
  38.     Height = 1
  39.     Align = alTop
  40.     BevelOuter = bvLowered
  41.     TabOrder = 1
  42.     object Label3: TLabel
  43.       Left = 10
  44.       Top = 11
  45.       Width = 63
  46.       Height = 13
  47.       Caption = 'Current Root:'
  48.     end
  49.     object ComboKey: TComboBox
  50.       Left = 88
  51.       Top = 7
  52.       Width = 265
  53.       Height = 21
  54.       Style = csDropDownList
  55.       ItemHeight = 13
  56.       Items.Strings = (
  57.         'HKEY_CLASSES_ROOT'
  58.         'HKEY_CURRENT_USER'
  59.         'HKEY_LOCAL_MACHINE'
  60.         'HKEY_USERS'
  61.         'HKEY_CURRENT_CONFIG'
  62.         'HKEY_DYN_DATA')
  63.       TabOrder = 0
  64.       Visible = False
  65.       OnChange = ComboKeyChange
  66.     end
  67.   end
  68.   object PnlList: TPanel
  69.     Left = 294
  70.     Top = 39
  71.     Width = 316
  72.     Height = 386
  73.     Align = alClient
  74.     BevelOuter = bvNone
  75.     BorderStyle = bsSingle
  76.     TabOrder = 2
  77.     object ListView1: TListView
  78.       Left = 0
  79.       Top = 0
  80.       Width = 312
  81.       Height = 382
  82.       Align = alClient
  83.       BorderStyle = bsNone
  84.       Columns = <
  85.         item
  86.           Caption = 'Name'
  87.           Width = 120
  88.         end
  89.         item
  90.           Caption = 'Data'
  91.           Width = 150
  92.         end
  93.         item
  94.           Caption = 'Type'
  95.           Width = 60
  96.         end>
  97.       DragCursor = crArrow
  98.       HotTrackStyles = []
  99.       LargeImages = Large
  100.       PopupMenu = PopupMenu2
  101.       SmallImages = Small
  102.       SortType = stText
  103.       TabOrder = 0
  104.       ViewStyle = vsReport
  105.       OnClick = ListView1Click
  106.       OnDblClick = ListView1DblClick
  107.       OnEdited = ListView1Edited
  108.       OnEditing = ListView1Editing
  109.       OnMouseDown = ListView1MouseDown
  110.     end
  111.     object CopyKey: TEdit
  112.       Left = 8
  113.       Top = 344
  114.       Width = 329
  115.       Height = 21
  116.       TabOrder = 1
  117.       Visible = False
  118.     end
  119.   end
  120.   object PnlSplitter: TPanel
  121.     Left = 289
  122.     Top = 39
  123.     Width = 5
  124.     Height = 386
  125.     Cursor = crHSplit
  126.     Align = alLeft
  127.     BevelOuter = bvNone
  128.     TabOrder = 3
  129.     OnMouseDown = PnlSplitterMouseDown
  130.     OnMouseMove = PnlSplitterMouseMove
  131.     OnMouseUp = PnlSplitterMouseUp
  132.   end
  133.   object PnlTree: TPanel
  134.     Left = 0
  135.     Top = 39
  136.     Width = 289
  137.     Height = 386
  138.     Align = alLeft
  139.     BevelOuter = bvNone
  140.     BorderStyle = bsSingle
  141.     Caption = 'PnlTree'
  142.     TabOrder = 4
  143.     object TreeView1: TTreeView
  144.       Left = 0
  145.       Top = 0
  146.       Width = 285
  147.       Height = 382
  148.       Align = alClient
  149.       BorderStyle = bsNone
  150.       DragCursor = crArrow
  151.       Images = Small
  152.       Indent = 19
  153.       PopupMenu = PopupMenu1
  154.       TabOrder = 0
  155.       OnChanging = TreeView1Changing
  156.       OnEdited = TreeView1Edited
  157.       OnEditing = TreeView1Editing
  158.       OnExpanding = TreeView1Expanding
  159.       OnMouseDown = TreeView1MouseDown
  160.     end
  161.   end
  162.   object PnlMask: TPanel
  163.     Left = -10
  164.     Top = 32
  165.     Width = 5
  166.     Height = 432
  167.     Cursor = crHSplit
  168.     BevelOuter = bvNone
  169.     Color = clBtnShadow
  170.     TabOrder = 5
  171.     OnMouseDown = PnlSplitterMouseDown
  172.     OnMouseMove = PnlSplitterMouseMove
  173.     OnMouseUp = PnlSplitterMouseUp
  174.   end
  175.   object Panel1: TPanel
  176.     Left = 0
  177.     Top = 1
  178.     Width = 610
  179.     Height = 38
  180.     Align = alTop
  181.     Alignment = taLeftJustify
  182.     BevelInner = bvRaised
  183.     BevelOuter = bvLowered
  184.     Caption = 
  185.       'RegView RegView RegView RegView RegView RegView RegView RegView ' +
  186.       'RegView RegView RegView RegView RegView RegView RegView RegView ' +
  187.       'RegView RegView RegView RegView RegView RegView RegView'
  188.     Font.Charset = DEFAULT_CHARSET
  189.     Font.Color = clTeal
  190.     Font.Height = -32
  191.     Font.Name = 'MS Sans Serif'
  192.     Font.Pitch = fpFixed
  193.     Font.Style = [fsItalic]
  194.     ParentFont = False
  195.     ParentShowHint = False
  196.     ShowHint = False
  197.     TabOrder = 6
  198.     object PrintExplorerButton: TSpeedButton
  199.       Left = 322
  200.       Top = 2
  201.       Width = 46
  202.       Height = 36
  203.       Hint = 'Print'
  204.       Caption = 'Print'
  205.       Flat = True
  206.       Font.Charset = DEFAULT_CHARSET
  207.       Font.Color = clBlack
  208.       Font.Height = -11
  209.       Font.Name = 'MS Sans Serif'
  210.       Font.Pitch = fpFixed
  211.       Font.Style = []
  212.       Glyph.Data = {
  213.         5A010000424D5A01000000000000760000002800000013000000130000000100
  214.         040000000000E4000000120B0000120B00000500000005000000FFFFFF000000
  215.         FF00C0C0C0008080800000000000222222222222222222204104244422222222
  216.         2244422022224444444444444444442024444022222222222222242044444022
  217.         2222222222222420402240222222222221122420402240000000000000000420
  218.         4022344333333333333443204000224444444444444422203443224400000000
  219.         0044222022442224044444444042222022442224000000000042222022242224
  220.         0444444440422220222422240000000000422220222422240440000000422220
  221.         2224222400000000004222202224222444444444444222202224222222222222
  222.         222222202224222222222222222222202222}
  223.       Layout = blGlyphTop
  224.       Margin = 2
  225.       ParentFont = False
  226.       ParentShowHint = False
  227.       ShowHint = True
  228.       Spacing = -1
  229.       OnClick = Print1Click
  230.     end
  231.     object ReplaceExplorerButton: TSpeedButton
  232.       Left = 276
  233.       Top = 2
  234.       Width = 46
  235.       Height = 36
  236.       Hint = 'Refresh'
  237.       Caption = 'Refresh'
  238.       Flat = True
  239.       Font.Charset = DEFAULT_CHARSET
  240.       Font.Color = clBlack
  241.       Font.Height = -11
  242.       Font.Name = 'MS Sans Serif'
  243.       Font.Pitch = fpFixed
  244.       Font.Style = []
  245.       Glyph.Data = {
  246.         66010000424D6601000000000000760000002800000014000000140000000100
  247.         040000000000F0000000CE0E0000C40E00001000000000000000FFFFFF0000FF
  248.         FF00C0C0C0000020200000000000CBCBCB003232320000800000000006000000
  249.         FF00FF00CB00CB00C000C0003200320000005B00B800B87FFF00222222222222
  250.         2222222200002222222222222222222200002223333333333333322200002223
  251.         0000000000003222000022230000070000003222000022230000770000003222
  252.         0000222300077777000032220000222300007700700032220000222300000700
  253.         7000322200002223007000007000322200002223007007000000322200002223
  254.         0070077000003222000022230007777700003222000022230000077033333222
  255.         0000222300000700344442220000222300000000300422220000222300000000
  256.         3442222200002223333333333222222200002222222222222222222200002222
  257.         22222222222222220000}
  258.       Layout = blGlyphTop
  259.       Margin = 2
  260.       ParentFont = False
  261.       ParentShowHint = False
  262.       ShowHint = True
  263.       Spacing = -2
  264.       OnClick = Refresh1Click
  265.     end
  266.     object S_RExplorerButton: TSpeedButton
  267.       Left = 230
  268.       Top = 2
  269.       Width = 46
  270.       Height = 36
  271.       Hint = 'Search & Replace'
  272.       Caption = 'S && R'
  273.       Flat = True
  274.       Font.Charset = DEFAULT_CHARSET
  275.       Font.Color = clBlack
  276.       Font.Height = -11
  277.       Font.Name = 'MS Sans Serif'
  278.       Font.Pitch = fpFixed
  279.       Font.Style = []
  280.       Glyph.Data = {
  281.         7E010000424D7E01000000000000760000002800000015000000160000000100
  282.         04000000000008010000CE0E0000C40E00001000000000000000FFFFFF0000FF
  283.         FF000000FF00C0C0C0008080800000008000000000000000E4005B003F000000
  284.         4400F7BF000000000300000072005B007A005B00D1000010A000333333333333
  285.         3333333330003333333333333333333330003366366313161316666310003366
  286.         3663333663366366300033663663666666166166100033666663666666366663
  287.         3000336636631316631663661000333666333336333666633000333333361313
  288.         1313131310003333336563333333333330003333336546131313131310003333
  289.         3365546333333333300033333645552613131313100033333633522263333333
  290.         3000333363300222263333333000333633000066633333333000336330006633
  291.         3333333330003633000633333333333330003630006233333333333330003360
  292.         0623333333333333300033366333333333333333300033333333333333333333
  293.         3000}
  294.       Layout = blGlyphTop
  295.       Margin = 1
  296.       ParentFont = False
  297.       ParentShowHint = False
  298.       ShowHint = True
  299.       Spacing = -2
  300.       OnClick = SearchReplace1Click
  301.     end
  302.     object S_DExplorerButton: TSpeedButton
  303.       Left = 184
  304.       Top = 2
  305.       Width = 46
  306.       Height = 36
  307.       Hint = 'Search & Delete'
  308.       Caption = 'S && D'
  309.       Flat = True
  310.       Font.Charset = DEFAULT_CHARSET
  311.       Font.Color = clBlack
  312.       Font.Height = -11
  313.       Font.Name = 'MS Sans Serif'
  314.       Font.Pitch = fpFixed
  315.       Font.Style = []
  316.       Glyph.Data = {
  317.         72010000424D7201000000000000760000002800000015000000150000000100
  318.         040000000000FC000000CE0E0000C40E00001000000000000000FFFFFF0000FF
  319.         FF000000FF00C0C0C0008080800000008000000000000000E4005B003F000000
  320.         4400F7BF000000000300000072005B007A005B00D1000010A000333333333131
  321.         6131313130003333333333336633336330003333333331313631363130003333
  322.         3333333333666333300033333333313131663131300033333333333336636333
  323.         3000333333336131663136313000333333365636333333633000333333365461
  324.         3131313130003333333655463333333330003333336455526131313130003333
  325.         3363352226333333300033333633002222633333300033336330000666333333
  326.         3000333633000663333333333000336330006333333333333000363300062333
  327.         3333333330003630006233333333333330003360063333333333333330003336
  328.         63333333333333333000333333333333333333333000}
  329.       Layout = blGlyphTop
  330.       Margin = 1
  331.       ParentFont = False
  332.       ParentShowHint = False
  333.       ShowHint = True
  334.       Spacing = -2
  335.       OnClick = SearchDelete1Click
  336.     end
  337.     object SearchExplorerButton: TSpeedButton
  338.       Left = 138
  339.       Top = 2
  340.       Width = 46
  341.       Height = 36
  342.       Hint = 'Search'
  343.       Caption = 'Search'
  344.       Flat = True
  345.       Font.Charset = DEFAULT_CHARSET
  346.       Font.Color = clBlack
  347.       Font.Height = -11
  348.       Font.Name = 'MS Sans Serif'
  349.       Font.Pitch = fpFixed
  350.       Font.Style = []
  351.       Glyph.Data = {
  352.         72010000424D7201000000000000760000002800000015000000150000000100
  353.         040000000000FC000000CE0E0000C40E00001000000000000000FFFFFF0000FF
  354.         FF000000FF00C0C0C0008080800000008000000000000000E4005B003F000000
  355.         4400F7BF000000000300000072005B007A005B00D1000010A000333333333131
  356.         3131313130003333333333333333333330003333333331313131313130003333
  357.         3333333333333333300033333333313131313131300033333333333333333333
  358.         3000333333336131313131313000333333365633333333333000333333365461
  359.         3131313130003333333655463333333330003333336455526131313130003333
  360.         3363352226333333300033333633002222633333300033336330000666333333
  361.         3000333633000663333333333000336330006333333333333000363300062333
  362.         3333333330003630006233333333333330003360063333333333333330003336
  363.         63333333333333333000333333333333333333333000}
  364.       Layout = blGlyphTop
  365.       Margin = 1
  366.       ParentFont = False
  367.       ParentShowHint = False
  368.       ShowHint = True
  369.       Spacing = -2
  370.       OnClick = Search1Click
  371.     end
  372.     object RenameExplorerButton: TSpeedButton
  373.       Left = 92
  374.       Top = 2
  375.       Width = 46
  376.       Height = 36
  377.       Hint = 'Rename'
  378.       Caption = 'Rename'
  379.       Flat = True
  380.       Font.Charset = DEFAULT_CHARSET
  381.       Font.Color = clBlack
  382.       Font.Height = -11
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Pitch = fpFixed
  385.       Font.Style = []
  386.       Glyph.Data = {
  387.         66010000424D6601000000000000760000002800000014000000140000000100
  388.         040000000000F0000000CE0E0000C40E00001000000000000000FFFFFF00DFFF
  389.         FF0000FFFF000C00FF00DFFFE300000000001E8485006F170100000097008B00
  390.         00008400CB007717A7006F173C0000004E001E431E0000000E00000000000000
  391.         0000000000000000000000000000000000000000000000000000000000000000
  392.         00000000000000000000000000000000000000000000EE0EE000050000333300
  393.         0000EE0EE0000550003333300000EE0EE0000555003303300000EE0EE0555555
  394.         503303300000EEEEE0555555503333000000EE0EE0000555003303300000EE0E
  395.         E00005500033033000000EEE0000050000333300000000000000000000000000
  396.         0000000000000000000000000000000000000000000000000000000000000000
  397.         0000000000000000000000000000000000000000000000000000000000000000
  398.         00000000000000000000}
  399.       Layout = blGlyphTop
  400.       Margin = 1
  401.       ParentFont = False
  402.       ParentShowHint = False
  403.       ShowHint = True
  404.       Spacing = -2
  405.       OnClick = Rename1Click
  406.     end
  407.     object DeleteExplorerButton: TSpeedButton
  408.       Left = 46
  409.       Top = 2
  410.       Width = 46
  411.       Height = 36
  412.       Hint = 'Delete'
  413.       Caption = 'Delete'
  414.       Flat = True
  415.       Font.Charset = DEFAULT_CHARSET
  416.       Font.Color = clBlack
  417.       Font.Height = -11
  418.       Font.Name = 'MS Sans Serif'
  419.       Font.Pitch = fpFixed
  420.       Font.Style = []
  421.       Glyph.Data = {
  422.         66010000424D6601000000000000760000002800000015000000140000000100
  423.         040000000000F0000000CC0E0000CC0E00000600000006000000FFFFFF000000
  424.         FF005757E2007979D700C0C0C000000000004444444444444444444440004444
  425.         4444444444444444400044444444444444414444400044114444444444414444
  426.         4000411114444444441144444000411114444444111444444000441111444441
  427.         1144444440004411114444411144444440004444111444114444444440004444
  428.         4111111444444444400044444411114444444444400044444111111444444444
  429.         4000444441111114444444444000444411144414444444444000411111444441
  430.         1144444440001111144444441114444440001144444444444411444440001144
  431.         4444444444114444400044444444444444444444400044444444444444444444
  432.         4000}
  433.       Layout = blGlyphTop
  434.       Margin = 1
  435.       ParentFont = False
  436.       ParentShowHint = False
  437.       ShowHint = True
  438.       Spacing = -2
  439.       OnClick = Delete1Click
  440.     end
  441.     object NewExplorerButton: TSpeedButton
  442.       Left = 0
  443.       Top = 2
  444.       Width = 46
  445.       Height = 36
  446.       Hint = 'New'
  447.       Caption = 'New'
  448.       Flat = True
  449.       Font.Charset = DEFAULT_CHARSET
  450.       Font.Color = clBlack
  451.       Font.Height = -11
  452.       Font.Name = 'MS Sans Serif'
  453.       Font.Pitch = fpFixed
  454.       Font.Style = []
  455.       Glyph.Data = {
  456.         66010000424D6601000000000000760000002800000014000000140000000100
  457.         040000000000F0000000120B0000120B00000500000005000000FFFFFF0000FF
  458.         FF00C0C0C0000020200000000000222222222222222222224004222222222222
  459.         2222222222222223333333333333322222222223111111111111322222232223
  460.         1111111111113222222322231111111111113222222322231111111111113222
  461.         2223222311111111111132222223222311111111111132222223222311111111
  462.         1111322222232223111111111111322222232223111111111111322222232223
  463.         1111111111113222222322231111111133333222222322231111111134444222
  464.         2223222311111111300422222223222311111111344222222223222333333333
  465.         322222222223222222222222222222222223222222222222222222222222}
  466.       Layout = blGlyphTop
  467.       Margin = 1
  468.       ParentFont = False
  469.       ParentShowHint = False
  470.       ShowHint = True
  471.       Spacing = -2
  472.       OnClick = PopupMenu1Popup
  473.       OnMouseUp = NewExplorerButtonMouseUp
  474.     end
  475.     object lzrw11: Tlzrw1
  476.       Left = 408
  477.       Top = 8
  478.       Width = 161
  479.       Height = 25
  480.       CompressMode = Auto
  481.       ParentShowHint = False
  482.       ShowHint = False
  483.       TabOrder = 0
  484.       Visible = False
  485.     end
  486.   end
  487.   object MainMenu1: TMainMenu
  488.     Left = 256
  489.     Top = 64
  490.     object File1: TMenuItem
  491.       Caption = '&File'
  492.       object ImportRegistryFiles1: TMenuItem
  493.         Caption = '&Import Registry Files...'
  494.         OnClick = ImportRegistryFiles1Click
  495.       end
  496.       object ExportRegistryFiles1: TMenuItem
  497.         Caption = '&Export Registry Files...'
  498.         OnClick = ExportRegistryFiles1Click
  499.       end
  500.       object N18: TMenuItem
  501.         Caption = '-'
  502.       end
  503.       object ImportRegViewRegistryFiles1: TMenuItem
  504.         Caption = '&Restore RegView Registry Files...'
  505.         OnClick = ImportRegistryFiles1Click
  506.       end
  507.       object RedoRegViewRegistryFiles1: TMenuItem
  508.         Caption = 'Re&do RegView Registry Files...'
  509.         OnClick = ImportRegistryFiles1Click
  510.       end
  511.       object N13: TMenuItem
  512.         Caption = '-'
  513.       end
  514.       object PrintSetup1: TMenuItem
  515.         Caption = 'Print &Setup'
  516.         OnClick = PrintSetup1Click
  517.       end
  518.       object Print1: TMenuItem
  519.         Caption = '&Print'
  520.         ShortCut = 16464
  521.         OnClick = Print1Click
  522.       end
  523.       object N9: TMenuItem
  524.         Caption = '-'
  525.       end
  526.       object Exit1: TMenuItem
  527.         Caption = 'E&xit'
  528.         OnClick = Exit1Click
  529.       end
  530.     end
  531.     object Edit1: TMenuItem
  532.       Caption = '&Edit'
  533.       object Modify1: TMenuItem
  534.         Caption = '&Modify'
  535.         Visible = False
  536.         OnClick = ListView1DblClick
  537.       end
  538.       object Bar1: TMenuItem
  539.         Caption = '-'
  540.         Visible = False
  541.       end
  542.       object New1: TMenuItem
  543.         Caption = '&New'
  544.         object Key1: TMenuItem
  545.           Caption = '&Key'
  546.           OnClick = Key1Click
  547.         end
  548.         object N2: TMenuItem
  549.           Caption = '-'
  550.         end
  551.         object StringValue1: TMenuItem
  552.           Caption = '&String Value'
  553.           OnClick = StringValue1Click
  554.         end
  555.         object BinaryValue1: TMenuItem
  556.           Caption = '&Binary Value'
  557.           OnClick = BinaryValue1Click
  558.         end
  559.         object DWORDValue1: TMenuItem
  560.           Caption = '&DWORD Value'
  561.           OnClick = DWORDValue1Click
  562.         end
  563.       end
  564.       object Bar2: TMenuItem
  565.         Caption = '-'
  566.       end
  567.       object Delete1: TMenuItem
  568.         Caption = '&Delete'
  569.         Enabled = False
  570.         ShortCut = 46
  571.         OnClick = Delete1Click
  572.       end
  573.       object Rename1: TMenuItem
  574.         Caption = '&Rename'
  575.         Enabled = False
  576.         OnClick = Rename1Click
  577.       end
  578.       object N3: TMenuItem
  579.         Caption = '-'
  580.       end
  581.       object CopyKeyName1: TMenuItem
  582.         Caption = '&Copy Key Name'
  583.         OnClick = CopyKeyName1Click
  584.       end
  585.       object N10: TMenuItem
  586.         Caption = '-'
  587.       end
  588.       object Search1: TMenuItem
  589.         Caption = '&Search'
  590.         OnClick = Search1Click
  591.       end
  592.       object N4: TMenuItem
  593.         Caption = '-'
  594.       end
  595.       object SearchDelete1: TMenuItem
  596.         Caption = 'Search && D&elete'
  597.         OnClick = SearchDelete1Click
  598.       end
  599.       object SearchReplace1: TMenuItem
  600.         Caption = 'Search && Re&place'
  601.         OnClick = SearchReplace1Click
  602.       end
  603.     end
  604.     object View1: TMenuItem
  605.       Caption = '&View'
  606.       object LargeIcon1: TMenuItem
  607.         Caption = 'Lar&ge Icon'
  608.         GroupIndex = 1
  609.         RadioItem = True
  610.         OnClick = LargeIcon1Click
  611.       end
  612.       object SmallIcon1: TMenuItem
  613.         Caption = 'S&mall Icon'
  614.         GroupIndex = 1
  615.         RadioItem = True
  616.         OnClick = SmallIcon1Click
  617.       end
  618.       object List1: TMenuItem
  619.         Caption = '&List'
  620.         GroupIndex = 1
  621.         RadioItem = True
  622.         OnClick = List1Click
  623.       end
  624.       object Detail1: TMenuItem
  625.         Caption = '&Detail'
  626.         Checked = True
  627.         GroupIndex = 1
  628.         RadioItem = True
  629.         OnClick = Detail1Click
  630.       end
  631.       object N1: TMenuItem
  632.         Caption = '-'
  633.         GroupIndex = 2
  634.       end
  635.       object StatusBar2: TMenuItem
  636.         Caption = 'Status &Bar'
  637.         Checked = True
  638.         GroupIndex = 2
  639.         OnClick = StatusBar2Click
  640.       end
  641.       object ToolBar1: TMenuItem
  642.         Caption = '&Tool Bar'
  643.         Checked = True
  644.         GroupIndex = 2
  645.         OnClick = ToolBar1Click
  646.       end
  647.       object N7: TMenuItem
  648.         Caption = '-'
  649.         GroupIndex = 2
  650.       end
  651.       object Split1: TMenuItem
  652.         Caption = 'S&plit'
  653.         GroupIndex = 2
  654.         OnClick = Split1Click
  655.       end
  656.       object N12: TMenuItem
  657.         Caption = '-'
  658.         GroupIndex = 2
  659.       end
  660.       object Refresh1: TMenuItem
  661.         Caption = '&Refresh'
  662.         GroupIndex = 2
  663.         ShortCut = 116
  664.         OnClick = Refresh1Click
  665.       end
  666.     end
  667.     object Tools1: TMenuItem
  668.       Caption = '&Tools'
  669.       OnClick = Tools1Click
  670.       object RecordCurrentRegistry1: TMenuItem
  671.         Caption = '&Record Current Registry'
  672.         OnClick = RecordCurrentRegistry1Click
  673.       end
  674.       object ComparewithLastRecordedRegistry1: TMenuItem
  675.         Caption = '&Compare to Last Recorded Registry'
  676.         OnClick = ComparewithLastRecordedRegistry1Click
  677.       end
  678.       object N14: TMenuItem
  679.         Caption = '-'
  680.       end
  681.       object Recordwininisystemini1: TMenuItem
  682.         Caption = 'Record &INI Files'
  683.         OnClick = Recordwininisystemini1Click
  684.       end
  685.       object ComparetoLastRecordedIni1: TMenuItem
  686.         Caption = 'Compare to &Last Recorded  INI Files'
  687.         OnClick = ComparetoLastRecordedIni1Click
  688.       end
  689.       object N15: TMenuItem
  690.         Caption = '-'
  691.       end
  692.       object RecordDIRsFILEs1: TMenuItem
  693.         Caption = 'Record &DIRs && FILEs'
  694.         OnClick = RecordDIRsFILEs1Click
  695.       end
  696.       object ComparetoLastRecordedDIRsFILEs1: TMenuItem
  697.         Caption = 'Compare to Last Recorded DIRs && &FILEs'
  698.         OnClick = ComparetoLastRecordedDIRsFILEs1Click
  699.       end
  700.       object N16: TMenuItem
  701.         Caption = '-'
  702.       end
  703.       object RecordAll1: TMenuItem
  704.         Caption = 'Quick Record &All'
  705.         OnClick = RecordAll1Click
  706.       end
  707.       object CompareRestoreAll1: TMenuItem
  708.         Caption = 'Quick Compare && R&estore All'
  709.         OnClick = CompareRestoreAll1Click
  710.       end
  711.     end
  712.     object Register1: TMenuItem
  713.       Caption = '&Register'
  714.       Visible = False
  715.       OnClick = Register1Click
  716.     end
  717.     object about1: TMenuItem
  718.       Caption = '&About'
  719.       OnClick = about1Click
  720.     end
  721.   end
  722.   object Large: TImageList
  723.     Height = 32
  724.     Width = 32
  725.     Left = 256
  726.     Top = 328
  727.   end
  728.   object Small: TImageList
  729.     Left = 288
  730.     Top = 328
  731.   end
  732.   object PopupMenu1: TPopupMenu
  733.     AutoPopup = False
  734.     OnPopup = PopupMenu1Popup
  735.     Left = 178
  736.     Top = 75
  737.     object Expand1: TMenuItem
  738.       Caption = '&Expand'
  739.       OnClick = Expand1Click
  740.     end
  741.     object New2: TMenuItem
  742.       Caption = '&New'
  743.       object Key2: TMenuItem
  744.         Caption = '&Key'
  745.         OnClick = Key1Click
  746.       end
  747.       object N6: TMenuItem
  748.         Caption = '-'
  749.       end
  750.       object StringValue2: TMenuItem
  751.         Caption = '&String Value'
  752.         OnClick = StringValue1Click
  753.       end
  754.       object BinaryValue3: TMenuItem
  755.         Caption = '&Binary Value'
  756.         OnClick = BinaryValue1Click
  757.       end
  758.       object DWORDValue2: TMenuItem
  759.         Caption = '&DWORD Value'
  760.         OnClick = DWORDValue1Click
  761.       end
  762.     end
  763.     object N5: TMenuItem
  764.       Caption = '-'
  765.     end
  766.     object Delete2: TMenuItem
  767.       Caption = '&Delete'
  768.       OnClick = Delete1Click
  769.     end
  770.     object Rename2: TMenuItem
  771.       Caption = '&Rename'
  772.       OnClick = Rename1Click
  773.     end
  774.     object N11: TMenuItem
  775.       Caption = '-'
  776.     end
  777.     object CopyKeyName2: TMenuItem
  778.       Caption = 'Co&py Key Name'
  779.       OnClick = CopyKeyName1Click
  780.     end
  781.   end
  782.   object PopupMenu2: TPopupMenu
  783.     AutoPopup = False
  784.     OnPopup = PopupMenu2Popup
  785.     Left = 178
  786.     Top = 123
  787.     object Modify2: TMenuItem
  788.       Caption = '&Modify'
  789.       OnClick = ListView1DblClick
  790.     end
  791.     object MenuItem2: TMenuItem
  792.       Caption = '-'
  793.     end
  794.     object Delete3: TMenuItem
  795.       Caption = '&Delete'
  796.       OnClick = Delete1Click
  797.     end
  798.     object Rename3: TMenuItem
  799.       Caption = '&Rename'
  800.       OnClick = Rename1Click
  801.     end
  802.     object New3: TMenuItem
  803.       Caption = '&New'
  804.       Visible = False
  805.       object Key3: TMenuItem
  806.         Caption = '&Key'
  807.         OnClick = Key1Click
  808.       end
  809.       object N17: TMenuItem
  810.         Caption = '-'
  811.       end
  812.       object StringValue3: TMenuItem
  813.         Caption = '&String Value'
  814.         OnClick = StringValue1Click
  815.       end
  816.       object BinaryValue4: TMenuItem
  817.         Caption = '&Binary Value'
  818.         OnClick = BinaryValue1Click
  819.       end
  820.       object DWORDValue3: TMenuItem
  821.         Caption = '&DWORD Value'
  822.         OnClick = DWORDValue1Click
  823.       end
  824.     end
  825.   end
  826.   object PopupMenu3: TPopupMenu
  827.     AutoPopup = False
  828.     OnPopup = PopupMenu1Popup
  829.     Left = 138
  830.     Top = 123
  831.     object MenuItem4: TMenuItem
  832.       Caption = '&Key'
  833.       OnClick = Key1Click
  834.     end
  835.     object N8: TMenuItem
  836.       Caption = '-'
  837.     end
  838.     object MenuItem6: TMenuItem
  839.       Caption = '&String Value'
  840.       OnClick = StringValue1Click
  841.     end
  842.     object BinaryValue2: TMenuItem
  843.       Caption = '&Binary Value'
  844.       OnClick = BinaryValue1Click
  845.     end
  846.     object MenuItem7: TMenuItem
  847.       Caption = '&DWORD Value'
  848.       OnClick = DWORDValue1Click
  849.     end
  850.   end
  851.   object PrintDialog1: TPrintDialog
  852.     Left = 90
  853.     Top = 99
  854.   end
  855.   object PrinterSetupDialog1: TPrinterSetupDialog
  856.     Left = 210
  857.     Top = 235
  858.   end
  859.   object OpenDialog1: TOpenDialog
  860.     Filter = 'Registry Files(*.reg)|*.reg|All Files(*.*)|*.*'
  861.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  862.     Title = 'Import Registry Files'
  863.     Left = 42
  864.     Top = 203
  865.   end
  866.   object SaveDialog1: TSaveDialog
  867.     DefaultExt = 'reg'
  868.     Filter = 'Registry Files(*.reg)|*.reg|All Files(*.*)|*.*'
  869.     Title = 'Export Registry Files'
  870.     Left = 104
  871.     Top = 208
  872.   end
  873. end
  874.