⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 Winsock控件发送Email
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Fake mailer"
   ClientHeight    =   8355
   ClientLeft      =   345
   ClientTop       =   600
   ClientWidth     =   6900
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8355
   ScaleWidth      =   6900
   Begin VB.OptionButton Option13 
      Caption         =   "Microsoft"
      Height          =   195
      Left            =   0
      TabIndex        =   35
      Top             =   480
      Width           =   975
   End
   Begin VB.OptionButton Option12 
      Caption         =   "NetZero"
      Height          =   255
      Left            =   5160
      TabIndex        =   34
      Top             =   240
      Width           =   1095
   End
   Begin VB.TextBox SMTP_HOST 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   240
      TabIndex        =   2
      TabStop         =   0   'False
      Text            =   "smtp.email.msn.com"
      Top             =   1080
      Width           =   6615
   End
   Begin VB.OptionButton Option11 
      Caption         =   "Blue Light"
      Height          =   255
      Left            =   4080
      TabIndex        =   33
      Top             =   240
      Width           =   1215
   End
   Begin VB.OptionButton Option10 
      Caption         =   "Geocities"
      Height          =   255
      Left            =   3000
      TabIndex        =   32
      Top             =   240
      Width           =   1095
   End
   Begin VB.OptionButton Option9 
      Caption         =   "Juno"
      Height          =   255
      Left            =   2280
      TabIndex        =   31
      Top             =   240
      Width           =   855
   End
   Begin VB.OptionButton Option8 
      Caption         =   "Email"
      Height          =   255
      Left            =   1560
      TabIndex        =   30
      Top             =   240
      Width           =   975
   End
   Begin VB.OptionButton Option7 
      Caption         =   "Xtra"
      Height          =   255
      Left            =   960
      TabIndex        =   29
      Top             =   240
      Width           =   855
   End
   Begin VB.OptionButton Option6 
      Caption         =   "Paradise"
      Height          =   255
      Left            =   0
      TabIndex        =   28
      Top             =   240
      Width           =   975
   End
   Begin VB.OptionButton Option5 
      Caption         =   "Bellsouth"
      Height          =   255
      Left            =   5400
      TabIndex        =   27
      Top             =   0
      Width           =   1455
   End
   Begin VB.OptionButton Option4 
      Caption         =   "McCracken"
      Height          =   255
      Left            =   4200
      TabIndex        =   26
      Top             =   0
      Width           =   1215
   End
   Begin VB.OptionButton Option3 
      Caption         =   "Hotmail"
      Height          =   255
      Left            =   3240
      TabIndex        =   25
      Top             =   0
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Help..."
      Height          =   255
      Left            =   5160
      TabIndex        =   24
      Top             =   1440
      Width           =   1335
   End
   Begin VB.OptionButton Option2 
      Caption         =   "Yahoo"
      Height          =   255
      Left            =   2400
      TabIndex        =   21
      Top             =   0
      Width           =   855
   End
   Begin VB.OptionButton Option1 
      Caption         =   "MSN"
      Height          =   255
      Left            =   1680
      TabIndex        =   0
      Top             =   0
      Width           =   735
   End
   Begin VB.CommandButton CANCEL_SEND 
      Caption         =   "Cancel Sending"
      Height          =   375
      Left            =   240
      TabIndex        =   20
      Top             =   7920
      Width           =   6255
   End
   Begin VB.TextBox REPLY_TO 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   0
      TabIndex        =   5
      Top             =   1200
      Visible         =   0   'False
      Width           =   135
   End
   Begin VB.TextBox SUBJECT 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   210
      TabIndex        =   8
      Top             =   4200
      Width           =   6615
   End
   Begin VB.TextBox MAIL_TO 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   210
      TabIndex        =   6
      Top             =   3000
      Width           =   6615
   End
   Begin VB.TextBox FROM 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   240
      TabIndex        =   3
      Top             =   1680
      Width           =   6615
   End
   Begin VB.TextBox STATUS 
      BackColor       =   &H80000004&
      Height          =   285
      Left            =   0
      Locked          =   -1  'True
      TabIndex        =   1
      TabStop         =   0   'False
      Top             =   8610
      Width           =   6735
   End
   Begin VB.CommandButton MAIL_RESET 
      Caption         =   "Clear All"
      Height          =   375
      Left            =   240
      TabIndex        =   11
      Top             =   7500
      Width           =   6255
   End
   Begin VB.CommandButton SEND_MAIL 
      Caption         =   "Send Fake E-mail"
      Height          =   375
      Left            =   240
      TabIndex        =   10
      Top             =   7080
      Width           =   6255
   End
   Begin VB.TextBox DATA 
      Appearance      =   0  'Flat
      Height          =   2175
      Left            =   210
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   9
      Top             =   4800
      Width           =   6255
   End
   Begin VB.TextBox RCPT_TO 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   210
      TabIndex        =   7
      Top             =   3600
      Width           =   6615
   End
   Begin VB.TextBox MAIL_FROM 
      Appearance      =   0  'Flat
      Height          =   285
      Left            =   210
      TabIndex        =   4
      Top             =   2480
      Width           =   6615
   End
   Begin MSWinsockLib.Winsock Winsock1 
      Left            =   6480
      Top             =   4920
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin VB.Label Label10 
      Caption         =   "SMTP Host:"
      Height          =   255
      Left            =   240
      TabIndex        =   23
      Top             =   840
      Width           =   4215
   End
   Begin VB.Label Label9 
      Caption         =   "Your fake email is from:"
      Height          =   255
      Left            =   0
      TabIndex        =   22
      Top             =   0
      Width           =   1695
   End
   Begin VB.Label Label8 
      Caption         =   "Sender's Reply-To e-mail address"
      Height          =   255
      Left            =   240
      TabIndex        =   19
      Top             =   1920
      Visible         =   0   'False
      Width           =   15
   End
   Begin VB.Label Label7 
      Caption         =   "Subject:"
      Height          =   255
      Left            =   210
      TabIndex        =   18
      Top             =   3960
      Width           =   3855
   End
   Begin VB.Label Label6 
      Caption         =   "Receiver's name:"
      Height          =   255
      Left            =   210
      TabIndex        =   17
      Top             =   2760
      Width           =   3735
   End
   Begin VB.Label Label5 
      Caption         =   "Your fake name:"
      Height          =   255
      Left            =   240
      TabIndex        =   16
      Top             =   1440
      Width           =   3735
   End
   Begin VB.Label Label4 
      Caption         =   "SMTP Host"
      Height          =   255
      Left            =   240
      TabIndex        =   15
      Top             =   120
      Visible         =   0   'False
      Width           =   15
   End
   Begin VB.Label Label3 
      Caption         =   "Message:"
      Height          =   255
      Left            =   210
      TabIndex        =   14
      Top             =   4560
      Width           =   3735
   End
   Begin VB.Label Label2 
      Caption         =   "Receiver's e-mail address:"
      Height          =   255
      Left            =   240
      TabIndex        =   13
      Top             =   3360
      Width           =   3735
   End
   Begin VB.Label Label1 
      Caption         =   "Your fake e-mail address: (Fake Email must have an @ sign and then one of the server names above."
      Height          =   375
      Left            =   240
      TabIndex        =   12
      Top             =   2040
      Width           =   6855
   End
   Begin VB.Menu fil 
      Caption         =   "&File"
      Begin VB.Menu exer 
         Caption         =   "Exit"
      End
   End
   Begin VB.Menu help 
      Caption         =   "&Help"
      Begin VB.Menu about 
         Caption         =   "About"
      End
      Begin VB.Menu hhelp 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -