form10.frm
来自「VB编写的退税管理系统」· FRM 代码 · 共 65 行
FRM
65 行
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 + =
减小字号Ctrl + -
显示快捷键?