📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4245
ClientLeft = 2850
ClientTop = 1455
ClientWidth = 7380
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 4245
ScaleWidth = 7380
ShowInTaskbar = 0 'False
WindowState = 2 'Maximized
Begin VB.PictureBox Picture1
Height = 11640
Left = -30
Picture = "frmSplash.frx":030A
ScaleHeight = 11580
ScaleWidth = 15420
TabIndex = 0
Top = 0
Width = 15480
Begin VB.Timer Timer1
Interval = 5
Left = 5160
Top = 240
End
Begin VB.Label Label5
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "计算机控制系统"
BeginProperty Font
Name = "宋体"
Size = 48
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 1095
Left = 6750
TabIndex = 5
Top = 1110
Width = 6855
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "等待5秒即可进入主控界面"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 5550
TabIndex = 4
Top = 3060
Width = 3855
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "版本:2007.07.29"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 6270
TabIndex = 3
Top = 8580
Width = 2625
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "合肥恒力电子技术开发公司研制"
BeginProperty Font
Name = "华文新魏"
Size = 17.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Index = 1
Left = 5070
TabIndex = 2
Top = 9630
Width = 5175
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "中电科技集团第四十三研究所"
BeginProperty Font
Name = "华文新魏"
Size = 17.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Index = 0
Left = 5310
TabIndex = 1
Top = 9210
Width = 4695
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_Load()
hItem = FindFirstFile(App.Path + "\记录\" + Format(Now, "yy-mm-dd") + ".mdb", WFD)
If hItem = -1 Then
built
End If
End Sub
Private Sub Timer1_Timer()
Unload Me
Load form1
form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -