📄 start.frm
字号:
VERSION 5.00
Begin VB.Form Start1
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2550
ClientLeft = 255
ClientTop = 1410
ClientWidth = 4725
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "Start.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2550
ScaleWidth = 4725
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 2520
Left = 60
TabIndex = 0
Top = -30
Width = 4620
Begin VB.Line Line1
X1 = 150
X2 = 4350
Y1 = 2010
Y2 = 2010
End
Begin VB.Image Img1
Height = 675
Left = 480
Picture = "Start.frx":000C
Stretch = -1 'True
Top = 555
Width = 675
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = "欢迎自由拷贝、传播"
Height = 255
Left = 1560
TabIndex = 3
Top = 1380
Width = 2685
End
Begin VB.Label Label4
Alignment = 2 'Center
Caption = "编制:李晓金 2001-05-08"
Height = 255
Left = 1560
TabIndex = 2
Top = 1680
Width = 2685
End
Begin VB.Label Label5
Alignment = 2 'Center
Caption = "程序载入中,请稍候......"
ForeColor = &H000040C0&
Height = 195
Left = 1500
TabIndex = 1
Top = 2220
Width = 2295
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "Ver 1.0C"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 240
Left = 2730
TabIndex = 4
Top = 960
Width = 1230
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "袖珍MP3播放器"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00808000&
Height = 360
Left = 1545
TabIndex = 5
Top = 435
Width = 2475
End
End
End
Attribute VB_Name = "Start1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Show
Me.Refresh
Load Form1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -