home *** CD-ROM | disk | FTP | other *** search
- object CompareForm: TCompareForm
- Left = 278
- Top = 177
- Width = 657
- Height = 402
- Caption = 'Result - Registry Comparison'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object ListView1: TListView
- Left = 0
- Top = 0
- Width = 649
- Height = 341
- Align = alClient
- ColumnClick = False
- OnClick = ListView1Click
- Columns = <
- item
- Caption = 'Status'
- Width = 60
- end
- item
- Caption = 'Key'
- Width = 220
- end
- item
- Caption = 'Value Name'
- Width = 95
- end
- item
- Caption = 'Ori. Value Data'
- Width = 108
- 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 = 341
- Width = 649
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button2: TButton
- Left = 569
- Top = 5
- Width = 73
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object Button1: TButton
- Left = 408
- Top = 5
- Width = 74
- Height = 25
- Caption = 'Restore &All'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 489
- Top = 5
- Width = 72
- Height = 25
- Caption = '&Restore'
- ModalResult = 4
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 0
- Top = 5
- Width = 75
- Height = 25
- Caption = 'Co&py'
- TabOrder = 3
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 81
- Top = 5
- Width = 77
- Height = 25
- Caption = 'Restore &Export'
- TabOrder = 4
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 164
- Top = 5
- Width = 73
- Height = 25
- Caption = 'Restore &Save'
- TabOrder = 5
- OnClick = Button5Click
- end
- object Button7: TButton
- Left = 245
- Top = 5
- Width = 74
- Height = 25
- Caption = 'Re&do Export'
- TabOrder = 6
- OnClick = Button7Click
- end
- object Button8: TButton
- Left = 326
- Top = 5
- Width = 74
- Height = 25
- Caption = 'Red&o Save'
- TabOrder = 7
- OnClick = Button7Click
- end
- end
- object Memo1: TMemo
- Left = 271
- Top = 127
- Width = 186
- Height = 88
- ScrollBars = ssBoth
- TabOrder = 2
- Visible = False
- WordWrap = False
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'reg'
- Filter = 'Registry Files(*.reg)|*.reg|All Files(*.*)|*.*'
- Title = 'Export Registry Files'
- Left = 104
- Top = 208
- end
- end
-