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

📄 frmenter.frm

📁 图书馆管理系统 VB制作 用户名admin和密码123456
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmenter 
   Caption         =   "图书馆首页"
   ClientHeight    =   7200
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7425
   ControlBox      =   0   'False
   Icon            =   "frmenter.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7200
   ScaleWidth      =   7425
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      BackColor       =   &H00FFFFFF&
      ForeColor       =   &H80000008&
      Height          =   7575
      Left            =   -1200
      Picture         =   "frmenter.frx":0442
      ScaleHeight     =   7545
      ScaleWidth      =   8625
      TabIndex        =   0
      Top             =   0
      Width           =   8655
      Begin VB.CommandButton cmdenter 
         Caption         =   "单击进入"
         Default         =   -1  'True
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   4080
         TabIndex        =   2
         Top             =   6720
         Width           =   2055
      End
      Begin VB.Label lblname 
         Alignment       =   2  'Center
         BackColor       =   &H00FFFFFF&
         Caption         =   "图书馆管理系统"
         BeginProperty Font 
            Name            =   "隶书"
            Size            =   21.75
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   495
         Left            =   0
         TabIndex        =   1
         Top             =   0
         Width           =   9255
      End
   End
End
Attribute VB_Name = "frmenter"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdenter_Click()
    frmmain.Show
    frmenter.Hide
End Sub

⌨️ 快捷键说明

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