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

📄 frmsplash.frm

📁 “辩论赛计时系统”是采用VB语言编写的纯软件系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSplash 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3420
   ClientLeft      =   5295
   ClientTop       =   3060
   ClientWidth     =   5010
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frmSplash.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3420
   ScaleWidth      =   5010
   ShowInTaskbar   =   0   'False
   Begin VB.Frame Frame1 
      Height          =   3330
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   4800
      Begin VB.Label Label4 
         Caption         =   "Email:yuhui1060@sina.com"
         Height          =   255
         Left            =   120
         TabIndex        =   8
         Top             =   2640
         Width           =   2295
      End
      Begin VB.Label Label3 
         Caption         =   "按任意键进入系统"
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   120
         TabIndex        =   7
         Top             =   2040
         Width           =   1575
      End
      Begin VB.Label Label2 
         Caption         =   $"frmSplash.frx":000C
         Height          =   1815
         Left            =   2160
         TabIndex        =   6
         Top             =   600
         Width           =   2175
      End
      Begin VB.Label Label1 
         Caption         =   "QQ:5684368"
         Height          =   255
         Left            =   120
         TabIndex        =   5
         Top             =   2400
         Width           =   1095
      End
      Begin VB.Label lblPlatform 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "Windows平台"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Left            =   3000
         TabIndex        =   4
         Top             =   2520
         Width           =   1455
      End
      Begin VB.Image imgLogo 
         Height          =   975
         Left            =   360
         Picture         =   "frmSplash.frx":00E0
         Stretch         =   -1  'True
         Top             =   720
         Width           =   975
      End
      Begin VB.Label lblWarning 
         Caption         =   "警告:本软件共享"
         Height          =   195
         Left            =   120
         TabIndex        =   2
         Top             =   3000
         Width           =   1605
      End
      Begin VB.Label lblVersion 
         Alignment       =   1  'Right Justify
         AutoSize        =   -1  'True
         Caption         =   "版本:G1.10"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   240
         Left            =   3000
         TabIndex        =   3
         Top             =   2880
         Width           =   1440
      End
      Begin VB.Label lblLicenseTo 
         Alignment       =   1  'Right Justify
         Caption         =   "授权"
         Height          =   255
         Left            =   4200
         TabIndex        =   1
         Top             =   240
         Width           =   495
      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 FORM_KEYPRESS(KEYAscii As Integer)
    Unload Me
    Form1.Show
End Sub

⌨️ 快捷键说明

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