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

📄 frmmain.frm

📁 一个毕业设计的作品
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmMain 
   Caption         =   "图书馆管理系统"
   ClientHeight    =   7695
   ClientLeft      =   165
   ClientTop       =   555
   ClientWidth     =   10875
   LinkTopic       =   "Form1"
   ScaleHeight     =   7695
   ScaleWidth      =   10875
   StartUpPosition =   2  '屏幕中心
   WindowState     =   2  'Maximized
   Begin VB.PictureBox Picture1 
      Height          =   7815
      Left            =   -960
      Picture         =   "frmMain.frx":0000
      ScaleHeight     =   7755
      ScaleWidth      =   12060
      TabIndex        =   1
      Top             =   0
      Width           =   12120
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   495
      Left            =   0
      TabIndex        =   0
      Top             =   7200
      Width           =   10875
      _ExtentX        =   19182
      _ExtentY        =   873
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
   End
   Begin VB.Menu tsgl 
      Caption         =   "图书管理"
      Begin VB.Menu tslb 
         Caption         =   "图书类别管理"
         Begin VB.Menu tjts 
            Caption         =   "添加图书类别"
         End
         Begin VB.Menu xgtu 
            Caption         =   "编辑图书类别"
         End
      End
      Begin VB.Menu tsxx 
         Caption         =   "图书信息管理"
         Begin VB.Menu tjtx 
            Caption         =   "添别图书信息"
         End
         Begin VB.Menu xgtx 
            Caption         =   "编辑图书信息"
         End
         Begin VB.Menu cxtx 
            Caption         =   "查询图书信息"
         End
      End
   End
   Begin VB.Menu dzgl 
      Caption         =   "读者管理"
      Begin VB.Menu dzlb 
         Caption         =   "读者类别管理"
         Begin VB.Menu tjdz 
            Caption         =   "添加读者类别"
         End
         Begin VB.Menu xgdz 
            Caption         =   "修改读者类别"
         End
         Begin VB.Menu scdz 
            Caption         =   "删除读者类别"
         End
      End
      Begin VB.Menu dzxx 
         Caption         =   "读者信息管理"
         Begin VB.Menu tjdx 
            Caption         =   "添加读者信息"
         End
         Begin VB.Menu xgdx 
            Caption         =   "修改读者信息"
         End
         Begin VB.Menu scdx 
            Caption         =   "删除读者信息"
         End
         Begin VB.Menu cxdz 
            Caption         =   "查询读者信息"
         End
      End
   End
   Begin VB.Menu tsjy 
      Caption         =   "图书借阅管理"
      Begin VB.Menu jsgl 
         Caption         =   "借书管理"
         Begin VB.Menu tjjx 
            Caption         =   "添加借书信息"
         End
         Begin VB.Menu cxjx 
            Caption         =   "查询借书信息"
         End
      End
      Begin VB.Menu hsgl 
         Caption         =   "还书管理"
         Begin VB.Menu tjhx 
            Caption         =   "添加还书信息"
         End
      End
   End
   Begin VB.Menu print 
      Caption         =   "打印"
      Begin VB.Menu printinfor 
         Caption         =   "打印书籍信息"
      End
      Begin VB.Menu printbo 
         Caption         =   "打印借书信息"
      End
   End
   Begin VB.Menu about 
      Caption         =   "关于"
   End
   Begin VB.Menu exit 
      Caption         =   "退出(&Z)"
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub about_Click()
Form1.Show
End Sub

Private Sub cxdz_Click()
 frmfindreaderinfo.Show
End Sub

Private Sub cxjx_Click()
  frmfindborrowinfo.Show
End Sub

Private Sub cxtx_Click()
  frmfindbookinfo.Show
End Sub

Private Sub exit_Click()
 Unload Me
End Sub




Private Sub printinfor_Click()
DataReport1.Show
End Sub

Private Sub scdx_Click()
 frmmodifyreaderinfo.Show
End Sub

Private Sub scdz_Click()
 frmmodifyreaderstyle.Show
End Sub











Private Sub tjdx_Click()
  frmaddreaderinfo.Show
End Sub

Private Sub tjdz_Click()
  frmaddreaderstyle.Show
End Sub

Private Sub tjgy_Click()
   frmadduser.Show
End Sub

Private Sub tjhx_Click()
  frmbackbookinfo.Show
End Sub

Private Sub tjjx_Click()
   frmfindbookinfo.Show
End Sub

Private Sub tjts_Click()
 frmaddbookstyle.Show
End Sub

Private Sub tjtx_Click()
  frmaddbookinfo.Show
End Sub



Private Sub xgdx_Click()
  frmmodifyreaderinfo.Show
End Sub

Private Sub xgdz_Click()
  frmmodifyreaderstyle.Show
End Sub



Private Sub xgtu_Click()
  frmmodifystyle.Show
End Sub

Private Sub xgtx_Click()
  frmmodifybookinfo.Show
End Sub

⌨️ 快捷键说明

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