home *** CD-ROM | disk | FTP | other *** search
- object MsgCreateActSetup: TMsgCreateActSetup
- Left = 199
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Create a New Message'
- ClientHeight = 433
- ClientWidth = 457
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 64
- Height = 13
- Caption = 'Use account:'
- end
- object gbAddr: TGroupBox
- Left = 16
- Top = 40
- Width = 425
- Height = 105
- Caption = 'Create message for'
- TabOrder = 0
- object cbAddrLink: TRadioButton
- Left = 16
- Top = 22
- Width = 337
- Height = 17
- Caption = '&Linked persons/addresses'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = cbAddrToClick
- end
- object cbAddrTo: TRadioButton
- Left = 16
- Top = 46
- Width = 353
- Height = 17
- Caption = 'Specific &addresses:'
- TabOrder = 1
- OnClick = cbAddrToClick
- end
- object eAddrTo: TEdit
- Left = 40
- Top = 70
- Width = 281
- Height = 21
- Enabled = False
- TabOrder = 2
- end
- object bBrowseAddr: TButton
- Left = 328
- Top = 68
- Width = 91
- Height = 25
- Caption = 'Browse'
- Enabled = False
- TabOrder = 3
- OnClick = bBrowseAddrClick
- end
- end
- object gbTpl: TGroupBox
- Left = 16
- Top = 152
- Width = 425
- Height = 129
- Caption = 'Source'
- TabOrder = 1
- object cbSpecTpl: TRadioButton
- Left = 16
- Top = 20
- Width = 305
- Height = 17
- Caption = 'Specific &template'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = cbSpecTplClick
- end
- object bEditTpl: TButton
- Left = 328
- Top = 16
- Width = 89
- Height = 25
- Caption = 'Edit'
- TabOrder = 1
- OnClick = bEditTplClick
- end
- object cbQTpl: TRadioButton
- Left = 16
- Top = 44
- Width = 289
- Height = 17
- Caption = 'Use &Quick Template'
- TabOrder = 2
- OnClick = cbSpecTplClick
- end
- object cbQT: TComboBox
- Left = 32
- Top = 62
- Width = 289
- Height = 21
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- TabOrder = 3
- end
- object cbAttachLinks: TCheckBox
- Left = 16
- Top = 96
- Width = 393
- Height = 17
- Caption = 'Attach linked documents'
- TabOrder = 4
- end
- end
- object cbAction: TRadioGroup
- Left = 16
- Top = 288
- Width = 425
- Height = 65
- Caption = 'Action'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Send immediately'
- 'Queue in the Outbox'
- 'Open in the Message Editor'
- 'Save as draft in the Outbox')
- TabOrder = 2
- end
- object bOK: TButton
- Left = 240
- Top = 400
- Width = 97
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 352
- Top = 400
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object cbUser: TComboBox
- Left = 208
- Top = 12
- Width = 233
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- end
- object cbSeparate: TCheckBox
- Left = 24
- Top = 368
- Width = 401
- Height = 17
- Caption = 'Create separate message for each addressee'
- TabOrder = 6
- end
- end
-