📄 frmend.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash8.ocx"
Begin VB.Form frmend
BackColor = &H80000009&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 1410
ClientLeft = 0
ClientTop = 0
ClientWidth = 3855
LinkTopic = "Form1"
ScaleHeight = 1373.445
ScaleMode = 0 'User
ScaleWidth = 3855
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer2
Interval = 1000
Left = 240
Top = 2280
End
Begin VB.TextBox currentuser
Height = 495
Left = 1200
TabIndex = 1
Top = 1560
Visible = 0 'False
Width = 1695
End
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 1215
Left = 120
TabIndex = 0
Top = 120
Width = 3615
_cx = 6376
_cy = 2143
FlashVars = ""
Movie = "C:\Program Files\accp\end.swf"
Src = "C:\Program Files\accp\end.swf"
WMode = "Window"
Play = 0 'False
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
AllowScriptAccess= "always"
Scale = "ExactFit"
DeviceFont = 0 'False
EmbedMovie = 0 'False
BGColor = ""
SWRemote = ""
MovieData = ""
SeamlessTabbing = -1 'True
Profile = 0 'False
ProfileAddress = ""
ProfilePort = 0
End
Begin VB.Timer Timer1
Interval = 3500
Left = 360
Top = 1440
End
End
Attribute VB_Name = "frmend"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Height = 1455
Me.Width = 3855
End Sub
Private Sub Timer1_Timer()
Unload Me
End Sub
Private Sub Timer2_Timer()
'写入用户退出信息
writeini_exit (Me.currentuser.Text)
Timer2.Enabled = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -