📄 mainfrm.frm
字号:
VERSION 5.00
Begin VB.Form mainfrm
BorderStyle = 3 'Fixed Dialog
Caption = " "
ClientHeight = 8985
ClientLeft = 45
ClientTop = 420
ClientWidth = 13785
DrawMode = 12 'Nop
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8985
ScaleWidth = 13785
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command4
Caption = "圆弧型转子"
Height = 495
Left = 1440
TabIndex = 3
Top = 1680
Width = 1695
End
Begin VB.CommandButton Command5
Caption = "渐开线型转子"
Height = 495
Left = 1440
TabIndex = 2
Top = 2640
Width = 1695
End
Begin VB.CommandButton Command6
Caption = "摆线型转子"
Height = 495
Left = 1440
TabIndex = 1
Top = 3600
Width = 1695
End
Begin VB.Frame Frame2
Caption = "不同型线的罗茨泵泄漏量计算模型"
BeginProperty Font
Name = "隶书"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 975
Left = 480
TabIndex = 0
Top = 240
Width = 12855
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 10890
Left = 0
Picture = "mainfrm.frx":0000
Stretch = -1 'True
Top = 0
Width = 15255
End
End
Attribute VB_Name = "mainfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
nzl.Show
mainfrm.Hide
End Sub
Private Sub Command2_Click()
fzl.Show
mainfrm.Hide
End Sub
Private Sub Command4_Click()
CircleStyleFrm.Show
mainfrm.Hide
End Sub
Private Sub Command5_Click()
jk.Show
mainfrm.Hide
End Sub
Private Sub Command6_Click()
bx.Show
mainfrm.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -