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

📄 zhuye.frm

📁 图书馆管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form zhuye 
   Caption         =   "zhuye"
   ClientHeight    =   8610
   ClientLeft      =   60
   ClientTop       =   420
   ClientWidth     =   11955
   FillColor       =   &H00FFC0FF&
   LinkTopic       =   "Form1"
   Picture         =   "zhuye.frx":0000
   ScaleHeight     =   8610
   ScaleWidth      =   11955
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command8 
      Caption         =   "退出系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":A7C5
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   5520
      Width           =   4095
   End
   Begin VB.CommandButton Command6 
      Caption         =   "借阅管理"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":18A6A
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   4920
      Width           =   4095
   End
   Begin VB.CommandButton Command5 
      Caption         =   "出版社信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":26D0F
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   4320
      Width           =   4095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "管理者信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":34FB4
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   3720
      Width           =   4095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "借阅信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":43259
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   3120
      Width           =   4095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "书籍信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":514FE
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   2520
      Width           =   4095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "读者信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   3720
      Picture         =   "zhuye.frx":5F7A3
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   1920
      Width           =   4095
   End
End
Attribute VB_Name = "zhuye"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
duzhe.Show
End Sub

Private Sub Command2_Click()
shuji.Show
End Sub

Private Sub Command3_Click()
jieyue.Show
End Sub

Private Sub Command4_Click()
guanliyuan.Show
End Sub

Private Sub Command5_Click()
chubanshe.Show
End Sub

Private Sub Command6_Click()
jieshuguanli.Show
End Sub

Private Sub Command7_Click()
zonghe.Show
End Sub

Private Sub Command8_Click()
End
End Sub

⌨️ 快捷键说明

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