📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7215
ClientLeft = 165
ClientTop = 855
ClientWidth = 9585
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "Form1.frx":0000
ScaleHeight = 72150
ScaleMode = 0 'User
ScaleWidth = 9585
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "矿井需要总进风量计算"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 2040
TabIndex = 0
Top = 2520
Width = 4650
End
Begin VB.Menu zong
Caption = "矿井总需风量计算"
Begin VB.Menu cm
Caption = "采煤工作面需风量"
End
Begin VB.Menu by
Caption = "备用工作面需风量"
End
Begin VB.Menu jjtf
Caption = "掘进工作面局部通风机处需风量"
End
Begin VB.Menu jxds
Caption = "井下硐室需风量"
End
Begin VB.Menu qthd
Caption = "其他巷道需风量"
End
Begin VB.Menu g
Caption = "-"
End
Begin VB.Menu zxfl
Caption = "矿井总需风量"
End
End
Begin VB.Menu canshu
Caption = "矿井有关通风参数"
End
Begin VB.Menu hesuan
Caption = "矿井通风能力核算"
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub by_Click()
Form1.Hide
Form3.Show
End Sub
Private Sub cm_Click()
Form1.Hide
Form2.Show
End Sub
Private Sub jxds_Click()
Form1.Hide
Form6.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -