📄 picwin.frm
字号:
VERSION 5.00
Begin VB.Form Picwin
Caption = "信息视窗"
ClientHeight = 5295
ClientLeft = 60
ClientTop = 450
ClientWidth = 6855
Icon = "Picwin.frx":0000
LinkTopic = "Form1"
ScaleHeight = 5295
ScaleWidth = 6855
StartUpPosition = 3 '窗口缺省
Begin VB.HScrollBar HScroll1
Height = 255
Left = 0
TabIndex = 2
Top = 5040
Width = 6615
End
Begin VB.VScrollBar VScroll1
Height = 5055
Left = 6600
TabIndex = 1
Top = 0
Width = 255
End
Begin VB.PictureBox RaPic
Height = 5055
Left = 0
ScaleHeight = 4995
ScaleWidth = 6555
TabIndex = 0
Top = 0
Width = 6615
End
End
Attribute VB_Name = "Picwin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub RaPic_DblClick()
MsgBox "Y"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -