📄 frmbookrecord.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmBookRecord
Caption = "图书基本资料输入"
ClientHeight = 6705
ClientLeft = 60
ClientTop = 450
ClientWidth = 9495
LinkTopic = "Form1"
ScaleHeight = 6705
ScaleWidth = 9495
StartUpPosition = 3 '窗口缺省
Begin MSAdodcLib.Adodc AdoBookRecord
Height = 495
Left = 4560
Top = 3000
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 873
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=图书销售系统;Data Source=1062781987F44B5"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=图书销售系统;Data Source=1062781987F44B5"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from BookRecord"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Frame Frame2
Caption = "相关操作"
Height = 3255
Left = 5640
TabIndex = 2
Top = 0
Width = 3855
Begin VB.CommandButton cmdend
Caption = "退出"
Height = 375
Left = 2280
TabIndex = 28
Top = 2760
Width = 975
End
Begin VB.CommandButton cmdexit
Caption = "关闭"
Height = 375
Left = 720
TabIndex = 27
Top = 2760
Width = 975
End
Begin VB.CommandButton cmddel
Caption = "删除"
Height = 375
Left = 2280
TabIndex = 26
Top = 2160
Width = 975
End
Begin VB.CommandButton cmdrefresh
Caption = "刷新"
Height = 375
Left = 720
TabIndex = 25
Top = 2160
Width = 975
End
Begin VB.CommandButton cmdnext
Caption = "下一条"
Height = 375
Left = 2280
TabIndex = 24
Top = 1680
Width = 975
End
Begin VB.CommandButton cmdpre
Caption = "上一条"
Height = 375
Left = 720
TabIndex = 23
Top = 1680
Width = 975
End
Begin VB.CommandButton cmdlast
Caption = "最后一条"
Height = 375
Left = 2280
TabIndex = 22
Top = 1200
Width = 975
End
Begin VB.CommandButton cmdfirst
Caption = "第一条"
Height = 375
Left = 720
TabIndex = 21
Top = 1200
Width = 975
End
Begin VB.CommandButton cmdcancel
Caption = "取消"
Height = 375
Left = 2280
TabIndex = 20
Top = 720
Width = 975
End
Begin VB.CommandButton cmdsave
Caption = "保存"
Height = 375
Left = 720
TabIndex = 19
Top = 720
Width = 975
End
Begin VB.CommandButton cmdfind
Caption = "查询记录"
Height = 375
Left = 2280
TabIndex = 18
Top = 240
Width = 975
End
Begin VB.CommandButton cmdadd
Caption = "添加"
Height = 375
Left = 720
TabIndex = 17
Top = 240
Width = 975
End
End
Begin VB.Frame Frame1
Caption = "图书基本资料输入"
Height = 3255
Left = 0
TabIndex = 1
Top = 0
Width = 5535
Begin VB.TextBox txtBook6
DataField = "Discount"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 16
Top = 2520
Width = 2415
End
Begin VB.TextBox txtBook5
DataField = "Quantity"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 14
Top = 2160
Width = 2415
End
Begin VB.TextBox txtBook4
DataField = "SalesPrice"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 12
Top = 1800
Width = 2415
End
Begin VB.TextBox txtBook3
DataField = "Author"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 10
Top = 1440
Width = 2415
End
Begin VB.TextBox txtBook2
DataField = "Publisher"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 8
Top = 1080
Width = 2415
End
Begin VB.TextBox txtBook1
DataField = "BookName"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 6
Top = 720
Width = 2415
End
Begin VB.TextBox txtBook
DataField = "BookNo"
DataSource = "AdoBookRecord"
Height = 270
Left = 1560
TabIndex = 4
Top = 360
Width = 2415
End
Begin VB.Label Label7
Caption = "折 扣:"
Height = 255
Left = 600
TabIndex = 15
Top = 2520
Width = 855
End
Begin VB.Label Label6
Caption = "库存数量:"
Height = 255
Left = 600
TabIndex = 13
Top = 2160
Width = 855
End
Begin VB.Label Label5
Caption = "单 价:"
Height = 255
Left = 600
TabIndex = 11
Top = 1800
Width = 855
End
Begin VB.Label Label4
Caption = "作 者:"
Height = 255
Left = 600
TabIndex = 9
Top = 1440
Width = 855
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -