📄 三边网2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 8940
ClientLeft = 60
ClientTop = 345
ClientWidth = 10500
LinkTopic = "Form2"
ScaleHeight = 8940
ScaleWidth = 10500
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture2
Height = 2895
Left = 5880
ScaleHeight = 2835
ScaleWidth = 3795
TabIndex = 22
Top = 360
Width = 3855
Begin VB.OptionButton Option1
Caption = "P4"
Height = 180
Left = 360
TabIndex = 28
Top = 960
Width = 495
End
Begin VB.OptionButton Option2
Caption = "P2"
Height = 495
Left = 2520
TabIndex = 27
Top = 600
Width = 615
End
Begin VB.OptionButton Option3
Caption = "P5"
Height = 375
Left = 1080
TabIndex = 26
Top = 1560
Width = 615
End
Begin VB.OptionButton Option4
Caption = "P3"
Height = 495
Left = 1440
TabIndex = 25
Top = 120
Width = 495
End
Begin VB.OptionButton Option5
Caption = "P6"
Height = 375
Left = 2280
TabIndex = 24
Top = 1680
Width = 615
End
Begin VB.CheckBox Check1
Caption = "P1"
Height = 255
Left = 1440
TabIndex = 23
Top = 960
Width = 495
End
Begin VB.Line Line1
X1 = 1560
X2 = 480
Y1 = 360
Y2 = 960
End
Begin VB.Line Line2
X1 = 480
X2 = 1080
Y1 = 1080
Y2 = 1680
End
Begin VB.Line Line3
X1 = 1560
X2 = 1200
Y1 = 1080
Y2 = 1680
End
Begin VB.Line Line4
X1 = 1560
X2 = 600
Y1 = 1080
Y2 = 1080
End
Begin VB.Line Line5
X1 = 1560
X2 = 1560
Y1 = 1080
Y2 = 360
End
Begin VB.Line Line6
X1 = 1680
X2 = 2640
Y1 = 360
Y2 = 840
End
Begin VB.Line Line7
X1 = 1560
X2 = 2640
Y1 = 1080
Y2 = 840
End
Begin VB.Line Line8
X1 = 1200
X2 = 2400
Y1 = 1680
Y2 = 1800
End
Begin VB.Line Line9
X1 = 2640
X2 = 2400
Y1 = 840
Y2 = 1800
End
Begin VB.Line Line10
X1 = 1680
X2 = 2520
Y1 = 1200
Y2 = 1920
End
End
Begin VB.Frame Frame3
Caption = "Frame3"
Height = 4815
Left = 240
TabIndex = 10
Top = 3480
Width = 3855
Begin VB.TextBox Text2
Height = 495
Index = 0
Left = 480
TabIndex = 20
Text = "5760.706"
Top = 720
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 1
Left = 480
TabIndex = 19
Text = "7804.566"
Top = 1440
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 2
Left = 480
TabIndex = 18
Text = "5187.342"
Top = 2160
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 3
Left = 480
TabIndex = 17
Text = "7838.880"
Top = 2880
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 4
Left = 480
TabIndex = 16
Text = "5483.158"
Top = 3600
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 5
Left = 2280
TabIndex = 15
Text = "5731.788"
Top = 720
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 6
Left = 2280
TabIndex = 14
Text = "5438.382"
Top = 1440
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 7
Left = 2280
TabIndex = 13
Text = "7493.323"
Top = 2160
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 8
Left = 2280
TabIndex = 12
Text = "8884.587"
Top = 2880
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Index = 9
Left = 2280
TabIndex = 11
Text = "7228.367"
Top = 3600
Width = 1215
End
Begin VB.Label Label3
Caption = "边长"
Height = 495
Left = 1560
TabIndex = 21
Top = 240
Width = 1215
End
End
Begin VB.Frame Frame2
Caption = "Frame2"
Height = 2775
Left = 3240
TabIndex = 7
Top = 240
Width = 2175
Begin VB.TextBox Text3
Height = 495
Left = 600
TabIndex = 8
Text = "96.210462"
Top = 1680
Width = 1215
End
Begin VB.Label Label2
Caption = "P1-P2方向"
Height = 495
Left = 600
TabIndex = 9
Top = 720
Width = 1215
End
End
Begin VB.Frame Frame1
Caption = "Frame1"
Height = 2775
Left = 120
TabIndex = 1
Top = 240
Width = 3015
Begin VB.TextBox Text1
Height = 495
Index = 0
Left = 960
TabIndex = 3
Text = "48580.285"
Top = 1080
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Index = 1
Left = 960
TabIndex = 2
Text = "60500.496"
Top = 1800
Width = 1215
End
Begin VB.Label Label5
Caption = "y"
Height = 375
Left = 240
TabIndex = 6
Top = 1920
Width = 495
End
Begin VB.Label Label4
Caption = "x"
Height = 375
Left = 240
TabIndex = 5
Top = 1200
Width = 495
End
Begin VB.Label Label1
Caption = "P1点坐标"
Height = 495
Left = 960
TabIndex = 4
Top = 360
Width = 1215
End
End
Begin VB.CommandButton Command1
Caption = "返回"
Height = 1095
Left = 6720
TabIndex = 0
Top = 5880
Width = 2415
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()
Form1.Visible = True
Form2.Visible = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -