📄 frmsmtpsetup.dfm
字号:
object FmSmtpSetup: TFmSmtpSetup
Left = 275
Top = 195
Width = 322
Height = 250
Caption = 'SMTP设置'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 12
object FlatGroupBox1: TFlatGroupBox
Left = 8
Top = 16
Width = 297
Height = 89
Caption = '邮件服务器设置'
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 31
Width = 72
Height = 12
Caption = 'SMTP服务器:'
end
object Label2: TLabel
Left = 39
Top = 59
Width = 48
Height = 12
Caption = '端口号:'
end
object strPort: TFlatEdit
Left = 96
Top = 56
Width = 25
Height = 18
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 0
Text = '25'
end
object strSmtp: TFlatEdit
Left = 96
Top = 32
Width = 129
Height = 18
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 1
Text = 'smtp.21cn.com'
end
end
object FlatGroupBox2: TFlatGroupBox
Left = 8
Top = 112
Width = 297
Height = 73
Caption = '本人信息设置'
TabOrder = 1
object Label3: TLabel
Left = 21
Top = 21
Width = 60
Height = 12
Caption = '本人姓名:'
end
object Label4: TLabel
Left = 39
Top = 47
Width = 42
Height = 12
Caption = 'Email:'
end
object strUserId: TFlatEdit
Left = 96
Top = 16
Width = 153
Height = 18
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 0
end
object strEmail: TFlatEdit
Left = 96
Top = 45
Width = 153
Height = 18
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 1
end
end
object BitBtn1: TFlatButton
Left = 136
Top = 192
Width = 81
Height = 25
Caption = '保存(&S)'
TabOrder = 2
OnClick = BitBtn1Click
end
object FlatButton1: TFlatButton
Left = 224
Top = 192
Width = 73
Height = 25
Caption = '取消(&C)'
TabOrder = 3
OnClick = FlatButton1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -