⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm正在打印.frm

📁 金融机构用于银行承兑票台帐的登记以及统计打印各种报表
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frm正在打印 
   ClientHeight    =   450
   ClientLeft      =   4710
   ClientTop       =   3255
   ClientWidth     =   2715
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   450
   ScaleWidth      =   2715
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   1800
      Top             =   120
   End
   Begin VB.Label Label1 
      Caption         =   "开始第二页,请稍候……"
      Height          =   375
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   2175
   End
End
Attribute VB_Name = "frm正在打印"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
frm正在打印.Timer1.Enabled = True
End Sub

Private Sub Timer1_Timer()
With 承兑汇票台帐
.Sections(2).Visible = True
.Sections(1).Height = 427 * (q - 1)
Y = .PrintReport(False, rptRangeFromTo, 2, topagee)
End With
Timer1.Enabled = False
Unload frm正在打印
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -