📄 bookstylelist.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form bookTypeList
BackColor = &H00FFFFC0&
BorderStyle = 1 'Fixed Single
Caption = "产品类型"
ClientHeight = 7035
ClientLeft = 45
ClientTop = 330
ClientWidth = 5640
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7035
ScaleWidth = 5640
StartUpPosition = 1 '所有者中心
Begin VB.Frame FrameBookstyle
BackColor = &H00FFFFC0&
Caption = "备 注"
Height = 1215
Left = 120
TabIndex = 8
Top = 4800
Width = 5415
Begin VB.TextBox bookTypeOther
Height = 855
Left = 120
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 9
Top = 240
Width = 5175
End
End
Begin VB.TextBox addbookTypeName
Height = 375
Left = 1200
TabIndex = 7
Top = 4320
Width = 4215
End
Begin VB.CommandButton exit
Caption = "返 回"
Height = 375
Left = 4080
TabIndex = 5
Top = 6360
Width = 1215
End
Begin VB.CommandButton modifybookStyle
Caption = "修 改"
Height = 375
Left = 1680
TabIndex = 4
Top = 6360
Width = 1095
End
Begin VB.CommandButton delbookStyle
Caption = "删 除"
Height = 375
Left = 2880
TabIndex = 3
Top = 6360
Width = 1095
End
Begin MSFlexGridLib.MSFlexGrid booklistGrid
Height = 3015
Left = 0
TabIndex = 1
Top = 600
Width = 5655
_ExtentX = 9975
_ExtentY = 5318
_Version = 393216
Rows = 15
Cols = 4
FixedCols = 0
BackColorBkg = 14737632
SelectionMode = 1
AllowUserResizing= 1
End
Begin VB.CommandButton addbookStyle
Caption = "添 加"
Height = 375
Left = 360
TabIndex = 0
Top = 6360
Width = 1215
End
Begin VB.Label Label4
BackColor = &H00FFFFC0&
Caption = "类别名称:"
Height = 255
Left = 240
TabIndex = 6
Top = 4320
Width = 975
End
Begin VB.Line Line4
BorderColor = &H00FF00FF&
X1 = 5400
X2 = 5400
Y1 = 6240
Y2 = 6840
End
Begin VB.Line Line3
BorderColor = &H00FF00FF&
X1 = 240
X2 = 5400
Y1 = 6840
Y2 = 6840
End
Begin VB.Line Line2
BorderColor = &H00FF00FF&
X1 = 240
X2 = 240
Y1 = 6240
Y2 = 6840
End
Begin VB.Line Line1
BorderColor = &H00FF00FF&
X1 = 240
X2 = 5400
Y1 = 6240
Y2 = 6240
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
Caption = "书 籍 类 别 列 表"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 375
Left = 1560
TabIndex = 2
Top = 120
Width = 2775
End
End
Attribute VB_Name = "bookTypeList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -