📄 frmbinfoedit.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmBInfoEdit
BorderStyle = 1 'Fixed Single
Caption = "图书基本信息编辑"
ClientHeight = 6225
ClientLeft = 45
ClientTop = 330
ClientWidth = 7605
Icon = "frmBInfoEdit.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6225
ScaleWidth = 7605
StartUpPosition = 2 '屏幕中心
Begin MSComDlg.CommonDialog CmnDlgImage
Left = 4200
Top = 360
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "取 消"
Height = 495
Left = 3960
TabIndex = 12
Top = 5520
Width = 1215
End
Begin VB.CommandButton cmdOk
Caption = "确 定"
Height = 495
Left = 1440
TabIndex = 11
Top = 5520
Width = 1215
End
Begin VB.Frame fraBInfo
Height = 5175
Left = 240
TabIndex = 7
Top = 120
Width = 6975
Begin VB.CommandButton cmdDel
Caption = "取消图书封面"
Height = 495
Left = 4440
TabIndex = 10
Top = 2880
Width = 2175
End
Begin VB.CommandButton cmdSel
Caption = "选择图书封面"
Height = 495
Left = 4440
TabIndex = 9
Top = 2160
Width = 2175
End
Begin VB.TextBox txtBName
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1200
MaxLength = 50
TabIndex = 1
Top = 720
Width = 2535
End
Begin VB.TextBox txtBNo
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1200
MaxLength = 20
TabIndex = 0
Top = 285
Width = 2535
End
Begin VB.TextBox txtPublisher
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1200
MaxLength = 30
TabIndex = 5
Top = 2640
Width = 2535
End
Begin VB.TextBox txtAuthor
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1200
MaxLength = 20
TabIndex = 4
Top = 2160
Width = 2535
End
Begin VB.TextBox txtPrice
Alignment = 1 'Right Justify
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 330
Left = 1200
MaxLength = 7
TabIndex = 6
Text = "0"
Top = 3120
Width = 2535
End
Begin VB.TextBox txtMemo
Height = 1215
Left = 1200
MaxLength = 255
MultiLine = -1 'True
TabIndex = 8
Top = 3600
Width = 5415
End
Begin VB.TextBox txtBType
ForeColor = &H80000011&
Height = 330
Left = 1200
Locked = -1 'True
TabIndex = 2
Top = 1200
Width = 2535
End
Begin VB.TextBox txtSubBType
ForeColor = &H80000011&
Height = 330
Left = 1200
Locked = -1 'True
TabIndex = 3
Top = 1680
Width = 2535
End
Begin VB.Image imgBCover
BorderStyle = 1 'Fixed Single
Height = 1995
Left = 4440
Stretch = -1 'True
Top = 120
Width = 1995
End
Begin VB.Label lblBName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "图书名称"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 240
TabIndex = 20
Top = 840
Width = 720
End
Begin VB.Label lblBNo
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "图书编号"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 180
Left = 240
TabIndex = 19
Top = 360
Width = 720
End
Begin VB.Label lblPublisher
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "出 版 社"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -