📄 about.frm
字号:
VERSION 5.00
Begin VB.Form About
BorderStyle = 1 'Fixed Single
Caption = "关于"
ClientHeight = 1875
ClientLeft = 45
ClientTop = 435
ClientWidth = 4440
Icon = "About.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1875
ScaleWidth = 4440
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "关闭"
Height = 375
Left = 3375
TabIndex = 4
Top = 1380
Width = 855
End
Begin VB.Label Label4
Caption = "QQ:76286484"
Height = 255
Left = 465
TabIndex = 3
Top = 1455
Width = 1095
End
Begin VB.Label Label3
Caption = "E-mail:hsc20020418@163.com"
Height = 255
Left = 465
TabIndex = 2
Top = 1185
Width = 2415
End
Begin VB.Label Label2
Caption = "有什么问题,请和我联系!"
Height = 255
Left = 375
TabIndex = 1
Top = 930
Width = 2175
End
Begin VB.Label Label1
Caption = $"About.frx":170A2
Height = 855
Left = 150
TabIndex = 0
Top = 120
Width = 4260
End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
About.Left = (Screen.Width - About.Width) \ 2
About.Top = (Screen.Height - About.Height) \ 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -