?? mima-xiugai.frm
字號:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form6
Caption = "密碼修改"
ClientHeight = 4035
ClientLeft = 60
ClientTop = 450
ClientWidth = 6675
LinkTopic = "Form6"
ScaleHeight = 4035
ScaleWidth = 6675
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "返回"
Height = 375
Left = 4440
TabIndex = 11
Top = 3120
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 2520
TabIndex = 9
Top = 3120
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "確認"
Height = 375
Left = 600
TabIndex = 8
Top = 3120
Width = 1455
End
Begin VB.TextBox Text4
Height = 375
Left = 2520
TabIndex = 7
Text = "Text1"
Top = 2400
Width = 3135
End
Begin VB.TextBox Text3
Height = 375
Left = 2520
TabIndex = 6
Text = "Text1"
Top = 1680
Width = 3135
End
Begin VB.TextBox Text2
Height = 375
Left = 2520
TabIndex = 5
Text = "Text1"
Top = 960
Width = 3135
End
Begin VB.TextBox Text1
Height = 375
Left = 2520
TabIndex = 4
Text = "Text1"
Top = 240
Width = 3135
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 10
Top = 3660
Width = 6675
_ExtentX = 11774
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Alignment = 1
TextSave = "2004-12-13"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
TextSave = "9:38"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
Object.Width = 7038
MinWidth = 7038
Text = "學生管理系統"
TextSave = "學生管理系統"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
EndProperty
EndProperty
End
Begin VB.Label Label4
Caption = "密碼提示"
Height = 255
Left = 600
TabIndex = 3
Top = 2520
Width = 1695
End
Begin VB.Label Label3
Caption = "請確認您的新密碼"
Height = 255
Left = 600
TabIndex = 2
Top = 1800
Width = 1695
End
Begin VB.Label Label2
Caption = "請輸入您的新密碼"
Height = 255
Left = 600
TabIndex = 1
Top = 1080
Width = 1695
End
Begin VB.Label Label1
Caption = "請輸入您當前的密碼"
Height = 255
Left = 600
TabIndex = 0
Top = 360
Width = 1695
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -