【VB开源代码栏目提醒】:网学会员在VB开源代码频道为大家收集整理了排课系统.frm提供大家参考,希望对大家有所帮助!
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm frmOCSS
BackColor = &H8000000C&
Caption = "教务处课程安排系统"
ClientHeight = 5085
ClientLeft = 165
ClientTop = 855
ClientWidth = 7920
LinkTopic = "排课系统"
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.ImageList ImageList1
Left = 480
Top = 1800
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 9
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":0000
Key = ""
Object.Tag = "1"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":08DC
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":308E
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":34E0
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课
系统.frx":41BA
Key = ""
Object.Tag = "2"
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":4A96
Key = ""
Object.Tag = "3"
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":5372
Key = ""
Object.Tag = "4"
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":5C4E
Key = ""
Object.Tag = "5"
EndProperty
BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "排课系统.frx":652A
Key = ""
Object.Tag = "6"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 795
Left = 0
TabIndex = 0
Top = 0
Width = 7920
_ExtentX = 13970
_ExtentY = 1402
ButtonWidth = 1455
ButtonHeight = 1349
Style = 1
ImageList = "ImageList1"
DisabledImageList= "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 11
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "课程设置"
Key = "课程设置"
Object.ToolTipText = "
课程设置"
ImageIndex = 1
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "课表安排"
Key = "课表安排"
Object.ToolTipText = "课表安排"
ImageIndex = 3
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "课表调整"
Key = "课表调整"
Object.ToolTipText = "课表调整"
ImageIndex = 6
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "查询打印"
Key = "查询打印"
Object.ToolTipText = "查询打印"
ImageIndex = 2
EndProperty
BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "重新登录"
Key = "重新登录"
Object.ToolTipText = "重新登录"
ImageIndex = 9
EndProperty
BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
EndProperty
BorderStyle = 1
End
Begin VB.Menu conditionInstall
Caption = "条件设置(T)"
Begin VB.Menu classInstall
Caption = "班级设置(B)"
End
Begin VB.Menu courseInstall
Caption = "课程设置(K)"
End
Begin VB.Menu teacherInstall
Caption = "教师设置(L)"
End
Begin VB.Menu timeInstall
Caption = "时间设置(S)"
End
End
Begin VB.Menu 课表管理
Caption = "课表管理(K)"
Begin VB.Menu timetableSet
Caption = "课表安排(P)"
End
Begin VB.Menu timetableChange
Caption = "课表调整(Z)"
End
Begin VB.Menu searchPrint
Caption = "
查询打印(Y)"
End
End
Begin
VB.Menu 系统管理
Caption = "系统管理(X)"
Begin VB.Menu userAdmin
Caption = "用户管理(Y)"
End
Begin VB.Menu pwdAdmin
Caption = "密码维护(M)"
End
Begin VB.Menu newLogin
Caption = "重新登录(C)"
End
Begin VB.Menu inlitialize
Caption = "初始化(H)"
End
End
Begin VB.Menu mnuEnd
Caption = "退出(T)"
Begin VB.Menu menusubEnd
Caption = "退出(T)"
End
End
End
Attribute VB_Name = "frmOCSS"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = F