?? splash.frm
字號:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 8250
ClientLeft = 255
ClientTop = 1410
ClientWidth = 10575
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "Splash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8250
ScaleWidth = 10575
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame fraEdge
Height = 3330
Left = 120
TabIndex = 0
Top = 0
Width = 6240
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "開發(fā)環(huán)境:Visual Basic 6.0"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 2640
TabIndex = 4
Top = 1560
Width = 3450
End
Begin VB.Image imgLogo
Height = 825
Left = 360
Picture = "Splash.frx":000C
Stretch = -1 'True
Top = 795
Width = 735
End
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "版權(quán)所有:QQ 539826978"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Index = 4
Left = 1390
TabIndex = 1
Top = 2640
Width = 2310
End
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "數(shù)據(jù)環(huán)境:Access"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 3
Left = 2640
TabIndex = 2
Top = 2040
Width = 2100
End
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "學(xué)生成績管理系統(tǒng)"
BeginProperty Font
Name = "宋體"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 525
Index = 0
Left = 1280
TabIndex = 3
Top = 600
Width = 4320
End
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_KeyPress(KeyAscii As Integer)
Unload Me
End Sub
Private Sub fraEdge_Click()
Unload Me
End Sub
Private Sub imgLogo_Click()
Unload Me
End Sub
Private Sub lblInfo_Click(Index As Integer)
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -