home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / regview / REGVIEW.EXE / 0 / RCDATA / TREGVIEWFORM / TREGVIEWFORM.txt
Text File  |  1997-05-13  |  27KB  |  935 lines

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