• 大小: 5.22MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-10
  • 语言: 其他
  • 标签: SuperMap  Objects  

资源简介

示例在SuperMap Objects 中实现应急救援综合调度的模拟,即多辆救援车沿不同路线同时驶向事发地点

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace IntegratedDispatch
{
    public partial class FrmAbout : Form
    {
        public FrmAbout()
        {
            InitializeComponent();
        }

        private void btnOK_Click(object sender EventArgs e)
        {
            this.Close();
        }

        private void FrmAbout_Load(object sender EventArgs e)
        {
            this.Text = “关于“ + Application.ProductName;
            this.lblCompany.Text = “版权所有 2000-2008 北京超图软件股份有限公司。保留所有权利。“;
            this.lbltitle.Text = Application.ProductName;
            this.lblVersion.Text = “基于SuperMap objects 6组件平台。“;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    5660672  2012-12-07 16:51  IntegratedDispatch\Data\map.sdb

     文件    1511424  2012-12-07 16:28  IntegratedDispatch\Data\map.sdd

     文件    3057639  2012-12-07 16:28  IntegratedDispatch\Data\芜湖地图.smw

     文件      36864  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\bin\Debug\AxInterop.SuperLegendLib.dll

     文件      81920  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\bin\Debug\AxInterop.SuperMapLib.dll

     文件      18944  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\bin\Debug\AxInterop.SuperWkspManagerLib.dll

     文件     126976  2012-12-07 16:47  IntegratedDispatch\IntegratedDispatch\bin\Debug\IntegratedDispatch.exe

     文件      52736  2012-12-07 16:47  IntegratedDispatch\IntegratedDispatch\bin\Debug\IntegratedDispatch.pdb

     文件      11592  2012-12-07 16:47  IntegratedDispatch\IntegratedDispatch\bin\Debug\IntegratedDispatch.vshost.exe

     文件        490  2009-06-11 05:14  IntegratedDispatch\IntegratedDispatch\bin\Debug\IntegratedDispatch.vshost.exe.manifest

     文件      45056  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\bin\Debug\Interop.SuperLegendLib.dll

     文件     655360  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\bin\Debug\Interop.SuperMapLib.dll

     文件      36864  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\bin\Debug\Interop.SuperWkspManagerLib.dll

     文件        877  2012-12-02 16:04  IntegratedDispatch\IntegratedDispatch\FrmAbout.cs

     文件       5389  2012-12-02 16:04  IntegratedDispatch\IntegratedDispatch\FrmAbout.Designer.cs

     文件     141391  2012-12-02 16:04  IntegratedDispatch\IntegratedDispatch\FrmAbout.resx

     文件      23724  2012-12-07 16:51  IntegratedDispatch\IntegratedDispatch\FrmMain.cs

     文件      21583  2012-12-03 08:57  IntegratedDispatch\IntegratedDispatch\FrmMain.Designer.cs

     文件      20769  2012-12-03 08:57  IntegratedDispatch\IntegratedDispatch\FrmMain.resx

     文件       7737  2012-12-02 16:04  IntegratedDispatch\IntegratedDispatch\IntegratedDispatch.csproj

     文件      36864  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\obj\Debug\AxInterop.SuperLegendLib.dll

     文件      81920  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\obj\Debug\AxInterop.SuperMapLib.dll

     文件      18944  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\obj\Debug\AxInterop.SuperWkspManagerLib.dll

     文件       4598  2012-12-07 16:47  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.csproj.FileListAbsolute.txt

     文件        910  2012-12-03 08:57  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.csproj.GenerateResource.Cache

     文件        743  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.csproj.ResolveComReference.cache

     文件     126976  2012-12-07 16:47  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.exe

     文件      90930  2012-12-02 18:13  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.FrmAbout.resources

     文件       9274  2012-12-03 08:57  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.FrmMain.resources

     文件      52736  2012-12-07 16:47  IntegratedDispatch\IntegratedDispatch\obj\Debug\IntegratedDispatch.pdb

............此处省略27个文件信息

评论

共有 条评论