home *** CD-ROM | disk | FTP | other *** search
- object DupFileInfo: TDupFileInfo
- Left = 183
- Top = 112
- VertScrollBar.Tracking = True
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Duplicate Files'
- ClientHeight = 240
- ClientWidth = 497
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 422
- Top = 192
- Width = 69
- Height = 27
- Caption = 'Same name, any extension.'
- WordWrap = True
- end
- object CheckBox1: TCheckBox
- Left = 405
- Top = 192
- Width = 15
- Height = 27
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- object filelist: TListView
- Left = 0
- Top = 0
- Width = 396
- Height = 221
- Align = alLeft
- OnClick = filelistClick
- Columns = <
- item
- Caption = 'Name'
- Width = 75
- end
- item
- Caption = 'In Location'
- Width = 100
- end
- item
- Alignment = taRightJustify
- Caption = 'Size'
- Width = 85
- end
- item
- Alignment = taRightJustify
- Caption = 'Date/Time'
- Width = 90
- end>
- ReadOnly = True
- HideSelection = False
- Items.Data = {
- 310000000100000000000000FFFFFFFFFFFFFFFF03000000000000000846696C
- 656E616D65034E2F41034E2F41034E2F41}
- MultiSelect = True
- OnDeletion = filelistDeletion
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Close: TButton
- Left = 402
- Top = 51
- Width = 92
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = CloseClick
- end
- object Status1: TStatusBar
- Left = 0
- Top = 221
- Width = 497
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object Delete: TButton
- Left = 402
- Top = 21
- Width = 92
- Height = 25
- Caption = 'Delete'
- Enabled = False
- TabOrder = 2
- OnClick = DeleteClick
- end
- end
-