📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2685
ClientLeft = 255
ClientTop = 1410
ClientWidth = 6960
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 179
ScaleMode = 3 'Pixel
ScaleWidth = 464
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 3000
Left = 600
Top = 1440
End
Begin VB.Frame Frame1
Height = 2370
Left = 120
TabIndex = 0
Top = 120
Width = 6720
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "有任何意见或要求,请与我联系"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1440
TabIndex = 4
Top = 960
Width = 3975
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "电子邮箱:shawfree@163.com"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1440
TabIndex = 3
Top = 1440
Width = 3735
End
Begin VB.Label lblCompany
AutoSize = -1 'True
Caption = "其他软件介绍:GPS车辆监控和管理系统"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 1440
TabIndex = 1
Top = 1920
Width = 4200
End
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
Caption = "图书管理系统1.00版"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1440
TabIndex = 2
Top = 360
Width = 3420
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_Load()
SetWindowPos Me.hwnd, -1, 50, 50, 470, 180, &H200
End Sub
Private Sub Timer1_Timer()
Unload Me
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -