📄 frmset.frm
字号:
VERSION 5.00
Begin VB.Form frmSet
Caption = "Form1"
ClientHeight = 4905
ClientLeft = 60
ClientTop = 345
ClientWidth = 6195
LinkTopic = "Form1"
ScaleHeight = 4905
ScaleWidth = 6195
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame1
Caption = "设置"
BeginProperty Font
Name = "幼圆"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4695
Left = 60
TabIndex = 0
Top = 180
Width = 6075
End
End
Attribute VB_Name = "frmSet"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -