📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BackColor = &H00808080&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 5610
ClientLeft = 45
ClientTop = 45
ClientWidth = 12270
ControlBox = 0 'False
ForeColor = &H8000000D&
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5610
ScaleWidth = 12270
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Visible = 0 'False
Begin VB.Timer Timer1
Left = 1200
Top = 3120
End
Begin VB.Frame fraMainFrame
BackColor = &H00C0C0C0&
Height = 5775
Left = -120
TabIndex = 0
Top = -120
Width = 12420
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 1215
Left = 1560
Picture = "frmSplash.frx":0000
ScaleHeight = 1185
ScaleWidth = 9465
TabIndex = 6
Top = 3600
Width = 9495
End
Begin VB.PictureBox picLogo
Appearance = 0 'Flat
BackColor = &H80000005&
FillColor = &H00FFFFFF&
ForeColor = &H00FFFFFF&
Height = 1065
Left = 600
Picture = "frmSplash.frx":44EA
ScaleHeight = 1035
ScaleWidth = 11265
TabIndex = 2
Top = 2280
Width = 11295
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "LicenseTo: DATONG ECECTRIC LOCOMOTIVE CO.,LTD.OF CNR "
BeginProperty Font
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 210
Left = 3960
TabIndex = 1
Tag = "1051"
Top = 5160
Width = 5010
End
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "变压器试验程序"
BeginProperty Font
Name = "宋体"
Size = 48
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 960
Left = 2880
TabIndex = 5
Tag = "1049"
Top = 840
Width = 6825
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "版本:1.00"
BeginProperty Font
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 210
Left = 9825
TabIndex = 4
Tag = "1047"
Top = 1680
Width = 720
End
Begin VB.Label lblCopyright
BackColor = &H00C0C0C0&
Caption = "Copyright @ 2005-2006 Institute of Mass Transit and Electric Traction Technology. All rights reserved"
BeginProperty Font
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 2640
TabIndex = 3
Tag = "1044"
Top = 5400
Width = 7935
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()
' LoadResStrings Me
' lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
' lblProductName.Caption = App.Title
Timer1.Interval = 2000
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
Timer1.Enabled = False
Unload frmSplash
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -