📄 uproute.frm
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form uproute
Caption = "更新路径"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 11070
ScaleWidth = 15240
StartUpPosition = 3 'Windows Default
Begin VB.OptionButton Option1
Caption = "不连通"
Height = 375
Index = 1
Left = 3360
TabIndex = 7
Top = 3480
Width = 1455
End
Begin VB.OptionButton Option1
Caption = "连通"
Height = 375
Index = 0
Left = 3360
TabIndex = 6
Top = 2760
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "更新路径信息"
Height = 495
Left = 3360
TabIndex = 4
Top = 4560
Width = 1695
End
Begin MSDataListLib.DataCombo DataCombo2
Height = 315
Left = 3360
TabIndex = 3
Top = 1800
Width = 1695
_ExtentX = 2990
_ExtentY = 556
_Version = 393216
Text = "请选择节点"
End
Begin MSDataListLib.DataCombo DataCombo1
Height = 315
Left = 3360
TabIndex = 1
Top = 720
Width = 1695
_ExtentX = 2990
_ExtentY = 556
_Version = 393216
Text = "请选择节点"
End
Begin VB.Label Label3
Caption = "决定此路径是否连通:"
Height = 735
Left = 360
TabIndex = 5
Top = 2760
Width = 2295
End
Begin VB.Label Label2
Caption = "请选择需更新路径的终点:"
Height = 615
Left = 360
TabIndex = 2
Top = 1800
Width = 2295
End
Begin VB.Label Label1
Caption = "请选择需更新的路径的起始节点:"
Height = 495
Left = 360
TabIndex = 0
Top = 720
Width = 2895
End
End
Attribute VB_Name = "uproute"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -