home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TFOLDERMAINTENANCER / TFOLDERMAINTENANCER.txt
Encoding:
Text File  |  2004-02-23  |  9.0 KB  |  380 lines

  1. object FolderMaintenancer: TFolderMaintenancer
  2.   Left = 270
  3.   Top = 108
  4.   HelpContext = 57000
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Folder Maintenance Centre'
  8.   ClientHeight = 426
  9.   ClientWidth = 497
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Book: TNotebook
  25.     Left = 16
  26.     Top = 8
  27.     Width = 473
  28.     Height = 377
  29.     TabOrder = 0
  30.     object TPage
  31.       Left = 0
  32.       Top = 0
  33.       Caption = 'Setup'
  34.       object Label1: TLabel
  35.         Left = 0
  36.         Top = 8
  37.         Width = 125
  38.         Height = 13
  39.         Caption = 'Choose &Folders to process'
  40.       end
  41.       object GroupBox1: TGroupBox
  42.         Left = 0
  43.         Top = 280
  44.         Width = 465
  45.         Height = 97
  46.         Caption = 'Actions to perform'
  47.         TabOrder = 0
  48.         object cbCompress: TCheckBox
  49.           Left = 232
  50.           Top = 48
  51.           Width = 225
  52.           Height = 17
  53.           Caption = '&Compress (remove deleted messages)'
  54.           TabOrder = 3
  55.           OnClick = cbCheckIntegrityClick
  56.         end
  57.         object cbPurge: TCheckBox
  58.           Left = 232
  59.           Top = 24
  60.           Width = 225
  61.           Height = 17
  62.           Caption = '&Purge old/exceeding messages'
  63.           TabOrder = 1
  64.           OnClick = cbCheckIntegrityClick
  65.         end
  66.         object cbCheckIntegrity: TCheckBox
  67.           Left = 16
  68.           Top = 24
  69.           Width = 201
  70.           Height = 17
  71.           Caption = 'Check &Integrity/Repair'
  72.           TabOrder = 0
  73.           OnClick = cbCheckIntegrityClick
  74.         end
  75.         object cbKillDupes: TCheckBox
  76.           Left = 16
  77.           Top = 48
  78.           Width = 201
  79.           Height = 17
  80.           Caption = 'Remove &Duplicates'
  81.           TabOrder = 2
  82.           OnClick = cbCheckIntegrityClick
  83.         end
  84.         object cbFindOrphans: TCheckBox
  85.           Left = 16
  86.           Top = 72
  87.           Width = 441
  88.           Height = 17
  89.           Caption = 'Find "&Orphaned" files in the attachment directories'
  90.           TabOrder = 4
  91.           OnClick = cbFindOrphansClick
  92.         end
  93.       end
  94.       object bSelectAll: TButton
  95.         Tag = 1
  96.         Left = 168
  97.         Top = 250
  98.         Width = 145
  99.         Height = 25
  100.         Caption = 'Select &All'
  101.         TabOrder = 1
  102.         OnClick = bSelectAllClick
  103.       end
  104.       object bUnSelectAll: TButton
  105.         Left = 328
  106.         Top = 250
  107.         Width = 137
  108.         Height = 25
  109.         Caption = '&Unselect All'
  110.         TabOrder = 2
  111.         OnClick = bSelectAllClick
  112.       end
  113.       object Panel1: TPanel
  114.         Left = 0
  115.         Top = 24
  116.         Width = 465
  117.         Height = 217
  118.         BevelOuter = bvLowered
  119.         Caption = '~'
  120.         TabOrder = 3
  121.         object lFolders: TMLVGrid
  122.           Left = 1
  123.           Top = 18
  124.           Width = 463
  125.           Height = 198
  126.           Align = alClient
  127.           BorderStyle = bsNone
  128.           DefaultRowHeight = 16
  129.           DefaultDrawing = False
  130.           FixedCols = 0
  131.           RowCount = 1
  132.           FixedRows = 0
  133.           Options = [goThumbTracking]
  134.           TabOrder = 0
  135.           OnKeyDown = lFoldersKeyDown
  136.           OnMouseDown = lFoldersMouseDown
  137.           AltDrag = True
  138.           AutoColResize = True
  139.           AutoSearch = False
  140.           MultiSelect = False
  141.           Header = hFolders
  142.           ImmediateSelect = False
  143.           OnDrawItemImage = lFoldersDrawItemImage
  144.         end
  145.         object hFolders: THeaderControl
  146.           Left = 1
  147.           Top = 1
  148.           Width = 463
  149.           Height = 17
  150.           Sections = <>
  151.         end
  152.       end
  153.     end
  154.     object TPage
  155.       Left = 0
  156.       Top = 0
  157.       Caption = 'Process'
  158.       object lCurProcess: TLabel
  159.         Left = 0
  160.         Top = 9
  161.         Width = 465
  162.         Height = 33
  163.         AutoSize = False
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clWindowText
  166.         Font.Height = -11
  167.         Font.Name = 'MS Sans Serif'
  168.         Font.Style = [fsBold]
  169.         ParentFont = False
  170.       end
  171.       object lOverall: TLabel
  172.         Left = 0
  173.         Top = 72
  174.         Width = 79
  175.         Height = 13
  176.         Caption = 'Overall progress:'
  177.       end
  178.       object lReport: TLabel
  179.         Left = 0
  180.         Top = 120
  181.         Width = 32
  182.         Height = 13
  183.         Caption = '&Report'
  184.         FocusControl = eLog
  185.       end
  186.       object pbCurProgress: TProgressBar
  187.         Left = 0
  188.         Top = 42
  189.         Width = 465
  190.         Height = 23
  191.         TabOrder = 0
  192.       end
  193.       object pbOverall: TProgressBar
  194.         Left = 0
  195.         Top = 88
  196.         Width = 465
  197.         Height = 25
  198.         TabOrder = 1
  199.       end
  200.       object eLog: TMemo
  201.         Left = 0
  202.         Top = 136
  203.         Width = 465
  204.         Height = 161
  205.         ScrollBars = ssBoth
  206.         TabOrder = 2
  207.       end
  208.       object gbTotals: TGroupBox
  209.         Left = 0
  210.         Top = 304
  211.         Width = 465
  212.         Height = 73
  213.         Caption = 'Total results'
  214.         TabOrder = 3
  215.         object lbDupes: TLabel
  216.           Left = 69
  217.           Top = 16
  218.           Width = 83
  219.           Height = 13
  220.           Alignment = taRightJustify
  221.           Caption = 'Duplicates found:'
  222.         end
  223.         object lbPurged: TLabel
  224.           Left = 65
  225.           Top = 32
  226.           Width = 87
  227.           Height = 13
  228.           Alignment = taRightJustify
  229.           Caption = 'Messages purged:'
  230.         end
  231.         object lbSaved: TLabel
  232.           Left = 64
  233.           Top = 48
  234.           Width = 88
  235.           Height = 13
  236.           Alignment = taRightJustify
  237.           Caption = 'Disk space saved:'
  238.         end
  239.         object lDupes: TLabel
  240.           Left = 160
  241.           Top = 16
  242.           Width = 8
  243.           Height = 13
  244.           Caption = '0'
  245.           Font.Charset = DEFAULT_CHARSET
  246.           Font.Color = clWindowText
  247.           Font.Height = -11
  248.           Font.Name = 'MS Sans Serif'
  249.           Font.Style = [fsBold]
  250.           ParentFont = False
  251.         end
  252.         object lPurged: TLabel
  253.           Left = 160
  254.           Top = 32
  255.           Width = 8
  256.           Height = 13
  257.           Caption = '0'
  258.           Font.Charset = DEFAULT_CHARSET
  259.           Font.Color = clWindowText
  260.           Font.Height = -11
  261.           Font.Name = 'MS Sans Serif'
  262.           Font.Style = [fsBold]
  263.           ParentFont = False
  264.         end
  265.         object lSaved: TLabel
  266.           Left = 160
  267.           Top = 48
  268.           Width = 8
  269.           Height = 13
  270.           Caption = '0'
  271.           Font.Charset = DEFAULT_CHARSET
  272.           Font.Color = clWindowText
  273.           Font.Height = -11
  274.           Font.Name = 'MS Sans Serif'
  275.           Font.Style = [fsBold]
  276.           ParentFont = False
  277.         end
  278.         object lFoldersChecked: TLabel
  279.           Left = 408
  280.           Top = 16
  281.           Width = 8
  282.           Height = 13
  283.           Caption = '0'
  284.           Font.Charset = DEFAULT_CHARSET
  285.           Font.Color = clWindowText
  286.           Font.Height = -11
  287.           Font.Name = 'MS Sans Serif'
  288.           Font.Style = [fsBold]
  289.           ParentFont = False
  290.         end
  291.         object lDamaged: TLabel
  292.           Left = 408
  293.           Top = 32
  294.           Width = 8
  295.           Height = 13
  296.           Caption = '0'
  297.           Font.Charset = DEFAULT_CHARSET
  298.           Font.Color = clWindowText
  299.           Font.Height = -11
  300.           Font.Name = 'MS Sans Serif'
  301.           Font.Style = [fsBold]
  302.           ParentFont = False
  303.           Visible = False
  304.         end
  305.         object lRecovered: TLabel
  306.           Left = 408
  307.           Top = 48
  308.           Width = 8
  309.           Height = 13
  310.           Caption = '0'
  311.           Font.Charset = DEFAULT_CHARSET
  312.           Font.Color = clWindowText
  313.           Font.Height = -11
  314.           Font.Name = 'MS Sans Serif'
  315.           Font.Style = [fsBold]
  316.           ParentFont = False
  317.           Visible = False
  318.         end
  319.         object lbRecovered: TLabel
  320.           Left = 298
  321.           Top = 48
  322.           Width = 102
  323.           Height = 13
  324.           Alignment = taRightJustify
  325.           Caption = 'Messages recovered:'
  326.           Visible = False
  327.         end
  328.         object lbDamaged: TLabel
  329.           Left = 287
  330.           Top = 32
  331.           Width = 113
  332.           Height = 13
  333.           Alignment = taRightJustify
  334.           Caption = 'Damaged folders found:'
  335.           Visible = False
  336.         end
  337.         object lbFoldersChecked: TLabel
  338.           Left = 318
  339.           Top = 16
  340.           Width = 82
  341.           Height = 13
  342.           Alignment = taRightJustify
  343.           Caption = 'Folders checked:'
  344.         end
  345.       end
  346.     end
  347.   end
  348.   object bStart: TButton
  349.     Left = 176
  350.     Top = 392
  351.     Width = 97
  352.     Height = 25
  353.     Caption = '&Start'
  354.     Default = True
  355.     Enabled = False
  356.     TabOrder = 1
  357.     OnClick = bStartClick
  358.   end
  359.   object bStop: TButton
  360.     Left = 288
  361.     Top = 392
  362.     Width = 89
  363.     Height = 25
  364.     Caption = '&Stop'
  365.     Enabled = False
  366.     TabOrder = 2
  367.     OnClick = bStopClick
  368.   end
  369.   object bClose: TButton
  370.     Left = 392
  371.     Top = 392
  372.     Width = 91
  373.     Height = 25
  374.     Cancel = True
  375.     Caption = 'Close'
  376.     ModalResult = 2
  377.     TabOrder = 3
  378.   end
  379. end
  380.