📄 about.frm
字号:
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "关于Super Player 9.0"
ClientHeight = 2385
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 4980
Icon = "About.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "About.frx":0E42
ScaleHeight = 2385
ScaleWidth = 4980
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "确定(&Q)"
Height = 375
Left = 240
TabIndex = 1
Top = 1920
Width = 975
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = $"About.frx":D3AD
Height = 255
Left = 1920
TabIndex = 4
Top = 2040
Width = 3255
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "版权所有 2004-2006"
Height = 255
Left = 3000
TabIndex = 3
Top = 1680
Width = 1935
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "作者:南昌航空工业学院材料系030112班 刘诸桂"
Height = 255
Left = 960
TabIndex = 2
Top = 1320
Width = 3975
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Super Player 9.0"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 615
Left = 360
TabIndex = 0
Top = 120
Width = 4335
End
Begin VB.Image Image1
Height = 975
Left = 0
Picture = "About.frx":D3D3
Stretch = -1 'True
Top = 0
Width = 5415
End
End
Attribute VB_Name = "Dialog"
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 + -