📄
字号:
VERSION 5.00
Begin VB.Form Tips
Caption = "Golomb"
ClientHeight = 1950
ClientLeft = 3585
ClientTop = 4455
ClientWidth = 6915
LinkTopic = "Form1"
ScaleHeight = 1950
ScaleWidth = 6915
ShowInTaskbar = 0 'False
Begin VB.Label Label1
Height = 1860
Left = 0
TabIndex = 0
Top = 0
Width = 6855
WordWrap = -1 'True
End
End
Attribute VB_Name = "Tips"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -