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

📄 frmpreprint.frm

📁 毕业设计的学生成绩管理
💻 FRM
字号:
VERSION 5.00
Object = "{DD44C0E7-B2CF-11D1-8DD3-444553540000}#1.0#0"; "CELL32.OCX"
Begin VB.Form FrmPrePrint 
   Caption         =   "PrintPreview"
   ClientHeight    =   7275
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9450
   LinkTopic       =   "Form1"
   ScaleHeight     =   7275
   ScaleWidth      =   9450
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "Print"
      Height          =   375
      Left            =   8040
      TabIndex        =   1
      Top             =   6720
      Width           =   1215
   End
   Begin CELLLib.Cell Cell1 
      Height          =   6255
      Left            =   360
      TabIndex        =   0
      Top             =   240
      Width           =   8895
      _Version        =   65536
      _ExtentX        =   15690
      _ExtentY        =   11033
      _StockProps     =   0
      Cols            =   256
      TopLabelVisible =   0   'False
      SideLabelVisible=   0   'False
      PageLabelVisible=   0   'False
      Rows            =   45
   End
End
Attribute VB_Name = "FrmPrePrint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Cell1.DoPrintPreview True
End Sub

⌨️ 快捷键说明

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