sockdebug.frm

来自「这是一个用vb 写的聊天室」· FRM 代码 · 共 32 行

FRM
32
字号
VERSION 5.00
Begin VB.Form SockDebug 
   Caption         =   "Debug"
   ClientHeight    =   780
   ClientLeft      =   48
   ClientTop       =   276
   ClientWidth     =   3660
   LinkTopic       =   "Form1"
   ScaleHeight     =   780
   ScaleWidth      =   3660
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtDebug2 
      Height          =   288
      Left            =   1044
      TabIndex        =   1
      Top             =   480
      Width           =   1584
   End
   Begin VB.TextBox txtDebug 
      Height          =   372
      Left            =   24
      TabIndex        =   0
      Top             =   60
      Width           =   3624
   End
End
Attribute VB_Name = "SockDebug"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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