📄 smtp.frm
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form smtp
Caption = "发送电子邮件"
ClientHeight = 6585
ClientLeft = 60
ClientTop = 345
ClientWidth = 8040
LinkTopic = "Form1"
ScaleHeight = 6585
ScaleWidth = 8040
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame3
Caption = "信息提示"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Left = 60
TabIndex = 14
Top = 4620
Width = 7875
Begin VB.TextBox txtMsg
Height = 1455
Left = 60
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 15
Top = 360
Width = 7695
End
End
Begin VB.Frame Frame2
Height = 2055
Left = 60
TabIndex = 2
Top = 60
Width = 7935
Begin VB.CommandButton cmdAtt
Caption = "附件"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4260
TabIndex = 19
Top = 1500
Width = 855
End
Begin VB.ComboBox cobAtt
Height = 315
Left = 1500
TabIndex = 17
Top = 1500
Width = 2595
End
Begin VB.CommandButton cmdSetUp
Caption = "服务器设置"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5280
TabIndex = 16
Top = 1500
Width = 1275
End
Begin VB.CommandButton cmdSend
Caption = "发送"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6660
TabIndex = 13
Top = 1500
Width = 855
End
Begin VB.TextBox txtTo
Appearance = 0 'Flat
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1500
TabIndex = 7
Text = "busywang@zhongjun"
Top = 180
Width = 2355
End
Begin VB.TextBox txtFrom
Appearance = 0 'Flat
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 5160
TabIndex = 6
Text = "busyzhong@10.11.111.119"
Top = 240
Width = 2355
End
Begin VB.TextBox txtSName
Appearance = 0 'Flat
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1500
TabIndex = 5
Text = "busyzhong"
Top = 600
Width = 2355
End
Begin VB.TextBox txtRName
Appearance = 0 'Flat
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 5160
TabIndex = 4
Text = "busywang"
Top = 600
Width = 2355
End
Begin VB.TextBox txtSubject
Appearance = 0 'Flat
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1500
TabIndex = 3
Text = "你接到信了吗?"
Top = 1020
Width = 6015
End
Begin VB.Label Label6
Alignment = 1 'Right Justify
Caption = "附件:"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 60
TabIndex = 18
Top = 1500
Width = 1215
End
Begin VB.Label Label1
Alignment = 1 'Right Justify
Caption = "To:"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 60
TabIndex = 12
Top = 180
Width = 1215
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
Caption = "From:"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3720
TabIndex = 11
Top = 240
Width = 1215
End
Begin VB.Label Label3
Alignment = 1 'Right Justify
Caption = "发送方姓名:"
BeginProperty Font
Name = "幼圆"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 10
Top = 600
Width = 1215
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
Caption = "接收方姓名:"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -