📄 frm_boot.frm
字号:
VERSION 5.00
Begin VB.Form Frm_Boot
BorderStyle = 3 'Fixed Dialog
ClientHeight = 6195
ClientLeft = 45
ClientTop = 45
ClientWidth = 10920
ControlBox = 0 'False
Icon = "Frm_Boot.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Frm_Boot.frx":0442
ScaleHeight = 6195
ScaleWidth = 10920
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Timer Timer1
Interval = 1000
Left = 840
Top = 1920
End
End
Attribute VB_Name = "Frm_Boot"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim i As Integer
Private Sub Timer1_Timer()
i = i + 1
If i = 2 Then
Unload Me
MDIForm1.Show
'LoginDb.Show
Frm_Login.Show 1 'vbModal
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -