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

📄 frmsplash.frm

📁 本系统可用于医院和专业体检中心的健康体检管理
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -