📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form AAA
BackColor = &H80000009&
Caption = "Form1"
ClientHeight = 1740
ClientLeft = 3165
ClientTop = 3270
ClientWidth = 4560
LinkTopic = "Form2"
ScaleHeight = 1740
ScaleWidth = 4560
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "亮度不变的窗体"
BeginProperty Font
Name = "华文行楷"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 450
Left = 750
TabIndex = 0
Top = 540
Width = 3045
End
End
Attribute VB_Name = "AAA"
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 + -