📄 会员验证.frm
字号:
VERSION 5.00
Begin VB.Form HYYZ
Caption = "会员验证"
ClientHeight = 4740
ClientLeft = 60
ClientTop = 345
ClientWidth = 6495
LinkTopic = "Form1"
ScaleHeight = 4740
ScaleWidth = 6495
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame3
Height = 975
Left = 0
TabIndex = 14
Top = 3720
Width = 6495
Begin VB.CommandButton Command3
Caption = "取消"
Height = 495
Left = 3840
TabIndex = 17
Top = 240
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "管理"
Height = 495
Left = 2640
TabIndex = 16
Top = 240
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "确认"
Height = 495
Left = 1440
TabIndex = 15
Top = 240
Width = 1215
End
End
Begin VB.Frame Frame2
Caption = "详细信息"
Height = 2535
Left = 0
TabIndex = 5
Top = 1200
Width = 6495
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "已消费金额:"
Height = 195
Left = 3840
TabIndex = 13
Top = 2160
Width = 1080
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "身份证号:"
Height = 195
Left = 3840
TabIndex = 12
Top = 720
Width = 900
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "消费类型:"
Height = 195
Left = 3840
TabIndex = 11
Top = 360
Width = 900
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "剩余金额:"
Height = 195
Left = 240
TabIndex = 10
Top = 2160
Width = 900
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "折扣率:"
Height = 195
Left = 420
TabIndex = 9
Top = 1680
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "单位:"
Height = 195
Left = 600
TabIndex = 8
Top = 1200
Width = 540
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "姓名:"
Height = 195
Left = 600
TabIndex = 7
Top = 720
Width = 540
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "类别:"
Height = 195
Left = 600
TabIndex = 6
Top = 360
Width = 540
End
End
Begin VB.Frame Frame1
Caption = "会员卡帐号和密码"
Height = 975
Left = 0
TabIndex = 0
Top = 120
Width = 6495
Begin VB.TextBox Text2
Height = 375
Left = 3720
TabIndex = 4
Text = "Text2"
Top = 360
Width = 2175
End
Begin VB.TextBox Text1
Height = 375
Left = 960
TabIndex = 2
Text = "Text1"
Top = 360
Width = 1575
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "密码:"
Height = 195
Left = 3120
TabIndex = 3
Top = 480
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "卡号:"
Height = 195
Left = 360
TabIndex = 1
Top = 480
Width = 540
End
End
End
Attribute VB_Name = "HYYZ"
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 + -