home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 9 / CDROM09.iso / aplicat / daemon / spaceda.exe / 0 / RCDATA / TDUPFILEINFO / TDUPFILEINFO.txt
Encoding:
Text File  |  1996-12-16  |  1.9 KB  |  97 lines

  1. object DupFileInfo: TDupFileInfo
  2.   Left = 183
  3.   Top = 112
  4.   VertScrollBar.Tracking = True
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Duplicate Files'
  8.   ClientHeight = 240
  9.   ClientWidth = 497
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 422
  19.     Top = 192
  20.     Width = 69
  21.     Height = 27
  22.     Caption = 'Same name, any extension.'
  23.     WordWrap = True
  24.   end
  25.   object CheckBox1: TCheckBox
  26.     Left = 405
  27.     Top = 192
  28.     Width = 15
  29.     Height = 27
  30.     TabOrder = 4
  31.     OnClick = CheckBox1Click
  32.   end
  33.   object filelist: TListView
  34.     Left = 0
  35.     Top = 0
  36.     Width = 396
  37.     Height = 221
  38.     Align = alLeft
  39.     OnClick = filelistClick
  40.     Columns = <
  41.       item
  42.         Caption = 'Name'
  43.         Width = 75
  44.       end
  45.       item
  46.         Caption = 'In Location'
  47.         Width = 100
  48.       end
  49.       item
  50.         Alignment = taRightJustify
  51.         Caption = 'Size'
  52.         Width = 85
  53.       end
  54.       item
  55.         Alignment = taRightJustify
  56.         Caption = 'Date/Time'
  57.         Width = 90
  58.       end>
  59.     ReadOnly = True
  60.     HideSelection = False
  61.     Items.Data = {
  62.       310000000100000000000000FFFFFFFFFFFFFFFF03000000000000000846696C
  63.       656E616D65034E2F41034E2F41034E2F41}
  64.     MultiSelect = True
  65.     OnDeletion = filelistDeletion
  66.     TabOrder = 0
  67.     ViewStyle = vsReport
  68.   end
  69.   object Close: TButton
  70.     Left = 402
  71.     Top = 51
  72.     Width = 92
  73.     Height = 25
  74.     Caption = 'Close'
  75.     TabOrder = 1
  76.     OnClick = CloseClick
  77.   end
  78.   object Status1: TStatusBar
  79.     Left = 0
  80.     Top = 221
  81.     Width = 497
  82.     Height = 19
  83.     Panels = <>
  84.     SimplePanel = True
  85.   end
  86.   object Delete: TButton
  87.     Left = 402
  88.     Top = 21
  89.     Width = 92
  90.     Height = 25
  91.     Caption = 'Delete'
  92.     Enabled = False
  93.     TabOrder = 2
  94.     OnClick = DeleteClick
  95.   end
  96. end
  97.