📄 formsys.frm
字号:
VERSION 5.00
Begin VB.Form FormSys
BorderStyle = 1 'Fixed Single
Caption = "修改"
ClientHeight = 3090
ClientLeft = 6870
ClientTop = 4215
ClientWidth = 4680
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3090
ScaleWidth = 4680
Begin VB.CommandButton Command2
Caption = "取 消"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2400
TabIndex = 7
Top = 2280
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "修 改"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 480
TabIndex = 6
Top = 2280
Width = 1455
End
Begin VB.TextBox Text3
Height = 375
Left = 2040
TabIndex = 5
Top = 1440
Width = 2415
End
Begin VB.TextBox Text2
Height = 375
Left = 2040
TabIndex = 3
Top = 840
Width = 2415
End
Begin VB.TextBox Text1
Height = 375
Left = 2040
TabIndex = 1
Top = 240
Width = 2415
End
Begin VB.Label Label3
Caption = "确认新密码:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 4
Top = 1440
Width = 1815
End
Begin VB.Label Label2
Caption = "请输入新密码:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 2
Top = 840
Width = 2055
End
Begin VB.Label Label1
Caption = "请输入旧密码:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 120
TabIndex = 0
Top = 240
Width = 2055
End
End
Attribute VB_Name = "FormSys"
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 + -