frm统计进程.frm

来自「软件作坊的定单管理系统」· FRM 代码 · 共 33 行

FRM
33
字号
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
Begin VB.Form Frm统计进程 
   Caption         =   "统计进度"
   ClientHeight    =   465
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4635
   LinkTopic       =   "Form1"
   ScaleHeight     =   465
   ScaleWidth      =   4635
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin ComctlLib.ProgressBar pb1 
      Height          =   315
      Left            =   120
      TabIndex        =   0
      Top             =   60
      Width           =   4425
      _ExtentX        =   7805
      _ExtentY        =   556
      _Version        =   327682
      Appearance      =   1
   End
End
Attribute VB_Name = "Frm统计进程"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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