frmsplash.frm
来自「本系统可用于医院和专业体检中心的健康体检管理」· FRM 代码 · 共 51 行
FRM
51 行
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 0 'None
ClientHeight = 4620
ClientLeft = 2925
ClientTop = 2400
ClientWidth = 6675
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4620
ScaleWidth = 6675
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Visible = 0 'False
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
ForeColor = &H0080FF80&
Height = 4575
Left = -60
Picture = "frmSplash.frx":0000
ScaleHeight = 4575
ScaleWidth = 6735
TabIndex = 0
Top = 0
Width = 6735
Begin VB.Label lblVersion
BackStyle = 0 'Transparent
Caption = "版本信息"
Height = 195
Left = 5550
TabIndex = 1
Top = 3840
Width = 1035
End
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.lblVersion.ForeColor = RGB(89, 123, 187)
Me.lblVersion = gstrVersionTitle & " V" & gstrVersionNumber
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?