📄 注册成功.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "注册成功"
ClientHeight = 2070
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 2070
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "Label10"
Height = 180
Left = 1680
TabIndex = 9
Top = 1680
Width = 630
End
Begin VB.Label Label9
Caption = "电子邮箱:"
Height = 255
Left = 480
TabIndex = 8
Top = 1680
Width = 975
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "Label8"
Height = 180
Left = 1560
TabIndex = 7
Top = 1320
Width = 540
End
Begin VB.Label Label7
Caption = "出生日期:"
Height = 255
Left = 480
TabIndex = 6
Top = 1320
Width = 975
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "Label6"
Height = 180
Left = 3000
TabIndex = 5
Top = 960
Width = 540
End
Begin VB.Label Label5
Caption = "性别:"
Height = 255
Left = 2280
TabIndex = 4
Top = 960
Width = 615
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "Label4"
Height = 180
Left = 1320
TabIndex = 3
Top = 960
Width = 540
End
Begin VB.Label Label3
Caption = "姓名:"
Height = 255
Left = 480
TabIndex = 2
Top = 960
Width = 735
End
Begin VB.Label Label2
Caption = "您的主要个人资料是:"
Height = 255
Left = 480
TabIndex = 1
Top = 600
Width = 1935
End
Begin VB.Label Label1
Caption = "恭喜您注册成功!"
Height = 255
Left = 480
TabIndex = 0
Top = 240
Width = 1455
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Label4.Caption = Form1.Text5.Text
Label6.Caption = sex
Label8.Caption = Form1.Text9.Text + "年" + Form1.Combo6.Text + "月" + Form1.Text10.Text + "日"
Label10.Caption = Form1.Text7.Text
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -