scroll.ctl
来自「我刚找到的撞球游戏原代码.rar是一个横好玩的游戏不知道你玩过没有」· CTL 代码 · 共 33 行
CTL
33 行
VERSION 5.00
Begin VB.UserControl ArviScroll
ClientHeight = 3600
ClientLeft = 0
ClientTop = 0
ClientWidth = 4800
BeginProperty Font
Name = "Terminal"
Size = 13.5
Charset = 255
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ScaleHeight = 3600
ScaleWidth = 4800
Begin VB.Label Label1
Caption = "Label1"
Height = 600
Left = 675
TabIndex = 0
Top = 1125
Width = 1725
WordWrap = -1 'True
End
End
Attribute VB_Name = "ArviScroll"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?