📄 密码.frm
字号:
VERSION 5.00
Begin VB.Form 密码
Caption = "密码"
ClientHeight = 3735
ClientLeft = 60
ClientTop = 345
ClientWidth = 4860
LinkTopic = "Form1"
ScaleHeight = 3735
ScaleWidth = 4860
StartUpPosition = 3 'Windows Default
Begin VB.OptionButton Option1
Caption = "一般用户"
Height = 495
Left = 480
TabIndex = 6
Top = 1800
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 2640
TabIndex = 5
Top = 2520
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 600
TabIndex = 4
Top = 2520
Width = 1215
End
Begin VB.TextBox Text2
Height = 375
Left = 1440
TabIndex = 3
Top = 1200
Width = 2055
End
Begin VB.TextBox Text1
Height = 375
Left = 1440
TabIndex = 2
Top = 480
Width = 2055
End
Begin VB.Label Label2
Caption = "密码:"
Height = 495
Left = 480
TabIndex = 1
Top = 1200
Width = 1215
End
Begin VB.Label Label1
Caption = "用户名:"
Height = 495
Left = 480
TabIndex = 0
Top = 600
Width = 1215
End
End
Attribute VB_Name = "密码"
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 + -