flash.frm

来自「图书馆管理系统--毕业设计 使用vb和SQL Server2000的图书馆管」· FRM 代码 · 共 49 行

FRM
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?