📄 frmmain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm frmMain
BackColor = &H8000000C&
Caption = "学生信息管理系统"
ClientHeight = 5625
ClientLeft = 165
ClientTop = 735
ClientWidth = 8760
LinkTopic = "MDIForm1"
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 5250
Width = 8760
_ExtentX = 15452
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 9816
Text = "status"
TextSave = "status"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Text = "year"
TextSave = "2004-2-24"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Text = "time"
TextSave = "17:23"
EndProperty
EndProperty
End
Begin VB.Menu c1
Caption = "系统"
Begin VB.Menu c11
Caption = "添加用户"
End
Begin VB.Menu c12
Caption = "修改密码"
End
Begin VB.Menu c13
Caption = "退出系统"
End
End
Begin VB.Menu c2
Caption = "学籍管理"
Begin VB.Menu c21
Caption = "添加学籍信息"
End
Begin VB.Menu c22
Caption = "修改学籍信息"
End
Begin VB.Menu c23
Caption = "查询学籍信息"
End
End
Begin VB.Menu c3
Caption = "班级管理"
Begin VB.Menu c31
Caption = "添加班级信息"
End
Begin VB.Menu c32
Caption = "修改班级信息"
End
End
Begin VB.Menu c4
Caption = "课程设置"
Begin VB.Menu c41
Caption = "添加课程信息"
End
Begin VB.Menu c42
Caption = "修改课程信息"
End
Begin VB.Menu c43
Caption = "设置年级课程"
End
End
Begin VB.Menu c5
Caption = "成绩管理"
Begin VB.Menu c51
Caption = "添加成绩信息"
End
Begin VB.Menu c52
Caption = "修改成绩信息"
End
Begin VB.Menu c53
Caption = "查询成绩信息"
End
End
Begin VB.Menu c6
Caption = "帮助"
Begin VB.Menu c61
Caption = "使用说明"
End
Begin VB.Menu c62
Caption = "有关"
End
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub c11_Click()
frmAddUser.Show
End Sub
Private Sub c12_Click()
frmModifyuserinfo.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -