📄 uclmainpic.ctl
字号:
VERSION 5.00
Begin VB.UserControl uclMainPic
BackColor = &H00FFFFFF&
ClientHeight = 3570
ClientLeft = 0
ClientTop = 0
ClientWidth = 2010
ScaleHeight = 3570
ScaleWidth = 2010
Begin VB.Image imgPic
BorderStyle = 1 'Fixed Single
Height = 3510
Left = 0
Picture = "uclMainPic.ctx":0000
Top = 0
Width = 1860
End
End
Attribute VB_Name = "uclMainPic"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Private Sub UserControl_Resize()
imgPic.Width = UserControl.Width
UserControl.Height = 3510
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -