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

📄 mdiform1.frm

📁 是关于图书的管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm MDIForm1 
   BackColor       =   &H8000000C&
   Caption         =   "图书馆管理系统"
   ClientHeight    =   5040
   ClientLeft      =   165
   ClientTop       =   750
   ClientWidth     =   8100
   LinkTopic       =   "MDIForm1"
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   7680
      Top             =   4200
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   255
      Left            =   0
      TabIndex        =   0
      Top             =   4785
      Width           =   8100
      _ExtentX        =   14288
      _ExtentY        =   450
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   4
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   1
            AutoSize        =   1
            Text            =   "图书馆管理系统 v1.0"
            TextSave        =   "图书馆管理系统 v1.0"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            AutoSize        =   1
            Object.Width           =   7056
            MinWidth        =   7056
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Alignment       =   2
            AutoSize        =   1
         EndProperty
      EndProperty
   End
   Begin VB.Menu mfstar 
      Caption         =   "开始(&S)"
      Index           =   1
      Begin VB.Menu mfcheck 
         Caption         =   "登陆(&I)"
         Shortcut        =   ^I
      End
      Begin VB.Menu mfxx 
         Caption         =   "-"
      End
      Begin VB.Menu mfclose 
         Caption         =   "退出"
      End
   End
   Begin VB.Menu mfwork 
      Caption         =   "操作(&W)"
      Enabled         =   0   'False
      Begin VB.Menu mflent 
         Caption         =   "借阅图书(&T)"
         Shortcut        =   ^T
      End
      Begin VB.Menu mfrennew 
         Caption         =   "续借图书(&R)"
         Shortcut        =   ^S
      End
      Begin VB.Menu mfx 
         Caption         =   "-"
      End
      Begin VB.Menu mfreturn 
         Caption         =   "还书(&B)"
         Shortcut        =   ^B
      End
   End
   Begin VB.Menu mfedit 
      Caption         =   "编辑(&E)"
      Enabled         =   0   'False
      Begin VB.Menu mffindbook 
         Caption         =   "查找图书(&F)"
         Shortcut        =   ^F
      End
      Begin VB.Menu mffindreader 
         Caption         =   "查找读者(&D)"
         Shortcut        =   ^D
      End
      Begin VB.Menu MFreaderL 
         Caption         =   "读者借阅查询(&L)"
      End
   End
   Begin VB.Menu mfadd 
      Caption         =   "添加(&A)"
      Enabled         =   0   'False
      Begin VB.Menu mfaddbook 
         Caption         =   "添加图书(&K)"
         Shortcut        =   ^K
      End
      Begin VB.Menu mfaddreader 
         Caption         =   "添加读者(&N)"
         Shortcut        =   ^N
      End
   End
   Begin VB.Menu mfsysteminfo 
      Caption         =   "系统设置(&U)"
      Enabled         =   0   'False
      Begin VB.Menu mfsetinfo 
         Caption         =   "基本设置(&J)"
         Shortcut        =   ^J
      End
      Begin VB.Menu mfbooktype 
         Caption         =   "图书类别设置(&Y)"
         Shortcut        =   ^Y
      End
      Begin VB.Menu mfxxx 
         Caption         =   "-"
      End
      Begin VB.Menu mfsetadmin 
         Caption         =   "管理员设置(&G)"
      End
   End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub MDIForm_Load()

End Sub

Private Sub mfaddbook_Click()
    addbook.Show
End Sub

Private Sub mfaddreader_Click()
    Addreader.Show
End Sub

Private Sub mfbooktype_Click()
    setbooktype.Show
End Sub

Private Sub mfcheck_Click()
    frmcheck.Show
End Sub

Private Sub mfclose_Click()
    End
End Sub

Private Sub mffindbook_Click()
    findbook.Show
End Sub

Private Sub mffindreader_Click()
    findreader.Show
End Sub

Private Sub mflent_Click()
    lentbook.Show
End Sub

Private Sub MFreaderL_Click()
    frmreaderL.Show
End Sub

Private Sub mfrennew_Click()
    rennewbook.Show
End Sub

Private Sub mfreturn_Click()
    returnbook.Show
End Sub

Private Sub mfsetadmin_Click()
    setadmin.Show
End Sub

Private Sub mfsetinfo_Click()
    setinfo.Show
End Sub

⌨️ 快捷键说明

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