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

📄

📁 As information technology is more and more in-depth and wide range of applications, management infor
💻
字号:
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "欢迎进入图书馆管理系统"
   ClientHeight    =   5700
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7905
   LinkTopic       =   "Form3"
   ScaleHeight     =   5700
   ScaleWidth      =   7905
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Height          =   6615
      Left            =   0
      Picture         =   "主界面.frx":0000
      ScaleHeight     =   6555
      ScaleWidth      =   9795
      TabIndex        =   0
      Top             =   0
      Width           =   9855
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "点 击 进 入 系 统"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   15.75
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   2640
         TabIndex        =   1
         Top             =   1920
         Width           =   3135
      End
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
Form3.Hide
Form1.Show
End Sub

⌨️ 快捷键说明

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