📄 book_del.frm
字号:
VERSION 5.00
Begin VB.Form books_del
BorderStyle = 3 'Fixed Dialog
Caption = "删除书籍"
ClientHeight = 6345
ClientLeft = 45
ClientTop = 435
ClientWidth = 10530
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "book_del.frx":0000
ScaleHeight = 6345
ScaleWidth = 10530
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
BackColor = &H00FFFFFF&
Caption = "取消"
Height = 375
Left = 6480
Style = 1 'Graphical
TabIndex = 24
Top = 5400
Width = 1215
End
Begin VB.Frame Frame1
BackColor = &H00FFFFFF&
Caption = "书籍信息确认"
Height = 3375
Left = 600
TabIndex = 3
Top = 1800
Width = 7215
Begin VB.Label b_name
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 1080
TabIndex = 23
Top = 600
Width = 2415
End
Begin VB.Label b_author
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 4440
TabIndex = 22
Top = 600
Width = 2415
End
Begin VB.Label b_type
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 4440
TabIndex = 21
Top = 1080
Width = 2415
End
Begin VB.Label b_pub
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 1080
TabIndex = 20
Top = 1080
Width = 2415
End
Begin VB.Label b_isbn
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 4440
TabIndex = 19
Top = 1560
Width = 2415
End
Begin VB.Label b_p_date
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 1080
TabIndex = 18
Top = 1560
Width = 2415
End
Begin VB.Label b_reg_date
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 1080
TabIndex = 17
Top = 2040
Width = 2415
End
Begin VB.Label b_address
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 4440
TabIndex = 16
Top = 2040
Width = 2415
End
Begin VB.Label b_price
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 375
Left = 1080
TabIndex = 15
Top = 2520
Width = 2415
End
Begin VB.Label b_text
BackStyle = 0 'Transparent
ForeColor = &H8000000D&
Height = 735
Left = 4440
TabIndex = 14
Top = 2520
Width = 2415
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "书籍名称:"
Height = 375
Index = 0
Left = 240
TabIndex = 13
Top = 600
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "备注:"
Height = 375
Index = 1
Left = 3960
TabIndex = 12
Top = 2520
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "书籍价格:"
Height = 375
Index = 2
Left = 240
TabIndex = 11
Top = 2520
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "存放位置:"
Height = 375
Index = 3
Left = 3600
TabIndex = 10
Top = 2040
Width = 1335
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "登记日期:"
Height = 375
Index = 4
Left = 240
TabIndex = 9
Top = 2040
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "出版日期:"
Height = 375
Index = 5
Left = 240
TabIndex = 8
Top = 1560
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "ISBN:"
Height = 375
Index = 6
Left = 3960
TabIndex = 7
Top = 1560
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "出版社:"
Height = 375
Index = 7
Left = 360
TabIndex = 6
Top = 1080
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "类型:"
Height = 375
Index = 8
Left = 3960
TabIndex = 5
Top = 1080
Width = 855
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "作者:"
Height = 375
Index = 9
Left = 3960
TabIndex = 4
Top = 600
Width = 855
End
End
Begin VB.CommandButton Command2
BackColor = &H00FFFFFF&
Caption = "删除"
Height = 375
Left = 4920
Style = 1 'Graphical
TabIndex = 2
Top = 5400
Width = 1215
End
Begin VB.CommandButton Command1
BackColor = &H00FFFFFF&
Caption = "查找"
Height = 375
Left = 3360
Style = 1 'Graphical
TabIndex = 1
Top = 5400
Width = 1215
End
Begin VB.TextBox id
BackColor = &H00C0FFFF&
Height = 270
Left = 1080
TabIndex = 0
Top = 5505
Width = 2055
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "ID"
BeginProperty Font
Name = "Arial"
Size = 10.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 7
Left = 600
TabIndex = 25
Top = 5520
Width = 1215
End
End
Attribute VB_Name = "books_del"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Call fid_books(id.Text)
End Sub
Private Sub Command2_Click()
Call book_dele
End Sub
Private Sub Label3_Click()
End Sub
Private Sub Command3_Click()
Me.Hide
End Sub
Private Sub id_KeyPress(KeyAscii As Integer)
Me.id.BackColor = &H80000005
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -