?? 歡迎界面.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 + -