📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BackColor = &H00FF0000&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 8910
ClientLeft = 255
ClientTop = 1410
ClientWidth = 11910
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmSplash.frx":000C
ScaleHeight = 8910
ScaleWidth = 11910
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 350
Left = 6825
Picture = "frmSplash.frx":0052
ScaleHeight = 345
ScaleWidth = 405
TabIndex = 1
Top = 6825
Width = 405
End
Begin VB.Label Label7
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "HangZhou United Instruments Co."
BeginProperty Font
Name = "Courier"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 330
Left = 6825
TabIndex = 8
Top = 7455
Width = 5160
End
Begin VB.Label Label5
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "杭州三联仪器仪表公司"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 330
Left = 7350
TabIndex = 7
Top = 6930
Width = 3795
End
Begin VB.Label Label4
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "农田灌溉自动化控制系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 855
Left = 1755
TabIndex = 6
Top = 2340
Width = 10515
End
Begin VB.Label Label3
BackColor = &H00FF0000&
Caption = "2000-2001"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 330
Left = 9135
TabIndex = 5
Top = 3990
Width = 1695
End
Begin VB.Label Label2
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "Version 2.0"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 540
Left = 7350
TabIndex = 4
Top = 3360
Width = 2325
End
Begin VB.Label Label1
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "CopyRight"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 435
Left = 7350
TabIndex = 3
Top = 3990
Width = 1695
End
Begin VB.Label Label6
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "浙江省瑞安市场桥现代农业示范园区"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 645
Left = 855
TabIndex = 2
Top = 1470
Width = 9255
End
Begin VB.Label Label10
BackColor = &H00FF0000&
Caption = "UNITED"
BeginProperty Font
Name = "Trebuchet MS"
Size = 6.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000E&
Height = 225
Left = 6855
TabIndex = 0
Top = 7140
Width = 645
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_Load()
' ' lblVersion.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
' ' lblProductName.Caption = App.Title
'End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -