📄 net.frm
字号:
VERSION 5.00
Begin VB.Form net
Caption = "网络图维护"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3150
ScaleWidth = 4680
Begin VB.CommandButton Command4
Caption = "添加节点"
Height = 615
Left = 7320
TabIndex = 5
Top = 960
Width = 1575
End
Begin VB.CommandButton Command3
Caption = "更新网络图"
Height = 615
Left = 480
TabIndex = 4
Top = 6480
Width = 1815
End
Begin VB.CommandButton Command2
Caption = "更新路径"
Height = 615
Index = 0
Left = 7320
TabIndex = 3
Top = 3480
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "修改节点"
Height = 615
Index = 2
Left = 7320
TabIndex = 2
Top = 2640
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "删除节点"
Height = 615
Index = 1
Left = 7320
TabIndex = 1
Top = 1800
Width = 1575
End
Begin VB.Frame Frame1
Caption = "网络图示"
Height = 5175
Left = 360
TabIndex = 0
Top = 600
Width = 5895
End
End
Attribute VB_Name = "net"
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 + -