frmwait.frm

来自「一个机械产品(产品、部件、零件)的工时、工资及进度软件」· FRM 代码 · 共 41 行

FRM
41
字号
VERSION 5.00
Begin VB.Form frmwait 
   ClientHeight    =   915
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4440
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   915
   ScaleWidth      =   4440
   Begin VB.Label Label1 
      Caption         =   "正在统计数据,请稍等。。。"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   13.5
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   495
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   4095
   End
End
Attribute VB_Name = "frmwait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    frmwait.Width = 4560
    frmwait.Height = 1400
    frmwait.Top = 1500
    frmwait.Left = 2000
End Sub

⌨️ 快捷键说明

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