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

📄 mdiform1.frm

📁 vb+sql的图书管理系统。
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Begin VB.MDIForm MDIForm1 
   BackColor       =   &H8000000C&
   Caption         =   "图书管理"
   ClientHeight    =   8235
   ClientLeft      =   165
   ClientTop       =   855
   ClientWidth     =   12405
   Icon            =   "MDIForm1.frx":0000
   LinkTopic       =   "图书管理"
   StartUpPosition =   3  '窗口缺省
   Begin ComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   1
      Top             =   7860
      Width           =   12405
      _ExtentX        =   21881
      _ExtentY        =   661
      SimpleText      =   ""
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   2
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Object.Width           =   16651
            MinWidth        =   16651
            Text            =   "小组成员:胡卓彦 王建 腾明月 谢礼明 赵晶"
            TextSave        =   "小组成员:胡卓彦 王建 腾明月 谢礼明 赵晶"
            Key             =   ""
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            TextSave        =   ""
            Key             =   ""
            Object.Tag             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   11160
      Top             =   120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   30
      ImageHeight     =   30
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   4
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "MDIForm1.frx":151A
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "MDIForm1.frx":1D2C
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "MDIForm1.frx":253E
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "MDIForm1.frx":2D50
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   825
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   12405
      _ExtentX        =   21881
      _ExtentY        =   1455
      ButtonWidth     =   1455
      ButtonHeight    =   1296
      Appearance      =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   4
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "书籍查询"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "书籍借还"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "书籍预留"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "读者查询"
            ImageIndex      =   4
         EndProperty
      EndProperty
   End
   Begin VB.Menu log 
      Caption         =   "管理员登录"
      Begin VB.Menu login 
         Caption         =   "登录"
         Shortcut        =   ^I
      End
      Begin VB.Menu quit 
         Caption         =   "退出"
         Shortcut        =   ^Q
      End
   End
   Begin VB.Menu booksbr 
      Caption         =   "书籍借阅"
      Begin VB.Menu bookselt 
         Caption         =   "书籍查询"
         Shortcut        =   ^S
      End
      Begin VB.Menu bookb 
         Caption         =   "借还书籍"
         Shortcut        =   ^B
      End
      Begin VB.Menu booksty 
         Caption         =   "预留书籍"
         Shortcut        =   ^T
      End
   End
   Begin VB.Menu resder 
      Caption         =   "读者信息"
      Begin VB.Menu raeders 
         Caption         =   "信息查询"
         Shortcut        =   ^Y
      End
      Begin VB.Menu readerd 
         Caption         =   "读者管理"
         Shortcut        =   ^U
      End
   End
   Begin VB.Menu admin 
      Caption         =   "管理员信息"
      Begin VB.Menu adminifn 
         Caption         =   "管理员资料"
         Shortcut        =   ^M
      End
      Begin VB.Menu adminnew 
         Caption         =   "管理员添加"
         Shortcut        =   ^L
      End
      Begin VB.Menu changpass 
         Caption         =   "修改密码"
         Shortcut        =   ^E
      End
   End
   Begin VB.Menu system 
      Caption         =   "系统管理"
      Begin VB.Menu bookadd 
         Caption         =   "书籍管理"
         Shortcut        =   ^A
      End
      Begin VB.Menu systemd 
         Caption         =   "基本设置"
         Shortcut        =   ^C
      End
   End
   Begin VB.Menu help 
      Caption         =   "帮助"
   End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub adminifn_Click()
Form7.Show
Form7.WindowState = vbMaximized
End Sub

Private Sub adminnew_Click()
Form9.Show
Form9.WindowState = vbMaximized
End Sub

Private Sub bookadd_Click()
Form6.Show
Form6.WindowState = vbMaximized
End Sub

Private Sub bookb_Click()

Form2.Show
Form2.WindowState = vbMaximized
End Sub

Private Sub bookselt_Click()

Form1.Show
Form1.WindowState = vbMaximized
End Sub


Private Sub booksty_Click()

Form3.Show
Form3.WindowState = vbMaximized
End Sub

Private Sub changpass_Click()
Form10.Show
End Sub

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

Private Sub MDIForm_Load()
Call updata
End Sub

Private Sub quit_Click()
End
End Sub

Private Sub raeders_Click()
Form4.Show
Form4.WindowState = vbMaximized
End Sub

Private Sub readerd_Click()
Form5.Show
Form5.WindowState = vbMaximized
End Sub

Private Sub systemd_Click()
Form8.Show
Form8.WindowState = vbMaximized
End Sub

Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Index
 Case 1
   Call bookselt_Click
 Case 2
   Call bookb_Click
 Case 3
   Call booksty_Click
 Case 4
   Call raeders_Click
 End Select
End Sub

⌨️ 快捷键说明

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