📄 mailacct.dfm
字号:
object MailAccount: TMailAccount
Left = 198
Top = 115
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '账号'
ClientHeight = 277
ClientWidth = 294
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 20
Width = 60
Height = 12
Caption = '帐号名称:'
end
object Label2: TLabel
Left = 16
Top = 52
Width = 72
Height = 12
Caption = '登录用户名:'
end
object lPassword: TLabel
Left = 16
Top = 84
Width = 36
Height = 12
Caption = '口令:'
end
object Label3: TLabel
Left = 16
Top = 116
Width = 96
Height = 12
Caption = '发送邮件服务器:'
end
object Label4: TLabel
Left = 16
Top = 148
Width = 36
Height = 12
Caption = '端口:'
end
object Label5: TLabel
Left = 16
Top = 180
Width = 96
Height = 12
Caption = '接收邮件服务器:'
end
object Label6: TLabel
Left = 16
Top = 212
Width = 36
Height = 12
Caption = '端口:'
end
object eDisplayName: TEdit
Left = 120
Top = 16
Width = 150
Height = 20
TabOrder = 0
end
object eAccount: TEdit
Left = 120
Top = 48
Width = 150
Height = 20
TabOrder = 1
end
object ePassword: TEdit
Left = 120
Top = 80
Width = 150
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object eSMTPHost: TEdit
Left = 120
Top = 112
Width = 150
Height = 20
TabOrder = 3
end
object eSMTPPort: TEdit
Left = 120
Top = 144
Width = 150
Height = 20
TabOrder = 4
Text = '25'
end
object ePopHost: TEdit
Left = 120
Top = 176
Width = 150
Height = 20
TabOrder = 5
end
object ePopPort: TEdit
Left = 120
Top = 208
Width = 150
Height = 20
TabOrder = 6
Text = '110'
end
object btnOK: TButton
Left = 120
Top = 244
Width = 75
Height = 25
Caption = '确定(&O)'
Default = True
TabOrder = 7
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 208
Top = 244
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 8
end
object cbDelete: TCheckBox
Left = 16
Top = 248
Width = 83
Height = 17
Caption = '下载后删除'
TabOrder = 9
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -