📄 frmmain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.MDIForm FrmMain
BackColor = &H00FFFFFF&
Caption = "学生信息管理系统"
ClientHeight = 6840
ClientLeft = 165
ClientTop = 825
ClientWidth = 9705
LinkTopic = "frmmain"
Picture = "FrmMain.frx":0000
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.StatusBar StatusBarmy
Align = 2 'Align Bottom
Height = 495
Left = 0
TabIndex = 0
Top = 6345
Width = 9705
_ExtentX = 17119
_ExtentY = 873
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
EndProperty
End
Begin MSAdodcLib.Adodc Adodb
Align = 1 'Align Top
Height = 495
Left = 0
Top = 0
Visible = 0 'False
Width = 9705
_ExtentX = 17119
_ExtentY = 873
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Menu department
Caption = "系统"
Begin VB.Menu adduser
Caption = "添加用户"
End
Begin VB.Menu paw
Caption = "修改密码"
End
Begin VB.Menu tuichu
Caption = "退出系统"
End
End
Begin VB.Menu st
Caption = "学籍管理"
Begin VB.Menu genggai
Caption = "修改学籍信息"
End
Begin VB.Menu chaxun
Caption = "查询学籍"
End
Begin VB.Menu mnudaainfo
Caption = "添加学籍信息"
End
End
Begin VB.Menu class
Caption = "班级管理"
Begin VB.Menu jiaban
Caption = "添加班级信息"
End
Begin VB.Menu gaiban
Caption = "修改班级信息"
End
End
Begin VB.Menu sub
Caption = "课程设置"
Begin VB.Menu tianke
Caption = "添加课程信息"
End
Begin VB.Menu gaike
Caption = "修改课程信息"
End
Begin VB.Menu sheke
Caption = "设置年级课程"
End
End
Begin VB.Menu grade
Caption = "成绩管理"
Begin VB.Menu addgrade
Caption = "添加成绩信息"
End
Begin VB.Menu gengra
Caption = "修改成绩信息"
End
Begin VB.Menu findgra
Caption = "查询成绩信息"
End
End
Begin VB.Menu help
Caption = "帮助"
Begin VB.Menu about
Caption = "关于"
End
End
End
Attribute VB_Name = "FrmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub about_Click()
frmAbout.Show
End Sub
Private Sub addgrade_Click()
Form8.Show
End Sub
Private Sub adduser_Click()
Form3.Show
End Sub
Private Sub chaxun_Click()
Form1.Show
End Sub
Private Sub exit_Click()
End Sub
Private Sub findgra_Click()
Form11.Show
End Sub
Private Sub gaiban_Click()
Form6.Show
End Sub
Private Sub gaike_Click()
Form9.Show
End Sub
Private Sub genggai_Click()
Form2.Show
End Sub
Private Sub gengra_Click()
Form10.Show
Form5.Show
End Sub
Private Sub jiaban_Click()
Form5.Show
End Sub
Private Sub mnudaainfo_Click()
frmsinfo.Show
End Sub
Private Sub paw_Click()
Form4.Show
End Sub
Private Sub sheke_Click()
Form12.Show
End Sub
Private Sub start_Click()
FrmMain.Show
End Sub
Private Sub tianke_Click()
Form7.Show
End Sub
Private Sub tuichu_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -