📄 form21.frm
字号:
VERSION 5.00
Begin VB.Form Form21
Caption = "图10-20b"
ClientHeight = 9270
ClientLeft = 60
ClientTop = 345
ClientWidth = 7185
LinkTopic = "Form21"
ScaleHeight = 9270
ScaleWidth = 7185
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = " 请在这边输入你查到的ρFE的值: "
Height = 975
Left = 120
TabIndex = 2
Top = 8280
Width = 3615
Begin VB.TextBox Text1
Appearance = 0 'Flat
BackColor = &H80000018&
Height = 375
Left = 1680
TabIndex = 3
Top = 480
Width = 735
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "查得的ρFE的值:"
Height = 180
Left = 120
TabIndex = 5
Top = 600
Width = 1440
End
Begin VB.Label Label2
Caption = "MPa"
Height = 255
Left = 2520
TabIndex = 4
Top = 600
Width = 255
End
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 4200
TabIndex = 1
Top = 8520
Width = 855
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 5760
TabIndex = 0
Top = 8520
Width = 855
End
Begin VB.Line Line1
X1 = 0
X2 = 7200
Y1 = 8160
Y2 = 8160
End
Begin VB.Image Image1
Height = 7845
Left = 120
Picture = "Form21.frx":0000
Top = 120
Width = 6900
End
End
Attribute VB_Name = "Form21"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim gd As Double
gd = Text1.Text
Form9.Text12.Text = gd
Me.Hide
End Sub
Private Sub Command2_Click()
Me.Hide
Form9.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -