⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wait.frm

📁 一个进销存系统,界面清楚,操作简单,是一个不错的企业进销存系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form wait 
   BorderStyle     =   0  'None
   Caption         =   "wait"
   ClientHeight    =   540
   ClientLeft      =   4650
   ClientTop       =   4320
   ClientWidth     =   5130
   LinkTopic       =   "Form1"
   ScaleHeight     =   540
   ScaleWidth      =   5130
   ShowInTaskbar   =   0   'False
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "数据载入中,请您 稍候 ... ..."
      Height          =   180
      Left            =   360
      TabIndex        =   0
      Top             =   210
      Width           =   2610
   End
   Begin VB.Shape Shape1 
      BorderColor     =   &H00FFFFFF&
      Height          =   495
      Left            =   30
      Top             =   15
      Width           =   5055
   End
End
Attribute VB_Name = "wait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Load()


End Sub

⌨️ 快捷键说明

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