📄 图书销售系统.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash8.ocx"
Begin VB.Form welocome
Caption = "图书销售系统"
ClientHeight = 4740
ClientLeft = 60
ClientTop = 450
ClientWidth = 6060
LinkTopic = "Form1"
ScaleHeight = 4740
ScaleWidth = 6060
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Appearance = 0 'Flat
Height = 585
Left = 5040
Picture = "图书销售系统.frx":0000
Style = 1 'Graphical
TabIndex = 1
Top = 3720
Width = 615
End
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 4815
Left = -120
TabIndex = 0
Top = 0
Width = 6255
_cx = 11033
_cy = 8493
FlashVars = ""
Movie = "D:\VB界面.swf"
Src = "D:\VB界面.swf"
WMode = "Window"
Play = 0 'False
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
AllowScriptAccess= ""
Scale = "ShowAll"
DeviceFont = 0 'False
EmbedMovie = 0 'False
BGColor = ""
SWRemote = ""
MovieData = ""
SeamlessTabbing = -1 'True
Profile = 0 'False
ProfileAddress = ""
ProfilePort = 0
End
End
Attribute VB_Name = "welocome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
frmlogin.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -