📄 formyhgl.frm
字号:
VERSION 5.00
Begin VB.Form Form用户管理
Caption = "用户管理"
ClientHeight = 5565
ClientLeft = 3840
ClientTop = 3015
ClientWidth = 7740
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "Formyhgl.frx":0000
ScaleHeight = 5565
ScaleWidth = 7740
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "欢迎你!"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 1560
TabIndex = 1
Top = 240
Width = 1335
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 360
TabIndex = 0
Top = 240
Width = 1215
End
Begin VB.Menu djjm
Caption = "登记界面 |"
Begin VB.Menu xxdj
Caption = "信息登记"
End
Begin VB.Menu gzdj
Caption = "工资登记"
End
End
Begin VB.Menu xxcx
Caption = "信息查询 |"
End
Begin VB.Menu bmzwgl
Caption = "部门/职务管理 |"
End
Begin VB.Menu mmxg
Caption = "密码修改 |"
End
Begin VB.Menu tc
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 bmzwgl_Click()
Form部门职务登记.Show
Me.Hide
End Sub
Private Sub Form_Load()
Label1.Caption = Form用户登录.Adodc1.UserName
End Sub
Private Sub gzdj_Click()
Form员工工资登记.Show
Me.Hide
End Sub
Private Sub mmxg_Click()
Form密码修改.Show
Me.Hide
End Sub
Private Sub tc_Click()
End
End Sub
Private Sub xxcx_Click()
Form员工信息查询.Show
Me.Hide
End Sub
Private Sub xxdj_Click()
Form员工信息登记.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -