📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FFFF80&
BorderStyle = 1 'Fixed Single
Caption = "平分坐标"
ClientHeight = 4410
ClientLeft = 3780
ClientTop = 3315
ClientWidth = 5895
Icon = "Form1.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
Picture = "Form1.frx":0CCA
ScaleHeight = 4410
ScaleWidth = 5895
Begin VB.CommandButton Command2
Caption = "计算"
Height = 375
Left = 4440
TabIndex = 23
Top = 3960
Width = 1095
End
Begin VB.OptionButton Option2
BackColor = &H00FFFF80&
Caption = "弧线交点在右侧"
Height = 615
Left = 4680
TabIndex = 22
Top = 2160
UseMaskColor = -1 'True
Width = 975
End
Begin VB.OptionButton Option1
BackColor = &H00FFFF80&
Caption = "弧线交点在左侧"
Height = 615
Left = 3360
TabIndex = 21
Top = 2160
Width = 975
End
Begin VB.TextBox T8
Height = 375
Left = 4200
TabIndex = 19
Top = 1530
Width = 1455
End
Begin VB.TextBox T7
Height = 375
Left = 4200
TabIndex = 17
Top = 960
Width = 1455
End
Begin VB.TextBox T6
Height = 375
Left = 1200
TabIndex = 11
Top = 3450
Width = 1455
End
Begin VB.TextBox T5
Height = 375
Left = 1200
TabIndex = 5
Top = 2925
Width = 1455
End
Begin VB.TextBox T4
Height = 375
Left = 1200
TabIndex = 4
Top = 2400
Width = 1455
End
Begin VB.TextBox T3
Height = 375
Left = 1200
TabIndex = 3
Top = 1860
Width = 1455
End
Begin VB.TextBox T2
Height = 375
Left = 1200
TabIndex = 2
Top = 1335
Width = 1455
End
Begin VB.TextBox T1
Height = 375
Left = 1200
TabIndex = 1
Top = 810
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "计算"
Height = 375
Left = 1560
TabIndex = 0
Top = 3960
Width = 1095
End
Begin VB.Shape Shape1
Height = 4260
Index = 1
Left = 3000
Top = 120
Width = 2775
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "角度"
Height = 255
Left = 3360
TabIndex = 20
Top = 1665
Width = 615
End
Begin VB.Label Label12
BackStyle = 0 'Transparent
Caption = "半径R"
Height = 255
Left = 3360
TabIndex = 18
Top = 1080
Width = 615
End
Begin VB.Label Label10
BackStyle = 0 'Transparent
Caption = "弧线段的计算"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 3360
TabIndex = 16
Top = 240
Width = 1980
End
Begin VB.Label Label9
BackStyle = 0 'Transparent
Caption = "Y"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 840
TabIndex = 15
Top = 2400
Width = 255
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "X"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 840
TabIndex = 14
Top = 1920
Width = 255
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "直线段的计算"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 510
Left = 495
TabIndex = 13
Top = 300
Width = 1980
End
Begin VB.Shape Shape1
Height = 4260
Index = 0
Left = 120
Top = 120
Width = 2775
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "起点里程"
Height = 255
Left = 360
TabIndex = 12
Top = 3570
Width = 735
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "Y"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 840
TabIndex = 10
Top = 1320
Width = 255
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "X"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 840
TabIndex = 9
Top = 840
Width = 255
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "平分距离"
Height = 255
Left = 360
TabIndex = 8
Top = 3105
Width = 855
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "终点"
Height = 255
Left = 360
TabIndex = 7
Top = 1995
Width = 615
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "起点"
Height = 255
Left = 360
TabIndex = 6
Top = 930
Width = 615
End
End
Attribute VB_Name = "Form1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -