frmprogressbar.frm

来自「一个OA办公自动化管理系统」· FRM 代码 · 共 30 行

FRM
30
字号
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmProgressBar 
   Caption         =   "进度"
   ClientHeight    =   1110
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4980
   LinkTopic       =   "Form1"
   ScaleHeight     =   1110
   ScaleWidth      =   4980
   StartUpPosition =   1  '所有者中心
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   375
      Left            =   450
      TabIndex        =   0
      Top             =   270
      Width           =   4155
      _ExtentX        =   7329
      _ExtentY        =   661
      _Version        =   393216
      Appearance      =   1
   End
End
Attribute VB_Name = "frmProgressBar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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