📄 frmnettools.frm
字号:
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 frmMain
BorderStyle = 1 'Fixed Single
Caption = "Network Tools"
ClientHeight = 11115
ClientLeft = 45
ClientTop = 330
ClientWidth = 10080
Icon = "frmNetTools.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 11115
ScaleWidth = 10080
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdNext
Caption = "Next >>"
Enabled = 0 'False
Height = 375
Left = 6240
TabIndex = 27
Top = 6360
Width = 855
End
Begin MSComctlLib.StatusBar StatusBar
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 50
Top = 10740
Width = 10080
_ExtentX = 17780
_ExtentY = 661
Style = 1
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 1
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
EndProperty
EndProperty
End
Begin VB.Frame fraMain
Caption = "fraMain"
Height = 4215
Index = 0
Left = 120
TabIndex = 21
Top = 7200
Width = 6855
Begin VB.Frame fraDesc
Height = 1335
Left = 120
TabIndex = 25
Top = 1320
Width = 4335
Begin VB.Label lblDesc
BackStyle = 0 'Transparent
Caption = "#"
Height = 1275
Left = 120
TabIndex = 26
Top = 240
Width = 4065
End
End
Begin VB.OptionButton optAction
Caption = "Single Port Scan"
Height = 375
Index = 2
Left = 120
TabIndex = 24
Top = 840
Width = 3495
End
Begin VB.OptionButton optAction
Caption = "Single\Multi Ping"
Height = 375
Index = 0
Left = 120
TabIndex = 23
Top = 120
Width = 3495
End
Begin VB.OptionButton optAction
Caption = "Multi Ping and for each pinged machine make a Port Scan"
Height = 375
Index = 1
Left = 120
TabIndex = 22
Top = 480
Width = 4455
End
End
Begin VB.Frame fraMain
Caption = "PortScan"
Height = 6615
Index = 1
Left = 120
TabIndex = 0
Top = 480
Width = 9975
Begin VB.CommandButton cmdSkip
Caption = "Skip"
Height = 375
Left = 4080
TabIndex = 56
Top = 5760
Width = 855
End
Begin VB.CommandButton cmdStart
Caption = "Start"
Default = -1 'True
Height = 375
Left = 5040
TabIndex = 55
Top = 5760
Width = 855
End
Begin VB.Frame fraPingStatus
Caption = "Status"
Height = 1335
Left = 4080
TabIndex = 44
Top = 1800
Width = 3975
Begin MSComDlg.CommonDialog cdl
Left = 360
Top = 360
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin MSComctlLib.ProgressBar ProgressPing
Height = 255
Left = 480
TabIndex = 45
Top = 960
Width = 2895
_ExtentX = 5106
_ExtentY = 450
_Version = 393216
Appearance = 1
Min = 1e-4
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "100%"
Height = 255
Left = 3480
TabIndex = 48
Top = 960
Width = 495
End
Begin VB.Label Label3
Caption = "0%"
Height = 255
Left = 120
TabIndex = 47
Top = 960
Width = 255
End
Begin VB.Label lblPingStatus
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "Percentage done"
Height = 675
Left = 480
TabIndex = 46
Top = 240
Width = 2775
End
End
Begin VB.Frame fraPingHost
Caption = "Hosts Settings:"
Height = 3495
Left = 0
TabIndex = 32
Top = 0
Width = 3975
Begin VB.CheckBox chkHostAdv
Caption = "Advanced Options:"
Height = 195
Left = 120
TabIndex = 43
Top = 240
Width = 2655
End
Begin VB.CheckBox chkTo
Caption = "To:"
Height = 255
Left = 120
TabIndex = 39
Top = 840
Width = 615
End
Begin VB.CommandButton cmdPingClear
Caption = "Clear"
Height = 375
Left = 120
TabIndex = 38
ToolTipText = "Clear List"
Top = 1680
Width = 615
End
Begin VB.CommandButton cmdDel
Appearance = 0 'Flat
Caption = "Rem"
Height = 375
Left = 120
Picture = "frmNetTools.frx":0442
TabIndex = 37
ToolTipText = "Remove Entry"
Top = 1200
Width = 615
End
Begin VB.CommandButton cmdAdd
Caption = "Add"
Height = 375
Left = 2880
TabIndex = 36
ToolTipText = "Add Entry"
Top = 600
Width = 495
End
Begin VB.ListBox lstAdr
Height = 1425
Left = 840
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
TabIndex = 35
TabStop = 0 'False
Top = 1200
Width = 3015
End
Begin VB.TextBox txtIP
Height = 285
Left = 840
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
TabIndex = 34
Top = 480
Width = 1935
End
Begin VB.TextBox txtLast
Height = 285
Left = 840
OLEDragMode = 1 'Automatic
OLEDropMode = 1 'Manual
TabIndex = 33
Top = 840
Width = 1935
End
Begin VB.Label lblNote
BackStyle = 0 'Transparent
Caption = "Note: Remember that from computer 0.0.0.1 to computer 0.0.1.1 it has go through 255 computers"
BeginProperty Font
Name = "Microsoft Sans Serif"
Size = 6.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
TabIndex = 41
Top = 2760
Width = 2535
End
Begin VB.Label lblFrom
Caption = "From:"
Height = 255
Left = 360
TabIndex = 40
Top = 480
Width = 375
End
End
Begin VB.Timer tmrStats
Enabled = 0 'False
Interval = 250
Left = 4560
Top = 1920
End
Begin MSWinsockLib.Winsock sckScan
Left = 4560
Top = 1320
_ExtentX = 741
_ExtentY = 741
_Version = 393216
End
Begin VB.Timer tmrCheckStatus
Enabled = 0 'False
Interval = 50
Left = 4560
Top = 240
End
Begin VB.Frame fraPortSettings
Caption = "Port Settings:"
Height = 2535
Left = 0
TabIndex = 15
Top = 3480
Width = 3975
Begin VB.CommandButton cmdPortClear
Caption = "Clear"
Height = 375
Left = 120
TabIndex = 54
Top = 1920
Width = 615
End
Begin VB.CommandButton cmdPortDel
Caption = "Rem"
Height = 375
Left = 120
TabIndex = 53
Top = 1440
Width = 615
End
Begin VB.ListBox lstPortInterval
Height = 840
Left = 840
TabIndex = 31
Top = 1440
Width = 1575
End
Begin VB.CheckBox chkPortInterval
Caption = "To:"
Height = 255
Left = 1080
TabIndex = 30
Top = 840
Width = 615
End
Begin VB.CommandButton cmdPortAdd
Caption = "Add"
Height = 375
Left = 2520
TabIndex = 29
Top = 840
Width = 495
End
Begin VB.CheckBox chkPortAdv
Caption = "Advanced Options:"
Height = 255
Left = 120
TabIndex = 28
Top = 240
Width = 1695
End
Begin VB.TextBox txtEndPort
Height = 285
Left = 1800
TabIndex = 17
Text = "32767"
Top = 840
Width = 615
End
Begin VB.TextBox txtStartPort
Height = 285
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -