📄 frmsplash.frm
字号:
VERSION 5.00
Object = "{27395F88-0C0C-101B-A3C9-08002B2F49FB}#1.1#0"; "PICCLP32.OCX"
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 11430
ClientLeft = 255
ClientTop = 1410
ClientWidth = 15270
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 11430
ScaleWidth = 15270
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 11370
Left = 0
TabIndex = 0
Top = 120
Width = 15240
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版本:1.00.001"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080FF80&
Height = 315
Left = 6600
TabIndex = 5
Top = 8880
Width = 2430
End
Begin VB.Label lblCopyright
BackStyle = 0 'Transparent
Caption = "版权所有:装备部电气开发组 彭科铭"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 5760
TabIndex = 4
Top = 10320
Width = 5055
End
Begin VB.Label lblCompany
BackStyle = 0 'Transparent
Caption = "南京新慷达磁业有限公司"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 495
Left = 840
TabIndex = 3
Top = 10680
Width = 4455
End
Begin VB.Label lblWarning
BackStyle = 0 'Transparent
Caption = "警告:本应用程序个人所有未经许可不得拷贝和商业应用"
ForeColor = &H000000FF&
Height = 195
Left = 10440
TabIndex = 2
Top = 10800
Width = 4605
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Windwos XP 环境运行"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C000C0&
Height = 315
Left = 6600
TabIndex = 6
Top = 7440
Width = 3300
End
Begin VB.Label lblProductName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "电气控制动态监控软件"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 1455
Left = 240
TabIndex = 8
Top = 4200
Width = 14550
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "南京新康达磁业有限公司第二制造部三车间"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 255
Left = 120
TabIndex = 1
Top = 240
Width = 5655
End
Begin VB.Label lblCompanyProduct
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H00FF8080&
BackStyle = 0 'Transparent
Caption = "八托钟罩式铁氧体软磁烧结炉"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C000&
Height = 525
Left = 480
TabIndex = 7
Top = 720
Width = 7215
End
Begin VB.Image imgLogo
DragIcon = "frmSplash.frx":000C
Height = 11625
Left = 0
Picture = "frmSplash.frx":044E
Stretch = -1 'True
Top = -120
Width = 15375
End
End
Begin PicClip.PictureClip PictureClip1
Left = 6840
Top = 5400
_ExtentX = 2778
_ExtentY = 1296
_Version = 393216
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 imgLogo_Click()
Form1.Visible = True
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -