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

📄 frmsplash.frm

📁 本程序在VB下运行
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSplash 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3990
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   7005
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frmSplash.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3990
   ScaleWidth      =   7005
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   4050
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   7080
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         Height          =   375
         Left            =   5880
         TabIndex        =   6
         Top             =   3480
         Width           =   735
      End
      Begin VB.Image imgLogo 
         Height          =   2265
         Left            =   360
         Picture         =   "frmSplash.frx":000C
         Stretch         =   -1  'True
         Top             =   795
         Width           =   1695
      End
      Begin VB.Label lblCopyright 
         Caption         =   "计算机0301"
         Height          =   255
         Left            =   3600
         TabIndex        =   3
         Top             =   2160
         Width           =   2415
      End
      Begin VB.Label lblCompany 
         Caption         =   "赵宇"
         Height          =   375
         Left            =   3600
         TabIndex        =   2
         Top             =   2520
         Width           =   1695
      End
      Begin VB.Label lblWarning 
         Caption         =   "学号:03003579"
         Height          =   315
         Left            =   3600
         TabIndex        =   1
         Top             =   2880
         Width           =   1485
      End
      Begin VB.Label lblProductName 
         AutoSize        =   -1  'True
         Caption         =   "千峰校区"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   32.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   645
         Left            =   2400
         TabIndex        =   5
         Top             =   1200
         Width           =   2640
      End
      Begin VB.Label lblCompanyProduct 
         AutoSize        =   -1  'True
         Caption         =   "太原理工大学"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Left            =   2355
         TabIndex        =   4
         Top             =   705
         Width           =   2250
      End
   End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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