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

📄 frmblock.frm

📁 一个用Visual Basic实现的可以监视端口通信的源代码实例!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmBlock 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   ".:: Block This! ::."
   ClientHeight    =   1575
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   4575
   ClipControls    =   0   'False
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1087.093
   ScaleMode       =   0  'User
   ScaleWidth      =   4296.162
   ShowInTaskbar   =   0   'False
   Begin VB.Frame Frame1 
      Height          =   1695
      Left            =   0
      TabIndex        =   0
      Top             =   -120
      Width           =   4575
      Begin VB.CommandButton cmdBlock 
         Caption         =   "Block"
         Height          =   375
         Left            =   3360
         TabIndex        =   7
         Top             =   1200
         Width           =   1095
      End
      Begin VB.TextBox txtLocP 
         Height          =   285
         Left            =   1440
         Locked          =   -1  'True
         TabIndex        =   6
         Top             =   1320
         Width           =   615
      End
      Begin VB.TextBox txtRemP 
         Height          =   285
         Left            =   1440
         Locked          =   -1  'True
         MaxLength       =   5
         TabIndex        =   5
         Top             =   840
         Width           =   615
      End
      Begin VB.TextBox txtAddr 
         Height          =   285
         Left            =   1440
         TabIndex        =   4
         Top             =   360
         Width           =   3015
      End
      Begin VB.OptionButton optB 
         Caption         =   "Local Port:"
         Height          =   255
         Index           =   2
         Left            =   120
         TabIndex        =   3
         Top             =   1320
         Width           =   1095
      End
      Begin VB.OptionButton optB 
         Caption         =   "Remote Port:"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   2
         Top             =   840
         Width           =   1335
      End
      Begin VB.OptionButton optB 
         Caption         =   "Address:"
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   1
         Top             =   360
         Value           =   -1  'True
         Width           =   975
      End
   End
End
Attribute VB_Name = "frmBlock"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'-------------------------------------------------------------------------------
' Copyright 

⌨️ 快捷键说明

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