📄 欢迎界面.frm
字号:
VERSION 5.00
Begin VB.Form 欢迎界面
Caption = "欢迎界面"
ClientHeight = 5070
ClientLeft = 4845
ClientTop = 3720
ClientWidth = 8460
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "欢迎界面.frx":0000
ScaleHeight = 5070
ScaleWidth = 8460
Begin VB.Timer Timer1
Interval = 2000
Left = 4200
Top = 2880
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "采购管理系统 -武姜楠"
BeginProperty Font
Name = "华文彩云"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 2535
Left = 840
TabIndex = 0
Top = 480
Width = 6495
End
End
Attribute VB_Name = "欢迎界面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
主界面.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -