?? 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 + -