📄 shitiguanli.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash9.ocx"
Begin VB.Form shitiguanli
Caption = "试题管理"
ClientHeight = 4380
ClientLeft = 60
ClientTop = 450
ClientWidth = 7890
LinkTopic = "Form1"
ScaleHeight = 4380
ScaleWidth = 7890
StartUpPosition = 3 '窗口缺省
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 3135
Left = 480
TabIndex = 0
Top = 720
Width = 4455
_cx = 7858
_cy = 5530
FlashVars = ""
Movie = ""
Src = ""
WMode = "Window"
Play = -1 'True
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
AllowScriptAccess= "always"
Scale = "ShowAll"
DeviceFont = 0 'False
EmbedMovie = 0 'False
BGColor = ""
SWRemote = ""
MovieData = ""
SeamlessTabbing = -1 'True
Profile = 0 'False
ProfileAddress = ""
ProfilePort = 0
AllowNetworking = "all"
End
End
Attribute VB_Name = "shitiguanli"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
shitiguanli.Left = 0
shitiguanli.Top = 0
shitiguanli.Width = Screen.Width
shitiguanli.Height = Screen.Height
ShockwaveFlash1.Movie = App.Path & "\flash\guanli.swf"
ShockwaveFlash1.Left = 0
ShockwaveFlash1.Top = 0
ShockwaveFlash1.Width = shitiguanli.Width
ShockwaveFlash1.Height = shitiguanli.Height
End Sub
Private Sub ShockwaveFlash1_FSCommand(ByVal command As String, ByVal args As String)
If command = "btgl" Then
chaxun.Show
rand.Hide
TestForm.Hide
shitiguanli.Hide
End If
If command = "btrk" Then
chaxun.Hide
rand.Hide
TestForm.Show
shitiguanli.Hide
End If
If command = "btsc" Then
chaxun.Hide
rand.Show
TestForm.Hide
shitiguanli.Hide
End If
If command = "btfh" Then
wenjian.Show
Me.Hide
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -