Componentes.Terceros.RemObj.../internal/5.0.30.691/1/RemObjects SDK for Delphi/Samples/Async/async_EmailSettings.dfm

230 lines
4.6 KiB
Plaintext

object async_EmailSettingsForm: Tasync_EmailSettingsForm
Left = 388
Top = 181
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Email Settings'
ClientHeight = 173
ClientWidth = 492
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label9: TLabel
Left = 12
Top = 124
Width = 61
Height = 13
Caption = 'Server email:'
end
object lClientEmail: TLabel
Left = 256
Top = 124
Width = 56
Height = 13
Caption = 'Client email:'
end
object GroupBox1: TGroupBox
Left = 3
Top = 2
Width = 240
Height = 114
Caption = 'POP3'
TabOrder = 0
DesignSize = (
240
114)
object Label1: TLabel
Left = 9
Top = 17
Width = 25
Height = 13
Caption = 'Host:'
end
object Label2: TLabel
Left = 9
Top = 41
Width = 22
Height = 13
Caption = 'Port:'
end
object Label3: TLabel
Left = 9
Top = 65
Width = 51
Height = 13
Caption = 'Username:'
end
object Label4: TLabel
Left = 9
Top = 89
Width = 49
Height = 13
Caption = 'Password:'
end
object ePOP3Host: TEdit
Left = 85
Top = 13
Width = 150
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object ePOP3Port: TMaskEdit
Left = 85
Top = 37
Width = 49
Height = 21
Anchors = [akLeft, akTop, akRight]
EditMask = '99990;1; '
MaxLength = 5
TabOrder = 1
Text = ' '
end
object ePOP3Usename: TEdit
Left = 85
Top = 61
Width = 150
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 2
end
object ePOP3Password: TEdit
Left = 85
Top = 85
Width = 150
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 3
end
end
object GroupBox2: TGroupBox
Left = 247
Top = 2
Width = 240
Height = 114
Caption = 'SMTP'
TabOrder = 1
DesignSize = (
240
114)
object Label5: TLabel
Left = 9
Top = 17
Width = 25
Height = 13
Caption = 'Host:'
end
object Label6: TLabel
Left = 9
Top = 41
Width = 22
Height = 13
Caption = 'Port:'
end
object lSMTPUserName: TLabel
Left = 9
Top = 65
Width = 51
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Username:'
end
object lSMTPPassword: TLabel
Left = 9
Top = 89
Width = 49
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Password:'
end
object eSMTPHost: TEdit
Left = 85
Top = 13
Width = 150
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object eSMTPPort: TMaskEdit
Left = 85
Top = 37
Width = 49
Height = 21
Anchors = [akLeft, akTop, akRight]
EditMask = '99990;1; '
MaxLength = 5
TabOrder = 1
Text = ' '
end
object eSMTPUserName: TEdit
Left = 85
Top = 61
Width = 150
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 2
end
object eSMTPPassword: TEdit
Left = 85
Top = 85
Width = 150
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 3
end
end
object eServerEmail: TEdit
Left = 88
Top = 120
Width = 150
Height = 21
TabOrder = 2
end
object eClientEmail: TEdit
Left = 332
Top = 120
Width = 150
Height = 21
TabOrder = 3
end
object OKButton: TButton
Left = 331
Top = 146
Width = 75
Height = 22
Anchors = [akRight, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 4
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 410
Top = 146
Width = 75
Height = 22
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object cbSMTPAuthentication: TCheckBox
Left = 11
Top = 149
Width = 249
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'My SMTP server requires authentication'
TabOrder = 6
OnClick = cbSMTPAuthenticationClick
end
end