📄 frmsendmail.frm
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form FrmSendMail
Caption = "SendMail - 带附件"
ClientHeight = 3450
ClientLeft = 2355
ClientTop = 2790
ClientWidth = 7965
LinkTopic = "Form1"
ScaleHeight = 3450
ScaleWidth = 7965
Begin MSWinsockLib.Winsock Winsock
Left = 5175
Top = 135
_ExtentX = 741
_ExtentY = 741
_Version = 393216
End
Begin VB.CommandButton Command1
Caption = "采用CDONTS发送"
Height = 375
Left = 6450
TabIndex = 10
Top = 990
Width = 1440
End
Begin VB.CommandButton cmdSendMethod1
Caption = "采用MAPI发送"
Height = 375
Left = 6450
TabIndex = 9
Top = 450
Width = 1440
End
Begin VB.CommandButton cmdPickFile
Caption = "1"
BeginProperty Font
Name = "Wingdings"
Size = 9
Charset = 2
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 5625
TabIndex = 8
Top = 2790
Width = 390
End
Begin VB.TextBox txtFile
Height = 330
Left = 1200
TabIndex = 7
Top = 2790
Width = 4365
End
Begin VB.TextBox txtText
Height = 1095
Left = 1200
TabIndex = 5
Top = 1440
Width = 4740
End
Begin VB.TextBox txtSubject
Height = 285
Left = 1200
TabIndex = 4
Text = "Subject"
Top = 900
Width = 4740
End
Begin VB.TextBox txtEmail
Height = 285
Left = 1200
TabIndex = 1
Text = "Email"
Top = 360
Width = 3690
End
Begin VB.Line Line1
BorderWidth = 3
X1 = 6225
X2 = 6225
Y1 = 45
Y2 = 3330
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "文件附件:"
Height = 180
Left = 225
TabIndex = 6
Top = 2835
Width = 900
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "邮件正文:"
Height = 180
Left = 225
TabIndex = 3
Top = 1485
Width = 900
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "邮件标题:"
Height = 180
Left = 225
TabIndex = 2
Top = 945
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "邮件地址:"
Height = 180
Left = 225
TabIndex = 0
Top = 405
Width = 900
End
End
Attribute VB_Name = "FrmSendMail"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -