home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMSGHUNTER / TMSGHUNTER.txt
Text File  |  2001-09-09  |  4KB  |  179 lines

  1. object MsgHunter: TMsgHunter
  2.   Left = 241
  3.   Top = 166
  4.   HelpContext = 14060
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Re-filter Mail Folder'
  8.   ClientHeight = 233
  9.   ClientWidth = 241
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Book: TNotebook
  20.     Left = 0
  21.     Top = 0
  22.     Width = 241
  23.     Height = 193
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object TPage
  27.       Left = 0
  28.       Top = 0
  29.       Caption = 'Default'
  30.       object gbSets: TGroupBox
  31.         Left = 8
  32.         Top = 16
  33.         Width = 225
  34.         Height = 129
  35.         Caption = 'Rule sets to apply'
  36.         TabOrder = 0
  37.         object cbReceived: TCheckBox
  38.           Left = 16
  39.           Top = 24
  40.           Width = 201
  41.           Height = 17
  42.           Caption = '&Incoming mail'
  43.           TabOrder = 0
  44.         end
  45.         object cbRead: TCheckBox
  46.           Left = 16
  47.           Top = 48
  48.           Width = 201
  49.           Height = 17
  50.           Caption = '&Read messages'
  51.           TabOrder = 1
  52.         end
  53.         object cbReply: TCheckBox
  54.           Left = 16
  55.           Top = 72
  56.           Width = 201
  57.           Height = 17
  58.           Caption = 'R&eplied messages'
  59.           TabOrder = 2
  60.         end
  61.         object cbOutgoing: TCheckBox
  62.           Left = 16
  63.           Top = 96
  64.           Width = 201
  65.           Height = 17
  66.           Caption = '&Outgoing mail'
  67.           TabOrder = 3
  68.         end
  69.       end
  70.       object cbManual: TCheckBox
  71.         Left = 24
  72.         Top = 160
  73.         Width = 201
  74.         Height = 17
  75.         Caption = '&Manual filters only'
  76.         TabOrder = 1
  77.       end
  78.     end
  79.     object TPage
  80.       Left = 0
  81.       Top = 0
  82.       Caption = 'Progress'
  83.       object Label1: TLabel
  84.         Left = 16
  85.         Top = 24
  86.         Width = 44
  87.         Height = 13
  88.         Caption = 'Progress:'
  89.       end
  90.       object lbMsgs: TLabel
  91.         Left = 16
  92.         Top = 88
  93.         Width = 103
  94.         Height = 13
  95.         Caption = 'Messages processed:'
  96.       end
  97.       object lProcessed: TLabel
  98.         Left = 168
  99.         Top = 88
  100.         Width = 57
  101.         Height = 13
  102.         AutoSize = False
  103.         Caption = '0'
  104.         Font.Color = clWindowText
  105.         Font.Height = -11
  106.         Font.Name = 'MS Sans Serif'
  107.         Font.Style = [fsBold]
  108.         ParentFont = False
  109.       end
  110.       object ltFiltered: TLabel
  111.         Left = 16
  112.         Top = 112
  113.         Width = 85
  114.         Height = 13
  115.         Caption = 'Messages filtered:'
  116.       end
  117.       object lFiltered: TLabel
  118.         Left = 168
  119.         Top = 112
  120.         Width = 57
  121.         Height = 13
  122.         AutoSize = False
  123.         Caption = '0'
  124.         Font.Color = clWindowText
  125.         Font.Height = -11
  126.         Font.Name = 'MS Sans Serif'
  127.         Font.Style = [fsBold]
  128.         ParentFont = False
  129.       end
  130.       object lRefComplete: TLabel
  131.         Left = 16
  132.         Top = 168
  133.         Width = 96
  134.         Height = 13
  135.         Caption = 'Re-filtering complete'
  136.         Visible = False
  137.       end
  138.       object pBar: TProgressBar
  139.         Left = 16
  140.         Top = 40
  141.         Width = 209
  142.         Height = 25
  143.         Min = 0
  144.         Max = 100
  145.         TabOrder = 0
  146.       end
  147.     end
  148.   end
  149.   object bOK: TButton
  150.     Left = 24
  151.     Top = 200
  152.     Width = 65
  153.     Height = 25
  154.     Caption = 'OK'
  155.     Default = True
  156.     TabOrder = 1
  157.     OnClick = bOKClick
  158.   end
  159.   object bCancel: TButton
  160.     Left = 96
  161.     Top = 200
  162.     Width = 65
  163.     Height = 25
  164.     Cancel = True
  165.     Caption = 'Cancel'
  166.     TabOrder = 2
  167.     OnClick = bCancelClick
  168.   end
  169.   object bHelp: TButton
  170.     Left = 168
  171.     Top = 200
  172.     Width = 65
  173.     Height = 25
  174.     Caption = 'Help'
  175.     TabOrder = 3
  176.     OnClick = bHelpClick
  177.   end
  178. end
  179.