home *** CD-ROM | disk | FTP | other *** search
- object CompareForm: TCompareForm
- Left = 259
- Top = 207
- Width = 662
- Height = 401
- Caption = 'Result - Registry 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 = 654
- Height = 332
- Align = alClient
- ColumnClick = False
- OnClick = ListView1Click
- Columns = <
- item
- Caption = 'Status'
- end
- item
- Caption = 'Key'
- Width = 230
- end
- item
- Caption = 'Value Name'
- Width = 100
- end
- item
- Caption = 'Ori. Value Data'
- Width = 110
- end
- item
- Caption = 'New Value Data'
- Width = 110
- end
- item
- Caption = 'Type'
- end>
- ReadOnly = True
- MultiSelect = True
- SortType = stData
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Panel1: TPanel
- Left = 0
- Top = 332
- Width = 654
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button2: TButton
- Left = 552
- Top = 6
- Width = 90
- Height = 31
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object Button1: TButton
- Left = 355
- Top = 6
- Width = 90
- Height = 31
- Caption = 'Restore &All'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 454
- 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 = 334
- Top = 156
- Width = 228
- Height = 109
- ScrollBars = ssBoth
- TabOrder = 2
- Visible = False
- WordWrap = False
- end
- end
-