📄 bjkcsz.frm
字号:
VERSION 5.00
Begin VB.Form Form15
Caption = "课程管理-班级课程设置"
ClientHeight = 7530
ClientLeft = 60
ClientTop = 345
ClientWidth = 7770
LinkTopic = "Form15"
ScaleHeight = 7530
ScaleWidth = 7770
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "班级课程设置"
Height = 7485
Left = 30
TabIndex = 0
Top = 30
Width = 7695
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 3600
TabIndex = 6
Top = 2670
Width = 945
End
Begin VB.Frame Frame2
Caption = "所有科目"
Height = 5025
Left = 180
TabIndex = 4
Top = 1260
Width = 3165
Begin VB.ListBox List1
Height = 4560
Left = 90
TabIndex = 5
Top = 240
Width = 2985
End
End
Begin VB.Label Label3
Caption = "学期"
Height = 225
Left = 420
TabIndex = 3
Top = 900
Width = 465
End
Begin VB.Label Label2
Caption = "专业"
Height = 195
Left = 3510
TabIndex = 2
Top = 450
Width = 435
End
Begin VB.Label Label1
Caption = "院系"
Height = 255
Left = 420
TabIndex = 1
Top = 450
Width = 435
End
End
End
Attribute VB_Name = "Form15"
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 + -