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 / TMSGCREATEACTSETUP / TMSGCREATEACTSETUP.txt
Encoding:
Text File  |  2004-02-23  |  3.5 KB  |  181 lines

  1. object MsgCreateActSetup: TMsgCreateActSetup
  2.   Left = 199
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create a New Message'
  7.   ClientHeight = 433
  8.   ClientWidth = 457
  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 Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 64
  24.     Height = 13
  25.     Caption = 'Use account:'
  26.   end
  27.   object gbAddr: TGroupBox
  28.     Left = 16
  29.     Top = 40
  30.     Width = 425
  31.     Height = 105
  32.     Caption = 'Create message for'
  33.     TabOrder = 0
  34.     object cbAddrLink: TRadioButton
  35.       Left = 16
  36.       Top = 22
  37.       Width = 337
  38.       Height = 17
  39.       Caption = '&Linked persons/addresses'
  40.       Checked = True
  41.       TabOrder = 0
  42.       TabStop = True
  43.       OnClick = cbAddrToClick
  44.     end
  45.     object cbAddrTo: TRadioButton
  46.       Left = 16
  47.       Top = 46
  48.       Width = 353
  49.       Height = 17
  50.       Caption = 'Specific &addresses:'
  51.       TabOrder = 1
  52.       OnClick = cbAddrToClick
  53.     end
  54.     object eAddrTo: TEdit
  55.       Left = 40
  56.       Top = 70
  57.       Width = 281
  58.       Height = 21
  59.       Enabled = False
  60.       TabOrder = 2
  61.     end
  62.     object bBrowseAddr: TButton
  63.       Left = 328
  64.       Top = 68
  65.       Width = 91
  66.       Height = 25
  67.       Caption = 'Browse'
  68.       Enabled = False
  69.       TabOrder = 3
  70.       OnClick = bBrowseAddrClick
  71.     end
  72.   end
  73.   object gbTpl: TGroupBox
  74.     Left = 16
  75.     Top = 152
  76.     Width = 425
  77.     Height = 129
  78.     Caption = 'Source'
  79.     TabOrder = 1
  80.     object cbSpecTpl: TRadioButton
  81.       Left = 16
  82.       Top = 20
  83.       Width = 305
  84.       Height = 17
  85.       Caption = 'Specific &template'
  86.       Checked = True
  87.       TabOrder = 0
  88.       TabStop = True
  89.       OnClick = cbSpecTplClick
  90.     end
  91.     object bEditTpl: TButton
  92.       Left = 328
  93.       Top = 16
  94.       Width = 89
  95.       Height = 25
  96.       Caption = 'Edit'
  97.       TabOrder = 1
  98.       OnClick = bEditTplClick
  99.     end
  100.     object cbQTpl: TRadioButton
  101.       Left = 16
  102.       Top = 44
  103.       Width = 289
  104.       Height = 17
  105.       Caption = 'Use &Quick Template'
  106.       TabOrder = 2
  107.       OnClick = cbSpecTplClick
  108.     end
  109.     object cbQT: TComboBox
  110.       Left = 32
  111.       Top = 62
  112.       Width = 289
  113.       Height = 21
  114.       Style = csDropDownList
  115.       Enabled = False
  116.       ItemHeight = 13
  117.       TabOrder = 3
  118.     end
  119.     object cbAttachLinks: TCheckBox
  120.       Left = 16
  121.       Top = 96
  122.       Width = 393
  123.       Height = 17
  124.       Caption = 'Attach linked documents'
  125.       TabOrder = 4
  126.     end
  127.   end
  128.   object cbAction: TRadioGroup
  129.     Left = 16
  130.     Top = 288
  131.     Width = 425
  132.     Height = 65
  133.     Caption = 'Action'
  134.     Columns = 2
  135.     ItemIndex = 0
  136.     Items.Strings = (
  137.       'Send immediately'
  138.       'Queue in the Outbox'
  139.       'Open in the Message Editor'
  140.       'Save as draft in the Outbox')
  141.     TabOrder = 2
  142.   end
  143.   object bOK: TButton
  144.     Left = 240
  145.     Top = 400
  146.     Width = 97
  147.     Height = 25
  148.     Caption = '&OK'
  149.     Default = True
  150.     ModalResult = 1
  151.     TabOrder = 3
  152.   end
  153.   object bCancel: TButton
  154.     Left = 352
  155.     Top = 400
  156.     Width = 89
  157.     Height = 25
  158.     Cancel = True
  159.     Caption = 'Cancel'
  160.     ModalResult = 2
  161.     TabOrder = 4
  162.   end
  163.   object cbUser: TComboBox
  164.     Left = 208
  165.     Top = 12
  166.     Width = 233
  167.     Height = 21
  168.     Style = csDropDownList
  169.     ItemHeight = 13
  170.     TabOrder = 5
  171.   end
  172.   object cbSeparate: TCheckBox
  173.     Left = 24
  174.     Top = 368
  175.     Width = 401
  176.     Height = 17
  177.     Caption = 'Create separate message for each addressee'
  178.     TabOrder = 6
  179.   end
  180. end
  181.