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

📄 frmscaner.frm

📁 一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务"
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmScaner 
   Appearance      =   0  'Flat
   AutoRedraw      =   -1  'True
   BackColor       =   &H00000000&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "EastScaner1.0+"
   ClientHeight    =   6015
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8925
   Icon            =   "FrmScaner.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6015
   ScaleWidth      =   8925
   StartUpPosition =   3  '窗口缺省
   Begin MSWinsockLib.Winsock Winsock 
      Index           =   0
      Left            =   3840
      Top             =   120
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin MSComctlLib.ProgressBar PgBar 
      Height          =   135
      Left            =   240
      TabIndex        =   19
      Top             =   3600
      Width           =   3855
      _ExtentX        =   6800
      _ExtentY        =   238
      _Version        =   393216
      Appearance      =   0
   End
   Begin VB.TextBox STATUS 
      ForeColor       =   &H00008000&
      Height          =   5535
      Left            =   4560
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   1
      Top             =   240
      Width           =   4095
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   3375
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   3885
      _ExtentX        =   6853
      _ExtentY        =   5953
      _Version        =   393216
      Style           =   1
      TabHeight       =   520
      BackColor       =   0
      TabCaption(0)   =   "常规"
      TabPicture(0)   =   "FrmScaner.frx":030A
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "Label1"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Label2"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "Label3"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "IPADDRESS"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).Control(4)=   "PORTSTART"
      Tab(0).Control(4).Enabled=   0   'False
      Tab(0).Control(5)=   "PORTEND"
      Tab(0).Control(5).Enabled=   0   'False
      Tab(0).Control(6)=   "Command1"
      Tab(0).Control(6).Enabled=   0   'False
      Tab(0).Control(7)=   "Command2"
      Tab(0).Control(7).Enabled=   0   'False
      Tab(0).ControlCount=   8
      TabCaption(1)   =   "线程"
      TabPicture(1)   =   "FrmScaner.frx":0326
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Label4"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Label5"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "Label6"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "labelnumber"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).Control(4)=   "ThreadNUM"
      Tab(1).Control(4).Enabled=   0   'False
      Tab(1).Control(5)=   "Option1"
      Tab(1).Control(5).Enabled=   0   'False
      Tab(1).Control(6)=   "Option2"
      Tab(1).Control(6).Enabled=   0   'False
      Tab(1).Control(7)=   "Option3"
      Tab(1).Control(7).Enabled=   0   'False
      Tab(1).ControlCount=   8
      TabCaption(2)   =   "关于"
      TabPicture(2)   =   "FrmScaner.frx":0342
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Label11"
      Tab(2).Control(1)=   "Label10"
      Tab(2).Control(2)=   "Image1"
      Tab(2).Control(3)=   "Label9"
      Tab(2).Control(4)=   "Label8"
      Tab(2).Control(5)=   "Label7"
      Tab(2).ControlCount=   6
      Begin VB.CommandButton Command2 
         Caption         =   "退出"
         Height          =   375
         Left            =   2040
         TabIndex        =   20
         Top             =   2640
         Width           =   1095
      End
      Begin VB.OptionButton Option3 
         Caption         =   "MODEM"
         Height          =   255
         Left            =   -72600
         TabIndex        =   15
         Top             =   2580
         Value           =   -1  'True
         Width           =   1095
      End
      Begin VB.OptionButton Option2 
         Caption         =   "局域网/DDN"
         Height          =   375
         Left            =   -73920
         TabIndex        =   14
         Top             =   2520
         Width           =   1335
      End
      Begin VB.OptionButton Option1 
         Caption         =   "自定义"
         Height          =   375
         Left            =   -74880
         TabIndex        =   13
         Top             =   2520
         Width           =   975
      End
      Begin MSComCtl2.FlatScrollBar ThreadNUM 
         Height          =   255
         Left            =   -74520
         TabIndex        =   10
         Top             =   1275
         Width           =   2655
         _ExtentX        =   4683
         _ExtentY        =   450
         _Version        =   393216
         Enabled         =   0   'False
         Arrows          =   65536
         LargeChange     =   50
         Min             =   1
         Max             =   600
         Orientation     =   1179649
         Value           =   100
      End
      Begin VB.CommandButton Command1 
         Caption         =   "开始"
         Height          =   375
         Left            =   360
         TabIndex        =   8
         Top             =   2640
         Width           =   1095
      End
      Begin VB.TextBox PORTEND 
         Height          =   270
         Left            =   1200
         TabIndex        =   7
         Text            =   "1000"
         Top             =   1920
         Width           =   975
      End
      Begin VB.TextBox PORTSTART 
         Height          =   270
         Left            =   1200
         TabIndex        =   5
         Text            =   "1"
         Top             =   1320
         Width           =   975
      End
      Begin VB.TextBox IPADDRESS 
         Height          =   270
         Left            =   1200
         TabIndex        =   3
         Text            =   "127.0.0.1"
         Top             =   720
         Width           =   1815
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         Caption         =   "http://redleague.126.com"
         Height          =   180
         Left            =   -73440
         TabIndex        =   24
         Top             =   2040
         Width           =   2160
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "E-mail:easthk@china.com"
         Height          =   180
         Left            =   -73440
         TabIndex        =   23
         Top             =   1680
         Width           =   2070
      End
      Begin VB.Image Image1 
         Height          =   480
         Left            =   -74280
         Picture         =   "FrmScaner.frx":035E
         Top             =   1680
         Width           =   480
      End
      Begin VB.Label labelnumber 
         AutoSize        =   -1  'True
         Caption         =   "100"
         Height          =   180
         Left            =   -73320
         TabIndex        =   21
         Top             =   1680
         Width           =   270
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "Test Under VB6.0 && Windows2000"
         Height          =   180
         Left            =   -74520
         TabIndex        =   18
         Top             =   2760
         Width           =   2700
      End
      Begin VB.Label Label8 
         Caption         =   "By EastDark"
         Height          =   255
         Left            =   -73800
         TabIndex        =   17
         Top             =   1200
         Width           =   1455
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         BackColor       =   &H8000000A&
         Caption         =   "EastScan V1.0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   -74520
         TabIndex        =   16
         Top             =   960
         Width           =   1365
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "多"
         Height          =   180
         Left            =   -71760
         TabIndex        =   12

⌨️ 快捷键说明

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