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

📄 frmstartup.frm

📁 通过使用VB与数据库相连实现图书馆的管理系统,提高管理水平
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmstartup 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   9120
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   10710
   Icon            =   "frmstartup.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   9120
   ScaleWidth      =   10710
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      Height          =   9015
      Left            =   0
      ScaleHeight     =   8955
      ScaleWidth      =   10635
      TabIndex        =   0
      Top             =   0
      Width           =   10695
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "实习指导老师:张波"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   15
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   735
         Left            =   7200
         TabIndex        =   3
         Top             =   1800
         Width           =   2895
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "张小省 03835015"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   7200
         TabIndex        =   2
         Top             =   1320
         Width           =   2535
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "图书管理系统"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   42
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   1095
         Left            =   3840
         TabIndex        =   1
         Top             =   240
         Width           =   5295
      End
      Begin VB.Image Image1 
         Height          =   9600
         Left            =   -120
         Picture         =   "frmstartup.frx":000C
         Top             =   0
         Width           =   12000
      End
   End
End
Attribute VB_Name = "frmstartup"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub image1_Click()
    Unload Me
    frmLogin.Show
End Sub

⌨️ 快捷键说明

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