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

📄 flash.frm

📁 图书馆管理系统--毕业设计 使用vb和SQL Server2000的图书馆管理软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMenu 
   Caption         =   "图书管理系统"
   ClientHeight    =   3090
   ClientLeft      =   165
   ClientTop       =   555
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   WindowState     =   2  'Maximized
   Begin VB.Menu M1 
      Caption         =   "书目管理"
      Index           =   2
   End
   Begin VB.Menu M2 
      Caption         =   "借阅人员管理"
      Index           =   1
   End
   Begin VB.Menu M3 
      Caption         =   "借阅管理"
   End
   Begin VB.Menu M4 
      Caption         =   "读者查询"
   End
   Begin VB.Menu M5 
      Caption         =   "业务统计"
   End
   Begin VB.Menu M6 
      Caption         =   "系统管理"
   End
End
Attribute VB_Name = "frmMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub goodo_Click(Index As Integer)

End Sub

Private Sub M1_Click(Index As Integer)
mfrmMain.Show

End Sub

⌨️ 快捷键说明

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