frmnoteprint_wait.frm

来自「自来水公司的一个管理系统」· FRM 代码 · 共 56 行

FRM
56
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmNotePrint_Wait 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "正在打印. . ."
   ClientHeight    =   1410
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4575
   ControlBox      =   0   'False
   Icon            =   "frmNotePrint_Wait.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   1410
   ScaleWidth      =   4575
   Begin MSComctlLib.ProgressBar pgbPlan 
      Height          =   360
      Left            =   60
      TabIndex        =   0
      Top             =   885
      Width           =   4470
      _ExtentX        =   7885
      _ExtentY        =   635
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.Label Label1 
      Caption         =   "正在打印用户:"
      Height          =   240
      Left            =   150
      TabIndex        =   2
      Top             =   240
      Width           =   1350
   End
   Begin VB.Label lblInfo 
      Caption         =   "lblInfo"
      Height          =   285
      Left            =   1590
      TabIndex        =   1
      Top             =   225
      Width           =   1245
   End
End
Attribute VB_Name = "frmNotePrint_Wait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()
    MoveToCenter gMainFormRefer, Me
End Sub

⌨️ 快捷键说明

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