📄 设置密码.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BackColor = &H00FFC0C0&
Caption = "Form5"
ClientHeight = 7740
ClientLeft = 60
ClientTop = 450
ClientWidth = 11145
LinkTopic = "Form5"
ScaleHeight = 7740
ScaleWidth = 11145
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "设置密码界面"
Height = 6615
Left = 2160
TabIndex = 0
Top = 360
Width = 5655
Begin VB.TextBox Text4
Height = 495
Left = 3000
TabIndex = 12
Top = 4320
Width = 2175
End
Begin VB.TextBox Text3
Height = 495
Left = 3000
TabIndex = 11
Top = 3360
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Left = 3000
TabIndex = 10
Top = 1560
Width = 2175
End
Begin VB.TextBox Text2
Height = 495
Left = 3000
TabIndex = 9
Top = 2400
Width = 2175
End
Begin VB.OptionButton Option2
BackColor = &H00FFC0C0&
Caption = "帐"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 8
Top = 840
Width = 615
End
Begin VB.OptionButton Option1
BackColor = &H00FFC0C0&
Caption = "卡"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 960
TabIndex = 7
Top = 840
Width = 855
End
Begin VB.CommandButton Command3
Caption = "设置密码"
Height = 495
Left = 3000
TabIndex = 6
Top = 5280
Width = 2175
End
Begin VB.CommandButton Command2
Caption = "返回"
Height = 495
Left = 840
TabIndex = 5
Top = 5280
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "确认新密码"
Height = 495
Index = 6
Left = 840
TabIndex = 4
Top = 4320
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "新密码"
Height = 495
Index = 4
Left = 840
TabIndex = 3
Top = 3360
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "卡号|折号"
Height = 495
Index = 1
Left = 840
TabIndex = 2
Top = 1560
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "身份证"
Height = 495
Index = 2
Left = 840
TabIndex = 1
Top = 2400
Width = 1575
End
End
End
Attribute VB_Name = "Form5"
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 + -