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 / TCHECKSENDACTSETUP / TCHECKSENDACTSETUP.txt
Encoding:
Text File  |  2004-02-23  |  2.0 KB  |  104 lines

  1. object CheckSendActSetup: TCheckSendActSetup
  2.   Left = 198
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Check/Send Mail'
  7.   ClientHeight = 352
  8.   ClientWidth = 395
  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 rgMode: TRadioGroup
  21.     Left = 8
  22.     Top = 16
  23.     Width = 377
  24.     Height = 81
  25.     Caption = 'Action to perform'
  26.     ItemIndex = 0
  27.     Items.Strings = (
  28.       '&Check for new mail only'
  29.       'Send &Queued messages only'
  30.       'C&heck and send simultaneously')
  31.     TabOrder = 0
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 8
  35.     Top = 112
  36.     Width = 377
  37.     Height = 137
  38.     Caption = 'Accounts'
  39.     TabOrder = 1
  40.     object bSelectAll: TButton
  41.       Left = 264
  42.       Top = 16
  43.       Width = 105
  44.       Height = 25
  45.       Caption = '&Select All'
  46.       TabOrder = 0
  47.       OnClick = bSelectAllClick
  48.     end
  49.     object bUnselectAll: TButton
  50.       Left = 264
  51.       Top = 56
  52.       Width = 105
  53.       Height = 25
  54.       Caption = '&Unselect All'
  55.       TabOrder = 1
  56.       OnClick = bSelectAllClick
  57.     end
  58.     object lUsers: TCheckListBox
  59.       Left = 8
  60.       Top = 16
  61.       Width = 249
  62.       Height = 105
  63.       ItemHeight = 13
  64.       TabOrder = 2
  65.     end
  66.   end
  67.   object cbConnect: TCheckBox
  68.     Left = 16
  69.     Top = 256
  70.     Width = 369
  71.     Height = 17
  72.     Caption = 'Connect to the &Internet if needed'
  73.     TabOrder = 2
  74.   end
  75.   object cbDisconnect: TCheckBox
  76.     Left = 16
  77.     Top = 280
  78.     Width = 369
  79.     Height = 17
  80.     Caption = '&Disconnect when all sessions finished'
  81.     TabOrder = 3
  82.   end
  83.   object bOK: TButton
  84.     Left = 192
  85.     Top = 320
  86.     Width = 91
  87.     Height = 25
  88.     Caption = '&OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 4
  92.   end
  93.   object bCancel: TButton
  94.     Left = 296
  95.     Top = 320
  96.     Width = 91
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.   end
  103. end
  104.