📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "关于软件"
ClientHeight = 1620
ClientLeft = 60
ClientTop = 450
ClientWidth = 4080
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1620
ScaleWidth = 4080
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1320
TabIndex = 1
Top = 1200
Width = 1455
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = " 导师:刘学华"
Height = 375
Left = 0
TabIndex = 3
Top = 840
Width = 4005
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = " 邮箱:wyq9999@163.com"
Height = 255
Left = 0
TabIndex = 2
Top = 480
Width = 4005
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "作者:王友庆"
Height = 375
Left = 0
TabIndex = 0
Top = 120
Width = 4005
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -