frmprintg.frm

来自「档案管理系统,使用vb6+access数据库开发」· FRM 代码 · 共 29 行

FRM
29
字号
VERSION 5.00
Begin VB.Form frmPrintG 
   Caption         =   "归档文件打印报表"
   ClientHeight    =   3492
   ClientLeft      =   48
   ClientTop       =   336
   ClientWidth     =   5808
   MaxButton       =   0   'False
   ScaleHeight     =   3492
   ScaleWidth      =   5808
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton cmdShow 
      Caption         =   "Command1"
      Height          =   372
      Left            =   960
      TabIndex        =   0
      Top             =   960
      Width           =   1452
   End
End
Attribute VB_Name = "frmPrintG"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdShow_Click()
rptDataG.Show
End Sub

⌨️ 快捷键说明

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