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

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