frmsplash.frm
来自「一个客车售票系统」· FRM 代码 · 共 44 行
FRM
44 行
VERSION 5.00
Begin VB.Form frmSplash
BackColor = &H00C0FFFF&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1530
ClientLeft = 3405
ClientTop = 3555
ClientWidth = 4620
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1530
ScaleWidth = 4620
ShowInTaskbar = 0 'False
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "正在做金额统计, 请稍候 !"
BeginProperty Font
Name = "华文新魏"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 945
Left = 750
TabIndex = 0
Top = 360
Width = 3315
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?