home *** CD-ROM | disk | FTP | other *** search
- object FindResultDlg: TFindResultDlg
- Left = 299
- Top = 184
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Found %d %s'
- ClientHeight = 277
- ClientWidth = 443
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 95
- Top = 244
- Width = 75
- Height = 25
- Caption = 'Go to'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CloseBtn: TButton
- Left = 279
- Top = 244
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 1
- end
- object ListView: TListView
- Left = 8
- Top = 8
- Width = 425
- Height = 225
- Columns = <
- item
- Caption = 'Name'
- Width = 120
- end
- item
- Caption = 'Path'
- Width = 300
- end
- item
- Caption = 'Difference type'
- Width = 110
- end
- item
- Alignment = taRightJustify
- Caption = 'Size'
- Width = 67
- end
- item
- Caption = 'Type'
- Width = 120
- end
- item
- Alignment = taRightJustify
- Caption = 'Date and time'
- Width = 115
- end
- item
- Caption = 'Flags'
- Width = 40
- end>
- HideSelection = False
- ReadOnly = True
- TabOrder = 2
- ViewStyle = vsReport
- OnColumnClick = ListViewColumnClick
- OnCompare = ListViewCompare
- OnDblClick = ListViewDblClick
- OnKeyPress = ListViewKeyPress
- end
- end
-