📄 frm_card.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frm_card
BorderStyle = 3 'Fixed Dialog
Caption = "会员卡优惠"
ClientHeight = 4170
ClientLeft = 45
ClientTop = 330
ClientWidth = 7155
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4170
ScaleWidth = 7155
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame2
Caption = "会员卡信息"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1620
Left = 255
TabIndex = 9
Top = 135
Width = 6630
Begin MSFlexGridLib.MSFlexGrid msglist
Height = 1170
Left = 75
TabIndex = 10
Top = 360
Width = 6435
_ExtentX = 11351
_ExtentY = 2064
_Version = 393216
Cols = 6
FixedCols = 0
GridLines = 0
AllowUserResizing= 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Begin VB.Frame Frame1
Height = 1680
Left = 240
TabIndex = 3
Top = 1875
Width = 6630
Begin VB.TextBox Text1
Height = 360
Left = 1755
TabIndex = 11
Text = "Text1"
Top = 1215
Width = 975
End
Begin VB.TextBox txt_dz
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1755
TabIndex = 0
Text = "Text1"
Top = 720
Width = 3465
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "优惠金额:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 3
Left = 525
TabIndex = 12
Top = 1245
Width = 1200
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "请 刷 卡:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 0
Left = 525
TabIndex = 8
Top = 795
Width = 1200
End
Begin VB.Label lab_ye
BorderStyle = 1 'Fixed Single
Caption = "Label2"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 4200
TabIndex = 7
Top = 285
Width = 960
End
Begin VB.Label lab_total
BorderStyle = 1 'Fixed Single
Caption = "Label2"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1320
TabIndex = 6
Top = 270
Width = 960
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "余额:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 1
Left = 3420
TabIndex = 5
Top = 330
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "总额:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 540
TabIndex = 4
Top = 315
Width = 720
End
End
Begin VB.CommandButton Command1
Caption = "确定[&S]"
Default = -1 'True
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 390
Left = 4605
TabIndex = 2
Top = 3645
Width = 945
End
Begin VB.CommandButton Command2
Cancel = -1 'True
Caption = "取消[&C]"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 390
Left = 5715
TabIndex = 1
Top = 3630
Width = 945
End
End
Attribute VB_Name = "frm_card"
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()
lab_total.Caption = frmaccount.lab_total
lab_ye.Caption = frmaccount.lab_ye
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -