form2.frm
来自「一个可用来检测LCD显示器有无坏点的小工具」· FRM 代码 · 共 53 行
FRM
53 行
VERSION 5.00
Begin VB.Form Form2
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 1500
ClientLeft = 0
ClientTop = 0
ClientWidth = 11985
LinkTopic = "Form2"
ScaleHeight = 1500
ScaleWidth = 11985
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 1455
Left = 0
Picture = "Form2.frx":0000
ScaleHeight = 1455
ScaleWidth = 12015
TabIndex = 0
Top = 0
Width = 12015
End
End
Attribute VB_Name = "Form2"
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 Picture1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?