frmsplash.frm

来自「教学资源管理系统」· FRM 代码 · 共 101 行

FRM
101
字号
VERSION 5.00
Begin VB.Form frmSplash 
   BackColor       =   &H00F6F6F6&
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3825
   ClientLeft      =   45
   ClientTop       =   45
   ClientWidth     =   6360
   ControlBox      =   0   'False
   Icon            =   "frmSplash.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3825
   ScaleWidth      =   6360
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Visible         =   0   'False
   Begin VB.Image Image1 
      Appearance      =   0  'Flat
      Height          =   1680
      Left            =   240
      Picture         =   "frmSplash.frx":030A
      Top             =   1320
      Width           =   1575
   End
   Begin VB.Label Label5 
      BackColor       =   &H00F6F6F6&
      Caption         =   "Email:ldx8108@sina.com"
      ForeColor       =   &H000000FF&
      Height          =   225
      Left            =   3480
      TabIndex        =   5
      Top             =   2640
      Width           =   1695
   End
   Begin VB.Label Label4 
      BackColor       =   &H00F6F6F6&
      Caption         =   "网址:http://www.lidaoxuan.com"
      ForeColor       =   &H000000FF&
      Height          =   225
      Left            =   3480
      TabIndex        =   4
      Top             =   2880
      Width           =   2895
   End
   Begin VB.Label Label3 
      BackColor       =   &H00F6F6F6&
      Caption         =   "版权所有 Copyright@ 2005  李道选"
      Height          =   255
      Left            =   1200
      TabIndex        =   3
      Top             =   3360
      Width           =   3375
   End
   Begin VB.Label lblVersion 
      BackColor       =   &H00F6F6F6&
      Caption         =   "版本: 1.0"
      Height          =   225
      Left            =   4920
      TabIndex        =   2
      Tag             =   "版本"
      Top             =   1200
      Width           =   1695
   End
   Begin VB.Label Label1 
      BackColor       =   &H00F6F6F6&
      Caption         =   "作者:李道选"
      Height          =   225
      Left            =   3480
      TabIndex        =   1
      Top             =   2400
      Width           =   1695
   End
   Begin VB.Label lblTitle 
      BackColor       =   &H00F6F6F6&
      Caption         =   "欢迎使用教学资源管理系统"
      BeginProperty Font 
         Name            =   "华文新魏"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H008080FF&
      Height          =   720
      Left            =   240
      TabIndex        =   0
      Top             =   600
      Width           =   6015
   End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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