📄 form7.frm
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form 图书管理系统
Caption = "图书管理系统"
ClientHeight = 5700
ClientLeft = 165
ClientTop = 855
ClientWidth = 8640
LinkTopic = "Form7"
Picture = "Form7.frx":0000
ScaleHeight = 5700
ScaleWidth = 8640
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin ComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 615
Left = 0
TabIndex = 0
Top = 5085
Width = 8640
_ExtentX = 15240
_ExtentY = 1085
SimpleText = ""
_Version = 327682
BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7}
NumPanels = 3
BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Object.Width = 9878
MinWidth = 9878
Text = " 欢迎登录图书管理系统"
TextSave = " 欢迎登录图书管理系统"
Key = ""
Object.Tag = ""
EndProperty
BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Style = 5
Object.Width = 9878
MinWidth = 9878
TextSave = "8:41"
Key = ""
Object.Tag = ""
EndProperty
BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7}
Style = 6
Object.Width = 9878
MinWidth = 9878
TextSave = "2007-7-4"
Key = ""
Object.Tag = ""
EndProperty
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "隶书"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Menu tugl
Caption = "图书管理"
Begin VB.Menu tsjy
Caption = "图书借阅"
End
Begin VB.Menu tspc
Caption = "图书赔偿"
End
Begin VB.Menu tsdj
Caption = "图书登记"
End
End
Begin VB.Menu tszl
Caption = "图书资料"
Begin VB.Menu kufang
Caption = "库房管理"
End
End
Begin VB.Menu dz
Caption = "读者信息"
Begin VB.Menu xinxi
Caption = "读者信息表"
End
Begin VB.Menu cxun
Caption = "查询读者信息"
End
End
Begin VB.Menu ziban
Caption = "值班管理"
End
Begin VB.Menu tou
Caption = "投诉管理"
End
Begin VB.Menu xitong
Caption = "系统维护"
Begin VB.Menu sju
Caption = "数据清理"
End
Begin VB.Menu sjiy
Caption = "数据压缩"
End
Begin VB.Menu sbei
Caption = "数据备份"
End
End
Begin VB.Menu xigu
Caption = "系统管理"
Begin VB.Menu zen
Caption = "增加用户"
End
Begin VB.Menu xiug
Caption = "修改密码"
End
Begin VB.Menu y
Caption = "-"
End
Begin VB.Menu tui
Caption = "退出"
End
End
End
Attribute VB_Name = "图书管理系统"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cxun_Click()
End Sub
Private Sub kufang_Click()
End Sub
Private Sub sbei_Click()
End Sub
Private Sub sjiy_Click()
End Sub
Private Sub sju_Click()
End Sub
Private Sub tou_Click()
End Sub
Private Sub tsdj_Click()
End Sub
Private Sub tsjy_Click()
End Sub
Private Sub tspc_Click()
End Sub
Private Sub tui_Click()
End Sub
Private Sub xinxi_Click()
End Sub
Private Sub xiug_Click()
End Sub
Private Sub zen_Click()
End Sub
Private Sub ziban_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -