📄 frmbookedit.frm
字号:
VERSION 5.00
Begin VB.Form FrmBookEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑图书基本信息"
ClientHeight = 5760
ClientLeft = 45
ClientTop = 330
ClientWidth = 6165
Icon = "FrmBookEdit.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5760
ScaleWidth = 6165
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Cmd_OK
Caption = "确 定"
Default = -1 'True
Height = 400
Left = 1320
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 4
Top = 5160
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
Cancel = -1 'True
Caption = "取 消"
Height = 400
Left = 3480
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 5
Top = 5160
Width = 1300
End
Begin VB.Frame Frame1
Height = 4815
Left = 120
TabIndex = 6
Top = 120
Width = 5895
Begin VB.TextBox txtTotal
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 = 4200
MaxLength = 20
TabIndex = 21
Text = "0"
Top = 3165
Width = 1575
End
Begin VB.TextBox txtSubType
Enabled = 0 'False
Height = 330
Left = 4200
TabIndex = 20
Top = 1260
Width = 1575
End
Begin VB.TextBox txtType
Enabled = 0 'False
Height = 330
Left = 1200
TabIndex = 19
Top = 1260
Width = 1575
End
Begin VB.TextBox txtDescription
Height = 855
Left = 1200
MultiLine = -1 'True
TabIndex = 18
Top = 3720
Width = 4575
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 = 20
TabIndex = 14
Text = "0"
Top = 3165
Width = 1695
End
Begin VB.TextBox txtLocation
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 = 11
Top = 2685
Width = 4575
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 = 50
TabIndex = 2
Top = 1725
Width = 4575
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 = 20
TabIndex = 3
Top = 2205
Width = 4575
End
Begin VB.TextBox txtBookNo
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 = 100
TabIndex = 0
Top = 285
Width = 4575
End
Begin VB.TextBox txtBookName
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 = 100
TabIndex = 1
Top = 765
Width = 4575
End
Begin VB.Label Label10
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 = 3240
TabIndex = 22
Top = 3240
Width = 720
End
Begin VB.Label Label9
Caption = "二级分类"
Height = 180
Left = 3240
TabIndex = 17
Top = 1320
Width = 720
End
Begin VB.Label Label7
Caption = "内容简介"
Height = 180
Left = 240
TabIndex = 16
Top = 3720
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "图书分类"
BeginProperty Font
Name = "宋体"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -