frmzyb_splash.frm
来自「本系统可用于医院和专业体检中心的健康体检管理」· FRM 代码 · 共 33 行
FRM
33 行
VERSION 5.00
Begin VB.Form FrmZYB_Splash
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 4620
ClientLeft = 0
ClientTop = 0
ClientWidth = 6765
LinkTopic = "Form1"
ScaleHeight = 4620
ScaleWidth = 6765
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 4605
Left = 0
Picture = "FrmZYB_Splash.frx":0000
ScaleHeight = 4605
ScaleWidth = 6765
TabIndex = 0
Top = 0
Width = 6765
End
End
Attribute VB_Name = "FrmZYB_Splash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?