📄 图书类别管理.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form6
Caption = "图书类别管理"
ClientHeight = 7200
ClientLeft = 60
ClientTop = 345
ClientWidth = 4395
LinkTopic = "Form6"
ScaleHeight = 7200
ScaleWidth = 4395
StartUpPosition = 3 '窗口缺省
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access 2000;"
DatabaseName = "C:\Documents and Settings\advstu\My Documents\毕业设计\book.db1.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 495
Left = 120
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "图书类别"
Top = 6600
Width = 3975
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "图书类别管理.frx":0000
Height = 3975
Left = 120
OleObjectBlob = "图书类别管理.frx":0014
TabIndex = 9
Top = 2520
Width = 4095
End
Begin VB.Frame Frame1
Height = 1050
Left = 0
TabIndex = 4
Top = 120
Width = 4275
Begin MSComctlLib.Toolbar Toolbar4
Height = 900
Left = 2400
TabIndex = 8
Top = 120
Width = 735
_ExtentX = 1296
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList2"
_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 Toolbar3
Height = 900
Left = 1680
TabIndex = 7
Top = 120
Width = 735
_ExtentX = 1296
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList2"
_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 = 960
TabIndex = 6
Top = 120
Width = 735
_ExtentX = 1296
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList2"
_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.Toolbar Toolbar1
Height = 900
Left = 240
TabIndex = 5
Top = 120
Width = 735
_ExtentX = 1296
_ExtentY = 1588
ButtonWidth = 1244
ButtonHeight = 1588
Style = 1
ImageList = "ImageList2"
_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
Begin VB.TextBox Text2
Height = 390
Left = 1680
TabIndex = 3
Top = 2040
Width = 2415
End
Begin VB.TextBox Text1
Height = 390
Left = 1680
TabIndex = 2
Top = 1440
Width = 2415
End
Begin MSComctlLib.ImageList ImageList2
Left = 3360
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":09EB
Key = "a"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "图书类别管理.frx":0BDA
Key = "b"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "图书类别管理.frx":1055
Key = "c"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "图书类别管理.frx":1265
Key = "d"
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "图书类别管理.frx":13ED
Key = "e"
EndProperty
EndProperty
End
Begin VB.Label Label2
Caption = "类型名称:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 1
Top = 2160
Width = 1215
End
Begin VB.Label Label1
Caption = "类型代码:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 0
Top = 1560
Width = 1215
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub DataGrid1_Click()
End Sub
Private Sub Toolbar4_ButtonClick(ByVal Button As MSComctlLib.Button)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -