printing.frm

来自「系统集成项目的售后服务管理系统」· FRM 代码 · 共 46 行

FRM
46
字号
VERSION 5.00
Begin VB.Form Form2 
   BackColor       =   &H8000000A&
   ClientHeight    =   1050
   ClientLeft      =   60
   ClientTop       =   60
   ClientWidth     =   3795
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "楷体_GB2312"
      Size            =   18
      Charset         =   134
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ForeColor       =   &H00008000&
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   MousePointer    =   11  'Hourglass
   Moveable        =   0   'False
   ScaleHeight     =   1050
   ScaleWidth      =   3795
   StartUpPosition =   1  'CenterOwner
   Visible         =   0   'False
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000A&
      Caption         =   "正在打印 请稍等"
      ForeColor       =   &H00008000&
      Height          =   360
      Left            =   480
      TabIndex        =   0
      Top             =   360
      Width           =   2820
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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