• 大小: 105KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: C#
  • 标签: gis  

资源简介

C#写的地理信息系统初级代码,写的不错,有参考价值,不是用arcgis写的

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:

[assembly: AssemblyVersion(“1.0.*“)]

//
// In order to sign your assembly you must specify a key to use. Refer to the 
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing. 
//
// Notes: 
//   (*) If no key is specified the assembly is not signed.
//   (*) KeyName refers to a key that has been installed in the Crypto Service
//       Provider (CSP) on your machine. KeyFile refers to a file which contains
//       a key.
//   (*) If the KeyFile and the KeyName values are both specified the 
//       following processing occurs:
//       (1) If the KeyName can be found in the CSP that key is used.
//       (2) If the KeyName does not exist and the KeyFile does exist the key 
//           in the KeyFile is installed into the CSP and used.
//   (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
//       When specifying the KeyFile the location of the KeyFile should be
//       relative to the project output directory which is
//       %Project Directory%\obj\. For example if your KeyFile is
//       located in the project directory you would specify the AssemblyKeyFile 
//       attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//   (*) Delay Signing is an advanced option - see the Microsoft .NET framework
//       documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

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

     文件       1078  2002-12-31 22:29  20071141521869\MainSystem\App.ico

     文件       2426  2002-12-31 22:29  20071141521869\MainSystem\AssemblyInfo.cs

    ..AD...         0  2005-01-20 21:30  20071141521869\MainSystem\bin\Debug

    ..AD...         0  2005-01-20 21:30  20071141521869\MainSystem\bin

     文件       1846  2003-03-14 23:50  20071141521869\MainSystem\Bitmap1.bmp

     文件        958  2002-03-01 10:36  20071141521869\MainSystem\bmp\bmp00020.bmp

     文件       1014  2002-12-25 13:51  20071141521869\MainSystem\bmp\Docking.bmp

     文件        766  2001-08-19 17:14  20071141521869\MainSystem\bmp\exe.ico

     文件        822  2001-08-15 16:46  20071141521869\MainSystem\bmp\info.bmp

     文件       1078  2001-08-15 21:42  20071141521869\MainSystem\bmp\info.ico

     文件        822  2001-08-15 16:45  20071141521869\MainSystem\bmp\pan.bmp

     文件       1014  2001-08-15 15:35  20071141521869\MainSystem\bmp\point.bmp

    ..A.SH.     16896  2004-06-21 21:52  20071141521869\MainSystem\bmp\Thumbs.db

     文件        758  2002-12-16 13:29  20071141521869\MainSystem\bmp\Toolbar.bmp

     文件        822  2001-08-15 16:45  20071141521869\MainSystem\bmp\zoomfull.bmp

     文件        822  2001-08-15 16:44  20071141521869\MainSystem\bmp\zoomin.bmp

     文件        822  2001-08-15 16:49  20071141521869\MainSystem\bmp\zoomout.bmp

    ..AD...         0  2005-01-20 21:30  20071141521869\MainSystem\bmp

     文件       4133  2003-12-19 17:21  20071141521869\MainSystem\CBusLine.cs

     文件      39783  2003-12-20 11:37  20071141521869\MainSystem\CEnvironment.cs

     文件      11825  2003-12-20 11:42  20071141521869\MainSystem\CPath.cs

     文件       9184  2003-12-19 11:00  20071141521869\MainSystem\frmBus.cs

     文件       5316  2003-12-19 10:46  20071141521869\MainSystem\frmBus.resx

     文件       6062  2003-12-19 11:45  20071141521869\MainSystem\frmBusResult.cs

     文件       5322  2003-12-19 11:31  20071141521869\MainSystem\frmBusResult.resx

     文件       3757  2003-12-20 15:04  20071141521869\MainSystem\frmContent.cs

     文件       5320  2003-12-20 15:02  20071141521869\MainSystem\frmContent.resx

     文件      12230  2003-12-18 10:12  20071141521869\MainSystem\frmInfo.cs

     文件       5317  2003-12-18 10:12  20071141521869\MainSystem\frmInfo.resx

     文件       8124  2003-12-18 22:16  20071141521869\MainSystem\frmLine.cs

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

评论

共有 条评论