home *** CD-ROM | disk | FTP | other *** search
- object FormEditSMTP: TFormEditSMTP
- Left = 559
- Top = 339
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'SMTP Server Information'
- ClientHeight = 213
- ClientWidth = 297
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 297
- 213)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 27
- Top = 22
- Width = 47
- Height = 13
- Caption = 'Full Name'
- end
- object Label2: TLabel
- Left = 48
- Top = 46
- Width = 25
- Height = 13
- Caption = 'Email'
- end
- object Label3: TLabel
- Left = 10
- Top = 70
- Width = 64
- Height = 13
- Caption = 'SMTP Server'
- end
- object Label4: TLabel
- Left = 39
- Top = 126
- Width = 36
- Height = 13
- Caption = 'User ID'
- end
- object Label5: TLabel
- Left = 27
- Top = 152
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object EditFullname: TEdit
- Left = 80
- Top = 19
- Width = 169
- Height = 21
- TabOrder = 0
- end
- object EditEMail: TEdit
- Left = 80
- Top = 43
- Width = 169
- Height = 21
- TabOrder = 1
- end
- object EditSMTP: TEdit
- Left = 80
- Top = 67
- Width = 169
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 155
- Top = 181
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object BtnOk: TButton
- Left = 67
- Top = 181
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 6
- OnClick = BtnOkClick
- end
- object cbAuthReq: TCheckBox
- Left = 80
- Top = 102
- Width = 169
- Height = 17
- Caption = 'Requires Authentication'
- TabOrder = 3
- OnClick = cbAuthReqClick
- end
- object EditAuthId: TEdit
- Left = 80
- Top = 123
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object EditAuthPassword: TEdit
- Left = 80
- Top = 149
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 5
- end
- end
-