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

  1. object CompareIniForm: TCompareIniForm
  2.   Left = 268
  3.   Top = 194
  4.   Width = 635
  5.   Height = 401
  6.   Caption = 'Result - "WIN.INI" & "SYSTEM.INI" 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 = 627
  18.     Height = 333
  19.     Align = alClient
  20.     ColumnClick = False
  21.     Columns = <
  22.       item
  23.         Caption = 'Status'
  24.       end
  25.       item
  26.         Caption = 'Section'
  27.         Width = 150
  28.       end
  29.       item
  30.         Caption = 'Key'
  31.         Width = 120
  32.       end
  33.       item
  34.         Caption = 'Ori. Value'
  35.         Width = 120
  36.       end
  37.       item
  38.         Caption = 'New Value'
  39.         Width = 120
  40.       end
  41.       item
  42.         Caption = 'IniFile'
  43.         Width = 60
  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 = 333
  54.     Width = 627
  55.     Height = 41
  56.     Align = alBottom
  57.     BevelOuter = bvNone
  58.     TabOrder = 1
  59.     object Button2: TButton
  60.       Left = 528
  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 = 331
  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 = 430
  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 = 350
  100.     Top = 164
  101.     Width = 228
  102.     Height = 109
  103.     ScrollBars = ssBoth
  104.     TabOrder = 2
  105.     Visible = False
  106.     WordWrap = False
  107.   end
  108. end
  109.