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 / TOPENLINKSACTSETUP / TOPENLINKSACTSETUP.txt
Encoding:
Text File  |  2004-02-23  |  3.9 KB  |  192 lines

  1. object OpenLinksActSetup: TOpenLinksActSetup
  2.   Left = 301
  3.   Top = 144
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open Links'
  7.   ClientHeight = 410
  8.   ClientWidth = 440
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object cbOtherFolders: TCheckBox
  21.     Left = 16
  22.     Top = 56
  23.     Width = 297
  24.     Height = 17
  25.     Caption = 'Search a message in other folders in case it is moved'
  26.     TabOrder = 1
  27.     OnClick = cbOtherFoldersClick
  28.   end
  29.   object bFolders: TButton
  30.     Left = 320
  31.     Top = 52
  32.     Width = 105
  33.     Height = 25
  34.     Caption = 'Folders'
  35.     TabOrder = 2
  36.     OnClick = bFoldersClick
  37.   end
  38.   object cbOpenFilter: TCheckBox
  39.     Left = 16
  40.     Top = 88
  41.     Width = 417
  42.     Height = 17
  43.     Caption = 'Open messages only it complies with following conditions'
  44.     TabOrder = 3
  45.     OnClick = cbOpenFilterClick
  46.   end
  47.   object gbFilter: TGroupBox
  48.     Left = 40
  49.     Top = 112
  50.     Width = 385
  51.     Height = 249
  52.     Caption = 'Message is'
  53.     TabOrder = 4
  54.     object cbReplied: TCheckBox
  55.       Left = 16
  56.       Top = 24
  57.       Width = 169
  58.       Height = 17
  59.       Caption = 'Replied'
  60.       TabOrder = 0
  61.       OnClick = cbRepliedClick
  62.     end
  63.     object cbNotReplied: TCheckBox
  64.       Tag = 1
  65.       Left = 16
  66.       Top = 40
  67.       Width = 169
  68.       Height = 17
  69.       Caption = 'Not Replied'
  70.       TabOrder = 1
  71.       OnClick = cbRepliedClick
  72.     end
  73.     object cbForwarded: TCheckBox
  74.       Tag = 2
  75.       Left = 192
  76.       Top = 24
  77.       Width = 185
  78.       Height = 17
  79.       Caption = 'Forwarded'
  80.       TabOrder = 2
  81.       OnClick = cbRepliedClick
  82.     end
  83.     object cbNotForwarded: TCheckBox
  84.       Tag = 3
  85.       Left = 192
  86.       Top = 40
  87.       Width = 185
  88.       Height = 17
  89.       Caption = 'Not Forwarded'
  90.       TabOrder = 3
  91.       OnClick = cbRepliedClick
  92.     end
  93.     object cbFlagged: TCheckBox
  94.       Tag = 4
  95.       Left = 16
  96.       Top = 64
  97.       Width = 169
  98.       Height = 17
  99.       Caption = 'Flagged'
  100.       TabOrder = 4
  101.       OnClick = cbRepliedClick
  102.     end
  103.     object cbNotFlagged: TCheckBox
  104.       Tag = 5
  105.       Left = 16
  106.       Top = 80
  107.       Width = 169
  108.       Height = 17
  109.       Caption = 'Not Flagged'
  110.       TabOrder = 5
  111.       OnClick = cbRepliedClick
  112.     end
  113.     object cbRead: TCheckBox
  114.       Tag = 6
  115.       Left = 192
  116.       Top = 64
  117.       Width = 185
  118.       Height = 17
  119.       Caption = 'Read'
  120.       TabOrder = 6
  121.       OnClick = cbRepliedClick
  122.     end
  123.     object cbUnread: TCheckBox
  124.       Tag = 7
  125.       Left = 192
  126.       Top = 80
  127.       Width = 185
  128.       Height = 17
  129.       Caption = 'Unread'
  130.       TabOrder = 7
  131.       OnClick = cbRepliedClick
  132.     end
  133.     object cbOfColor: TCheckBox
  134.       Tag = 8
  135.       Left = 16
  136.       Top = 112
  137.       Width = 353
  138.       Height = 17
  139.       Caption = 'Belonging to any of marked Colour Groups below'
  140.       TabOrder = 8
  141.       OnClick = cbRepliedClick
  142.     end
  143.     object cbNotOfColor: TCheckBox
  144.       Tag = 9
  145.       Left = 16
  146.       Top = 128
  147.       Width = 353
  148.       Height = 17
  149.       Caption = 'Not of any marked Colour Group below'
  150.       TabOrder = 9
  151.       OnClick = cbRepliedClick
  152.     end
  153.     object cblColors: TCheckListBox
  154.       Left = 16
  155.       Top = 152
  156.       Width = 361
  157.       Height = 81
  158.       Columns = 2
  159.       ItemHeight = 13
  160.       TabOrder = 10
  161.     end
  162.   end
  163.   object bOK: TButton
  164.     Left = 232
  165.     Top = 376
  166.     Width = 89
  167.     Height = 25
  168.     Caption = '&OK'
  169.     Default = True
  170.     ModalResult = 1
  171.     TabOrder = 5
  172.   end
  173.   object bCancel: TButton
  174.     Left = 336
  175.     Top = 376
  176.     Width = 89
  177.     Height = 25
  178.     Cancel = True
  179.     Caption = 'Cancel'
  180.     ModalResult = 2
  181.     TabOrder = 6
  182.   end
  183.   object cbConfirmNotify: TCheckBox
  184.     Left = 16
  185.     Top = 24
  186.     Width = 409
  187.     Height = 17
  188.     Caption = 'Start this action only when notification is confirmed'
  189.     TabOrder = 0
  190.   end
  191. end
  192.