📄 曲线放样要素计算.frm
字号:
VERSION 5.00
Begin VB.Form 曲线放样要素计算
Caption = "曲线放样要素就算"
ClientHeight = 4665
ClientLeft = 60
ClientTop = 375
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 4665
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "竖曲线要素计算"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 720
TabIndex = 3
Top = 3360
Width = 3135
End
Begin VB.CommandButton Command2
Caption = "有缓和曲线要素计算"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 720
TabIndex = 2
Top = 2280
Width = 3135
End
Begin VB.CommandButton Command1
Caption = "单一圆曲线要素计算"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 720
TabIndex = 1
Top = 1080
Width = 3135
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "曲线放样要素计算"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 900
TabIndex = 0
Top = 240
Width = 2655
End
End
Attribute VB_Name = "曲线放样要素计算"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
yuan.Show
End Sub
Private Sub Command2_Click()
qxsj.Show
End Sub
Private Sub Command3_Click()
shu.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -