📄 form6.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 Form6
BackColor = &H00E7F7FF&
Caption = "其他设置"
ClientHeight = 9885
ClientLeft = 60
ClientTop = 345
ClientWidth = 13815
ControlBox = 0 'False
LinkTopic = "Form6"
MDIChild = -1 'True
ScaleHeight = 9885
ScaleWidth = 13815
WindowState = 2 'Maximized
Begin VB.Frame Frame1
BackColor = &H00E7F7FF&
Caption = "会员等级设置"
Height = 4635
Left = 2340
TabIndex = 9
Top = 60
Width = 8775
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 1680
TabIndex = 13
Top = 240
Width = 915
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 375
Left = 3600
TabIndex = 12
Top = 240
Width = 915
End
Begin VB.CommandButton Command3
Caption = "删除"
Height = 375
Left = 5700
TabIndex = 11
Top = 240
Width = 915
End
Begin MSComctlLib.ListView ListView1
Height = 3615
Left = 60
TabIndex = 10
Top = 900
Width = 8535
_ExtentX = 15055
_ExtentY = 6376
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 = 4800
Width = 8775
Begin VB.CommandButton Command4
Caption = "添加"
Height = 375
Left = 1740
TabIndex = 8
Top = 300
Width = 915
End
Begin VB.CommandButton Command5
Caption = "修改"
Height = 375
Left = 3720
TabIndex = 7
Top = 300
Width = 915
End
Begin VB.CommandButton Command6
Caption = "删除"
Height = 375
Left = 6000
TabIndex = 6
Top = 300
Width = 915
End
Begin MSComctlLib.ListView ListView2
Height = 2355
Left = 60
TabIndex = 5
Top = 960
Width = 8535
_ExtentX = 15055
_ExtentY = 4154
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.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 = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
BSE1.SchemeStyle = 0
BSE1.EndSubClassing
BSE1.InitSubClassing
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -