form4.frm
来自「完整的英语900句源码-采用顶条技术」· FRM 代码 · 共 39 行
FRM
39 行
VERSION 5.00
Begin VB.Form Form4
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
Caption = "Form4"
ClientHeight = 3030
ClientLeft = 6390
ClientTop = 5160
ClientWidth = 2100
ControlBox = 0 'False
LinkTopic = "Form4"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3030
ScaleWidth = 2100
ShowInTaskbar = 0 'False
Begin VB.Image Image1
Height = 3030
Left = 0
Picture = "Form4.frx":0000
Top = 0
Width = 2100
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'单击封皮进入主程序
Private Sub Image1_Click()
Form1.Visible = True
Unload Form4
oncetime = 50
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?