📄 main.frm
字号:
VERSION 5.00
Begin VB.Form mainForm
Caption = "工资管理软件"
ClientHeight = 6360
ClientLeft = 165
ClientTop = 735
ClientWidth = 8430
LinkTopic = "Form1"
ScaleHeight = 6360
ScaleWidth = 8430
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.Menu zgxxgl
Caption = "职工信息管理"
Begin VB.Menu zgxxbj
Caption = "职工信息编辑"
End
Begin VB.Menu zgxxcx
Caption = "职工信息查询"
End
Begin VB.Menu sc
Caption = "职工信息删除"
End
End
Begin VB.Menu gzxxgl
Caption = "工资信息管理"
Begin VB.Menu gzxxbj
Caption = "工资信息编辑"
End
Begin VB.Menu gzxxcx
Caption = "工资信息查询"
End
End
Begin VB.Menu czygl
Caption = "操作员管理"
End
Begin VB.Menu tc
Caption = "退出"
End
End
Attribute VB_Name = "mainForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub czygl_Click()
czyForm.Show
End Sub
Private Sub gzxxbj_Click()
gzxmForm.Show
End Sub
Private Sub gzxxcx_Click()
gzcxForm.Show
End Sub
Private Sub sc_Click()
scForm.Show
End Sub
Private Sub tc_Click()
End
End Sub
Private Sub zgxxbj_Click()
zgxxForm.Show
End Sub
Private Sub zgxxcx_Click()
zgxxcxForm.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -