form3.frm
来自「读取数据库数据并显示在LED屏上。串口编程」· FRM 代码 · 共 39 行
FRM
39 行
VERSION 5.00
Begin VB.Form Form3
BackColor = &H00E0E0E0&
Caption = "警告!"
ClientHeight = 1365
ClientLeft = 57210
ClientTop = 5715
ClientWidth = 4335
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1365
ScaleWidth = 4335
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "Label1"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 600
TabIndex = 0
Top = 360
Width = 990
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?