資源簡介
示例在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個文件信息
- 上一篇:encase官方中文使用說明
- 下一篇:SuperMap ob
jects 服務區分析
評論
共有 條評論