📄 anaform.frm
字号:
VERSION 5.00
Begin VB.Form anaform
Caption = "统计报表"
ClientHeight = 8070
ClientLeft = 60
ClientTop = 345
ClientWidth = 12480
LinkTopic = "Form1"
ScaleHeight = 8070
ScaleWidth = 12480
StartUpPosition = 3 '窗口缺省
Begin VB.Frame frame1
Caption = "当月统计"
Height = 6855
Left = 1320
TabIndex = 0
Top = 720
Width = 9015
Begin VB.CommandButton cmdmonthspecial
Caption = "当月特殊项表"
Height = 735
Left = 2760
TabIndex = 3
Top = 3960
Width = 3975
End
Begin VB.CommandButton cmdmonthtotal
Caption = "当月员工工资总额"
Height = 735
Left = 2760
TabIndex = 2
Top = 2760
Width = 3975
End
Begin VB.CommandButton cmdmonthsalary
Caption = "当月工资细表"
Height = 735
Left = 2760
TabIndex = 1
Top = 1440
Width = 3975
End
End
End
Attribute VB_Name = "anaform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdmonthsalary_Click()
thismonthsalaryform.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -