📄 主界面.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm Main_MIS
BackColor = &H8000000F&
Caption = "毕业设计课题分配系统"
ClientHeight = 5340
ClientLeft = 165
ClientTop = 855
ClientWidth = 8070
Icon = "主界面.frx":0000
LinkTopic = "MDIForm1"
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 330
Left = 0
TabIndex = 0
Top = 5010
Width = 8070
_ExtentX = 14235
_ExtentY = 582
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 8573
Text = "欢迎进入毕业设计课题分配系统"
TextSave = "欢迎进入毕业设计课题分配系统"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
TextSave = "2006-5-24"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
TextSave = "17:26"
EndProperty
EndProperty
End
Begin VB.Menu xtxx
Caption = "系统信息"
Begin VB.Menu xtshzh
Caption = "系统设置"
End
Begin VB.Menu tch
Caption = "退出"
End
End
Begin VB.Menu dl
Caption = "登录"
End
Begin VB.Menu chxxx
Caption = "查询信息"
Begin VB.Menu ktchx
Caption = "课题查询"
End
Begin VB.Menu xshchx
Caption = "学生查询"
End
End
Begin VB.Menu ll
Caption = "浏览"
Begin VB.Menu zhytbxx
Caption = "志愿填报信息"
End
Begin VB.Menu ktfpxx
Caption = "课题分配信息"
End
End
Begin VB.Menu bzh
Caption = "帮助"
Begin VB.Menu shyshm
Caption = "使用说明"
End
Begin VB.Menu gyxt
Caption = "关于系统"
End
End
End
Attribute VB_Name = "Main_MIS"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub dl_Click()
frmLogin.show
End Sub
Private Sub tch_Click()
Unload Me
End Sub
Private Sub xtshzh_Click()
admin_log.show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -