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

📄 frmsplash.frm

📁 本论文以“计算机考试系统”的开发为背景
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSplash 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   4245
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6525
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   4245
   ScaleWidth      =   6525
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Height          =   4155
      Left            =   60
      TabIndex        =   0
      Top             =   0
      Width           =   6375
      Begin VB.Timer Timer1 
         Interval        =   3000
         Left            =   990
         Top             =   2220
      End
      Begin VB.Label Label4 
         Caption         =   "作者:"
         Height          =   255
         Left            =   3960
         TabIndex        =   4
         Top             =   3600
         Width           =   2055
      End
      Begin VB.Image Image1 
         Height          =   240
         Left            =   3000
         Picture         =   "frmSplash.frx":0000
         Top             =   2760
         Width           =   240
      End
      Begin VB.Label Label3 
         Caption         =   "学校:"
         Height          =   345
         Left            =   3870
         TabIndex        =   3
         Top             =   2850
         Width           =   2265
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "正在启动中,请稍等..."
         Height          =   210
         Left            =   300
         TabIndex        =   2
         Top             =   3570
         Width           =   2205
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "考试系统"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   36
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   720
         Left            =   270
         TabIndex        =   1
         Top             =   330
         Width           =   2940
      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 Timer1_Timer()
    Unload Me
End Sub

⌨️ 快捷键说明

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