📄 frmemailconfig.dfm
字号:
object FormEmailConfig: TFormEmailConfig
Left = 285
Top = 222
BorderStyle = bsDialog
Caption = #37038#31665#35774#32622
ClientHeight = 265
ClientWidth = 320
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 297
Height = 217
Shape = bsFrame
end
object Label1: TLabel
Left = 56
Top = 160
Width = 41
Height = 13
Caption = #31471#21475'(&O):'
end
object OKBtn: TButton
Left = 87
Top = 236
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 167
Top = 236
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040'(&C)'
ModalResult = 2
TabOrder = 1
end
object LEdtFrom: TLabeledEdit
Left = 104
Top = 24
Width = 177
Height = 21
EditLabel.Width = 84
EditLabel.Height = 13
EditLabel.Caption = #21457#36865#32773#37038#31665'(&F)'#65306
LabelPosition = lpLeft
TabOrder = 2
end
object LEdtServerName: TLabeledEdit
Left = 104
Top = 56
Width = 177
Height = 21
EditLabel.Width = 78
EditLabel.Height = 13
EditLabel.Caption = '&SMTP'#26381#21153#22120#65306
LabelPosition = lpLeft
TabOrder = 3
end
object LEdtUserName: TLabeledEdit
Left = 104
Top = 88
Width = 177
Height = 21
EditLabel.Width = 53
EditLabel.Height = 13
EditLabel.Caption = #29992#25143#21517'(&U):'
LabelPosition = lpLeft
TabOrder = 4
end
object LEdtPassword: TLabeledEdit
Left = 104
Top = 120
Width = 177
Height = 21
EditLabel.Width = 40
EditLabel.Height = 13
EditLabel.Caption = #23494#30721'(&P):'
LabelPosition = lpLeft
PasswordChar = '*'
TabOrder = 5
end
object SEdtPort: TSpinEdit
Left = 104
Top = 152
Width = 65
Height = 22
MaxValue = 9999
MinValue = 0
TabOrder = 6
Value = 25
end
object CBAuth: TCheckBox
Left = 104
Top = 192
Width = 113
Height = 17
Caption = #20351#29992'SMTP'#39564#35777
Checked = True
State = cbChecked
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -