📄 menu.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "学生学籍管理"
ClientHeight = 3090
ClientLeft = 165
ClientTop = 1020
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Menu xtgl
Caption = "系统管理"
Index = 0
Begin VB.Menu tjyh
Caption = "添加用户"
Index = 1
End
Begin VB.Menu scyh
Caption = "删除用户"
HelpContextID = 19
End
Begin VB.Menu xgmm
Caption = "修改密码"
Index = 2
End
Begin VB.Menu cxdl
Caption = "重新登录"
Index = 3
End
End
Begin VB.Menu bjgl
Caption = "班级管理"
Index = 4
Begin VB.Menu bjll
Caption = "班级浏览"
Index = 5
End
Begin VB.Menu bjtj
Caption = "班级添加"
Index = 6
End
Begin VB.Menu bjsc
Caption = "班级删除"
Index = 20
End
Begin VB.Menu bjcx
Caption = "班级查询"
Index = 7
End
End
Begin VB.Menu xjgl
Caption = "学籍管理"
Index = 8
Begin VB.Menu dall
Caption = "档案浏览"
Index = 9
End
Begin VB.Menu datj
Caption = "档案添加"
Index = 10
End
Begin VB.Menu dasc
Caption = "档案删除"
Index = 21
End
Begin VB.Menu dacx
Caption = "档案查询"
Index = 11
End
Begin VB.Menu daxg
Caption = "档案修改"
Index = 24
End
End
Begin VB.Menu kcgl
Caption = "课程管理"
Index = 12
Begin VB.Menu kcsj
Caption = "课程设置"
Index = 13
End
Begin VB.Menu bjkcsz
Caption = "班级课程设置"
Index = 14
End
End
Begin VB.Menu cjgl
Caption = "成绩管理"
Index = 15
Begin VB.Menu cjtj
Caption = "成绩添加"
Index = 16
End
Begin VB.Menu cjxg
Caption = "成绩修改"
HelpContextID = 23
End
Begin VB.Menu cjsc
Caption = "成绩删除"
Index = 22
End
Begin VB.Menu cjll
Caption = "成绩浏览"
Index = 17
End
End
Begin VB.Menu tc
Caption = "退出"
Index = 18
End
End
Attribute VB_Name = "Form1"
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 + -