📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Caption = "关于多媒体播放器"
ClientHeight = 1710
ClientLeft = 60
ClientTop = 345
ClientWidth = 4650
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
ScaleHeight = 1710
ScaleWidth = 4650
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "确定"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 2
Top = 960
Width = 1215
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 570
Left = 480
Picture = "frmAbout.frx":05FA
ScaleHeight = 570
ScaleWidth = 465
TabIndex = 0
Top = 240
Width = 465
End
Begin VB.Label Label1
Caption = "版权所有(C)THSU UNIV"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1440
TabIndex = 1
Top = 480
Width = 2655
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'关闭About窗口
Private Sub Command1_Click()
frmAbout.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -