?? frmsplash.frm
字號:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3420
ClientLeft = 5295
ClientTop = 3060
ClientWidth = 5010
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3420
ScaleWidth = 5010
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
Height = 3330
Left = 120
TabIndex = 0
Top = 0
Width = 4800
Begin VB.Label Label4
Caption = "Email:yuhui1060@sina.com"
Height = 255
Left = 120
TabIndex = 8
Top = 2640
Width = 2295
End
Begin VB.Label Label3
Caption = "按任意鍵進入系統"
ForeColor = &H000000FF&
Height = 255
Left = 120
TabIndex = 7
Top = 2040
Width = 1575
End
Begin VB.Label Label2
Caption = $"frmSplash.frx":000C
Height = 1815
Left = 2160
TabIndex = 6
Top = 600
Width = 2175
End
Begin VB.Label Label1
Caption = "QQ:5684368"
Height = 255
Left = 120
TabIndex = 5
Top = 2400
Width = 1095
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "Windows平臺"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3000
TabIndex = 4
Top = 2520
Width = 1455
End
Begin VB.Image imgLogo
Height = 975
Left = 360
Picture = "frmSplash.frx":00E0
Stretch = -1 'True
Top = 720
Width = 975
End
Begin VB.Label lblWarning
Caption = "警告:本軟件共享"
Height = 195
Left = 120
TabIndex = 2
Top = 3000
Width = 1605
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "版本:G1.10"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3000
TabIndex = 3
Top = 2880
Width = 1440
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
Caption = "授權"
Height = 255
Left = 4200
TabIndex = 1
Top = 240
Width = 495
End
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub FORM_KEYPRESS(KEYAscii As Integer)
Unload Me
Form1.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -