📄 frmspalsh.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3555
ClientLeft = 255
ClientTop = 1410
ClientWidth = 5460
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSpalsh.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3555
ScaleWidth = 5460
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 3408
Left = 105
TabIndex = 0
Top = 30
Width = 5208
Begin VB.Image imgLogo
Height = 984
Left = 396
Picture = "frmSpalsh.frx":000C
Stretch = -1 'True
Top = 1620
Width = 984
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "平台:WIN95/98/NT"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 1965
TabIndex = 1
Top = 2070
Width = 2100
End
Begin VB.Label lblProductName
AutoSize = -1 'True
Caption = "进销存管理系统"
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 480
Left = 1020
TabIndex = 2
Top = 795
Width = 3465
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 Frame1_Click()
Unload Me
End Sub
Private Sub lblEmail_Click()
On Error Resume Next
Call Shell("C:\Program Files\Outlook Express\MSIMN.EXE")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -