📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "注册新用户"
ClientHeight = 4725
ClientLeft = 60
ClientTop = 345
ClientWidth = 7125
LinkTopic = "Form1"
ScaleHeight = 4725
ScaleWidth = 7125
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 3840
TabIndex = 8
Top = 3840
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "确认"
Height = 495
Left = 1800
TabIndex = 7
Top = 3840
Width = 1215
End
Begin VB.TextBox Text3
Height = 495
IMEMode = 3 'DISABLE
Left = 3840
PasswordChar = "*"
TabIndex = 6
Top = 2880
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
IMEMode = 3 'DISABLE
Left = 3840
PasswordChar = "*"
TabIndex = 5
Top = 2040
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 3840
TabIndex = 4
Top = 1200
Width = 1215
End
Begin VB.Label Label4
Caption = "确认密码"
Height = 495
Left = 1320
TabIndex = 3
Top = 2760
Width = 1215
End
Begin VB.Label Label3
Caption = "输入密码"
Height = 495
Left = 1320
TabIndex = 2
Top = 1920
Width = 1215
End
Begin VB.Label Label2
Caption = "用户名"
Height = 495
Left = 1320
TabIndex = 1
Top = 1200
Width = 1215
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "新用户注册"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1320
TabIndex = 0
Top = 480
Width = 4455
End
End
Attribute VB_Name = "Form1"
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 + -