home *** CD-ROM | disk | FTP | other *** search
- object CompareIniForm: TCompareIniForm
- Left = 268
- Top = 194
- Width = 635
- Height = 401
- Caption = 'Result - "WIN.INI" & "SYSTEM.INI" Comparison'
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object ListView1: TListView
- Left = 0
- Top = 0
- Width = 627
- Height = 333
- Align = alClient
- ColumnClick = False
- Columns = <
- item
- Caption = 'Status'
- end
- item
- Caption = 'Section'
- Width = 150
- end
- item
- Caption = 'Key'
- Width = 120
- end
- item
- Caption = 'Ori. Value'
- Width = 120
- end
- item
- Caption = 'New Value'
- Width = 120
- end
- item
- Caption = 'IniFile'
- Width = 60
- end>
- ReadOnly = True
- MultiSelect = True
- SortType = stData
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Panel1: TPanel
- Left = 0
- Top = 333
- Width = 627
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button2: TButton
- Left = 528
- Top = 6
- Width = 90
- Height = 31
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object Button1: TButton
- Left = 331
- Top = 6
- Width = 90
- Height = 31
- Caption = 'Restore &All'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 430
- Top = 6
- Width = 89
- Height = 31
- Caption = '&Restore'
- ModalResult = 4
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 0
- Top = 6
- Width = 92
- Height = 31
- Caption = 'Co&py'
- TabOrder = 3
- OnClick = Button4Click
- end
- end
- object Memo1: TMemo
- Left = 350
- Top = 164
- Width = 228
- Height = 109
- ScrollBars = ssBoth
- TabOrder = 2
- Visible = False
- WordWrap = False
- end
- end
-