⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deleroute.frm

📁 一个动态调度的软件
💻 FRM
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form deleroute 
   Caption         =   "删除路径"
   ClientHeight    =   3150
   ClientLeft      =   60
   ClientTop       =   390
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   11070
   ScaleWidth      =   15240
   Begin VB.CommandButton Command1 
      Caption         =   "删除此路径"
      Height          =   375
      Left            =   2400
      TabIndex        =   4
      Top             =   3480
      Width           =   1575
   End
   Begin MSDataListLib.DataCombo DataCombo2 
      Height          =   315
      Left            =   2400
      TabIndex        =   3
      Top             =   2040
      Width           =   1815
      _ExtentX        =   3201
      _ExtentY        =   556
      _Version        =   393216
      Text            =   "请选择节点"
   End
   Begin MSDataListLib.DataCombo DataCombo1 
      Height          =   315
      Left            =   2400
      TabIndex        =   1
      Top             =   960
      Width           =   1815
      _ExtentX        =   3201
      _ExtentY        =   556
      _Version        =   393216
      Text            =   "请选择节点"
   End
   Begin VB.Label Label2 
      Caption         =   "请选择路径的终点:"
      Height          =   375
      Left            =   240
      TabIndex        =   2
      Top             =   2040
      Width           =   1815
   End
   Begin VB.Label Label1 
      Caption         =   "请选择路径的起始节点:"
      Height          =   375
      Left            =   240
      TabIndex        =   0
      Top             =   960
      Width           =   2055
   End
End
Attribute VB_Name = "deleroute"
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 + -