?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Frmmain
Caption = "圖書查詢管理系統"
ClientHeight = 8820
ClientLeft = 165
ClientTop = 735
ClientWidth = 10710
LinkTopic = "Form1"
ScaleHeight = 8820
ScaleWidth = 10710
StartUpPosition = 3 '窗口缺省
Begin VB.Menu munDatabaseOperation
Caption = "數據庫操作"
Begin VB.Menu mnuTableClean
Caption = "表清理"
End
Begin VB.Menu bbb
Caption = "-"
End
Begin VB.Menu mnuDatabaseBackup
Caption = "數據備份"
Shortcut = ^B
End
Begin VB.Menu mnuDeleteBackup
Caption = "刪除備份"
Shortcut = ^D
End
Begin VB.Menu aa
Caption = "-"
End
Begin VB.Menu mnuExit
Caption = "退出"
End
End
Begin VB.Menu mnuSysManage
Caption = "系統管理"
Begin VB.Menu mnuBookManage
Caption = "書庫管理"
End
Begin VB.Menu mnuReaderManage
Caption = "讀者管理"
End
Begin VB.Menu ccc
Caption = "-"
End
End
End
Attribute VB_Name = "Frmmain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Menu_DatabaseOperation_Click()
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -