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

  1. object CompareFileForm: TCompareFileForm
  2.   Left = 264
  3.   Top = 249
  4.   Width = 532
  5.   Height = 362
  6.   Caption = 'Result - DIRs && FILEs 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 Panel1: TPanel
  15.     Left = 0
  16.     Top = 293
  17.     Width = 524
  18.     Height = 42
  19.     Align = alBottom
  20.     BevelOuter = bvNone
  21.     TabOrder = 1
  22.     object Button2: TButton
  23.       Left = 431
  24.       Top = 6
  25.       Width = 90
  26.       Height = 31
  27.       Caption = '&Cancel'
  28.       ModalResult = 2
  29.       TabOrder = 0
  30.     end
  31.     object Button1: TButton
  32.       Left = 234
  33.       Top = 6
  34.       Width = 90
  35.       Height = 31
  36.       Caption = 'Restore &All'
  37.       ModalResult = 1
  38.       TabOrder = 1
  39.       OnClick = Button1Click
  40.     end
  41.     object Button3: TButton
  42.       Left = 333
  43.       Top = 6
  44.       Width = 90
  45.       Height = 31
  46.       Caption = '&Restore'
  47.       ModalResult = 4
  48.       TabOrder = 2
  49.       OnClick = Button3Click
  50.     end
  51.     object Button4: TButton
  52.       Left = 0
  53.       Top = 6
  54.       Width = 92
  55.       Height = 31
  56.       Caption = 'Co&py'
  57.       TabOrder = 3
  58.       OnClick = Button4Click
  59.     end
  60.   end
  61.   object ListView1: TListView
  62.     Left = 0
  63.     Top = 0
  64.     Width = 524
  65.     Height = 293
  66.     Align = alClient
  67.     ColumnClick = False
  68.     Columns = <
  69.       item
  70.         Caption = 'Status'
  71.       end
  72.       item
  73.         Caption = 'FileName'
  74.         Width = 400
  75.       end>
  76.     ReadOnly = True
  77.     MultiSelect = True
  78.     SortType = stData
  79.     TabOrder = 0
  80.     ViewStyle = vsReport
  81.   end
  82.   object Memo1: TMemo
  83.     Left = 383
  84.     Top = 197
  85.     Width = 227
  86.     Height = 109
  87.     Lines.Strings = (
  88.       'Memo1')
  89.     ScrollBars = ssBoth
  90.     TabOrder = 2
  91.     Visible = False
  92.     WordWrap = False
  93.   end
  94. end
  95.