📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Form3"
ClientHeight = 11010
ClientLeft = 0
ClientTop = 0
ClientWidth = 9705
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Form3.frx":0000
ScaleHeight = 11010
ScaleWidth = 9705
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:2007/11/06
'描 述:LCD显示器检测工具
'网 站:http://www.Mndsoft.com/ (VB6源码博客)
'网 站:http://www.VbDnet.com/ (VB.NET源码博客,主要基于.NET2005)
'e-mail :Mndsoft@163.com
'e-mail :Mndsoft@126.com
'OICQ :88382850
' 如果您有新的好的代码别忘记给枕善居哦!
'****************************************************************************
Private Sub Form_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -