📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于 SuperMp3"
ClientHeight = 2355
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 5730
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1625.463
ScaleMode = 0 'User
ScaleWidth = 5380.766
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4125
TabIndex = 0
Top = 1425
Width = 1500
End
Begin VB.CommandButton cmdSysInfo
Caption = "系统信息(&S)..."
Height = 345
Left = 4140
TabIndex = 1
Top = 1875
Width = 1485
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "准擅用为其它用途。"
Height = 180
Left = 480
TabIndex = 11
Top = 2115
Width = 1620
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "所有。任何人未经允许不"
Height = 180
Left = 1725
TabIndex = 10
Top = 1890
Width = 1980
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "赵洪涛"
ForeColor = &H80000018&
Height = 180
Left = 1022
TabIndex = 9
ToolTipText = "waenzht@netbig.com"
Top = 1883
Width = 540
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "公司"
ForeColor = &H00FF0000&
Height = 180
Left = 480
TabIndex = 8
ToolTipText = "waenzht@netbig.com"
Top = 1883
Width = 360
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "哈尔滨华诺网络系统集成"
ForeColor = &H00FF0000&
Height = 180
Left = 1757
TabIndex = 7
ToolTipText = "waenzht@netbig.com"
Top = 1680
Width = 1980
End
Begin VB.Label Label2
Caption = "版权所有 Copy Right 2000年7月"
Height = 225
Left = 240
TabIndex = 6
Top = 960
Width = 2685
End
Begin VB.Image Image2
Height = 1185
Left = 3360
Picture = "frmAbout.frx":0442
ToolTipText = "waenzht@netbig.com"
Top = 0
Width = 2280
End
Begin VB.Label Label1
Caption = "本软件版权属"
Height = 615
Left = 480
TabIndex = 5
Top = 1680
Width = 3255
End
Begin VB.Image Image1
Height = 480
Left = 240
Picture = "frmAbout.frx":1C38
ToolTipText = "waenzht@netbig.com"
Top = 120
Width = 480
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 84.515
X2 = 5309.398
Y1 = 859.321
Y2 = 859.321
End
Begin VB.Label lblTitle
Caption = "SuperMp3 (MP3 播放器)"
ForeColor = &H00000000&
Height = 240
Left = 930
TabIndex = 3
Top = 120
Width = 1965
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 98.6
X2 = 5309.398
Y1 = 869.674
Y2 = 869.674
End
Begin VB.Label lblVersion
Caption = "版本:2.0 (For Win9X/NT)"
Height = 225
Left = 930
TabIndex = 4
Top = 540
Width = 2445
End
Begin VB.Label lblDisclaimer
Caption = "警 告:"
ForeColor = &H00000000&
Height = 225
Left = 255
TabIndex = 2
Top = 1425
Width = 630
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -