📄 frmsplash1.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash1
BorderStyle = 3 'Fixed Dialog
ClientHeight = 11430
ClientLeft = 255
ClientTop = 1410
ClientWidth = 15270
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash1.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 11430
ScaleWidth = 15270
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Frame Frame1
Height = 11340
Left = 0
TabIndex = 0
Top = -135
Width = 15180
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
Caption = "浙江省瑞安市现代农业示范园区办公室局"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Index = 2
Left = 540
TabIndex = 10
Top = 1530
Width = 6765
End
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
Caption = "浙江省瑞安市科学技术委员会"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Index = 1
Left = 540
TabIndex = 9
Top = 1080
Width = 4890
End
Begin VB.Label lblCopyright
Caption = "版权所有 2000-2001"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 11790
TabIndex = 4
Top = 9090
Width = 2730
End
Begin VB.Label lblCompany
Caption = "杭州三联仪器仪表公司"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 11790
TabIndex = 3
Top = 9765
Width = 2415
End
Begin VB.Label lblWarning
Caption = "警告"
Height = 195
Left = 180
TabIndex = 2
Top = 9495
Width = 6765
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "版本: Version6.01"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 11925
TabIndex = 5
Top = 10845
Width = 2670
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "平台: WINDOWS 98/NT"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 11910
TabIndex = 6
Top = 10455
Width = 2670
End
Begin VB.Label lblProductName
AutoSize = -1 'True
Caption = "浙江省瑞安市场桥镇农田灌溉自动控制信息中心"
BeginProperty Font
Name = "宋体"
Size = 32.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 645
Left = 405
TabIndex = 8
Top = 3645
Width = 13875
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
Caption = "授权"
Height = 255
Left = 120
TabIndex = 1
Top = 240
Width = 6855
End
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
Caption = "浙江省瑞安市农业局"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Index = 0
Left = 540
TabIndex = 7
Top = 585
Width = 3390
End
End
End
Attribute VB_Name = "frmSplash1"
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 Form_Load()
lblVersion.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
' lblProductName.Caption = App.Title
End Sub
Private Sub Frame1_Click()
Unload Me
End Sub
Private Sub imgLogo_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -