📄 打印.frm
字号:
VERSION 5.00
Begin VB.Form 万能报表
BorderStyle = 1 'Fixed Single
Caption = "报表打印"
ClientHeight = 1440
ClientLeft = 45
ClientTop = 330
ClientWidth = 5580
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1440
ScaleWidth = 5580
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "关闭"
Height = 315
Left = 1830
TabIndex = 2
Top = 990
Width = 1545
End
Begin VB.Label Label2
Caption = "若需要正式版软件,请与QQ:41303452联系。"
Height = 375
Left = 540
TabIndex = 1
Top = 555
Width = 4620
End
Begin VB.Label Label1
Caption = "这是演示版软件,无报表打印功能!"
Height = 300
Left = 555
TabIndex = 0
Top = 180
Width = 4800
End
End
Attribute VB_Name = "万能报表"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -