form43.frm
来自「很好的齿轮cad参数化设计程序」· FRM 代码 · 共 99 行
FRM
99 行
VERSION 5.00
Begin VB.Form Form43
Caption = "da 10-21e"
ClientHeight = 7410
ClientLeft = 60
ClientTop = 345
ClientWidth = 6765
LinkTopic = "Form43"
ScaleHeight = 7410
ScaleWidth = 6765
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 5160
TabIndex = 5
Top = 6720
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 3840
TabIndex = 4
Top = 6720
Width = 855
End
Begin VB.Frame Frame1
Caption = " 请在这边输入你查到的ρHE的值: "
Height = 855
Left = 0
TabIndex = 0
Top = 6480
Width = 3255
Begin VB.TextBox Text1
Appearance = 0 'Flat
BackColor = &H80000018&
Height = 375
Left = 1680
TabIndex = 1
Top = 360
Width = 735
End
Begin VB.Label Label2
Caption = "MPa"
Height = 255
Left = 2520
TabIndex = 3
Top = 480
Width = 255
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "查得的ρHE的值:"
Height = 180
Left = 120
TabIndex = 2
Top = 480
Width = 1440
End
End
Begin VB.Line Line1
X1 = 0
X2 = 6720
Y1 = 6360
Y2 = 6360
End
Begin VB.Image Image1
Height = 6135
Left = 600
Picture = "Form43.frx":0000
Top = 0
Width = 5490
End
End
Attribute VB_Name = "Form43"
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.Text18.Text = gd
Me.Hide
End Sub
Private Sub Command2_Click()
Me.Hide
Form9.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?