📄 开户成功.frm
字号:
VERSION 5.00
Begin VB.Form Form19
BackColor = &H00FFC0C0&
Caption = "Form19"
ClientHeight = 7140
ClientLeft = 60
ClientTop = 450
ClientWidth = 10545
LinkTopic = "Form19"
ScaleHeight = 7140
ScaleWidth = 10545
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "操作成功!"
Height = 3975
Left = 1920
TabIndex = 0
Top = 840
Width = 6615
Begin VB.CommandButton Command1
Caption = "您的卡号是:"
Height = 495
Index = 1
Left = 240
TabIndex = 5
Top = 480
Width = 1815
End
Begin VB.CommandButton Command1
Caption = "您的账号是:"
Height = 495
Index = 2
Left = 240
TabIndex = 4
Top = 1320
Width = 1815
End
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 2760
TabIndex = 3
Top = 480
Width = 3495
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 2760
TabIndex = 2
Top = 1320
Width = 3495
End
Begin VB.CommandButton Command2
Caption = "确定"
Height = 495
Left = 2640
TabIndex = 1
Top = 3240
Width = 1575
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H00FFC0C0&
Caption = "为了您的财产安全,请您尽快修改密码"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 1200
TabIndex = 7
Top = 2760
Width = 4080
End
Begin VB.Label Label1
BackColor = &H00FFC0C0&
Caption = "注释:您的卡号初始密码为:666666 "
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1200
TabIndex = 6
Top = 2280
Width = 9120
End
End
End
Attribute VB_Name = "Form19"
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 + -