📄 canshushezhi.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "参数单位设定"
ClientHeight = 3240
ClientLeft = 60
ClientTop = 345
ClientWidth = 5370
LinkTopic = "Form2"
MaxButton = 0 'False
Picture = "canshushezhi.frx":0000
ScaleHeight = 3240
ScaleWidth = 5370
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame1
Caption = "井深"
Height = 1215
Left = 0
TabIndex = 14
Top = 0
Width = 1695
Begin VB.OptionButton Optionh1
Caption = "m"
Height = 255
Left = 360
TabIndex = 16
Top = 360
Width = 1095
End
Begin VB.OptionButton Optionh2
Caption = "ft"
Height = 255
Left = 360
TabIndex = 15
Top = 720
Width = 975
End
End
Begin VB.Frame Frame2
Caption = "声波时差"
Height = 1215
Left = 1800
TabIndex = 11
Top = 0
Width = 1695
Begin VB.OptionButton Optionv1
Caption = "mius/ft"
Height = 255
Left = 360
TabIndex = 13
Top = 360
Width = 975
End
Begin VB.OptionButton Optionv2
Caption = "s/m"
Height = 255
Left = 360
TabIndex = 12
Top = 720
Width = 1095
End
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1200
TabIndex = 10
Top = 2760
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 3000
TabIndex = 9
Top = 2760
Width = 1215
End
Begin VB.Frame Frame3
Caption = "SP"
Height = 1215
Left = 1800
TabIndex = 7
Top = 1320
Width = 1695
Begin VB.OptionButton Optionsp
Caption = "mv"
Height = 255
Left = 360
TabIndex = 8
Top = 480
Width = 975
End
End
Begin VB.Frame Frame4
Caption = "Gr"
Height = 1215
Left = 0
TabIndex = 5
Top = 1320
Width = 1695
Begin VB.OptionButton OptionGr
Caption = "API"
Height = 255
Left = 360
TabIndex = 6
Top = 480
Width = 975
End
End
Begin VB.Frame Frame5
Caption = "密度"
Height = 1215
Left = 3600
TabIndex = 2
Top = 0
Width = 1695
Begin VB.OptionButton Optionrou1
Caption = "g/cm3"
Height = 255
Left = 360
TabIndex = 4
Top = 360
Width = 1095
End
Begin VB.OptionButton Optionrou2
Caption = "g/ft3"
Height = 255
Left = 360
TabIndex = 3
Top = 720
Width = 975
End
End
Begin VB.Frame Frame6
Caption = "Rild"
Height = 1215
Left = 3600
TabIndex = 0
Top = 1320
Width = 1695
Begin VB.OptionButton Optionrild
Caption = "Ω·M"
Height = 255
Left = 360
TabIndex = 1
Top = 480
Width = 1095
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Optionh2.Value = True Then
Form1.Optionh2 = True
End If
If Optionrou2.Value = True Then
Form1.Optionrou2 = True
End If
If Optionv2.Value = True Then
Form1.Optionv2 = True
End If
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
Optionh1.Value = True
Optionv1.Value = True
Optionrou1.Value = True
OptionGr.Value = True
Optionsp.Value = True
Optionrild.Value = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -