📄 frmflash.frm
字号:
VERSION 5.00
Begin VB.Form Frmflash
BorderStyle = 0 'None
ClientHeight = 4305
ClientLeft = 0
ClientTop = 0
ClientWidth = 5715
ClipControls = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
NegotiateMenus = 0 'False
ScaleHeight = 4305
ScaleWidth = 5715
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
BackColor = &H00FF8080&
Height = 4245
Left = 30
TabIndex = 0
Top = 30
Width = 5655
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "房产信息管理系统"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 705
Left = 570
TabIndex = 2
Top = 1110
Width = 4485
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "1999年版"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 525
Left = 2010
TabIndex = 1
Top = 2400
Width = 1725
End
End
Begin VB.Timer Timer1
Enabled = 0 'False
Left = 420
Top = 3540
End
End
Attribute VB_Name = "Frmflash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
On Error Resume Next
Timer1.Interval = 1000
Timer1.Enabled = True
'Image1.Picture = LoadPicture(App.Path + "\picture\cloud1.bmp")
'Set DBSTU = OpenDatabase(App.Path + "\database\student.mdb", True, False, ";PWD=62414968;")
End Sub
Private Sub Timer1_Timer()
frmUser.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -