📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "欢迎您到本站来作客_许徐旭"
ClientHeight = 3255
ClientLeft = 60
ClientTop = 345
ClientWidth = 4725
Icon = "Form3.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 3255
ScaleWidth = 4725
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
Caption = "退 出"
Height = 375
Left = 3120
TabIndex = 10
Top = 2640
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 375
Left = 1800
TabIndex = 9
Top = 2640
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 480
TabIndex = 2
Top = 2640
Width = 1095
End
Begin VB.TextBox Text2
Height = 375
IMEMode = 3 'DISABLE
Left = 1560
PasswordChar = "*"
TabIndex = 1
Top = 1920
Width = 2415
End
Begin VB.TextBox Text1
Height = 375
Left = 1560
TabIndex = 0
Top = 1320
Width = 2415
End
Begin VB.OptionButton Option3
Caption = "修改密码"
Height = 255
Left = 3000
TabIndex = 6
Top = 840
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "注册"
Height = 255
Left = 1800
TabIndex = 5
Top = 840
Width = 735
End
Begin VB.OptionButton Option1
Caption = "登录"
Height = 180
Left = 600
TabIndex = 4
Top = 840
Value = -1 'True
Width = 855
End
Begin VB.Label Label3
Caption = "密 码:"
Height = 255
Left = 600
TabIndex = 8
Top = 2040
Width = 855
End
Begin VB.Label Label2
Caption = "用户名:"
Height = 255
Left = 600
TabIndex = 7
Top = 1440
Width = 855
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 = 1080
TabIndex = 3
Top = 240
Width = 2655
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Call reg
End Sub
Private Sub Command2_Click()
Text1.Text = ""
Text2.Text = ""
End Sub
Private Sub Command3_Click()
End
End Sub
Private Sub Form_Load()
tt1 = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -