📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmMain
Caption = "学生档案管理系统"
ClientHeight = 6870
ClientLeft = 165
ClientTop = 450
ClientWidth = 9780
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "frmMain.frx":08CA
ScaleHeight = 6870
ScaleWidth = 9780
StartUpPosition = 2 '屏幕中心
Begin VB.Menu mnuWJ
Caption = "文件(&F)"
Begin VB.Menu mTCXT
Caption = "退出系统"
End
End
Begin VB.Menu mWH
Caption = "维护(&R)"
Begin VB.Menu mBJ
Caption = "班级"
End
Begin VB.Menu mYHGL
Caption = "用户管理"
Visible = 0 'False
End
Begin VB.Menu mXQGL
Caption = "学期管理"
Visible = 0 'False
End
End
Begin VB.Menu mXS
Caption = "学生(&S)"
Begin VB.Menu mJCXX1
Caption = "基础信息"
End
Begin VB.Menu m2
Caption = "-"
End
Begin VB.Menu mXSPY
Caption = "学生评语"
End
Begin VB.Menu mJCXX2
Caption = "奖惩信息"
End
Begin VB.Menu m3
Caption = "-"
End
Begin VB.Menu mTXCL
Caption = "退学处理"
End
Begin VB.Menu mFXCL
Caption = "复学处理"
End
Begin VB.Menu mZBCL
Caption = "转班处理"
End
Begin VB.Menu m4
Caption = "-"
End
Begin VB.Menu mBYCL
Caption = "毕业处理"
End
End
Begin VB.Menu mBZ
Caption = "帮助(&H)"
Begin VB.Menu mGY
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 mBJ_Click()
frmClassEdit.Show 1
End Sub
Private Sub mBYCL_Click()
frmGraduate.Show 1
End Sub
Private Sub mFXCL_Click()
frmComeShool.Show 1
End Sub
Private Sub mGY_Click()
frmAbout.Show 1
End Sub
Private Sub mJCXX1_Click()
frmStudent.Show 1
End Sub
Private Sub mJCXX2_Click()
frmEncouragement.Show 1
End Sub
Private Sub mTCXT_Click()
Unload Me
End Sub
Private Sub mTXCL_Click()
frmReturnShool.Show 1
End Sub
Private Sub mXGMM_Click()
End Sub
Private Sub mXSPY_Click()
frmCommment.Show 1
End Sub
Private Sub mZBCL_Click()
frmChangeClass.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -