📄 adddel.frm
字号:
VERSION 5.00
Begin VB.Form AddDel_Frm
Caption = "图书查询系统"
ClientHeight = 4770
ClientLeft = 60
ClientTop = 450
ClientWidth = 8070
LinkTopic = "Form3"
ScaleHeight = 4770
ScaleWidth = 8070
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "返回"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5160
TabIndex = 18
Top = 3000
Width = 1455
End
Begin VB.TextBox Text8
Height = 375
Left = 2400
TabIndex = 17
Top = 3240
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "删除"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 3
Left = 5160
TabIndex = 16
Top = 2400
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "取消添加"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 2
Left = 5160
TabIndex = 15
Top = 1800
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "添加确认"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 1
Left = 5160
TabIndex = 14
Top = 1200
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "添加"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 0
Left = 5160
TabIndex = 13
Top = 600
Width = 1455
End
Begin VB.TextBox Text2
Height = 375
Left = 2400
TabIndex = 5
Top = 1320
Width = 2055
End
Begin VB.TextBox Text3
DataSource = "Adodc1"
Height = 375
Left = 2400
TabIndex = 4
Top = 1800
Width = 2055
End
Begin VB.TextBox Text4
Height = 375
Left = 2400
TabIndex = 3
Top = 2280
Width = 2055
End
Begin VB.TextBox Text5
Height = 375
Left = 2400
TabIndex = 2
Top = 2760
Width = 2055
End
Begin VB.TextBox Text1
Height = 375
Left = 2400
TabIndex = 1
Top = 360
Width = 2055
End
Begin VB.TextBox Text7
Height = 375
Left = 2400
TabIndex = 0
Top = 840
Width = 2055
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "图书编号"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 0
Left = 1200
TabIndex = 12
Top = 480
Width = 960
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "图书名称"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 1
Left = 1200
TabIndex = 11
Top = 960
Width = 960
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "出版社"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 1200
TabIndex = 10
Top = 1440
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "出版时间"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 3
Left = 1200
TabIndex = 9
Top = 1920
Width = 960
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "作者"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 4
Left = 1200
TabIndex = 8
Top = 2400
Width = 480
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "图书总册数"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 5
Left = 1200
TabIndex = 7
Top = 2880
Width = 1200
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "已售册数"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 6
Left = 1200
TabIndex = 6
Top = 3360
Width = 960
End
End
Attribute VB_Name = "AddDel_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -