📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BackColor = &H00FFC0C0&
Caption = "管理操作"
ClientHeight = 5880
ClientLeft = 60
ClientTop = 435
ClientWidth = 7935
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form5"
Picture = "Form5.frx":0000
ScaleHeight = 5880
ScaleWidth = 7935
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command7
BackColor = &H00C0C0FF&
Caption = "退出"
Height = 735
Left = 2640
Style = 1 'Graphical
TabIndex = 5
Top = 4680
Width = 2295
End
Begin VB.CommandButton Command6
BackColor = &H00C0E0FF&
Caption = "密码初始化"
Height = 735
Left = 3120
Style = 1 'Graphical
TabIndex = 4
Top = 3240
Width = 2295
End
Begin VB.CommandButton Command3
BackColor = &H00C0E0FF&
Caption = "查询"
Height = 615
Left = 3240
Style = 1 'Graphical
TabIndex = 3
Top = 1800
Width = 1335
End
Begin VB.CommandButton Command2
BackColor = &H00C0E0FF&
Caption = "修改"
Height = 615
Left = 480
Style = 1 'Graphical
TabIndex = 2
Top = 3240
Width = 1335
End
Begin VB.CommandButton Command1
BackColor = &H00C0E0FF&
Caption = "录入"
Height = 615
Left = 480
Style = 1 'Graphical
TabIndex = 1
Top = 1800
Width = 1335
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00FFC0C0&
Caption = "员工资料"
Height = 495
Left = 360
TabIndex = 0
Top = 720
Width = 1575
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Form6.Show
End Sub
Private Sub Command2_Click()
Unload Me
Form7.Show
End Sub
Private Sub Command3_Click()
Unload Me
Form8.Show
Form8.MSHFlexGrid1.Visible = False
End Sub
Private Sub Command5_Click()
Unload Me
Form10.Show
End Sub
Private Sub Command6_Click()
Unload Me
Form11.Show
End Sub
Private Sub Command7_Click()
Unload Me
Form3.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -