frmwaterratecountwait.frm

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

FRM
48
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmWaterrateCountWait 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "正在计算. . ."
   ClientHeight    =   1410
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4575
   ControlBox      =   0   'False
   Icon            =   "frmWaterrateCountWait.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 lblInfo 
      Caption         =   "lblInfo"
      Height          =   285
      Left            =   90
      TabIndex        =   1
      Top             =   225
      Width           =   4440
   End
End
Attribute VB_Name = "frmWaterrateCountWait"
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 + -
显示快捷键?