📄 工作人员管理.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form 工作人员管理
BackColor = &H00FF8080&
Caption = "工作人员管理"
ClientHeight = 6300
ClientLeft = 165
ClientTop = 855
ClientWidth = 7650
LinkTopic = "Form1"
ScaleHeight = 6300
ScaleWidth = 7650
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 975
Left = 0
TabIndex = 0
Top = 0
Width = 7695
Begin MSComctlLib.Toolbar Toolbar1
Height = 765
Left = 0
TabIndex = 1
Top = 120
Width = 5895
_ExtentX = 10398
_ExtentY = 1349
ButtonWidth = 1455
ButtonHeight = 1349
Style = 1
ImageList = "ImageList1"
HotImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 13
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "考试信息"
Key = "考试信息"
Object.ToolTipText = "考试信息"
ImageIndex = 5
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "考生分配"
Key = "考生分配"
Object.ToolTipText = "考生分配"
ImageIndex = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "考试名单"
Key = "考试名单"
Object.ToolTipText = "考试名单"
ImageIndex = 2
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "考题设置"
Key = "考题设置"
Object.ToolTipText = "考题设置"
ImageIndex = 1
EndProperty
BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "重新登录"
Key = "重新登录"
Object.ToolTipText = "重新登录"
ImageIndex = 3
EndProperty
BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "密码维护"
Key = "密码维护"
Object.ToolTipText = "密码维护"
ImageIndex = 7
EndProperty
BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
EndProperty
End
End
Begin MSComctlLib.ImageList ImageList1
Left = 240
Top = 120
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 7
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":08DC
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":11B8
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":1A94
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":2370
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":2C4C
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "工作人员管理.frx":3528
Key = ""
EndProperty
EndProperty
End
Begin VB.Menu 考试设置
Caption = "考试设置"
Begin VB.Menu 考试信息
Caption = "考试信息"
End
Begin VB.Menu 考生分配
Caption = "考生分配"
End
Begin VB.Menu 考试名单
Caption = "考试名单"
End
End
Begin VB.Menu 系统资料
Caption = "系统资料"
Begin VB.Menu 考题设置
Caption = "考题设置"
End
Begin VB.Menu 考生管理
Caption = "考生管理"
End
Begin VB.Menu 教师管理
Caption = "教师管理"
End
End
Begin VB.Menu 系统管理
Caption = "系统管理"
Begin VB.Menu 管理人员信息
Caption = "管理人员信息"
End
Begin VB.Menu 重新登录
Caption = "重新登录"
End
Begin VB.Menu 密码维护
Caption = "密码维护"
End
End
End
Attribute VB_Name = "工作人员管理"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 考试信息_Click()
C考试信息.Show
Me.Enabled = False
End Sub
Private Sub 考生分配_Click()
C考生分配.Show
Me.Enabled = False
End Sub
Private Sub 考试名单_Click()
C考试名单.Show
Me.Enabled = False
End Sub
Private Sub 考题设置_Click()
D考题设置.Show
Me.Enabled = False
End Sub
Private Sub 考生管理_Click()
D考生管理.Show
Me.Enabled = False
End Sub
Private Sub 教师管理_Click()
D教师管理.Show
Me.Enabled = False
End Sub
Private Sub 管理人员信息_Click()
E管理人员信息.Show
Me.Enabled = False
End Sub
Private Sub 重新登录_Click()
Unload Me
E重新登录.Show
End Sub
Private Sub 密码维护_Click()
E密码维护.Show
Me.Enabled = False
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Index
Case 2:
Call 考试信息_Click '调入考试信息
Case 4:
Call 考生分配_Click '调入考生分配
Case 6:
Call 考试名单_Click '调入考试名单
Case 8:
Call 考题设置_Click '调入考题设置
Case 10:
Call 重新登录_Click '调入重新登录
Case 12:
Call 密码维护_Click '调入密码维护
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -