📄 frmctr.frm
字号:
VERSION 5.00
Begin VB.Form frmCtr
BorderStyle = 1 'Fixed Single
Caption = "控制"
ClientHeight = 3930
ClientLeft = 45
ClientTop = 330
ClientWidth = 5925
Icon = "frmCtr.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3930
ScaleWidth = 5925
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "你好!"
BeginProperty Font
Name = "宋体"
Size = 72
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 1455
Left = 1200
TabIndex = 0
Top = 1200
Width = 3600
End
End
Attribute VB_Name = "frmCtr"
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 + -