📄 form12.frm
字号:
VERSION 5.00
Begin VB.Form Form12
BackColor = &H00FFFFFF&
Caption = "操作提示"
ClientHeight = 2745
ClientLeft = 60
ClientTop = 345
ClientWidth = 6345
LinkTopic = "Form12"
ScaleHeight = 2745
ScaleWidth = 6345
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text1
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2775
Left = 0
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 0
Text = "Form12.frx":0000
Top = 0
Width = 6375
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -