📄 form2.frm
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 5100
ClientLeft = 60
ClientTop = 450
ClientWidth = 6195
LinkTopic = "Form2"
ScaleHeight = 5100
ScaleWidth = 6195
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "开始"
Height = 495
Left = 4800
TabIndex = 1
Top = 120
Width = 1215
End
Begin VB.TextBox Text1
Height = 3735
Left = 120
MultiLine = -1 'True
TabIndex = 0
Top = 840
Width = 4695
End
Begin MSWinsockLib.Winsock Winsock1
Left = 5640
Top = 4440
_ExtentX = 741
_ExtentY = 741
_Version = 393216
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim StrData As String
Private Sub Command1_Click()
StrData = Text1.Text
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -