管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-04 90df693be709710819cd7b6e105e46b01d27ce6c
1
已修改2个文件
10 ■■■■■ 文件已修改
TEWin/FrmWin.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
TEWin/TEWin.csproj 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
TEWin/FrmWin.cs
@@ -166,7 +166,7 @@
        public void InvokeByCode(int code)
        {
            LogOut.Info("InvokeByCode > " + code);
            LogOut.Info("InvokeByCode > 0x" + code.ToString("x"));
            switch (code)
            {
                case 0xc0: // 重置鼠标模式
@@ -798,7 +798,7 @@
        private void OpenPrj()
        {
            string flyPath = ReadPrjPath();
            if (String.IsNullOrEmpty(flyPath)) flyPath = Path.Combine(mainUrl, "see.fly");
            if (String.IsNullOrEmpty(flyPath)) flyPath = this.fly; // flyPath = Path.Combine(mainUrl, "see.fly");
            if (!File.Exists(flyPath))
            {
@@ -814,7 +814,7 @@
            try
            {
                string flyPath = ReadPrjPath();
                if (String.IsNullOrEmpty(flyPath)) flyPath = Path.Combine(mainUrl, "see.fly");
                if (String.IsNullOrEmpty(flyPath)) flyPath = this.fly; // flyPath = Path.Combine(mainUrl, "see.fly");
                this.Save();
                //this.SG.Project.SaveAs(flyPath);
TEWin/TEWin.csproj
@@ -238,7 +238,9 @@
    <EmbeddedResource Include="Resources\data\T0061_路口_面1.shx">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </EmbeddedResource>
    <None Include="Resources\empty.fly" />
    <EmbeddedResource Include="Resources\empty.fly">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <COMReference Include="AxTerraExplorerX">