📄 form5.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{9A226D6F-2658-4445-8D35-5C19D42676FE}#1.0#0"; "xp.ocx"
Begin VB.Form Form5
BackColor = &H00E7F7FF&
Caption = "商品设置"
ClientHeight = 9885
ClientLeft = 60
ClientTop = 345
ClientWidth = 13815
ControlBox = 0 'False
LinkTopic = "Form5"
MDIChild = -1 'True
ScaleHeight = 9885
ScaleWidth = 13815
WindowState = 2 'Maximized
Begin VB.Frame Frame3
BackColor = &H00E7F7FF&
Caption = "兑换商品设置"
Height = 2835
Left = 7680
TabIndex = 14
Top = 60
Width = 5295
Begin VB.CommandButton Command13
Caption = "删除商品"
Height = 375
Left = 3480
TabIndex = 17
Top = 300
Width = 1155
End
Begin VB.CommandButton Command12
Caption = "修改商品"
Height = 375
Left = 2160
TabIndex = 16
Top = 300
Width = 1155
End
Begin VB.CommandButton Command11
Caption = "添加商品"
Height = 375
Left = 600
TabIndex = 15
Top = 300
Width = 1155
End
Begin MSComctlLib.ListView ListView3
Height = 1815
Left = 60
TabIndex = 18
Top = 900
Width = 5115
_ExtentX = 9022
_ExtentY = 3201
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
End
Begin VB.Frame Frame1
BackColor = &H00E7F7FF&
Caption = "商品类别设置"
Height = 2835
Left = 2340
TabIndex = 9
Top = 60
Width = 5295
Begin VB.CommandButton Command1
Caption = "添加类别"
Height = 375
Left = 720
TabIndex = 13
Top = 300
Width = 1035
End
Begin VB.CommandButton Command2
Caption = "修改类别"
Height = 375
Left = 2160
TabIndex = 12
Top = 300
Width = 1035
End
Begin VB.CommandButton Command3
Caption = "删除类别"
Height = 375
Left = 3480
TabIndex = 11
Top = 300
Width = 1035
End
Begin MSComctlLib.ListView ListView1
Height = 1815
Left = 60
TabIndex = 10
Top = 900
Width = 5115
_ExtentX = 9022
_ExtentY = 3201
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
End
Begin VB.Frame Frame2
BackColor = &H00E7F7FF&
Caption = "商品名称设置"
Height = 3495
Left = 2340
TabIndex = 4
Top = 2940
Width = 10635
Begin VB.TextBox Text1
Height = 330
Left = 3540
TabIndex = 24
Top = 300
Width = 1455
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1200
TabIndex = 22
Text = "所有类别"
Top = 300
Width = 1275
End
Begin VB.CommandButton Command15
Caption = "帮助"
Height = 375
Left = 9600
TabIndex = 20
Top = 240
Width = 795
End
Begin VB.CommandButton Command14
Caption = "删除商品"
Height = 375
Left = 8460
TabIndex = 19
Top = 240
Width = 975
End
Begin VB.CommandButton Command4
Caption = "添加商品"
Height = 375
Left = 5100
TabIndex = 8
Top = 240
Width = 915
End
Begin VB.CommandButton Command5
Caption = "商品进退货"
Height = 375
Left = 6180
TabIndex = 7
Top = 240
Width = 1035
End
Begin VB.CommandButton Command6
Caption = "修改商品"
Height = 375
Left = 7380
TabIndex = 6
Top = 240
Width = 915
End
Begin MSComctlLib.ListView ListView2
Height = 2535
Left = 60
TabIndex = 5
Top = 780
Width = 10395
_ExtentX = 18336
_ExtentY = 4471
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "商品编号:"
Height = 180
Left = 2580
TabIndex = 23
Top = 360
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "按类别过滤"
Height = 180
Left = 180
TabIndex = 21
Top = 360
Width = 900
End
End
Begin VB.CommandButton Command7
Caption = "会员卡设置"
Height = 435
Left = 300
TabIndex = 3
Top = 600
Width = 1395
End
Begin VB.CommandButton Command8
Caption = "商品设置"
Height = 435
Left = 300
TabIndex = 2
Top = 1320
Width = 1395
End
Begin VB.CommandButton Command9
Caption = "其他设置"
Height = 435
Left = 300
TabIndex = 1
Top = 1920
Width = 1395
End
Begin VB.CommandButton Command10
Caption = "积分设置"
Height = 435
Left = 300
TabIndex = 0
Top = 2580
Width = 1395
End
Begin BSE_Engine.BSE BSE1
Left = 2220
Top = 5700
_ExtentX = 6588
_ExtentY = 1085
End
Begin VB.Line Line1
BorderColor = &H80000010&
X1 = 2100
X2 = 2100
Y1 = 0
Y2 = 9900
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command7_Click()
Form4.Show
Form5.Visible = False
End Sub
Private Sub Form_Load()
ListView1.ColumnHeaders.Add , , "编号", 1000
ListView1.ColumnHeaders.Add , , "类别名称", 1000
ListView2.ColumnHeaders.Add , , "编号", 1000
ListView2.ColumnHeaders.Add , , "商品名称", 1000
ListView2.ColumnHeaders.Add , , "单位", 1000
ListView2.ColumnHeaders.Add , , "预售单价", 1000
ListView2.ColumnHeaders.Add , , "进货单价", 1000
ListView2.ColumnHeaders.Add , , "数量", 1000
ListView2.ColumnHeaders.Add , , "最底折扣", 1000
ListView2.ColumnHeaders.Add , , "所属类别", 1000
ListView3.ColumnHeaders.Add , , "编号", 1000
ListView3.ColumnHeaders.Add , , "商品名称", 1000
ListView3.ColumnHeaders.Add , , "库存数量", 1000
ListView3.ColumnHeaders.Add , , "兑换积分", 1000
BSE1.SchemeStyle = 0
BSE1.EndSubClassing
BSE1.InitSubClassing
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -