home *** CD-ROM | disk | FTP | other *** search
- object CompareFileForm: TCompareFileForm
- Left = 264
- Top = 249
- Width = 532
- Height = 362
- Caption = 'Result - DIRs && FILEs Comparison'
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 293
- Width = 524
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object Button2: TButton
- Left = 431
- Top = 6
- Width = 90
- Height = 31
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object Button1: TButton
- Left = 234
- Top = 6
- Width = 90
- Height = 31
- Caption = 'Restore &All'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 333
- Top = 6
- Width = 90
- 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 ListView1: TListView
- Left = 0
- Top = 0
- Width = 524
- Height = 293
- Align = alClient
- ColumnClick = False
- Columns = <
- item
- Caption = 'Status'
- end
- item
- Caption = 'FileName'
- Width = 400
- end>
- ReadOnly = True
- MultiSelect = True
- SortType = stData
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Memo1: TMemo
- Left = 383
- Top = 197
- Width = 227
- Height = 109
- Lines.Strings = (
- 'Memo1')
- ScrollBars = ssBoth
- TabOrder = 2
- Visible = False
- WordWrap = False
- end
- end
-