资源简介

实现了arcgis engine 鼠标中键拖动平移地图(AE10.2.2),支持在放大、缩小、平移、要素选择等所有原有功能的基础上,当按下鼠标中键可以拖动地图,类似CAD操作。

资源截图

代码片段和文件信息

// Copyright 2014 ESRI
// 
// All rights reserved under the copyright laws of the United States
// and applicable international laws treaties and conventions.
// 
// You may freely redistribute and use this sample code with or
// without modification provided you include the original copyright
// notice and use restrictions.
// 
// See the use restrictions at /DeveloperKit10.2/userestrictions.txt.
// 

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(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-18 15:36  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\
     文件        2878  2014-02-12 14:44  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\AssemblyInfo.cs
     文件       10999  2019-01-18 15:33  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ChildForm.cs
     文件        9484  2019-01-17 19:21  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ChildForm.resx
     文件        9910  2019-01-18 15:30  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MDIApplication.csproj
     文件       45056  2019-01-18 15:33  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MDIApplication.exe
     文件       58880  2019-01-18 15:33  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MDIApplication.pdb
     文件         864  2013-04-23 09:01  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MDIApplication.sln
     文件       22712  2019-01-18 15:32  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MDIApplication.vshost.exe
     文件         326  2019-01-17 17:25  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MoveZoomIn.cur
     文件         326  2019-01-17 17:09  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\MoveZoomOut.cur
     文件       11270  2019-01-18 15:31  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ParentForm.cs
     文件        7167  2019-01-18 15:31  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ParentForm.resx
     文件        1334  2019-01-17 17:36  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ZoomIn.bmp
     文件         326  2019-01-17 17:24  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ZoomIn.cur
     文件        4014  2019-01-17 14:31  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ZoomOut.bmp
     文件         326  2019-01-17 17:12  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\ZoomOut.cur
     目录           0  2019-01-18 15:36  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\bin\
     目录           0  2019-01-18 15:37  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\bin\Release\
     目录           0  2019-01-18 15:36  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\
     目录           0  2019-01-18 15:36  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\
     目录           0  2019-01-18 15:36  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\
     文件      124828  2019-01-16 13:57  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6968  2019-01-18 15:30  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件        2710  2019-01-18 15:30  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.ChildForm.resources
     文件        1016  2019-01-18 15:31  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.Form1.resources
     文件         180  2019-01-18 14:42  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.Form2.resources
     文件        2237  2019-01-18 15:33  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.csproj.FileListAbsolute.txt
     文件         899  2019-01-18 15:31  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.csproj.GenerateResource.Cache
     文件      137226  2019-01-16 16:07  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.csprojResolveAssemblyReference.cache
     文件       45056  2019-01-18 15:33  arcgis engine 鼠标中键拖动平移地图(AE10.2.2)\obj\x86\Debug\MDIApplication.exe
............此处省略6个文件信息

评论

共有 条评论