net.frm

来自「一个动态调度的软件」· FRM 代码 · 共 69 行

FRM
69
字号
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 + =
减小字号Ctrl + -
显示快捷键?