?? 銀行修改密碼.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 + -