form1.frm
来自「图书馆管理系统程序,将程序拷贝到机器上」· FRM 代码 · 共 39 行
FRM
39 行
VERSION 5.00
Begin VB.Form FrmAct
BorderStyle = 0 'None
ClientHeight = 4470
ClientLeft = 0
ClientTop = 0
ClientWidth = 6750
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4470
ScaleWidth = 6750
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Timer Timer1
Interval = 5000
Left = 2760
Top = 2040
End
Begin VB.Image Image1
Height = 4455
Left = 0
Picture = "Form1.frx":27A2
Stretch = -1 'True
Top = 0
Width = 6735
End
End
Attribute VB_Name = "FrmAct"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
frmLogin.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?