📄 水准网2.frm
字号:
VERSION 5.00
Begin VB.Form form2
Caption = "水准网网形显示"
ClientHeight = 5970
ClientLeft = 60
ClientTop = 450
ClientWidth = 7770
LinkTopic = "Form2"
ScaleHeight = 5970
ScaleWidth = 7770
StartUpPosition = 3 '窗口缺省
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Index = 2
Left = 6240
TabIndex = 9
Top = 3840
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Index = 1
Left = 6240
TabIndex = 8
Top = 3360
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Index = 0
Left = 6240
TabIndex = 7
Top = 2880
Width = 1095
End
Begin VB.Frame Frame1
Caption = "线条颜色"
ForeColor = &H00FF00FF&
Height = 1935
Left = 6120
TabIndex = 2
Top = 240
Width = 1455
Begin VB.OptionButton Option1
Caption = "蓝色"
Height = 255
Index = 2
Left = 120
TabIndex = 5
Top = 1320
Width = 1095
End
Begin VB.OptionButton Option1
Caption = "绿色"
Height = 255
Index = 1
Left = 120
TabIndex = 4
Top = 840
Width = 1095
End
Begin VB.OptionButton Option1
Caption = "红色"
Height = 255
Index = 0
Left = 120
TabIndex = 3
Top = 360
Width = 1095
End
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 495
Left = 6360
TabIndex = 1
Top = 5040
Width = 1215
End
Begin VB.PictureBox Picture1
Height = 5415
Left = 120
ScaleHeight = 5355
ScaleWidth = 5835
TabIndex = 0
Top = 120
Width = 5895
End
Begin VB.Label Label1
Caption = "线条样式"
ForeColor = &H000080FF&
Height = 1695
Left = 6240
TabIndex = 6
Top = 2520
Width = 1215
End
End
Attribute VB_Name = "form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -