?? 圖書銷售系統.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 + -