• 大小: 0.52M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-04-27
  • 语言: C#
  • 标签: 服务  

资源简介

出图:地图服务和要素类(ESRI.ArcGIS)

资源截图

代码片段和文件信息

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

namespace GisExtent
{
    public partial class ExceptDialog : Form
    {
        public static ExceptDialog ANew = new ExceptDialog();
        public ExceptDialog()
        {
            InitializeComponent();
        }

        private void btnCopy2ClipBoard_Click(object sender EventArgs e)
        {
            Clipboard.SetDataobject(richTextBoxExceptionLog.Text);
            MessageBox.Show(“复制成功。“);
        }
        public void ShowDialogCustom(Exception ex)
        {
            string exStr = ExceptX.ANew.MessageXStack(ex);
            richTextBoxExceptionLog.Text = exStr;
            ShowDialog();
        }
        public void ShowDialogDotNet(Exception ex)
        {
            string exStr = ExceptX.ANew.MessageXStack(ex);
            MessageBox.Show(exStr);
        }

        private void btnOk_Click(object sender EventArgs e)
        {
            Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-03-30 14:29  OutPic\
     目录           0  2020-03-30 14:29  OutPic\bin\
     文件      155136  2020-03-30 14:28  OutPic\bin\GisExtent.dll
     文件      483840  2017-03-14 08:14  OutPic\bin\Newtonsoft.Json.dll
     文件       46080  2020-03-30 14:28  OutPic\bin\成图工具.exe
     文件        1763  2020-03-30 10:44  OutPic\FLyrstyleSet.cs
     文件        9920  2020-03-30 10:44  OutPic\FLyrstyleSet.Designer.cs
     文件        5817  2020-03-30 10:44  OutPic\FLyrstyleSet.resx
     文件       39572  2020-03-30 14:27  OutPic\FOutPic.cs
     文件       25658  2020-03-30 10:37  OutPic\FOutPic.Designer.cs
     文件       10553  2020-03-30 10:37  OutPic\FOutPic.resx
     文件        1652  2020-03-30 11:20  OutPic\FRename.cs
     文件        4267  2020-03-30 11:20  OutPic\FRename.Designer.cs
     文件        5817  2020-03-30 11:20  OutPic\FRename.resx
     文件         758  2020-03-17 18:40  OutPic\LicenseInitializer.cs
     文件       15237  2020-03-17 18:40  OutPic\LicenseInitializer.Designer.cs
     文件        1896  2020-03-17 18:40  OutPic\Program.cs
     目录           0  2020-03-17 09:18  OutPic\Properties\
     文件        1260  2020-03-17 09:18  OutPic\Properties\AssemblyInfo.cs
     文件        2860  2020-03-17 18:38  OutPic\Properties\Resources.Designer.cs
     文件        5612  2020-03-17 09:18  OutPic\Properties\Resources.resx
     文件        1110  2020-03-17 18:38  OutPic\Properties\Settings.Designer.cs
     文件         249  2020-03-17 09:18  OutPic\Properties\Settings.settings
     文件       10820  2020-03-30 10:46  OutPic\WinformGui.csproj
     文件         586  2020-03-30 10:24  OutPic\WinformGui.csproj.user
     文件        1692  2020-03-30 10:11  OutPic\WinformGui_TemporaryKey.pfx
     文件        2553  2020-03-18 14:44  OutPic.sln
     目录           0  2020-03-30 14:29  GisExtent\
     文件        1122  2020-03-20 15:41  GisExtent\ExceptDialog.cs
     文件        4533  2020-03-18 17:46  GisExtent\ExceptDialog.designer.cs
     文件        5817  2020-03-18 17:46  GisExtent\ExceptDialog.resx
............此处省略34个文件信息

评论

共有 条评论