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

📄 form4.frm

📁 此系统为“学生选课系统”
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   Caption         =   "工大课程管理系统"
   ClientHeight    =   7185
   ClientLeft      =   2910
   ClientTop       =   150
   ClientWidth     =   9615
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   Picture         =   "Form4.frx":0000
   ScaleHeight     =   7185
   ScaleWidth      =   9615
   Begin VB.Timer Timer1 
      Interval        =   2000
      Left            =   8280
      Top             =   2880
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "关于我们ttt711@sina.com"
      ForeColor       =   &H000000FF&
      Height          =   255
      Left            =   3840
      TabIndex        =   1
      Top             =   6480
      Width           =   2295
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "欢迎使用学生课程信息管理系统"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   24
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000E&
      Height          =   1215
      Left            =   1440
      TabIndex        =   0
      Top             =   1560
      Width           =   7215
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
Form6.Show
End Sub

Private Sub Timer1_Timer()
    Form1.Show
    Unload Me
End Sub

⌨️ 快捷键说明

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