?? form2.frm
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -