📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "功能选择"
ClientHeight = 3570
ClientLeft = 60
ClientTop = 345
ClientWidth = 2730
LinkTopic = "Form2"
ScaleHeight = 3570
ScaleWidth = 2730
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command6
Caption = "用户管理"
Height = 375
Left = 480
TabIndex = 4
Top = 2040
Width = 1575
End
Begin VB.CommandButton Command5
Caption = "退出"
Height = 375
Left = 480
TabIndex = 3
Top = 2520
Width = 1575
End
Begin VB.CommandButton Command4
Caption = "考勤表"
Height = 375
Left = 480
TabIndex = 2
Top = 1560
Width = 1575
End
Begin VB.CommandButton Command3
Caption = "员工个人简历"
Height = 375
Left = 480
TabIndex = 1
Top = 1080
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "基本信息"
Height = 375
Left = 480
TabIndex = 0
Top = 600
Width = 1575
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
End Sub
Private Sub Command6_Click()
Form3.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -