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

📄 openportdlg.frm

📁 一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务"
💻 FRM
字号:
VERSION 5.00
Begin VB.Form OpenPortDlg 
   BackColor       =   &H00000000&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "开放端口"
   ClientHeight    =   5130
   ClientLeft      =   2265
   ClientTop       =   3330
   ClientWidth     =   4620
   Icon            =   "OpenPortDlg.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5130
   ScaleWidth      =   4620
   ShowInTaskbar   =   0   'False
   Begin VB.ListBox List1 
      ForeColor       =   &H00008000&
      Height          =   4380
      ItemData        =   "OpenPortDlg.frx":030A
      Left            =   120
      List            =   "OpenPortDlg.frx":030C
      TabIndex        =   1
      Top             =   120
      Width           =   4335
   End
   Begin VB.CommandButton OKButton 
      Caption         =   "确定(&Y)"
      Height          =   375
      Left            =   1560
      TabIndex        =   0
      Top             =   4680
      Width           =   1215
   End
End
Attribute VB_Name = "OpenPortDlg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub OKButton_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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