📄 form10.frm
字号:
VERSION 5.00
Begin VB.Form Form10
Caption = "报表打印系统"
ClientHeight = 5280
ClientLeft = 60
ClientTop = 450
ClientWidth = 8400
LinkTopic = "Form5"
ScaleHeight = 5280
ScaleWidth = 8400
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command4
Caption = "退出本单元"
Height = 495
Left = 2400
TabIndex = 3
Top = 4200
Width = 3735
End
Begin VB.CommandButton Command3
Caption = "生成进料加工复出口贸易免税数据报表"
Height = 495
Left = 2400
TabIndex = 2
Top = 3120
Width = 3735
End
Begin VB.CommandButton Command2
Caption = "生成出口货物免税申报数据报表"
Height = 495
Left = 2400
TabIndex = 1
Top = 2040
Width = 3735
End
Begin VB.CommandButton Command1
Caption = "生成出口货物退税申报数据报表"
Height = 495
Left = 2400
TabIndex = 0
Top = 960
Width = 3735
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
rptStudent.Show
End Sub
Private Sub Command2_Click()
rpt2.Show
End Sub
Private Sub Command3_Click()
rpt3.Show
End Sub
Private Sub Command4_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -