form1.frm

来自「AeroSuite--一组非常漂亮的VISTA控件集」· FRM 代码 · 共 28 行

FRM
28
字号
VERSION 5.00
Object = "*\A..\AeroSuite\AeroSuite.vbp"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   8220
   ClientLeft      =   1140
   ClientTop       =   1530
   ClientWidth     =   6390
   LinkTopic       =   "Form1"
   ScaleHeight     =   8220
   ScaleWidth      =   6390
   Begin AeroSuite.AeroProgressBar AeroProgressBar1 
      Height          =   270
      Left            =   795
      Top             =   3975
      Width           =   4800
      _ExtentX        =   8467
      _ExtentY        =   476
   End
End
Attribute VB_Name = "Form1"
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 + -
显示快捷键?