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

📄 welcome.frm

📁 学生信息管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form welcome 
   Caption         =   "welcome"
   ClientHeight    =   11010
   ClientLeft      =   2820
   ClientTop       =   -135
   ClientWidth     =   15240
   LinkTopic       =   "Form1"
   Picture         =   "Welcome.frx":0000
   ScaleHeight     =   11010
   ScaleWidth      =   15240
   Begin VB.CommandButton enter 
      Appearance      =   0  'Flat
      BackColor       =   &H00C0FFC0&
      Caption         =   "Enter"
      BeginProperty Font 
         Name            =   "@Dotum"
         Size            =   42
         Charset         =   0
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   11280
      MaskColor       =   &H00C0FFC0&
      TabIndex        =   1
      Top             =   8760
      Width           =   3375
   End
   Begin VB.Label welcome 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "欢迎进入学生信息管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00008000&
      Height          =   975
      Left            =   1440
      TabIndex        =   0
      Top             =   960
      Width           =   10455
   End
End
Attribute VB_Name = "Welcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub enter_Click()

    login.Show
    'welcome.Hide
    Unload Me
    
End Sub

⌨️ 快捷键说明

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