📄 form2.frm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -