📄 form9.frm
字号:
VERSION 5.00
Begin VB.Form Form9
Caption = "Form9"
ClientHeight = 1560
ClientLeft = 60
ClientTop = 450
ClientWidth = 10560
LinkTopic = "Form9"
ScaleHeight = 1560
ScaleWidth = 10560
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 4080
TabIndex = 7
Top = 840
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 8520
TabIndex = 6
Top = 240
Width = 1215
End
Begin VB.OptionButton Option5
Caption = "圆"
Height = 375
Left = 4800
TabIndex = 4
Top = 240
Width = 975
End
Begin VB.OptionButton Option4
Caption = "多边形"
Height = 375
Left = 6120
TabIndex = 3
Top = 240
Width = 975
End
Begin VB.OptionButton Option3
Caption = "矩形"
Height = 375
Left = 3480
TabIndex = 2
Top = 240
Width = 975
End
Begin VB.OptionButton Option2
Caption = "线"
Height = 375
Left = 2160
TabIndex = 1
Top = 240
Width = 975
End
Begin VB.OptionButton Option1
Caption = "点"
Height = 375
Left = 720
TabIndex = 0
Top = 240
Width = 975
End
Begin VB.Label Label1
Caption = "缓冲距离"
Height = 375
Left = 7440
TabIndex = 5
Top = 360
Width = 855
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
flag = 22
Form1.Map1.Refresh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -