home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95regvie / regview.exe / 0 / RCDATA / TCOMPAREFORM / TCOMPAREFORM.txt
Encoding:
Text File  |  1997-05-13  |  2.0 KB  |  109 lines

  1. object CompareForm: TCompareForm
  2.   Left = 259
  3.   Top = 207
  4.   Width = 662
  5.   Height = 401
  6.   Caption = 'Result - Registry Comparison'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object ListView1: TListView
  15.     Left = 0
  16.     Top = 0
  17.     Width = 654
  18.     Height = 332
  19.     Align = alClient
  20.     ColumnClick = False
  21.     OnClick = ListView1Click
  22.     Columns = <
  23.       item
  24.         Caption = 'Status'
  25.       end
  26.       item
  27.         Caption = 'Key'
  28.         Width = 230
  29.       end
  30.       item
  31.         Caption = 'Value Name'
  32.         Width = 100
  33.       end
  34.       item
  35.         Caption = 'Ori. Value Data'
  36.         Width = 110
  37.       end
  38.       item
  39.         Caption = 'New Value Data'
  40.         Width = 110
  41.       end
  42.       item
  43.         Caption = 'Type'
  44.       end>
  45.     ReadOnly = True
  46.     MultiSelect = True
  47.     SortType = stData
  48.     TabOrder = 0
  49.     ViewStyle = vsReport
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 332
  54.     Width = 654
  55.     Height = 42
  56.     Align = alBottom
  57.     BevelOuter = bvNone
  58.     TabOrder = 1
  59.     object Button2: TButton
  60.       Left = 552
  61.       Top = 6
  62.       Width = 90
  63.       Height = 31
  64.       Caption = '&Cancel'
  65.       ModalResult = 2
  66.       TabOrder = 0
  67.     end
  68.     object Button1: TButton
  69.       Left = 355
  70.       Top = 6
  71.       Width = 90
  72.       Height = 31
  73.       Caption = 'Restore &All'
  74.       ModalResult = 1
  75.       TabOrder = 1
  76.       OnClick = Button1Click
  77.     end
  78.     object Button3: TButton
  79.       Left = 454
  80.       Top = 6
  81.       Width = 89
  82.       Height = 31
  83.       Caption = '&Restore'
  84.       ModalResult = 4
  85.       TabOrder = 2
  86.       OnClick = Button3Click
  87.     end
  88.     object Button4: TButton
  89.       Left = 0
  90.       Top = 6
  91.       Width = 92
  92.       Height = 31
  93.       Caption = 'Co&py'
  94.       TabOrder = 3
  95.       OnClick = Button4Click
  96.     end
  97.   end
  98.   object Memo1: TMemo
  99.     Left = 334
  100.     Top = 156
  101.     Width = 228
  102.     Height = 109
  103.     ScrollBars = ssBoth
  104.     TabOrder = 2
  105.     Visible = False
  106.     WordWrap = False
  107.   end
  108. end
  109.