?? 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 + -