📄 form9.frm
字号:
VERSION 5.00
Object = "{9A226D6F-2658-4445-8D35-5C19D42676FE}#1.0#0"; "xp.ocx"
Begin VB.Form Form9
BackColor = &H00E7F7FF&
Caption = "折扣卡设置"
ClientHeight = 2700
ClientLeft = 60
ClientTop = 345
ClientWidth = 4530
ControlBox = 0 'False
LinkTopic = "Form9"
ScaleHeight = 2700
ScaleWidth = 4530
StartUpPosition = 3 '窗口缺省
Begin BSE_Engine.BSE BSE1
Left = 3960
Top = 1920
_ExtentX = 6588
_ExtentY = 1085
End
Begin VB.CommandButton Command2
Caption = "取消(F4)"
Height = 375
Left = 2580
TabIndex = 11
Top = 2100
Width = 915
End
Begin VB.CommandButton Command1
Caption = "保存(F5)"
Height = 375
Left = 1020
TabIndex = 10
Top = 2100
Width = 915
End
Begin VB.TextBox Text5
Height = 315
Left = 2880
TabIndex = 9
Top = 1560
Width = 795
End
Begin VB.TextBox Text4
Height = 315
Left = 1680
TabIndex = 8
Top = 1560
Width = 795
End
Begin VB.TextBox Text3
Height = 315
Left = 1680
TabIndex = 5
Top = 1140
Width = 1995
End
Begin VB.TextBox Text2
Height = 315
Left = 1680
TabIndex = 4
Top = 720
Width = 1995
End
Begin VB.TextBox Text1
Height = 315
Left = 1680
TabIndex = 3
Top = 300
Width = 1995
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "侄"
Height = 180
Left = 2580
TabIndex = 7
Top = 1620
Width = 180
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "积分区间:"
Height = 180
Left = 720
TabIndex = 6
Top = 1620
Width = 900
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "折扣率:"
Height = 180
Left = 900
TabIndex = 2
Top = 1260
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "会员卡级别:"
Height = 180
Left = 540
TabIndex = 1
Top = 840
Width = 1080
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "会员卡编号:"
Height = 180
Left = 540
TabIndex = 0
Top = 420
Width = 1080
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
Form9.Top = (MDIForm1.ScaleHeight - Form9.Height) / 2
Form9.Left = (MDIForm1.ScaleWidth - Form9.Width) / 2
BSE1.SchemeStyle = 0
BSE1.EndSubClassing
BSE1.InitSubClassing
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -