📄 frmclassesview.frm
字号:
VERSION 5.00
Begin VB.Form FrmClassesView
Caption = "查看"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 450
ClientWidth = 5535
LinkTopic = "Form1"
ScaleHeight = 3075
ScaleWidth = 5535
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回"
Height = 615
Left = 2160
TabIndex = 3
Top = 1920
Width = 1215
End
Begin VB.TextBox Text3
Height = 495
Left = 4200
TabIndex = 2
Top = 960
Width = 975
End
Begin VB.TextBox Text2
Height = 495
Left = 1920
TabIndex = 1
Top = 960
Width = 1695
End
Begin VB.TextBox Text1
Height = 495
Left = 240
TabIndex = 0
Top = 960
Width = 975
End
Begin VB.Label Label3
Caption = "Upper_ID"
Height = 375
Left = 4200
TabIndex = 6
Top = 240
Width = 975
End
Begin VB.Label Label2
Caption = "Class_Name"
Height = 375
Left = 2280
TabIndex = 5
Top = 240
Width = 975
End
Begin VB.Label Label1
Caption = "Class_ID"
Height = 375
Left = 360
TabIndex = 4
Top = 240
Width = 975
End
End
Attribute VB_Name = "FrmClassesView"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -