📄 银行修改密码.frm
字号:
VERSION 5.00
Begin VB.Form Form4
BackColor = &H00FFC0C0&
Caption = "Form4"
ClientHeight = 6945
ClientLeft = 60
ClientTop = 450
ClientWidth = 7860
LinkTopic = "Form4"
ScaleHeight = 6945
ScaleWidth = 7860
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "修改密码界面"
Height = 5895
Left = 960
TabIndex = 0
Top = 120
Width = 5655
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 = 12
Top = 600
Width = 2055
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 = 1080
TabIndex = 11
Top = 600
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "返回"
Height = 495
Left = 840
TabIndex = 10
Top = 5040
Width = 1575
End
Begin VB.TextBox Text1
Height = 495
Index = 3
Left = 3000
TabIndex = 9
Top = 4080
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 2
Left = 3000
TabIndex = 8
Top = 3240
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 3000
TabIndex = 7
Top = 2400
Width = 2175
End
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 3000
TabIndex = 6
Top = 1560
Width = 2175
End
Begin VB.CommandButton Command1
Caption = "修改密码"
Height = 495
Index = 5
Left = 3120
TabIndex = 5
Top = 5040
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "确认新密码"
Height = 495
Index = 4
Left = 840
TabIndex = 4
Top = 4080
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "新密码"
Height = 495
Index = 3
Left = 840
TabIndex = 3
Top = 3240
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "旧密码"
Height = 495
Index = 2
Left = 840
TabIndex = 2
Top = 2400
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "卡号|折号"
Height = 495
Index = 1
Left = 840
TabIndex = 1
Top = 1560
Width = 1575
End
End
End
Attribute VB_Name = "Form4"
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 + -