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

📄 frmpostscnwp.frm

📁 全面网络扫描器VB源代码 很实用
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmscanproxy 
   BackColor       =   &H00000000&
   Caption         =   "Port Scaning Through Proxies"
   ClientHeight    =   8190
   ClientLeft      =   60
   ClientTop       =   750
   ClientWidth     =   11880
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   8190
   ScaleWidth      =   11880
   WindowState     =   2  'Maximized
   Begin VB.TextBox txtportnum 
      Height          =   285
      Left            =   9960
      TabIndex        =   40
      Text            =   "80"
      Top             =   1200
      Width           =   975
   End
   Begin VB.TextBox txtipaddr 
      Height          =   285
      Left            =   7800
      TabIndex        =   39
      Text            =   "127.0.0.1"
      Top             =   1200
      Width           =   1935
   End
   Begin VB.CommandButton cmdaddproxy 
      BackColor       =   &H80000009&
      Caption         =   "Add Proxy"
      Height          =   255
      Left            =   7800
      Style           =   1  'Graphical
      TabIndex        =   36
      Top             =   240
      Width           =   1095
   End
   Begin VB.CommandButton cmdexpand 
      BackColor       =   &H00FFFFFF&
      Caption         =   "Expand All"
      Height          =   255
      Left            =   5400
      Style           =   1  'Graphical
      TabIndex        =   35
      Top             =   5640
      Width           =   1095
   End
   Begin VB.CommandButton cmdCollapse 
      BackColor       =   &H00FFFFFF&
      Caption         =   "Collapse All"
      Height          =   255
      Left            =   5400
      Style           =   1  'Graphical
      TabIndex        =   34
      Top             =   5160
      Width           =   1095
   End
   Begin VB.CommandButton cmdaddport 
      BackColor       =   &H80000009&
      Caption         =   "Add Port"
      Height          =   255
      Left            =   4200
      Style           =   1  'Graphical
      TabIndex        =   33
      Top             =   1440
      Width           =   855
   End
   Begin MSWinsockLib.Winsock wsckClient 
      Index           =   0
      Left            =   1800
      Top             =   1200
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin VB.TextBox txtportend 
      Enabled         =   0   'False
      Height          =   285
      Left            =   5520
      TabIndex        =   30
      Top             =   4560
      Width           =   975
   End
   Begin VB.TextBox txtportstart 
      Enabled         =   0   'False
      Height          =   285
      Left            =   5520
      TabIndex        =   29
      Top             =   3960
      Width           =   975
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000003&
      Caption         =   "All Port From"
      Height          =   375
      Index           =   3
      Left            =   5160
      TabIndex        =   28
      Top             =   3240
      Width           =   1335
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000003&
      Caption         =   "All Deselected"
      Height          =   375
      Index           =   2
      Left            =   5160
      TabIndex        =   27
      Top             =   2760
      Width           =   1335
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000003&
      Caption         =   "All Selected"
      Height          =   375
      Index           =   1
      Left            =   5160
      TabIndex        =   26
      Top             =   2280
      Value           =   -1  'True
      Width           =   1335
   End
   Begin VB.OptionButton Option1 
      BackColor       =   &H80000003&
      Caption         =   "Every Port"
      Height          =   375
      Index           =   0
      Left            =   5160
      TabIndex        =   25
      Top             =   1800
      Width           =   1335
   End
   Begin MSComctlLib.ListView lstports 
      Height          =   5775
      Left            =   2280
      TabIndex        =   24
      Top             =   1800
      Width           =   2775
      _ExtentX        =   4895
      _ExtentY        =   10186
      View            =   3
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      Checkboxes      =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      NumItems        =   1
      BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         Text            =   "Ports"
         Object.Width           =   8819
      EndProperty
   End
   Begin VB.CommandButton cmdsaveports 
      BackColor       =   &H80000009&
      Caption         =   "Save"
      Height          =   255
      Left            =   3240
      Style           =   1  'Graphical
      TabIndex        =   23
      Top             =   1440
      Width           =   855
   End
   Begin VB.CommandButton cmdloadports 
      BackColor       =   &H80000009&
      Caption         =   "Load"
      Height          =   255
      Left            =   2280
      Style           =   1  'Graphical
      TabIndex        =   22
      Top             =   1440
      Width           =   855
   End
   Begin MSComDlg.CommonDialog cd1 
      Left            =   -120
      Top             =   1680
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSComctlLib.TreeView TreeView1 
      Height          =   6015
      Left            =   6720
      TabIndex        =   20
      Top             =   1680
      Width           =   5055
      _ExtentX        =   8916
      _ExtentY        =   10610
      _Version        =   393217
      LineStyle       =   1
      Style           =   6
      Appearance      =   1
   End
   Begin VB.CommandButton cmdclear 
      BackColor       =   &H80000009&
      Caption         =   "Clear All"
      Height          =   255
      Left            =   5880
      Style           =   1  'Graphical
      TabIndex        =   12
      Top             =   960
      Width           =   1095
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   3
      Left            =   2760
      TabIndex        =   9
      Text            =   "254"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   2
      Left            =   2280
      TabIndex        =   8
      Text            =   "0"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   1
      Left            =   1800
      TabIndex        =   7
      Text            =   "0"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtendip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   0
      Left            =   1320
      TabIndex        =   6
      Text            =   "127"
      Top             =   720
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   3
      Left            =   2760
      TabIndex        =   5
      Text            =   "1"
      Top             =   240
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   2
      Left            =   2280
      TabIndex        =   4
      Text            =   "0"
      Top             =   240
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   1
      Left            =   1800
      TabIndex        =   3
      Text            =   "0"
      Top             =   240
      Width           =   495
   End
   Begin VB.TextBox txtip 
      Appearance      =   0  'Flat
      Height          =   285
      Index           =   0
      Left            =   1320
      TabIndex        =   2
      Text            =   "127"
      Top             =   240
      Width           =   495
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   255
      LargeChange     =   50
      Left            =   7320
      Max             =   30000
      Min             =   1
      SmallChange     =   50
      TabIndex        =   19
      Top             =   600
      Value           =   500
      Width           =   255
   End
   Begin VB.CommandButton cmddelete 
      BackColor       =   &H80000014&
      Caption         =   "Delete.."
      Height          =   255
      Left            =   4680
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   960
      Width           =   1095
   End
   Begin VB.TextBox txtdelay 
      DataField       =   "number"
      BeginProperty DataFormat 
         Type            =   1
         Format          =   "#,##0"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   1065
         SubFormatType   =   1
      EndProperty
      Height          =   285
      Left            =   6360
      Locked          =   -1  'True
      TabIndex        =   18
      Text            =   "500"
      Top             =   600
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H80000013&
      Caption         =   "STOP SCAN"
      Height          =   495
      Left            =   5040
      Style           =   1  'Graphical
      TabIndex        =   11
      Top             =   240
      Width           =   1215
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   1
      Left            =   1320
      Top             =   1200
   End
   Begin VB.CommandButton Addnew 

⌨️ 快捷键说明

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