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

📄 ͼ

📁 As information technology is more and more in-depth and wide range of applications, management infor
💻
字号:
VERSION 5.00
Begin VB.Form Form7 
   Caption         =   "图书馆简介"
   ClientHeight    =   6735
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8130
   LinkTopic       =   "Form7"
   ScaleHeight     =   6735
   ScaleWidth      =   8130
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture3 
      Height          =   5895
      Left            =   -120
      Picture         =   "图书馆简介.frx":0000
      ScaleHeight     =   5835
      ScaleWidth      =   8235
      TabIndex        =   2
      Top             =   1080
      Width           =   8295
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "返 回 上 层"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   18
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   5640
         TabIndex        =   3
         Top             =   5040
         Width           =   2295
      End
   End
   Begin VB.PictureBox Picture2 
      Height          =   1095
      Left            =   0
      Picture         =   "图书馆简介.frx":9C2B2
      ScaleHeight     =   1035
      ScaleWidth      =   8475
      TabIndex        =   0
      Top             =   0
      Width           =   8535
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "博 览 群 书"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   36
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   2040
         TabIndex        =   1
         Top             =   120
         Width           =   4455
      End
   End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
Form7.Hide
Form6.Show
End Sub

⌨️ 快捷键说明

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