📄 读者管理.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form5
Caption = "读者信息管理"
ClientHeight = 6795
ClientLeft = 60
ClientTop = 345
ClientWidth = 11880
LinkTopic = "Form5"
ScaleHeight = 6795
ScaleWidth = 11880
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 1050
Left = 0
TabIndex = 0
Top = 120
Width = 11895
Begin MSComctlLib.Toolbar Toolbar5
Height = 900
Left = 5040
TabIndex = 5
Top = 120
Width = 855
_ExtentX = 1508
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 1
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "退 出"
ImageKey = "e"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar4
Height = 900
Left = 3870
TabIndex = 4
Top = 120
Width = 855
_ExtentX = 1508
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 1
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "查 询"
ImageKey = "d"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar3
Height = 900
Left = 2700
TabIndex = 3
Top = 120
Width = 855
_ExtentX = 1508
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 1
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "删 除"
ImageKey = "c"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar2
Height = 900
Left = 1530
TabIndex = 2
Top = 120
Width = 855
_ExtentX = 1508
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 1
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "修 改"
ImageKey = "b"
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 10920
Top = 360
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 40
ImageHeight = 40
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 5
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "读者管理.frx":0000
Key = "a"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "读者管理.frx":01EF
Key = "b"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "读者管理.frx":066A
Key = "c"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "读者管理.frx":087A
Key = "d"
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "读者管理.frx":0A02
Key = "e"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Height = 900
Left = 360
TabIndex = 1
Top = 120
Width = 855
_ExtentX = 1508
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 1
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "添 加"
ImageKey = "a"
EndProperty
EndProperty
End
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Form20.Show
End Sub
Private Sub Toolbar2_ButtonClick(ByVal Button As MSComctlLib.Button)
Form23.Show
End Sub
Private Sub Toolbar4_ButtonClick(ByVal Button As MSComctlLib.Button)
Form24.Show
End Sub
Private Sub Toolbar5_ButtonClick(ByVal Button As MSComctlLib.Button)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -