📄 formglygl.frm
字号:
VERSION 5.00
Begin VB.Form Form管理员管理
Caption = "管理员管理"
ClientHeight = 5565
ClientLeft = 3915
ClientTop = 3015
ClientWidth = 7740
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "Formglygl.frx":0000
ScaleHeight = 5565
ScaleWidth = 7740
StartUpPosition = 2 '屏幕中心
Begin VB.Menu ygxxgl
Caption = "员工信息管理 |"
NegotiatePosition= 1 'Left
WindowList = -1 'True
End
Begin VB.Menu yggzgl
Caption = "员工工资管理 |"
NegotiatePosition= 1 'Left
End
Begin VB.Menu ygbmzwgl
Caption = "员工部门/职务管理 |"
NegotiatePosition= 1 'Left
End
Begin VB.Menu yhgl
Caption = "用户管理 |"
NegotiatePosition= 1 'Left
End
Begin VB.Menu yc
Caption = "退出"
End
End
Attribute VB_Name = "Form管理员管理"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub yc_Click()
End
End Sub
Private Sub ygbmzwgl_Click()
Form员工部门职务管理.Show
Me.Hide
End Sub
Private Sub yggzgl_Click()
Form员工工资管理.Show
Me.Hide
End Sub
Private Sub ygxxgl_Click()
Form员工信息管理.Show
Me.Hide
End Sub
Private Sub yhgl_Click()
Form管理员管理用户.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -