home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TFDOUBLE / TFDOUBLE.txt
Text File  |  1998-01-15  |  7KB  |  308 lines

  1. inherited fDouble: TfDouble
  2.   Left = 394
  3.   Top = 270
  4.   Width = 533
  5.   Height = 411
  6.   Caption = 'Find duplicate files'
  7.   Position = poScreenCenter
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object TwoWaySplitter1: TTwoWaySplitter
  13.     Left = 0
  14.     Top = 0
  15.     Width = 525
  16.     Height = 327
  17.     Align = alClient
  18.     BarPosition = 35
  19.     DragCursor = crHSplit
  20.     object DriveSel: TTree2View
  21.       Tag = 111
  22.       Left = 1
  23.       Top = 1
  24.       Width = 181
  25.       Height = 325
  26.       ReadOnly = True
  27.       HideSelection = False
  28.       Indent = 19
  29.       ParentColor = False
  30.       TabOrder = 0
  31.       Images = fMain.DriveList
  32.       StateImages = fMain.ImageList1
  33.     end
  34.     object TwoWaySplitter2: TTwoWaySplitter
  35.       Left = 187
  36.       Top = 1
  37.       Width = 337
  38.       Height = 325
  39.       BevelOuter = bvNone
  40.       DragCursor = crVSplit
  41.       SplitDirection = sdHorizontal
  42.       object Panel1: TPanel
  43.         Left = 0
  44.         Top = 0
  45.         Width = 337
  46.         Height = 161
  47.         BevelOuter = bvNone
  48.         TabOrder = 0
  49.         object Panel3: TPanel
  50.           Left = 0
  51.           Top = 0
  52.           Width = 337
  53.           Height = 24
  54.           Align = alTop
  55.           TabOrder = 0
  56.           object Label5: TLabel
  57.             Left = 5
  58.             Top = 6
  59.             Width = 142
  60.             Height = 13
  61.             Caption = 'Name of duplicate'
  62.           end
  63.         end
  64.         object MasterView: TListView
  65.           Left = 0
  66.           Top = 24
  67.           Width = 337
  68.           Height = 137
  69.           Align = alClient
  70.           Columns = <
  71.             item
  72.               Caption = 'Name'
  73.               Width = 130
  74.             end
  75.             item
  76.               Caption = 'Size'
  77.               Width = 60
  78.             end
  79.             item
  80.               Caption = 'Count'
  81.             end>
  82.           ReadOnly = True
  83.           HideSelection = False
  84.           OnChange = MasterViewChange
  85.           OnColumnClick = MasterViewColumnClick
  86.           TabOrder = 1
  87.           ViewStyle = vsReport
  88.         end
  89.       end
  90.       object Panel2: TPanel
  91.         Left = 0
  92.         Top = 166
  93.         Width = 337
  94.         Height = 159
  95.         BevelOuter = bvNone
  96.         TabOrder = 1
  97.         object DetailView: TListView
  98.           Left = 0
  99.           Top = 24
  100.           Width = 337
  101.           Height = 135
  102.           Align = alClient
  103.           Columns = <
  104.             item
  105.               Caption = 'Path'
  106.               Width = 200
  107.             end
  108.             item
  109.               Caption = 'Date'
  110.               Width = 130
  111.             end>
  112.           ReadOnly = True
  113.           HideSelection = False
  114.           MultiSelect = True
  115.           PopupMenu = DetailViewPOP
  116.           TabOrder = 0
  117.           ViewStyle = vsReport
  118.           OnKeyUp = DetailViewKeyUp
  119.         end
  120.         object Panel4: TPanel
  121.           Left = 0
  122.           Top = 0
  123.           Width = 337
  124.           Height = 24
  125.           Align = alTop
  126.           TabOrder = 1
  127.           object Label4: TLabel
  128.             Left = 5
  129.             Top = 6
  130.             Width = 287
  131.             Height = 13
  132.             Caption = 'Path of the duplicates (use right mousebutton to delete them)'
  133.           end
  134.         end
  135.       end
  136.     end
  137.   end
  138.   object Panel5: TPanel [1]
  139.     Left = 0
  140.     Top = 327
  141.     Width = 525
  142.     Height = 35
  143.     Align = alBottom
  144.     TabOrder = 1
  145.     object Panel6: TPanel
  146.       Left = 1
  147.       Top = 1
  148.       Width = 279
  149.       Height = 33
  150.       Align = alLeft
  151.       BevelOuter = bvNone
  152.       TabOrder = 0
  153.       object StartBTN: TButton
  154.         Left = 9
  155.         Top = 4
  156.         Width = 96
  157.         Height = 23
  158.         Caption = '&Start search'
  159.         TabOrder = 0
  160.         OnClick = StartBTNClick
  161.       end
  162.       object CheckCompeteFileRDB: TRadioButton
  163.         Left = 115
  164.         Top = 1
  165.         Width = 117
  166.         Height = 17
  167.         Caption = 'name, size, content'
  168.         Checked = True
  169.         TabOrder = 1
  170.         TabStop = True
  171.       end
  172.       object CheckOnlyDateRDB: TRadioButton
  173.         Left = 115
  174.         Top = 16
  175.         Width = 121
  176.         Height = 17
  177.         Caption = 'name, size, date'
  178.         TabOrder = 2
  179.       end
  180.     end
  181.     object Panel7: TPanel
  182.       Left = 366
  183.       Top = 1
  184.       Width = 158
  185.       Height = 33
  186.       Align = alRight
  187.       BevelOuter = bvNone
  188.       TabOrder = 1
  189.       object ClosBTN: TButton
  190.         Left = 82
  191.         Top = 5
  192.         Width = 71
  193.         Height = 23
  194.         Caption = '&Close'
  195.         ModalResult = 2
  196.         TabOrder = 0
  197.       end
  198.       object CancelBTN: TButton
  199.         Left = 1
  200.         Top = 5
  201.         Width = 75
  202.         Height = 23
  203.         Caption = '&Cancel'
  204.         TabOrder = 1
  205.         OnClick = CancelBTNClick
  206.       end
  207.     end
  208.   end
  209.   object Panel8: TPanel [2]
  210.     Left = 0
  211.     Top = 362
  212.     Width = 525
  213.     Height = 22
  214.     Align = alBottom
  215.     Alignment = taLeftJustify
  216.     BorderWidth = 3
  217.     TabOrder = 2
  218.     object Label1: TLabel
  219.       Left = 217
  220.       Top = 4
  221.       Width = 40
  222.       Height = 13
  223.       Alignment = taRightJustify
  224.       Caption = 'Files:'
  225.     end
  226.     object Label2: TLabel
  227.       Left = 324
  228.       Top = 4
  229.       Width = 35
  230.       Height = 13
  231.       Alignment = taRightJustify
  232.       Caption = 'Folders:'
  233.     end
  234.     object Label3: TLabel
  235.       Left = 424
  236.       Top = 4
  237.       Width = 38
  238.       Height = 13
  239.       Alignment = taRightJustify
  240.       Caption = 'Duplicates:'
  241.     end
  242.     object Label6: TLabel
  243.       Left = 6
  244.       Top = 4
  245.       Width = 33
  246.       Height = 13
  247.       Alignment = taRightJustify
  248.       Caption = 'State:'
  249.     end
  250.     object StatusPNL: TPanel
  251.       Left = 40
  252.       Top = 3
  253.       Width = 162
  254.       Height = 16
  255.       Alignment = taLeftJustify
  256.       BevelOuter = bvLowered
  257.       BorderWidth = 2
  258.       TabOrder = 0
  259.     end
  260.     object FilesPNL: TPanel
  261.       Left = 258
  262.       Top = 3
  263.       Width = 51
  264.       Height = 16
  265.       Alignment = taRightJustify
  266.       BevelOuter = bvLowered
  267.       BorderWidth = 2
  268.       TabOrder = 1
  269.     end
  270.     object DirsPNL: TPanel
  271.       Left = 360
  272.       Top = 3
  273.       Width = 47
  274.       Height = 16
  275.       Alignment = taRightJustify
  276.       BevelOuter = bvLowered
  277.       BorderWidth = 2
  278.       TabOrder = 2
  279.     end
  280.     object DoublePNL: TPanel
  281.       Left = 463
  282.       Top = 3
  283.       Width = 38
  284.       Height = 16
  285.       Alignment = taRightJustify
  286.       BevelOuter = bvLowered
  287.       BorderWidth = 2
  288.       TabOrder = 3
  289.     end
  290.   end
  291.   inherited MSOfficeCaption1: TMSOfficeCaption
  292.     CaptionText.Caption = 'Find duplicate files'
  293.   end
  294.   object DetailViewPOP: TPopupMenu
  295.     OnPopup = DetailViewPOPPopup
  296.     Left = 233
  297.     Top = 263
  298.     object DeleteMNU: TMenuItem
  299.       Caption = '&Delete'
  300.       OnClick = DeleteMNUClick
  301.     end
  302.     object SelectAllMNU: TMenuItem
  303.       Caption = 'Select &all'
  304.       OnClick = SelectAllMNUClick
  305.     end
  306.   end
  307. end
  308.