📄 欢迎界面.frm
字号:
VERSION 5.00
Begin VB.Form 欢迎界面
Caption = "欢迎界面"
ClientHeight = 3195
ClientLeft = 5250
ClientTop = 4230
ClientWidth = 4470
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "欢迎界面.frx":0000
ScaleHeight = 3195
ScaleWidth = 4470
Begin VB.Timer Timer1
Interval = 2000
Left = 4080
Top = 3240
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "北方科技学院-李秋月"
BeginProperty Font
Name = "华文彩云"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 495
Left = 840
TabIndex = 1
Top = 1800
Width = 2775
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "超市管理信息系统"
BeginProperty Font
Name = "华文琥珀"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 975
Left = 360
TabIndex = 0
Top = 720
Width = 3735
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 + -