📄 frmbooklist.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmBooklist
BackColor = &H00FFFFC0&
BorderStyle = 1 'Fixed Single
Caption = "产品管理"
ClientHeight = 6030
ClientLeft = 45
ClientTop = 330
ClientWidth = 9825
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6030
ScaleWidth = 9825
StartUpPosition = 1 '所有者中心
Begin VB.TextBox currentSelNo
Height = 375
Left = 840
TabIndex = 7
Top = 5520
Width = 1455
End
Begin VB.CommandButton Command4
Caption = "返 回"
Height = 375
Left = 8400
TabIndex = 6
Top = 5520
Width = 1215
End
Begin VB.CommandButton delbook
Caption = "删 除"
Height = 375
Left = 5280
TabIndex = 5
Top = 5520
Width = 1095
End
Begin VB.CommandButton modifybook
Caption = "修 改"
Height = 375
Left = 3960
TabIndex = 4
Top = 5520
Width = 1095
End
Begin VB.CommandButton addbook
Caption = "新 增"
Height = 375
Left = 2640
TabIndex = 3
Top = 5520
Width = 1095
End
Begin VB.CommandButton bookSearch
Caption = "查 询"
Height = 375
Left = 6600
TabIndex = 2
Top = 5520
Width = 1095
End
Begin MSFlexGridLib.MSFlexGrid bookInfoGrid
Height = 4455
Left = 0
TabIndex = 1
Top = 840
Width = 9855
_ExtentX = 17383
_ExtentY = 7858
_Version = 393216
Rows = 18
Cols = 15
FixedCols = 0
BackColorBkg = 14737632
SelectionMode = 1
AllowUserResizing= 1
End
Begin VB.Label Label2
BackColor = &H00C0E0FF&
Caption = "选定的产品编号"
Height = 495
Left = 120
TabIndex = 8
Top = 5520
Width = 735
End
Begin VB.Image Image1
Height = 855
Left = 0
Picture = "frmBooklist.frx":0000
Top = 5400
Width = 10140
End
Begin VB.Line Line2
BorderColor = &H00FF0000&
BorderWidth = 2
X1 = 0
X2 = 9960
Y1 = 0
Y2 = 0
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderWidth = 2
X1 = 0
X2 = 9960
Y1 = 720
Y2 = 720
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
Caption = "产 品 管 理"
BeginProperty Font
Name = "楷体_GB2312"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 495
Left = 3360
TabIndex = 0
Top = 120
Width = 2895
End
End
Attribute VB_Name = "frmBooklist"
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 + -