formglygl.frm
来自「企业员工信息管理系统.可以对企业的员工的各种信息进行管理」· FRM 代码 · 共 65 行
FRM
65 行
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 + =
减小字号Ctrl + -
显示快捷键?