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