📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "选项卡"
ClientHeight = 4410
ClientLeft = 3435
ClientTop = 2640
ClientWidth = 4680
LinkTopic = "Form5"
ScaleHeight = 4410
ScaleWidth = 4680
Begin VB.CommandButton Command5
Caption = "返回"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1320
TabIndex = 4
Top = 3600
Width = 1815
End
Begin VB.CommandButton Command4
Caption = "教师被选情况"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1320
TabIndex = 3
Top = 2760
Width = 1815
End
Begin VB.CommandButton Command3
Caption = "学生选课情况"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1320
TabIndex = 2
Top = 1920
Width = 1815
End
Begin VB.CommandButton Command2
Caption = "教师信息"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1320
TabIndex = 1
Top = 1080
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "学生信息"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1320
TabIndex = 0
Top = 240
Width = 1815
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
Unload Me
End Sub
Private Sub Command2_Click()
Form8.Show
Unload Me
End Sub
Private Sub Command3_Click()
Form9.Show
Unload Me
End Sub
Private Sub Command4_Click()
Form10.Show
Unload Me
End Sub
Private Sub Command5_Click()
Form1.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -