frm正在打印.frm

来自「金融机构用于银行承兑票台帐的登记以及统计打印各种报表」· FRM 代码 · 共 44 行

FRM
44
字号
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 + =
减小字号Ctrl + -
显示快捷键?