form2.frm
来自「如何编写多文档界面」· FRM 代码 · 共 55 行
FRM
55 行
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 2100
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form2"
MDIChild = -1 'True
ScaleHeight = 2100
ScaleWidth = 4680
Begin VB.CommandButton Command1
Caption = "返 回"
Height = 495
Left = 3120
TabIndex = 4
Top = 1200
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 1680
TabIndex = 3
Top = 1200
Width = 975
End
Begin VB.Label Label3
Caption = "目前情况:"
Height = 255
Left = 240
TabIndex = 2
Top = 1320
Width = 1215
End
Begin VB.Label Label2
Height = 375
Left = 2160
TabIndex = 1
Top = 480
Width = 1815
End
Begin VB.Label Label1
Height = 375
Left = 360
TabIndex = 0
Top = 480
Width = 1335
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?