form2.frm

来自「水文管理信息系统」· FRM 代码 · 共 40 行

FRM
40
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form2 
   Caption         =   "数据读取中..."
   ClientHeight    =   960
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   3990
   ControlBox      =   0   'False
   LinkTopic       =   "Form2"
   ScaleHeight     =   960
   ScaleWidth      =   3990
   StartUpPosition =   2  '屏幕中心
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   375
      Left            =   0
      TabIndex        =   0
      Top             =   120
      Width           =   3975
      _ExtentX        =   7011
      _ExtentY        =   661
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.Label InfoLabel 
      Alignment       =   2  'Center
      Caption         =   """数据更新中..."""
      Height          =   255
      Left            =   0
      TabIndex        =   1
      Top             =   600
      Width           =   3975
   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 + -
显示快捷键?