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 / TAVDOCTORFORM / TAVDOCTORFORM.txt
Encoding:
Text File  |  2004-02-23  |  6.7 KB  |  315 lines

  1. object AVDoctorForm: TAVDoctorForm
  2.   Left = 273
  3.   Top = 200
  4.   HelpContext = 14503
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check Folders for viruses'
  8.   ClientHeight = 465
  9.   ClientWidth = 377
  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.   DesignSize = (
  21.     377
  22.     465)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 82
  29.     Height = 13
  30.     Caption = '&Folders to check:'
  31.     FocusControl = mlFolders
  32.   end
  33.   object mlFolders: TMLVGrid
  34.     Left = 8
  35.     Top = 44
  36.     Width = 360
  37.     Height = 213
  38.     ColCount = 1
  39.     Constraints.MinHeight = 20
  40.     Constraints.MinWidth = 40
  41.     DefaultRowHeight = 16
  42.     DefaultDrawing = False
  43.     FixedCols = 0
  44.     RowCount = 1
  45.     FixedRows = 0
  46.     Options = [goThumbTracking]
  47.     TabOrder = 0
  48.     OnKeyDown = mlFoldersKeyDown
  49.     OnMouseDown = mlFoldersMouseDown
  50.     AltDrag = True
  51.     AutoColResize = True
  52.     AutoSearch = True
  53.     MultiSelect = False
  54.     Header = hFolders
  55.     ImmediateSelect = False
  56.     OnDrawItemImage = mlFoldersDrawItemImage
  57.   end
  58.   object Book: TNotebook
  59.     Left = 8
  60.     Top = 274
  61.     Width = 362
  62.     Height = 145
  63.     PageIndex = 2
  64.     TabOrder = 1
  65.     object TPage
  66.       Left = 0
  67.       Top = 0
  68.       Caption = 'Default'
  69.       DesignSize = (
  70.         362
  71.         145)
  72.       object GroupBox1: TGroupBox
  73.         Left = 0
  74.         Top = 40
  75.         Width = 360
  76.         Height = 89
  77.         Anchors = [akLeft, akTop, akRight]
  78.         Caption = 'If a virus detected in a message'
  79.         TabOrder = 2
  80.         DesignSize = (
  81.           360
  82.           89)
  83.         object Label2: TLabel
  84.           Left = 16
  85.           Top = 24
  86.           Width = 33
  87.           Height = 13
  88.           Caption = '&Action:'
  89.           FocusControl = cbAction
  90.         end
  91.         object cbAction: TComboBox
  92.           Left = 88
  93.           Top = 22
  94.           Width = 264
  95.           Height = 21
  96.           Style = csDropDownList
  97.           Anchors = [akLeft, akTop, akRight]
  98.           ItemHeight = 13
  99.           ItemIndex = 0
  100.           TabOrder = 0
  101.           Text = 'Remove infected parts'
  102.           Items.Strings = (
  103.             'Remove infected parts'
  104.             'Try to cure infected parts'
  105.             'Delete the message'
  106.             'Move the message to the Quarantine folder')
  107.         end
  108.         object cbCompress: TCheckBox
  109.           Left = 16
  110.           Top = 56
  111.           Width = 336
  112.           Height = 17
  113.           Anchors = [akLeft, akTop, akRight]
  114.           Caption = 'Compress the folder when checking is finished'
  115.           Checked = True
  116.           State = cbChecked
  117.           TabOrder = 1
  118.         end
  119.       end
  120.       object bSelectAll: TButton
  121.         Tag = 1
  122.         Left = 121
  123.         Top = 0
  124.         Width = 113
  125.         Height = 25
  126.         Anchors = [akTop, akRight]
  127.         Caption = '&Select all'
  128.         TabOrder = 0
  129.         OnClick = bSelectAllClick
  130.       end
  131.       object bUselectAll: TButton
  132.         Left = 249
  133.         Top = 0
  134.         Width = 113
  135.         Height = 25
  136.         Anchors = [akTop, akRight]
  137.         Caption = '&Unselect all'
  138.         TabOrder = 1
  139.         OnClick = bSelectAllClick
  140.       end
  141.     end
  142.     object TPage
  143.       Left = 0
  144.       Top = 0
  145.       Caption = 'Progress'
  146.       DesignSize = (
  147.         362
  148.         145)
  149.       object GroupBox2: TGroupBox
  150.         Left = 0
  151.         Top = 0
  152.         Width = 362
  153.         Height = 145
  154.         Anchors = [akLeft, akTop, akRight]
  155.         Caption = 'Progress'
  156.         TabOrder = 0
  157.         DesignSize = (
  158.           362
  159.           145)
  160.         object lCurFolder: TLabel
  161.           Left = 8
  162.           Top = 16
  163.           Width = 66
  164.           Height = 13
  165.           Caption = 'Current folder:'
  166.         end
  167.         object Label4: TLabel
  168.           Left = 8
  169.           Top = 56
  170.           Width = 79
  171.           Height = 13
  172.           Caption = 'Overall progress:'
  173.         end
  174.         object Label6: TLabel
  175.           Left = 8
  176.           Top = 104
  177.           Width = 46
  178.           Height = 13
  179.           Caption = 'Checked:'
  180.         end
  181.         object Label7: TLabel
  182.           Left = 8
  183.           Top = 120
  184.           Width = 33
  185.           Height = 13
  186.           Caption = 'Found:'
  187.         end
  188.         object lChecked: TLabel
  189.           Left = 104
  190.           Top = 104
  191.           Width = 246
  192.           Height = 13
  193.           Anchors = [akLeft, akTop, akRight]
  194.           AutoSize = False
  195.           Caption = '0'
  196.         end
  197.         object lFound: TLabel
  198.           Left = 104
  199.           Top = 120
  200.           Width = 201
  201.           Height = 13
  202.           AutoSize = False
  203.           Caption = '0'
  204.         end
  205.         object StaticText1: TStaticText
  206.           Left = 136
  207.           Top = 64
  208.           Width = 4
  209.           Height = 4
  210.           TabOrder = 0
  211.         end
  212.         object pbCurFolder: TProgressBar
  213.           Left = 8
  214.           Top = 32
  215.           Width = 348
  216.           Height = 16
  217.           Anchors = [akLeft, akTop, akRight]
  218.           TabOrder = 1
  219.         end
  220.         object pbTotal: TProgressBar
  221.           Left = 6
  222.           Top = 72
  223.           Width = 348
  224.           Height = 16
  225.           Anchors = [akLeft, akTop, akRight]
  226.           TabOrder = 2
  227.         end
  228.       end
  229.     end
  230.     object TPage
  231.       Left = 0
  232.       Top = 0
  233.       Caption = 'Report'
  234.       DesignSize = (
  235.         362
  236.         145)
  237.       object Label5: TLabel
  238.         Left = 0
  239.         Top = 0
  240.         Width = 35
  241.         Height = 13
  242.         Caption = '&Report:'
  243.       end
  244.       object eLog: TMemo
  245.         Left = 0
  246.         Top = 16
  247.         Width = 362
  248.         Height = 127
  249.         Anchors = [akLeft, akTop, akRight, akBottom]
  250.         ReadOnly = True
  251.         ScrollBars = ssBoth
  252.         TabOrder = 0
  253.         WordWrap = False
  254.       end
  255.     end
  256.   end
  257.   object bStart: TButton
  258.     Left = 72
  259.     Top = 432
  260.     Width = 91
  261.     Height = 25
  262.     Caption = 'Start'
  263.     Default = True
  264.     TabOrder = 2
  265.     OnClick = bStartClick
  266.   end
  267.   object bCancel: TButton
  268.     Left = 176
  269.     Top = 432
  270.     Width = 91
  271.     Height = 25
  272.     Cancel = True
  273.     Caption = 'Cancel'
  274.     ModalResult = 2
  275.     TabOrder = 3
  276.     OnClick = bCancelClick
  277.   end
  278.   object hFolders: THeaderControl
  279.     Left = 8
  280.     Top = 24
  281.     Width = 359
  282.     Height = 22
  283.     Align = alNone
  284.     Anchors = [akLeft, akTop, akRight]
  285.     BorderWidth = 1
  286.     Sections = <
  287.       item
  288.         AllowClick = False
  289.         ImageIndex = -1
  290.         Text = 'Name'
  291.         Width = 200
  292.       end
  293.       item
  294.         AllowClick = False
  295.         ImageIndex = -1
  296.         Text = 'Total'
  297.         Width = 80
  298.       end
  299.       item
  300.         ImageIndex = -1
  301.         Text = 'Infected'
  302.         Width = 80
  303.       end>
  304.   end
  305.   object bHelp: TButton
  306.     Left = 280
  307.     Top = 432
  308.     Width = 91
  309.     Height = 25
  310.     Caption = 'Help'
  311.     TabOrder = 5
  312.     OnClick = bHelpClick
  313.   end
  314. end
  315.