?? form7.frm
字號:
VERSION 5.00
Begin VB.Form Form7
BackColor = &H000000FF&
BorderStyle = 0 'None
Caption = "版本信息"
ClientHeight = 1995
ClientLeft = 0
ClientTop = 0
ClientWidth = 3210
LinkTopic = "Form7"
LockControls = -1 'True
ScaleHeight = 1995
ScaleWidth = 3210
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Image Image1
Height = 1905
Left = 50
Picture = "Form7.frx":0000
Top = 50
Width = 3120
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Form1.Image1.Enabled = False '顯示版本信息時禁止菜單彈出
End Sub
'點擊退出版本信息顯示
Private Sub Image1_Click()
Unload Form7
Form1.Image1.Enabled = True '版本信息顯示完畢時恢復(fù)菜單彈出
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -