📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
Caption = " 文丘里管设计要求"
ClientHeight = 1530
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 1530
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "3)压力损失尽可能的小。"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 435
Left = 30
TabIndex = 2
Top = 1110
Width = 4605
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "2)能够实现废气与新鲜空气的均匀混合。"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 435
Left = 30
TabIndex = 1
Top = 600
Width = 4605
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "1)在喉口部能产生足够的压降,废气从而能够进入。"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 345
Left = 60
TabIndex = 0
Top = 150
Width = 4335
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -