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

  1. inherited fTempfiles: TfTempfiles
  2.   Left = 334
  3.   Top = 191
  4.   Width = 543
  5.   Height = 439
  6.   Caption = 'Find and delete temporary files'
  7.   Position = poScreenCenter
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Panel5: TPanel
  13.     Left = 0
  14.     Top = 355
  15.     Width = 535
  16.     Height = 35
  17.     Align = alBottom
  18.     TabOrder = 0
  19.     object Panel6: TPanel
  20.       Left = 1
  21.       Top = 1
  22.       Width = 162
  23.       Height = 33
  24.       Align = alLeft
  25.       BevelOuter = bvNone
  26.       TabOrder = 0
  27.       object StartBTN: TButton
  28.         Left = 9
  29.         Top = 5
  30.         Width = 96
  31.         Height = 23
  32.         Caption = '&Start search'
  33.         TabOrder = 0
  34.         OnClick = StartBTNClick
  35.       end
  36.     end
  37.     object Panel7: TPanel
  38.       Left = 377
  39.       Top = 1
  40.       Width = 157
  41.       Height = 33
  42.       Align = alRight
  43.       BevelOuter = bvNone
  44.       TabOrder = 1
  45.       object ClosBTN: TButton
  46.         Left = 79
  47.         Top = 5
  48.         Width = 71
  49.         Height = 23
  50.         Caption = '&Close'
  51.         ModalResult = 2
  52.         TabOrder = 0
  53.       end
  54.       object CancelBTN: TButton
  55.         Left = 1
  56.         Top = 5
  57.         Width = 71
  58.         Height = 23
  59.         Caption = '&Cancel'
  60.         TabOrder = 1
  61.         OnClick = CancelBTNClick
  62.       end
  63.     end
  64.   end
  65.   object Panel8: TPanel [1]
  66.     Left = 0
  67.     Top = 390
  68.     Width = 535
  69.     Height = 22
  70.     Align = alBottom
  71.     Alignment = taLeftJustify
  72.     BorderWidth = 2
  73.     TabOrder = 1
  74.     object Label3: TLabel
  75.       Left = 3
  76.       Top = 3
  77.       Width = 36
  78.       Height = 16
  79.       Align = alLeft
  80.       Alignment = taRightJustify
  81.       Caption = ' State:'
  82.     end
  83.     object StatusPNL: TPanel
  84.       Left = 39
  85.       Top = 3
  86.       Width = 282
  87.       Height = 16
  88.       Align = alClient
  89.       Alignment = taLeftJustify
  90.       BevelOuter = bvLowered
  91.       BorderWidth = 2
  92.       TabOrder = 0
  93.     end
  94.     object TPanel
  95.       Left = 321
  96.       Top = 3
  97.       Width = 211
  98.       Height = 16
  99.       Align = alRight
  100.       BevelOuter = bvNone
  101.       TabOrder = 1
  102.       object Label1: TLabel
  103.         Left = 16
  104.         Top = 1
  105.         Width = 40
  106.         Height = 13
  107.         Alignment = taRightJustify
  108.         Caption = 'Files:'
  109.       end
  110.       object Label2: TLabel
  111.         Left = 123
  112.         Top = 1
  113.         Width = 35
  114.         Height = 13
  115.         Alignment = taRightJustify
  116.         Caption = 'Folders:'
  117.       end
  118.       object FilesPNL: TPanel
  119.         Left = 57
  120.         Top = 0
  121.         Width = 51
  122.         Height = 16
  123.         Alignment = taRightJustify
  124.         BevelOuter = bvLowered
  125.         BorderWidth = 2
  126.         TabOrder = 0
  127.       end
  128.       object DirsPNL: TPanel
  129.         Left = 159
  130.         Top = 0
  131.         Width = 47
  132.         Height = 16
  133.         Alignment = taRightJustify
  134.         BevelOuter = bvLowered
  135.         BorderWidth = 2
  136.         TabOrder = 1
  137.       end
  138.     end
  139.   end
  140.   object TwoWaySplitter2: TTwoWaySplitter [2]
  141.     Left = 0
  142.     Top = 0
  143.     Width = 535
  144.     Height = 355
  145.     Align = alClient
  146.     BevelOuter = bvNone
  147.     DragCursor = crVSplit
  148.     SplitDirection = sdHorizontal
  149.     object Panel1: TPanel
  150.       Left = 0
  151.       Top = 0
  152.       Width = 535
  153.       Height = 176
  154.       BevelOuter = bvNone
  155.       Caption = 'Panel1'
  156.       TabOrder = 0
  157.       object Panel3: TPanel
  158.         Left = 0
  159.         Top = 0
  160.         Width = 535
  161.         Height = 24
  162.         Align = alTop
  163.         TabOrder = 0
  164.         object Label5: TLabel
  165.           Left = 5
  166.           Top = 6
  167.           Width = 206
  168.           Height = 13
  169.           Caption = 'Folders/drives to search through'
  170.         end
  171.       end
  172.       object MasterView: TListView
  173.         Left = 0
  174.         Top = 24
  175.         Width = 414
  176.         Height = 152
  177.         Align = alClient
  178.         Columns = <
  179.           item
  180.             Caption = 'Folder'
  181.             Width = 180
  182.           end
  183.           item
  184.             Caption = 'recurse'
  185.             Width = 49
  186.             WidthType = (
  187.               -2)
  188.           end
  189.           item
  190.             Caption = 'Searchmask'
  191.             Width = 100
  192.           end
  193.           item
  194.             Caption = 'found'
  195.             Width = 60
  196.           end>
  197.         ReadOnly = True
  198.         HideSelection = False
  199.         OnChange = MasterViewChange
  200.         PopupMenu = MasterViewPOP
  201.         TabOrder = 1
  202.         ViewStyle = vsReport
  203.       end
  204.       object Panel9: TPanel
  205.         Left = 414
  206.         Top = 24
  207.         Width = 121
  208.         Height = 152
  209.         Align = alRight
  210.         TabOrder = 2
  211.         object EditBTN: TButton
  212.           Left = 10
  213.           Top = 37
  214.           Width = 103
  215.           Height = 23
  216.           Caption = '&Edit Entry'
  217.           TabOrder = 0
  218.           OnClick = EditBTNClick
  219.         end
  220.         object DeleteBTN: TButton
  221.           Left = 10
  222.           Top = 65
  223.           Width = 103
  224.           Height = 23
  225.           Caption = '&Delete Entry'
  226.           TabOrder = 1
  227.           OnClick = DeleteBTNClick
  228.         end
  229.         object NewBTN: TButton
  230.           Left = 10
  231.           Top = 9
  232.           Width = 103
  233.           Height = 23
  234.           Caption = '&New entry'
  235.           TabOrder = 2
  236.           OnClick = NewBTNClick
  237.         end
  238.       end
  239.     end
  240.     object Panel2: TPanel
  241.       Left = 0
  242.       Top = 181
  243.       Width = 535
  244.       Height = 174
  245.       BevelOuter = bvNone
  246.       Caption = 'Panel2'
  247.       TabOrder = 1
  248.       object DetailView: TListView
  249.         Left = 0
  250.         Top = 24
  251.         Width = 535
  252.         Height = 150
  253.         Align = alClient
  254.         Columns = <
  255.           item
  256.             Caption = 'File'
  257.             Width = 200
  258.           end
  259.           item
  260.             Caption = 'Size'
  261.             Width = 130
  262.           end
  263.           item
  264.             Caption = 'Date'
  265.             Width = 60
  266.           end
  267.           item
  268.             Caption = 'Attr.'
  269.             Width = 65
  270.           end>
  271.         ReadOnly = True
  272.         HideSelection = False
  273.         MultiSelect = True
  274.         OnColumnClick = DetailViewColumnClick
  275.         PopupMenu = DetailViewPOP
  276.         TabOrder = 0
  277.         ViewStyle = vsReport
  278.         OnKeyUp = DetailViewKeyUp
  279.       end
  280.       object Panel4: TPanel
  281.         Left = 0
  282.         Top = 0
  283.         Width = 535
  284.         Height = 24
  285.         Align = alTop
  286.         TabOrder = 1
  287.         object Label4: TLabel
  288.           Left = 5
  289.           Top = 6
  290.           Width = 291
  291.           Height = 13
  292.           Caption = 'Path of the found files (use right mouse-click to delete them)'
  293.         end
  294.       end
  295.     end
  296.   end
  297.   inherited MinMax1: TMinMax
  298.     MinWidth = 500
  299.     MinHeight = 350
  300.   end
  301.   inherited MSOfficeCaption1: TMSOfficeCaption
  302.     CaptionText.Caption = 'Find and delete temporary files'
  303.   end
  304.   object DetailViewPOP: TPopupMenu
  305.     Left = 233
  306.     Top = 263
  307.     object DeleteMNU: TMenuItem
  308.       Caption = '&Delete'
  309.       OnClick = DeleteMNUClick
  310.     end
  311.     object SelectAllMNU: TMenuItem
  312.       Caption = 'Select &all'
  313.       OnClick = SelectAllMNUClick
  314.     end
  315.   end
  316.   object MasterViewPOP: TPopupMenu
  317.     OnPopup = MasterViewPOPPopup
  318.     Left = 372
  319.     Top = 99
  320.     object MasterNewMNU: TMenuItem
  321.       Caption = '&New'
  322.       OnClick = NewBTNClick
  323.     end
  324.     object MasterEditMNU: TMenuItem
  325.       Caption = '&Edit'
  326.       OnClick = EditBTNClick
  327.     end
  328.     object MasterDeleteMNU: TMenuItem
  329.       Caption = '&Delete'
  330.       OnClick = DeleteBTNClick
  331.     end
  332.   end
  333. end
  334.