home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regview / Regview.exe / 0 / RCDATA / TCOMPAREFORM / TCOMPAREFORM.txt
Text File  |  1997-07-14  |  3KB  |  155 lines

  1. object CompareForm: TCompareForm
  2.   Left = 278
  3.   Top = 177
  4.   Width = 657
  5.   Height = 402
  6.   Caption = 'Result - Registry Comparison'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ListView1: TListView
  15.     Left = 0
  16.     Top = 0
  17.     Width = 649
  18.     Height = 341
  19.     Align = alClient
  20.     ColumnClick = False
  21.     OnClick = ListView1Click
  22.     Columns = <
  23.       item
  24.         Caption = 'Status'
  25.         Width = 60
  26.       end
  27.       item
  28.         Caption = 'Key'
  29.         Width = 220
  30.       end
  31.       item
  32.         Caption = 'Value Name'
  33.         Width = 95
  34.       end
  35.       item
  36.         Caption = 'Ori. Value Data'
  37.         Width = 108
  38.       end
  39.       item
  40.         Caption = 'New Value Data'
  41.         Width = 110
  42.       end
  43.       item
  44.         Caption = 'Type'
  45.       end>
  46.     ReadOnly = True
  47.     MultiSelect = True
  48.     SortType = stData
  49.     TabOrder = 0
  50.     ViewStyle = vsReport
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 0
  54.     Top = 341
  55.     Width = 649
  56.     Height = 34
  57.     Align = alBottom
  58.     BevelOuter = bvNone
  59.     TabOrder = 1
  60.     object Button2: TButton
  61.       Left = 569
  62.       Top = 5
  63.       Width = 73
  64.       Height = 25
  65.       Caption = '&Cancel'
  66.       ModalResult = 2
  67.       TabOrder = 0
  68.     end
  69.     object Button1: TButton
  70.       Left = 408
  71.       Top = 5
  72.       Width = 74
  73.       Height = 25
  74.       Caption = 'Restore &All'
  75.       ModalResult = 1
  76.       TabOrder = 1
  77.       OnClick = Button1Click
  78.     end
  79.     object Button3: TButton
  80.       Left = 489
  81.       Top = 5
  82.       Width = 72
  83.       Height = 25
  84.       Caption = '&Restore'
  85.       ModalResult = 4
  86.       TabOrder = 2
  87.       OnClick = Button3Click
  88.     end
  89.     object Button4: TButton
  90.       Left = 0
  91.       Top = 5
  92.       Width = 75
  93.       Height = 25
  94.       Caption = 'Co&py'
  95.       TabOrder = 3
  96.       OnClick = Button4Click
  97.     end
  98.     object Button5: TButton
  99.       Left = 81
  100.       Top = 5
  101.       Width = 77
  102.       Height = 25
  103.       Caption = 'Restore &Export'
  104.       TabOrder = 4
  105.       OnClick = Button5Click
  106.     end
  107.     object Button6: TButton
  108.       Left = 164
  109.       Top = 5
  110.       Width = 73
  111.       Height = 25
  112.       Caption = 'Restore &Save'
  113.       TabOrder = 5
  114.       OnClick = Button5Click
  115.     end
  116.     object Button7: TButton
  117.       Left = 245
  118.       Top = 5
  119.       Width = 74
  120.       Height = 25
  121.       Caption = 'Re&do Export'
  122.       TabOrder = 6
  123.       OnClick = Button7Click
  124.     end
  125.     object Button8: TButton
  126.       Left = 326
  127.       Top = 5
  128.       Width = 74
  129.       Height = 25
  130.       Caption = 'Red&o Save'
  131.       TabOrder = 7
  132.       OnClick = Button7Click
  133.     end
  134.   end
  135.   object Memo1: TMemo
  136.     Left = 271
  137.     Top = 127
  138.     Width = 186
  139.     Height = 88
  140.     ScrollBars = ssBoth
  141.     TabOrder = 2
  142.     Visible = False
  143.     WordWrap = False
  144.   end
  145.   object SaveDialog1: TSaveDialog
  146.     DefaultExt = 'reg'
  147.     FileEditStyle = fsEdit
  148.     Filter = 'Registry Files(*.reg)|*.reg|All Files(*.*)|*.*'
  149.     Options = [ofHideReadOnly]
  150.     Title = 'Export Registry Files'
  151.     Left = 104
  152.     Top = 208
  153.   end
  154. end
  155.