电气前端提交
This commit is contained in:
parent
edd212040c
commit
7bd39c4653
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -32,7 +32,7 @@
|
||||
"RelativeDocumentMoniker": "SWS.WPF\\ViewModels\\DialogSignalManagementVM\\DialogSignalManagementViewModel.cs",
|
||||
"ToolTip": "E:\\Di-Elec\\009_DI-Elec\\newFront\\c#\u524D\u7AEF\\SWS.WPF\\ViewModels\\DialogSignalManagementVM\\DialogSignalManagementViewModel.cs",
|
||||
"RelativeToolTip": "SWS.WPF\\ViewModels\\DialogSignalManagementVM\\DialogSignalManagementViewModel.cs",
|
||||
"ViewState": "AgIAAEcCAAAAAAAAAAAgwM0DAAA3AAAAAAAAAA==",
|
||||
"ViewState": "AgIAAIgBAAAAAAAAAAAgwMkDAABLAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-08-15T09:22:56.821Z",
|
||||
"EditorCaption": ""
|
||||
|
@ -32,7 +32,7 @@
|
||||
"RelativeDocumentMoniker": "SWS.WPF\\ViewModels\\DialogSignalManagementVM\\DialogSignalManagementViewModel.cs",
|
||||
"ToolTip": "E:\\Di-Elec\\009_DI-Elec\\newFront\\c#\u524D\u7AEF\\SWS.WPF\\ViewModels\\DialogSignalManagementVM\\DialogSignalManagementViewModel.cs",
|
||||
"RelativeToolTip": "SWS.WPF\\ViewModels\\DialogSignalManagementVM\\DialogSignalManagementViewModel.cs",
|
||||
"ViewState": "AgIAAEcCAAAAAAAAAAAgwM0DAAA3AAAAAAAAAA==",
|
||||
"ViewState": "AgIAAJsBAAAAAAAAAAAowMkDAABLAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-08-15T09:22:56.821Z",
|
||||
"EditorCaption": ""
|
||||
|
File diff suppressed because one or more lines are too long
189
newFront/c#前端/CAD.Extend/CAD.Extend.csproj
Normal file
189
newFront/c#前端/CAD.Extend/CAD.Extend.csproj
Normal file
@ -0,0 +1,189 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{8740B023-B585-4E69-8521-4F62FA754A1B}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>CAD.Extend</RootNamespace>
|
||||
<AssemblyName>CAD.Extend</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="BrxMgd">
|
||||
<HintPath>D:\Program Files\KunHeng\KunHengCAD V21 zh_CN\BrxMgd.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DryIoc, Version=5.4.3.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\DryIoc.dll.5.4.3\lib\net45\DryIoc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.122\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="Prism, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Core.9.0.537\lib\net47\Prism.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.Container.Abstractions, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Container.Abstractions.9.0.106\lib\net47\Prism.Container.Abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.Container.DryIoc, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Container.DryIoc.9.0.106\lib\net47\Prism.Container.DryIoc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.Container.Unity, Version=9.0.106.9543, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Container.Unity.9.0.106\lib\net462\Prism.Container.Unity.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.DryIoc.Wpf, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.DryIoc.9.0.537\lib\net47\Prism.DryIoc.Wpf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.Events, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Events.9.0.537\lib\net47\Prism.Events.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.Unity.Wpf, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Unity.9.0.537\lib\net47\Prism.Unity.Wpf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Prism.Wpf, Version=9.0.537.60525, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Prism.Wpf.9.0.537\lib\net47\Prism.Wpf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Windows" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xaml" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="TD_Mgd">
|
||||
<HintPath>D:\Program Files\KunHeng\KunHengCAD V21 zh_CN\TD_Mgd.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Controls, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Controls.Data, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.Data.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Controls.FileDialogs, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.FileDialogs.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Controls.GridView, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.GridView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Controls.Input, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.Input.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Controls.Navigation, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.Navigation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Telerik.Windows.Data, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Data.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Unity.Abstractions.5.11.7\lib\net48\Unity.Abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Unity.Container.5.11.11\lib\net48\Unity.Container.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Commands.cs" />
|
||||
<Compile Include="GlobalObject.cs" />
|
||||
<Compile Include="Model\KeyValueModel.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ViewModels\DialogConvertBaseMapViewModel.cs" />
|
||||
<Compile Include="ViewModels\myViewModelBase\DialogBase.cs" />
|
||||
<Compile Include="Views\CustomControl\customWindowTitleBar.xaml.cs">
|
||||
<DependentUpon>customWindowTitleBar.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\CustomDialogWindow.xaml.cs">
|
||||
<DependentUpon>CustomDialogWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Views\DialogConvertBaseMap.xaml.cs">
|
||||
<DependentUpon>DialogConvertBaseMap.xaml</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Images\pic1.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Page Include="Views\CustomControl\customWindowTitleBar.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Views\CustomDialogWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="Views\DialogConvertBaseMap.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Views\Style\CustomStyles.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SWS.CAD.Base\SWS.CAD.Base.csproj">
|
||||
<Project>{d4a15774-1469-45a0-9eff-771271764a00}</Project>
|
||||
<Name>SWS.CAD.Base</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="CADFunc\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
7
newFront/c#前端/CAD.Extend/CAD.Extend.csproj.user
Normal file
7
newFront/c#前端/CAD.Extend/CAD.Extend.csproj.user
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||
<StartAction>Program</StartAction>
|
||||
<StartProgram>D:\Program Files\KunHeng\KunHengCAD V21 zh_CN\kunhengcad.exe</StartProgram>
|
||||
</PropertyGroup>
|
||||
</Project>
|
145
newFront/c#前端/CAD.Extend/Commands.cs
Normal file
145
newFront/c#前端/CAD.Extend/Commands.cs
Normal file
@ -0,0 +1,145 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using Bricscad.Ribbon;
|
||||
using Bricscad.Windows;
|
||||
using CAD.Extend;
|
||||
using CAD.Extend.ViewModels;
|
||||
using CAD.Extend.Views;
|
||||
using Prism.Container.DryIoc;
|
||||
using Prism.Dialogs;
|
||||
using Prism.Ioc;
|
||||
using SWS.CAD.Base;
|
||||
using Teigha.Runtime;
|
||||
using Telerik.Windows.Controls;
|
||||
using Unity;
|
||||
using Application = Bricscad.ApplicationServices.Application;
|
||||
|
||||
[assembly: CommandClass(typeof(Commands))]
|
||||
[assembly: ExtensionApplication(typeof(Commands))]
|
||||
namespace CAD.Extend
|
||||
{
|
||||
public partial class Commands : IExtensionApplication
|
||||
{
|
||||
|
||||
public void Initialize()
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
||||
if (RibbonServices.RibbonPaletteSet == null)
|
||||
RibbonServices.CreateRibbonPaletteSet();
|
||||
|
||||
Register();
|
||||
|
||||
AddTab();
|
||||
}
|
||||
catch (System.Exception e)
|
||||
{
|
||||
Application.ShowAlertDialog(" An exception occurred in Initialize():\n" + e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
private void Register()
|
||||
{
|
||||
|
||||
GlobalObject._prismContainer = new DryIocContainerExtension();
|
||||
GlobalObject._prismContainer.Register<IDialogService, DialogService>();
|
||||
GlobalObject._prismContainer.Register<IDialogWindow, CustomDialogWindow>();
|
||||
GlobalObject._prismContainer.RegisterDialog<DialogConvertBaseMap, DialogConvertBaseMapViewModel>();
|
||||
}
|
||||
|
||||
private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
// 记录异常信息到日志文件,这里简单打印到控制台
|
||||
System.Exception ex = e.ExceptionObject as System.Exception;
|
||||
Console.WriteLine($"发生未处理的异常: {ex.Message}");
|
||||
Console.WriteLine($"异常堆栈跟踪: {ex.StackTrace}");
|
||||
|
||||
// 关闭所有打开的对话框窗口
|
||||
|
||||
|
||||
// 提示用户发生了错误
|
||||
MessageBox.Show("发生错误,请检查日志文件以获取更多信息。", "错误", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
catch (System.Exception innerEx)
|
||||
{
|
||||
// 如果在处理异常时又发生了异常,简单打印信息
|
||||
Console.WriteLine($"处理异常时发生错误: {innerEx.Message}");
|
||||
}
|
||||
}
|
||||
|
||||
public void Terminate()
|
||||
{
|
||||
}
|
||||
|
||||
void AddTab()
|
||||
{
|
||||
RibbonControl rbnCtrl = ComponentManager.Ribbon; //整个上面都是ribbon,比如莫工做的电气系统,就是ribbon中的一个tab
|
||||
|
||||
if (rbnCtrl == null) return;
|
||||
#region create Ribbon tab
|
||||
RibbonTab tab1 = new RibbonTab();
|
||||
tab1.Title = "扩展功能";
|
||||
tab1.Id = "扩展功能";
|
||||
rbnCtrl.Tabs.Add(tab1);//一个就行了
|
||||
#endregion
|
||||
|
||||
#region Ribbon 图层管理
|
||||
RibbonPanelSource dataSource = new RibbonPanelSource();
|
||||
dataSource.Title = "图层操作";
|
||||
dataSource.Id = "图层操作";
|
||||
RibbonPanel dataPanel = new RibbonPanel();
|
||||
dataPanel.Source = dataSource;
|
||||
tab1.Panels.Add(dataPanel);
|
||||
|
||||
//垂直排列按钮panel
|
||||
RibbonRowPanel ribbonRowPanel = new RibbonRowPanel();
|
||||
|
||||
#region buttons 一键转底图
|
||||
RibbonButton btnSinalManage = new RibbonButton();
|
||||
btnSinalManage.ToolTip = "一键转底图";
|
||||
btnSinalManage.Text = "一键转底图";
|
||||
btnSinalManage.ButtonStyle = RibbonButtonStyle.SmallWithText;
|
||||
btnSinalManage.CommandHandler = new DelegateCommand(x =>
|
||||
{
|
||||
var listObjectId=General.GetSelectedObjectId();
|
||||
if (listObjectId==null||!listObjectId.Any())
|
||||
{
|
||||
MessageBox.Show("请先选择图元!");
|
||||
return;
|
||||
}
|
||||
//打开窗体
|
||||
Prism.Dialogs.DialogParameters para = new Prism.Dialogs.DialogParameters();
|
||||
para.Add(GlobalObject.dialogPar.info.ToString(), listObjectId);
|
||||
var _dialogService = GlobalObject._prismContainer.Resolve<IDialogService>();
|
||||
_dialogService.ShowDialog(nameof(DialogConvertBaseMap), para, (RES) =>
|
||||
{
|
||||
if (RES.Result == ButtonResult.Yes)
|
||||
{
|
||||
|
||||
}
|
||||
else if (RES.Result == ButtonResult.No)
|
||||
{ }
|
||||
});
|
||||
});
|
||||
btnSinalManage.Image = GlobalObject.ImageSourceFromEmbeddedResourceStream(@"CAD.Extend.Images.pic1.png");
|
||||
btnSinalManage.Id = "一键转底图";
|
||||
ribbonRowPanel.Items.Add(btnSinalManage);
|
||||
ribbonRowPanel.Items.Add(new RibbonRowBreak());//换行,这样可以使按钮多行排列
|
||||
#endregion
|
||||
dataSource.Items.Add(ribbonRowPanel);
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
48
newFront/c#前端/CAD.Extend/GlobalObject.cs
Normal file
48
newFront/c#前端/CAD.Extend/GlobalObject.cs
Normal file
@ -0,0 +1,48 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
using Prism.Ioc;
|
||||
using Unity;
|
||||
|
||||
namespace CAD.Extend
|
||||
{
|
||||
public class GlobalObject
|
||||
{
|
||||
public static IContainerExtension _prismContainer;
|
||||
public enum dialogPar
|
||||
{
|
||||
info,
|
||||
para1,
|
||||
para2
|
||||
}
|
||||
/// <summary>
|
||||
/// 获取图片
|
||||
/// </summary>
|
||||
/// <param name="resName">包括命名空间</param>
|
||||
/// <returns></returns>
|
||||
public static System.Windows.Media.ImageSource ImageSourceFromEmbeddedResourceStream(string resName)
|
||||
{
|
||||
System.Reflection.Assembly assy = System.Reflection.Assembly.GetExecutingAssembly();
|
||||
//foreach (string resource in assy.GetManifestResourceNames())
|
||||
//{
|
||||
// Console.WriteLine(resource);//遍历所有的内嵌资源
|
||||
//}
|
||||
System.IO.Stream stream = assy.GetManifestResourceStream(resName);
|
||||
if (stream == null)
|
||||
return null;
|
||||
System.Windows.Media.Imaging.BitmapImage img = new System.Windows.Media.Imaging.BitmapImage();
|
||||
img.BeginInit();
|
||||
img.StreamSource = stream;
|
||||
img.EndInit();
|
||||
return img;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
33
newFront/c#前端/CAD.Extend/Properties/AssemblyInfo.cs
Normal file
33
newFront/c#前端/CAD.Extend/Properties/AssemblyInfo.cs
Normal file
@ -0,0 +1,33 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 有关程序集的一般信息由以下
|
||||
// 控制。更改这些特性值可修改
|
||||
// 与程序集关联的信息。
|
||||
[assembly: AssemblyTitle("CAD.Extend")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("CAD.Extend")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2025")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// 将 ComVisible 设置为 false 会使此程序集中的类型
|
||||
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
|
||||
//请将此类型的 ComVisible 特性设置为 true。
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
||||
[assembly: Guid("8740b023-b585-4e69-8521-4f62fa754a1b")]
|
||||
|
||||
// 程序集的版本信息由下列四个值组成:
|
||||
//
|
||||
// 主版本
|
||||
// 次版本
|
||||
// 生成号
|
||||
// 修订号
|
||||
//
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
@ -0,0 +1,206 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using Bricscad.Windows;
|
||||
using CAD.Extend.Model;
|
||||
using Prism.Commands;
|
||||
using Prism.Dialogs;
|
||||
using SWS.CAD.Base;
|
||||
using Teigha.Colors;
|
||||
using Teigha.DatabaseServices;
|
||||
using Brush = System.Windows.Media.Brush;
|
||||
using Color = System.Windows.Media.Color;
|
||||
|
||||
namespace CAD.Extend.ViewModels
|
||||
{
|
||||
public class DialogConvertBaseMapViewModel : DialogBase, IDialogAware
|
||||
{
|
||||
#region binding
|
||||
private ObservableCollection<KeyValueModel> _listLayerName = new ObservableCollection<KeyValueModel>();
|
||||
/// <summary>
|
||||
/// 底图名列表
|
||||
/// </summary>
|
||||
public ObservableCollection<KeyValueModel> listLayerName
|
||||
{
|
||||
get { return _listLayerName; }
|
||||
set { _listLayerName = value; RaisePropertyChanged(nameof(listLayerName)); }
|
||||
}
|
||||
private KeyValueModel _SelectedLayerName;
|
||||
/// <summary>
|
||||
/// 选中的底图名
|
||||
/// </summary>
|
||||
public KeyValueModel SelectedLayerName
|
||||
{
|
||||
get { return _SelectedLayerName; }
|
||||
set { _SelectedLayerName = value; RaisePropertyChanged(nameof(SelectedLayerName)); }
|
||||
}
|
||||
private bool _IsToBlock;
|
||||
/// <summary>
|
||||
/// 是否转为图块
|
||||
/// </summary>
|
||||
public bool IsToBlock
|
||||
{
|
||||
get { return _IsToBlock; }
|
||||
set { _IsToBlock = value; RaisePropertyChanged(nameof(IsToBlock)); }
|
||||
}
|
||||
#endregion
|
||||
|
||||
private string _BlockName = "EI-Elec专用底图";
|
||||
/// <summary>
|
||||
/// 块名
|
||||
/// </summary>
|
||||
public string BlockName
|
||||
{
|
||||
get { return _BlockName; }
|
||||
set { _BlockName = value; RaisePropertyChanged(nameof(BlockName)); }
|
||||
}
|
||||
private Brush _BlockColor;
|
||||
/// <summary>
|
||||
/// 图层颜色
|
||||
/// </summary>
|
||||
public Brush BlockColor
|
||||
{
|
||||
get { return _BlockColor; }
|
||||
set { _BlockColor = value; RaisePropertyChanged(nameof(BlockColor)); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 随机块名
|
||||
/// </summary>
|
||||
public ICommand Command_BlockName { get; set; }
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
/// </summary>
|
||||
public ICommand Command_Color { get; set; }
|
||||
/// <summary>
|
||||
/// 图层颜色 默认灰色
|
||||
/// </summary>
|
||||
Teigha.Colors.Color layerColor = Teigha.Colors.Color.FromColorIndex(ColorMethod.ByAci, 8);
|
||||
List<ObjectId> listObjectId = new List<ObjectId>();
|
||||
string layerName = "EI-Elec专用底图图层";
|
||||
public DialogConvertBaseMapViewModel()
|
||||
{
|
||||
title = "背景底图设置";
|
||||
Command_BlockName = new DelegateCommand(onBlockName);
|
||||
Command_Color = new DelegateCommand(onColor);
|
||||
System.Drawing.Color winColor = layerColor.ColorValue;
|
||||
var c = Color.FromArgb(winColor.A, winColor.R, winColor.G, winColor.B);
|
||||
BlockColor = new SolidColorBrush(c);
|
||||
}
|
||||
/// <summary>
|
||||
/// 颜色选择
|
||||
/// </summary>
|
||||
public void onColor()
|
||||
{
|
||||
var list=General.GetTopLevelDictionaryNames();
|
||||
|
||||
ColorDialog dlg = new ColorDialog();
|
||||
|
||||
if (dlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
layerColor = dlg.Color;
|
||||
System.Drawing.Color winColor = dlg.Color.ColorValue;
|
||||
var b = Color.FromArgb(winColor.A, winColor.R, winColor.G, winColor.B);
|
||||
BlockColor = new SolidColorBrush(b);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 随机块名
|
||||
/// </summary>
|
||||
public void onBlockName()
|
||||
{
|
||||
var a = GetRndABC();
|
||||
Thread.Sleep(10);
|
||||
var b = GetRndABC();
|
||||
Thread.Sleep(10);
|
||||
var c = GetRndABC();
|
||||
BlockName = "EI-Elec图块" + a + b + c;
|
||||
}
|
||||
public string GetRndABC()
|
||||
{
|
||||
// a-z ASCII值 97-122
|
||||
// A-Z ASCII值 65-90
|
||||
int i = new Random().Next(65, 90);
|
||||
char c = (char)i;
|
||||
return c.ToString();
|
||||
}
|
||||
|
||||
#region Dialog
|
||||
|
||||
public DialogCloseListener RequestClose { get; }
|
||||
|
||||
public bool CanCloseDialog()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public void OnDialogClosed()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public void OnDialogOpened(IDialogParameters parameters)
|
||||
{
|
||||
listObjectId = parameters.GetValue<List<ObjectId>>(GlobalObject.dialogPar.info.ToString());
|
||||
var list = General.GetAllLayerNames();
|
||||
foreach (var layerName in list)
|
||||
{
|
||||
if (layerName.Equals(layerName))
|
||||
{ listLayerName.Insert(0, new KeyValueModel() { Key = layerName, Value = layerName }); }
|
||||
else
|
||||
{
|
||||
listLayerName.Add(new KeyValueModel() { Key = layerName, Value = layerName });
|
||||
}
|
||||
}
|
||||
if (!listLayerName.Where(a => a.Key == layerName).Any())
|
||||
{ listLayerName.Insert(0, new KeyValueModel() { Key = layerName, Value = layerName }); }
|
||||
SelectedLayerName = listLayerName[0];
|
||||
}
|
||||
public override void ExecuteOKCommandAsync(object para)
|
||||
{
|
||||
if (IsToBlock)
|
||||
{
|
||||
if (string.IsNullOrEmpty(BlockName))
|
||||
{
|
||||
MessageBox.Show("块名不能为空!");
|
||||
return;
|
||||
}
|
||||
if (General.CheckHasBlockName(BlockName))
|
||||
{
|
||||
MessageBox.Show("块名已存在,请更换块名!");
|
||||
return;
|
||||
}
|
||||
General.SetEntityToLayer(listObjectId, SelectedLayerName.Value, layerColor, BlockName);
|
||||
}
|
||||
else
|
||||
{
|
||||
General.SetEntityToLayer(listObjectId, SelectedLayerName.Value, layerColor);
|
||||
}
|
||||
MessageBox.Show("底图设置成功!");
|
||||
//Prism.Dialogs.DialogParameters resPara = new Prism.Dialogs.DialogParameters();
|
||||
//RequestClose.Invoke(resPara, ButtonResult.Yes);
|
||||
}
|
||||
public override void ExecuteCloseCommand(object parameter)
|
||||
{
|
||||
if (parameter as string == "ClickNo")
|
||||
{
|
||||
RequestClose.Invoke(ButtonResult.No);
|
||||
}
|
||||
else
|
||||
{
|
||||
RequestClose.Invoke(ButtonResult.Cancel);
|
||||
}
|
||||
this.Dispose();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
@ -2,6 +2,10 @@
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Prism.Container.Abstractions" publicKeyToken="40ee6c3a2184dc59" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.107.57918" newVersion="9.0.107.57918" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
Binary file not shown.
Binary file not shown.
20
newFront/c#前端/CAD.Extend/packages.config
Normal file
20
newFront/c#前端/CAD.Extend/packages.config
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="DryIoc.dll" version="5.4.3" targetFramework="net48" />
|
||||
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" />
|
||||
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.1" targetFramework="net48" />
|
||||
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.122" targetFramework="net48" />
|
||||
<package id="Prism.Container.Abstractions" version="9.0.106" targetFramework="net48" />
|
||||
<package id="Prism.Container.DryIoc" version="9.0.106" targetFramework="net48" />
|
||||
<package id="Prism.Container.Unity" version="9.0.106" targetFramework="net48" />
|
||||
<package id="Prism.Core" version="9.0.537" targetFramework="net48" />
|
||||
<package id="Prism.DryIoc" version="9.0.537" targetFramework="net48" />
|
||||
<package id="Prism.Events" version="9.0.537" targetFramework="net48" />
|
||||
<package id="Prism.Unity" version="9.0.537" targetFramework="net48" />
|
||||
<package id="Prism.Wpf" version="9.0.537" targetFramework="net48" />
|
||||
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.3" targetFramework="net48" />
|
||||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
|
||||
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
|
||||
<package id="Unity.Abstractions" version="5.11.7" targetFramework="net48" />
|
||||
<package id="Unity.Container" version="5.11.11" targetFramework="net48" />
|
||||
</packages>
|
@ -1,7 +0,0 @@
|
||||
[Profile]
|
||||
Address = 27.154.35.18
|
||||
Port = 7044
|
||||
Directory = C:\Users\acer\AppData\Roaming\SWS
|
||||
UserName = system
|
||||
UserPs = Do123456
|
||||
ProjectID = c151f5d4-cbe1-4522-945c-501b1ad990d5
|
@ -1,6 +0,0 @@
|
||||
【22:41:02.968】 logerror T1
|
||||
----------------------------Error BEGIN------------------------------
|
||||
【22:41:02.976】 logerror T1
|
||||
接口:LoginApi/CheckLogin?username=1&password=6512bd43d9caa6e02c990b0a82652dca失败,异常:发送请求时出错。
|
||||
【22:41:02.977】 logerror T1
|
||||
-----------------------------Error END-------------------------------
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"code": 400,
|
||||
"info": "01001_222无法删除,只有“待删除”状态的信号才能执行删除。\n",
|
||||
"data": null
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "登录成功",
|
||||
"data": {
|
||||
"token": "ffdd9b1e-8737-49a3-b4f4-d22dcfc5cb85",
|
||||
"loginMark": "6084c217-013a-4686-8043-654ffe176187",
|
||||
"account": "System",
|
||||
"userId": "System",
|
||||
"RealName": "超级管理员",
|
||||
"IsIOModuleAdmin": true,
|
||||
"isFirstLogin": false,
|
||||
"Department": "电气"
|
||||
}
|
||||
}
|
@ -1,329 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"DataItemDetailID": "75651b37-0e4c-42f8-8bd6-0d8bfda3ace4",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "停车报警",
|
||||
"DataItemNameEN": "SHUT DOWN ALARM",
|
||||
"DataItemCode": "SHDA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "a15ac9db-73c5-4026-9270-934b4f6dc8b5",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "其它故障报警",
|
||||
"DataItemNameEN": "OTHER FAILURE ALARM",
|
||||
"DataItemCode": "OA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "235953c8-393f-44ee-b9b2-52496034721e",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "减负荷报警",
|
||||
"DataItemNameEN": "SLOW DOWN ALARM",
|
||||
"DataItemCode": "SLDA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "d794dbc0-e477-4b45-952b-73805b164b66",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "压力低报警",
|
||||
"DataItemNameEN": "PRESS. LOW ALARM",
|
||||
"DataItemCode": "PAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "31b5c6de-e6ad-45da-995a-266c95dbf871",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "压力高报警",
|
||||
"DataItemNameEN": "PRESS. HIGH ALARM",
|
||||
"DataItemCode": "PAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "524960a7-9630-4983-a3b8-462591cb988a",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "压差高报警",
|
||||
"DataItemNameEN": "PRESS. DIFF. HIGH ALARM",
|
||||
"DataItemCode": "PDAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "e96cd26b-fcb3-457f-b2f4-f90eec5918de",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "失电报警",
|
||||
"DataItemNameEN": "NO VOLTAGE ALARM",
|
||||
"DataItemCode": "NVA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "b41441d4-e347-48d8-a3f5-6b5074fa30db",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "流量低报警",
|
||||
"DataItemNameEN": "FLOW LOW ALARM",
|
||||
"DataItemCode": "FAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "9759c4d1-974e-4a44-8e4c-160b03ed1d40",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "测试CPU",
|
||||
"DataItemNameEN": "Test CPU",
|
||||
"DataItemCode": "TEST",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-30 15:46:05",
|
||||
"UpdateUserID": "",
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "95a03b57-d551-4d69-9711-34e10cfb525c",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "浓度高报警",
|
||||
"DataItemNameEN": "DENSITY HIGH ALARM",
|
||||
"DataItemCode": "DAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "724cd716-9398-422c-80c0-e6433686eb75",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "液位低报警",
|
||||
"DataItemNameEN": "LEVEL LOW ALARM",
|
||||
"DataItemCode": "LAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "6064e2d4-0038-4aed-ae35-163be3047dbc",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "液位高报警",
|
||||
"DataItemNameEN": "LEVEL HIGH ALARM",
|
||||
"DataItemCode": "LAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "d023d87e-d4be-4293-a3f9-e2ad54f6ba27",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "温度低报警",
|
||||
"DataItemNameEN": "TEMP. LOW ALARM",
|
||||
"DataItemCode": "TAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "708ffea4-874e-4c1d-9d05-6d851943feb7",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "温度偏差值高报警",
|
||||
"DataItemNameEN": "TEMP.DEVIA.HIGH ALARM",
|
||||
"DataItemCode": "TDAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "704da0dc-597f-4764-beca-3d5479f87f83",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "温度高报警",
|
||||
"DataItemNameEN": "TEMP. HIGH ALARM",
|
||||
"DataItemCode": "TAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "2a8e730b-e622-43ae-9b4b-d998bc1e5b0a",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "粘度高报警",
|
||||
"DataItemNameEN": "VISCOSITY HIGH ALARM",
|
||||
"DataItemCode": "VAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "119da489-2a42-4566-9ca1-4d6d8248b36a",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "综合故障报警",
|
||||
"DataItemNameEN": "COMMON FAILURE ALARM",
|
||||
"DataItemCode": "CAF",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "f425cc5b-8490-4279-865a-e709a112b066",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "超速,过载报警",
|
||||
"DataItemNameEN": "OVERSPEED, OVERLOAD ALARM ",
|
||||
"DataItemCode": " OVA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "f40cf933-82b5-4787-a9a6-e2aac058a655",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "XXXName",
|
||||
"DataItemNameEN": "XXXDesc",
|
||||
"DataItemCode": "XXX",
|
||||
"OrderID": 1,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-29 21:19:52",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
}
|
||||
]
|
||||
}
|
@ -1,486 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"F_UserId": "67988d58-692d-4f32-9a67-034346f3adf4",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "test",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "test",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "e88be374-5283-47de-bac9-8c5181e4b83b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2023-09-27 12:13:11",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-09-27 12:33:47",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": "1900-01-01 00:00:00",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "fe711f4c-e45a-4984-84d4-87d67970500d",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "test1023",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "test1023",
|
||||
"F_NickName": "SWS/SDF5555",
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "18668575332",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "e88be374-5283-47de-bac9-8c5181e4b83b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "1123123123888",
|
||||
"F_CreateDate": "2023-10-23 10:32:07",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2024-08-05 16:51:22",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "f695f391-4289-48fd-859d-c6329b70846e",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "YUXH2",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "YUXH2",
|
||||
"F_NickName": " ",
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": " ",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "e88be374-5283-47de-bac9-8c5181e4b83b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "123",
|
||||
"F_CreateDate": "2023-10-15 21:58:41",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2024-09-11 15:11:33",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": "2024-01-12 12:38:07",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "System",
|
||||
"F_EnCode": "System",
|
||||
"F_Account": "System",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "超级管理员",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": ".png",
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "",
|
||||
"F_Telephone": null,
|
||||
"F_Email": "",
|
||||
"F_OICQ": "",
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "dd5fc38f-3f9e-49fe-b1dc-1a8c3c4a7afa",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": 1,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "系统自带账户,不能删除",
|
||||
"F_CreateDate": null,
|
||||
"F_CreateUserId": null,
|
||||
"F_CreateUserName": null,
|
||||
"F_ModifyDate": "2022-05-16 21:09:07",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": "2022-05-16 21:09:07",
|
||||
"WX_OpenId": "",
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "8eb51892-9fa1-4459-b04b-4494282da2a3",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "cgt",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "陈果涛",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": ".jpg",
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "13395037836",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2023-09-26 17:18:23",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-09-26 18:01:33",
|
||||
"F_ModifyUserId": "8eb51892-9fa1-4459-b04b-4494282da2a3",
|
||||
"F_ModifyUserName": "陈果涛",
|
||||
"PasswordUpdateTime": "1900-01-01 00:00:00",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "2974bfd1-fe92-482b-8dbc-298fd0d658eb",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "CJJ",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "陈俊杰",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2024-09-10 17:32:16",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": null,
|
||||
"F_ModifyUserId": null,
|
||||
"F_ModifyUserName": null,
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "34e4a434-6d52-4042-b5cd-8de3af2484e8",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "TAO",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "黄涛",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2024-11-04 10:08:41",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2025-01-02 11:18:48",
|
||||
"F_ModifyUserId": "34e4a434-6d52-4042-b5cd-8de3af2484e8",
|
||||
"F_ModifyUserName": "黄涛",
|
||||
"PasswordUpdateTime": "1900-01-01 00:00:00",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "cf6a6c00-d7dc-4dc5-a1f2-f865a9de2ccf",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "lm",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "李明",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": " ",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "222",
|
||||
"F_CreateDate": "2022-12-09 16:39:43",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-10-19 22:10:29",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "bc477144-d724-490f-b9fd-82f6bdd8b6ba",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "mcl",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "莫超龙",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2022-12-08 14:41:31",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2022-12-09 16:39:51",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "a6f49c9d-f1d5-45f0-a4d4-6c7fd7d0424f",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "YUXH",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "郁幸恒",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "18668575332",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2022-12-08 14:41:29",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-05-19 20:31:54",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,682 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": {
|
||||
"rows": [
|
||||
{
|
||||
"ProjectId": "4d36134f-e92c-4c6d-929c-ad55830adc09",
|
||||
"ProjectName": "二阶段",
|
||||
"ProjectCode": "二阶段",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 2,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2022-09-03 22:48:17",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "c151f5d4-cbe1-4522-945c-501b1ad990d5",
|
||||
"ProjectName": "H1462",
|
||||
"ProjectCode": "H1462",
|
||||
"ShipNameCN": "LNG双燃料18万吨散货船",
|
||||
"ShipNameEN": "H1462",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "00001",
|
||||
"ShipOwner": "日本NYK",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 3,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2024-12-18 09:39:14",
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": "NK",
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": null
|
||||
},
|
||||
{
|
||||
"ProjectId": "ceda2a07-dd26-47ab-952c-39b526fa423d",
|
||||
"ProjectName": "H1500",
|
||||
"ProjectCode": "H1500",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 6,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2022-12-16 11:07:30",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "165e139b-4fce-4c6e-b109-3d76a51f63a7",
|
||||
"ProjectName": "test0531",
|
||||
"ProjectCode": "test0531",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 7,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-05-31 10:09:16",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "6740286c-a9cd-45d9-840b-6a37ff8f9644",
|
||||
"ProjectName": "test0609",
|
||||
"ProjectCode": "test0609",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 8,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-06-09 14:38:45",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "1d0202ed-24d1-431f-b91f-f512d32dafc1",
|
||||
"ProjectName": "TEST0626",
|
||||
"ProjectCode": "TEST0626",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 9,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-06-26 13:08:23",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "068bb2bc-af00-4708-9f7c-a2939e2526b8",
|
||||
"ProjectName": "test1109",
|
||||
"ProjectCode": "test1109",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 10,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-11-09 16:08:38",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "f87ab90c-d818-44b4-b001-510cf2d3acce",
|
||||
"ProjectName": "test",
|
||||
"ProjectCode": "test",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 21,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-03 09:35:02",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "89c7125a-5336-4a2a-98aa-f8439243301d",
|
||||
"ProjectName": "test11092",
|
||||
"ProjectCode": "test11092",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 15,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-11-09 17:35:12",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "5327ec91-c997-4c60-ad51-e92071b70b9c",
|
||||
"ProjectName": "H1558",
|
||||
"ProjectCode": "H1558",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 16,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-11-27 17:46:24",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "4bf78691-1f09-47b1-a0aa-cb51b8c99952",
|
||||
"ProjectName": "test0112",
|
||||
"ProjectCode": "0112",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 22,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-12 12:34:33",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "2239a365-7ca6-42bb-ac8b-97e6d3ca4263",
|
||||
"ProjectName": "CJJtest",
|
||||
"ProjectCode": "HCJJTEST",
|
||||
"ShipNameCN": "CJJ测试船",
|
||||
"ShipNameEN": "CJJ TEST SHIP",
|
||||
"ShipTypeCN": "00001",
|
||||
"ShipTypeEN": "00001",
|
||||
"ShipSociety": "00003",
|
||||
"ShipOwner": "cjj",
|
||||
"FlagState": "00001",
|
||||
"IMONumber": "",
|
||||
"Describe1": "测试用船",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 24,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-09 15:24:53",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": "散货船",
|
||||
"ShipTypeENName": "ShipTypeA",
|
||||
"ShipSocietyName": "船级社3",
|
||||
"FlagStateName": "中国",
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "c1e669fc-a483-47f7-a3f6-91ea08f801a9",
|
||||
"ProjectName": "水电费/SDF",
|
||||
"ProjectCode": "123",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 25,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-08-16 10:32:19",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "77e25c7e-1f46-4213-9080-8603804334ad",
|
||||
"ProjectName": "333",
|
||||
"ProjectCode": "333",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 27,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-17 18:11:27",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "44fb59e2-af8f-42d6-8a28-82a4ee0bc1cc",
|
||||
"ProjectName": "334",
|
||||
"ProjectCode": "334",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 28,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-17 20:00:06",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "d3d4228e-9073-45ed-a8ff-55749c45cc0e",
|
||||
"ProjectName": "335",
|
||||
"ProjectCode": "335",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 29,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-17 21:17:23",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "472d219c-5711-44fe-a026-d3de6264b74c",
|
||||
"ProjectName": "445",
|
||||
"ProjectCode": "445",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 30,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-18 08:14:40",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "5e3f73cc-f333-4c1d-aedb-f54e01253f53",
|
||||
"ProjectName": "446",
|
||||
"ProjectCode": "446",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 31,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-18 08:24:32",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "27729b34-b9b1-480a-9fe5-900d30c2f54c",
|
||||
"ProjectName": "447",
|
||||
"ProjectCode": "447",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 33,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-18 09:16:40",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "aa34f514-23d3-47cb-b254-6d8ad8e2abee",
|
||||
"ProjectName": "418",
|
||||
"ProjectCode": "418",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 43,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-18 15:10:11",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "92a0204c-e4b1-491f-9e08-93972c4945cc",
|
||||
"ProjectName": "419",
|
||||
"ProjectCode": "419",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 44,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-18 19:16:20",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "92f5298e-5b51-4f34-b912-d82514a9646d",
|
||||
"ProjectName": "420",
|
||||
"ProjectCode": "420",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 45,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-18 19:58:05",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "024f63fa-176d-4af1-892d-3b4ee5c94874",
|
||||
"ProjectName": "CJJ-copy-project1",
|
||||
"ProjectCode": "H1555",
|
||||
"ShipNameCN": "测试船",
|
||||
"ShipNameEN": "TEST SHIP",
|
||||
"ShipTypeCN": "00001",
|
||||
"ShipTypeEN": "00001",
|
||||
"ShipSociety": "00001",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 46,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-19 17:21:01",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": "散货船",
|
||||
"ShipTypeENName": "ShipTypeA",
|
||||
"ShipSocietyName": "NK",
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
},
|
||||
{
|
||||
"ProjectId": "4d7fe027-c0aa-4cc2-9066-5b8a8b7fc55c",
|
||||
"ProjectName": "CJJ-COPY-Project2",
|
||||
"ProjectCode": "H1556",
|
||||
"ShipNameCN": "",
|
||||
"ShipNameEN": "",
|
||||
"ShipTypeCN": "",
|
||||
"ShipTypeEN": "",
|
||||
"ShipSociety": "",
|
||||
"ShipOwner": "",
|
||||
"FlagState": "",
|
||||
"IMONumber": "",
|
||||
"Describe1": "",
|
||||
"Describe2": "",
|
||||
"Describe3": "",
|
||||
"Describe4": "",
|
||||
"Describe5": "",
|
||||
"ProjectIndex": 47,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-21 08:32:46",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ShipTypeCNName": null,
|
||||
"ShipTypeENName": null,
|
||||
"ShipSocietyName": null,
|
||||
"FlagStateName": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
}
|
||||
],
|
||||
"total": 0,
|
||||
"records": 0
|
||||
}
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"WireGroupLogID": "3a3bc358-e029-4363-9fe3-a69cda5f088c",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"OperateType": "新增",
|
||||
"ExtraMsg": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-28 14:40:27",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,132 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"WireGroupPropertyhisID": "31127089-b9c1-41de-97e2-1375f284faf7",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "ECRCPU",
|
||||
"OldPropertyValue": "SHDA|",
|
||||
"NewPropertyValue": "SHDA|OA|",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-27 09:47:13",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "集控室(计算机)",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "2c5aef4e-3ddb-448b-becd-48e832e955e1",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "ECRCPU",
|
||||
"OldPropertyValue": "",
|
||||
"NewPropertyValue": "SHDA|",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-26 18:34:05",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "集控室(计算机)",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "e9d3ec9d-cf17-4361-a8ca-4ee63899c568",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "ShipOfficeCPU",
|
||||
"OldPropertyValue": "",
|
||||
"NewPropertyValue": "SHDA|",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-26 18:34:05",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "船舶办公室(计算机)",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "c9406935-6b37-4130-9f80-62d5224f791b",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "WHCPU",
|
||||
"OldPropertyValue": "",
|
||||
"NewPropertyValue": "SHDA|",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-26 18:09:27",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "驾驶室(计算机)",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "256205a3-7fea-4775-9414-74ab8b831166",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "Group_Desc_EN",
|
||||
"OldPropertyValue": "2222",
|
||||
"NewPropertyValue": "3333",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-19 11:25:57",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "英文描述",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "93ca3995-7ae9-4ece-b346-e18b91509cc2",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "Code",
|
||||
"OldPropertyValue": "",
|
||||
"NewPropertyValue": "111",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-15 15:49:05",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "代码",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "83f78c94-6871-4a0f-91ad-e575610bdbc2",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "Group_Desc_EN",
|
||||
"OldPropertyValue": "1111",
|
||||
"NewPropertyValue": "2222",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-05-13 16:46:35",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "英文描述",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "e99f1ba1-e609-436a-8ca4-0c1330e94512",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "Group_Desc",
|
||||
"OldPropertyValue": "1111",
|
||||
"NewPropertyValue": "2222",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-30 17:26:37",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "中文描述",
|
||||
"WireGroupName": ""
|
||||
},
|
||||
{
|
||||
"WireGroupPropertyhisID": "09ddb973-7f08-43b9-9076-2ab3c8d69bad",
|
||||
"WireGroupID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"PropertyName": "Signal_Group",
|
||||
"OldPropertyValue": "01",
|
||||
"NewPropertyValue": "18",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-30 10:20:37",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CreateUserName": "超级管理员",
|
||||
"PropertyNameDec": "信号的分组",
|
||||
"WireGroupName": ""
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,67 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"Status": 2,
|
||||
"LinkedID": "",
|
||||
"Wire_Group_ID": "b28a12ef-41a7-4b71-8bfc-fb93d2075967",
|
||||
"Group_Name": "010001",
|
||||
"ChannelID": "",
|
||||
"Group_Desc_EN": "3333",
|
||||
"Group_Desc": "2222",
|
||||
"IO_Type": "",
|
||||
"Signal_Group": "18",
|
||||
"Signal_SeqNo": "0001",
|
||||
"WireGroupTemplateID": "",
|
||||
"Code": "111",
|
||||
"Range_Min": "",
|
||||
"Range_Max": "",
|
||||
"Unit": "",
|
||||
"Alarm_LL": "",
|
||||
"Alarm_L": "",
|
||||
"Alarm_H": "",
|
||||
"Alarm_HH": "",
|
||||
"AL_GRP": "",
|
||||
"BL_GRP": "",
|
||||
"Time_Delay": "",
|
||||
"Supplier": null,
|
||||
"EquipName": "",
|
||||
"SENSOR_CODE": "",
|
||||
"VDR_Record": false,
|
||||
"SLD": false,
|
||||
"SHD": false,
|
||||
"Remarks": "",
|
||||
"ElecOnly": false,
|
||||
"CommunicationPoint": false,
|
||||
"InOrOut": "",
|
||||
"WHConsole": "",
|
||||
"WHCPU": "SHDA|",
|
||||
"ECRConsole": "",
|
||||
"ECRCPU": "SHDA|",
|
||||
"ShipOfficeConsole": "",
|
||||
"ShipOfficeCPU": "SHDA|",
|
||||
"SafetyProt": "",
|
||||
"SafetyDelay": "",
|
||||
"SeriousType": "",
|
||||
"AutoCtrl": "",
|
||||
"ParentID": "",
|
||||
"DeleteFlg": false,
|
||||
"CableName": "",
|
||||
"CableId": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-28 14:54:02",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-05-26 18:34:05",
|
||||
"NewSoftTags": [],
|
||||
"PanelName": "",
|
||||
"ChannelName": "",
|
||||
"StripName": "",
|
||||
"CableSetName": "",
|
||||
"StatusValue": "新增",
|
||||
"ActionHistorys": null,
|
||||
"Propertyhis": null,
|
||||
"Logs": null
|
||||
}
|
||||
]
|
||||
}
|
@ -1,84 +0,0 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FBA0BEBC249CA35CB04501C9A990CE0876322F7A7A4EE8B663A9EA5F5EC1A922"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : Prism.Unity.PrismApplication {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/app.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\App.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public static void Main() {
|
||||
DI_Electrical.App app = new DI_Electrical.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,84 +0,0 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FBA0BEBC249CA35CB04501C9A990CE0876322F7A7A4EE8B663A9EA5F5EC1A922"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : Prism.Unity.PrismApplication {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/app.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\App.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public static void Main() {
|
||||
DI_Electrical.App app = new DI_Electrical.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
@ -1,112 +0,0 @@
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical.csproj.AssemblyReference.cache
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Config.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\CustomControl\customWindowTitleBar.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogTest.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Login.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\MainWindow.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Project.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\App.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\GeneratedInternalTypeHelper.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical_MarkupCompile.cache
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical_MarkupCompile.lref
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\App.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Config.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\CustomControl\customWindowTitleBar.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Style\CustomStyles.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogTest.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Login.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\MainWindow.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Project.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical.exe
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\log4net.config
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\DI-Electrical.exe.config
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\DI-Electrical.exe
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\DI-Electrical.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\DryIoc.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\EasyEncryption.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\INIFileParser.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\log4net.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Xaml.Behaviors.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Newtonsoft.Json.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.Unity.Wpf.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.Wpf.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\System.ValueTuple.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.Data.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.FileDialogs.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.GridView.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.Input.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.Navigation.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Data.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Unity.Abstractions.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Unity.Container.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\DryIoc.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\INIFileParser.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\log4net.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\log4net.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Xaml.Behaviors.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Microsoft.Xaml.Behaviors.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Newtonsoft.Json.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.Unity.Wpf.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.Unity.Wpf.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.Wpf.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Prism.Wpf.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\System.ValueTuple.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.Data.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.FileDialogs.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.GridView.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.Input.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Controls.Navigation.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Telerik.Windows.Data.xml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Unity.Abstractions.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\Unity.Container.pdb
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\de\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\es\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\fr\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\it\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\nl\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\bin\Debug\tr\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical.g.resources
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI_Electrical.Properties.Resources.resources
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical.csproj.GenerateResource.cache
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Electrical.csproj.CoreCompileInputs.cache
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\DI-Elect.FD17BC6D.Up2Date
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalManagement.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalManagement.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalNotice.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalNotice.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalSelect.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalSelect.baml
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogInput.g.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogInput.baml
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\DI-Electrical.csproj.AssemblyReference.cache
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Config.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\CustomControl\customWindowTitleBar.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogInput.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalManagement.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalNotice.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogSignalManagements\DialogSignalSelect.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Dialog\DialogTest.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Login.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\MainWindow.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\Views\Project.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\App.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\GeneratedInternalTypeHelper.g.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\DI-Electrical_MarkupCompile.cache
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\DI-Electrical_MarkupCompile.lref
|
@ -1,20 +0,0 @@
|
||||
DI-Electrical
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\obj\Debug\
|
||||
DI_Electrical
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\App.xaml
|
||||
12891350261
|
||||
|
||||
65458709758
|
||||
38-510178245
|
||||
Views\Config.xaml;Views\CustomControl\customWindowTitleBar.xaml;Style\CustomStyles.xaml;Views\Dialog\DialogInput.xaml;Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml;Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml;Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml;Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml;Views\Dialog\DialogTest.xaml;Views\Login.xaml;Views\MainWindow.xaml;Views\Project.xaml;
|
||||
|
||||
True
|
||||
|
@ -1,20 +0,0 @@
|
||||
DI-Electrical
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\obj\Debug\
|
||||
DI_Electrical
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
E:\Di-Electrical\c#前端\DI-Electrical\App.xaml
|
||||
12891350261
|
||||
|
||||
66-1914479417
|
||||
38811169798
|
||||
Views\Config.xaml;Views\CustomControl\customWindowTitleBar.xaml;Style\CustomStyles.xaml;Views\Dialog\DialogInput.xaml;Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml;Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml;Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml;Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml;Views\Dialog\DialogTest.xaml;Views\Login.xaml;Views\MainWindow.xaml;Views\Project.xaml;
|
||||
|
||||
False
|
||||
|
@ -1,15 +0,0 @@
|
||||
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\App.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Config.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\CustomControl\customWindowTitleBar.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Style\CustomStyles.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Dialog\DialogInput.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Dialog\DialogTest.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Login.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\MainWindow.xaml;;
|
||||
FE:\Di-Elec\009_DI-Elec\newFront\c#前端\DI-Electrical\Views\Project.xaml;;
|
||||
|
Binary file not shown.
@ -1,62 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XamlGeneratedNamespace {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GeneratedInternalTypeHelper
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
|
||||
|
||||
/// <summary>
|
||||
/// CreateInstance
|
||||
/// </summary>
|
||||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
|
||||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
|
||||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// GetPropertyValue
|
||||
/// </summary>
|
||||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
|
||||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// SetPropertyValue
|
||||
/// </summary>
|
||||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
|
||||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// CreateDelegate
|
||||
/// </summary>
|
||||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
|
||||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
|
||||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
|
||||
delegateType,
|
||||
handler}, null)));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AddEventHandler
|
||||
/// </summary>
|
||||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
|
||||
eventInfo.AddEventHandler(target, handler);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,62 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XamlGeneratedNamespace {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GeneratedInternalTypeHelper
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
|
||||
|
||||
/// <summary>
|
||||
/// CreateInstance
|
||||
/// </summary>
|
||||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
|
||||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
|
||||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// GetPropertyValue
|
||||
/// </summary>
|
||||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
|
||||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// SetPropertyValue
|
||||
/// </summary>
|
||||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
|
||||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// CreateDelegate
|
||||
/// </summary>
|
||||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
|
||||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
|
||||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
|
||||
delegateType,
|
||||
handler}, null)));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AddEventHandler
|
||||
/// </summary>
|
||||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
|
||||
eventInfo.AddEventHandler(target, handler);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,117 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\Config.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BE18D9359F22BBB80E9402C1F9A33414217A405975467B09FECDD5E96876EC4D"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Config
|
||||
/// </summary>
|
||||
public partial class Config : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 57 "..\..\..\Views\Config.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadFilePathPicker filepath;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/config.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\Config.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.filepath = ((Telerik.Windows.Controls.RadFilePathPicker)(target));
|
||||
|
||||
#line 63 "..\..\..\Views\Config.xaml"
|
||||
this.filepath.FilePathChanged += new System.EventHandler<Telerik.Windows.Controls.FileDialogs.FilePathChangedEventArgs>(this.RadFilePathPicker_FilePathChanged);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,117 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\Config.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BE18D9359F22BBB80E9402C1F9A33414217A405975467B09FECDD5E96876EC4D"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Config
|
||||
/// </summary>
|
||||
public partial class Config : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 57 "..\..\..\Views\Config.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadFilePathPicker filepath;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/config.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\Config.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.filepath = ((Telerik.Windows.Controls.RadFilePathPicker)(target));
|
||||
|
||||
#line 63 "..\..\..\Views\Config.xaml"
|
||||
this.filepath.FilePathChanged += new System.EventHandler<Telerik.Windows.Controls.FileDialogs.FilePathChangedEventArgs>(this.RadFilePathPicker_FilePathChanged);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,86 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\Views\CustomControl\customWindowTitleBar.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F3A58BEDC8A3F864F3A4A419A3BCAAF5D15A7EFC2336FB70681FDE4B48564853"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// customWindowTitleBar
|
||||
/// </summary>
|
||||
public partial class customWindowTitleBar : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/customcontrol/customwindowtitlebar.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\Views\CustomControl\customWindowTitleBar.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 15 "..\..\..\..\Views\CustomControl\customWindowTitleBar.xaml"
|
||||
((System.Windows.Controls.Border)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Border_MouseDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,86 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\Views\CustomControl\customWindowTitleBar.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F3A58BEDC8A3F864F3A4A419A3BCAAF5D15A7EFC2336FB70681FDE4B48564853"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// customWindowTitleBar
|
||||
/// </summary>
|
||||
public partial class customWindowTitleBar : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/customcontrol/customwindowtitlebar.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\Views\CustomControl\customWindowTitleBar.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 15 "..\..\..\..\Views\CustomControl\customWindowTitleBar.xaml"
|
||||
((System.Windows.Controls.Border)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Border_MouseDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,110 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\Views\Dialog\DialogInput.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D4E1CB1D8604A63B605DC0E9E13987C36B53E938B868827F533C2F90C43EC2B5"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.Dialog;
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
using Microsoft.Xaml.Behaviors.Core;
|
||||
using Microsoft.Xaml.Behaviors.Input;
|
||||
using Microsoft.Xaml.Behaviors.Layout;
|
||||
using Microsoft.Xaml.Behaviors.Media;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogInput
|
||||
/// </summary>
|
||||
public partial class DialogInput : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialoginput.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\Views\Dialog\DialogInput.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,110 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\Views\Dialog\DialogInput.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D4E1CB1D8604A63B605DC0E9E13987C36B53E938B868827F533C2F90C43EC2B5"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.Dialog;
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
using Microsoft.Xaml.Behaviors.Core;
|
||||
using Microsoft.Xaml.Behaviors.Input;
|
||||
using Microsoft.Xaml.Behaviors.Layout;
|
||||
using Microsoft.Xaml.Behaviors.Media;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogInput
|
||||
/// </summary>
|
||||
public partial class DialogInput : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialoginput.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\Views\Dialog\DialogInput.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,146 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1E947B14D142A8CC9A3C9264F5BB3C2AD6B1199D6F62020FD7018FAB3510241C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Helper.Converter;
|
||||
using DI_Electrical.Style;
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using DI_Electrical.Views.Dialog.DialogSignalManagements;
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
using Microsoft.Xaml.Behaviors.Core;
|
||||
using Microsoft.Xaml.Behaviors.Input;
|
||||
using Microsoft.Xaml.Behaviors.Layout;
|
||||
using Microsoft.Xaml.Behaviors.Media;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalManagement
|
||||
/// </summary>
|
||||
public partial class DialogSignalManagement : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 223 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal DI_Electrical.Views.CustomControl.IconButton myButton;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 258 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadTreeListView RadGridView1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalmanagem" +
|
||||
"ent.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
||||
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.myButton = ((DI_Electrical.Views.CustomControl.IconButton)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.RadGridView1 = ((Telerik.Windows.Controls.RadTreeListView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,146 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1E947B14D142A8CC9A3C9264F5BB3C2AD6B1199D6F62020FD7018FAB3510241C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Helper.Converter;
|
||||
using DI_Electrical.Style;
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using DI_Electrical.Views.Dialog.DialogSignalManagements;
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
using Microsoft.Xaml.Behaviors.Core;
|
||||
using Microsoft.Xaml.Behaviors.Input;
|
||||
using Microsoft.Xaml.Behaviors.Layout;
|
||||
using Microsoft.Xaml.Behaviors.Media;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalManagement
|
||||
/// </summary>
|
||||
public partial class DialogSignalManagement : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 223 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal DI_Electrical.Views.CustomControl.IconButton myButton;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 258 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadTreeListView RadGridView1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalmanagem" +
|
||||
"ent.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalManagement.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
||||
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.myButton = ((DI_Electrical.Views.CustomControl.IconButton)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.RadGridView1 = ((Telerik.Windows.Controls.RadTreeListView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,128 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AC7D4818C3302E30435464BADFC5B3C7BF3D86DFBCF84857C6D11589E8310BD2"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Style;
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalNotice
|
||||
/// </summary>
|
||||
public partial class DialogSignalNotice : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 68 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadGridView RadGridView2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalnotice." +
|
||||
"xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
||||
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.RadGridView2 = ((Telerik.Windows.Controls.RadGridView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,128 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AC7D4818C3302E30435464BADFC5B3C7BF3D86DFBCF84857C6D11589E8310BD2"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Style;
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalNotice
|
||||
/// </summary>
|
||||
public partial class DialogSignalNotice : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 68 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadGridView RadGridView2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalnotice." +
|
||||
"xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalNotice.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
||||
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.RadGridView2 = ((Telerik.Windows.Controls.RadGridView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,131 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B0CDFBAE72925467A07FD62B80FA9CB5379A2699511CFD97FD19D584EF76FCCB"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalPropertyhisAndLogs
|
||||
/// </summary>
|
||||
public partial class DialogSignalPropertyhisAndLogs : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 30 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadGridView RadGridView1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 70 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadGridView RadGridView2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalpropert" +
|
||||
"yhisandlogs.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.RadGridView1 = ((Telerik.Windows.Controls.RadGridView)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.RadGridView2 = ((Telerik.Windows.Controls.RadGridView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,131 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B0CDFBAE72925467A07FD62B80FA9CB5379A2699511CFD97FD19D584EF76FCCB"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalPropertyhisAndLogs
|
||||
/// </summary>
|
||||
public partial class DialogSignalPropertyhisAndLogs : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 30 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadGridView RadGridView1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 70 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadGridView RadGridView2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalpropert" +
|
||||
"yhisandlogs.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalPropertyhisAndLogs.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.RadGridView1 = ((Telerik.Windows.Controls.RadGridView)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.RadGridView2 = ((Telerik.Windows.Controls.RadGridView)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,106 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6692407CB65DFD2BB8C3DC4E5C2755081FF8140A1192292646656949108EE814"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalSelect
|
||||
/// </summary>
|
||||
public partial class DialogSignalSelect : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalselect." +
|
||||
"xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,106 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6692407CB65DFD2BB8C3DC4E5C2755081FF8140A1192292646656949108EE814"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using DI_Electrical.Views.CustomControl;
|
||||
using Prism.Interactivity;
|
||||
using Prism.Ioc;
|
||||
using Prism.Mvvm;
|
||||
using Prism.Regions;
|
||||
using Prism.Regions.Behaviors;
|
||||
using Prism.Services.Dialogs;
|
||||
using Prism.Unity;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog.DialogSignalManagements {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogSignalSelect
|
||||
/// </summary>
|
||||
public partial class DialogSignalSelect : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogsignalmanagements/dialogsignalselect." +
|
||||
"xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\..\Views\Dialog\DialogSignalManagements\DialogSignalSelect.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,75 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\Views\Dialog\DialogTest.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BA3F3DB8DBE2F442E28BEC3F1A569B523168DDA11E16E9F7A3FC37518601EE28"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views.Dialog;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogTest
|
||||
/// </summary>
|
||||
public partial class DialogTest : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogtest.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\Views\Dialog\DialogTest.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,75 +0,0 @@
|
||||
#pragma checksum "..\..\..\..\Views\Dialog\DialogTest.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BA3F3DB8DBE2F442E28BEC3F1A569B523168DDA11E16E9F7A3FC37518601EE28"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views.Dialog;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views.Dialog {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DialogTest
|
||||
/// </summary>
|
||||
public partial class DialogTest : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/dialog/dialogtest.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\..\Views\Dialog\DialogTest.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,124 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\Login.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B1C8A1D56960FE9643E36585E50079C325F248E94139CF7759686629F0AD9B28"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Helper;
|
||||
using DI_Electrical.Views;
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
using Microsoft.Xaml.Behaviors.Core;
|
||||
using Microsoft.Xaml.Behaviors.Input;
|
||||
using Microsoft.Xaml.Behaviors.Layout;
|
||||
using Microsoft.Xaml.Behaviors.Media;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Login
|
||||
/// </summary>
|
||||
public partial class Login : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 48 "..\..\..\Views\Login.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadPasswordBox passwordBox;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/login.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\Login.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
||||
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.passwordBox = ((Telerik.Windows.Controls.RadPasswordBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,124 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\Login.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B1C8A1D56960FE9643E36585E50079C325F248E94139CF7759686629F0AD9B28"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Helper;
|
||||
using DI_Electrical.Views;
|
||||
using Microsoft.Xaml.Behaviors;
|
||||
using Microsoft.Xaml.Behaviors.Core;
|
||||
using Microsoft.Xaml.Behaviors.Input;
|
||||
using Microsoft.Xaml.Behaviors.Layout;
|
||||
using Microsoft.Xaml.Behaviors.Media;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Login
|
||||
/// </summary>
|
||||
public partial class Login : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 48 "..\..\..\Views\Login.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Telerik.Windows.Controls.RadPasswordBox passwordBox;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/login.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\Login.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
|
||||
return System.Delegate.CreateDelegate(delegateType, this, handler);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.passwordBox = ((Telerik.Windows.Controls.RadPasswordBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,75 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BFDC1065FBBA89DB9CAAC2AF3058BFFF3A6984D39D8B70FA96CC54438D704C4F"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,75 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BFDC1065FBBA89DB9CAAC2AF3058BFFF3A6984D39D8B70FA96CC54438D704C4F"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,108 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\Project.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AE17C27EDF3E0A7641DA06BB238C65155F70C6E2B4B02D74FB4062F329A563FD"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Project
|
||||
/// </summary>
|
||||
public partial class Project : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/project.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\Project.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 13 "..\..\..\Views\Project.xaml"
|
||||
((DI_Electrical.Views.Project)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,108 +0,0 @@
|
||||
#pragma checksum "..\..\..\Views\Project.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AE17C27EDF3E0A7641DA06BB238C65155F70C6E2B4B02D74FB4062F329A563FD"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using DI_Electrical.Views;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using Telerik.Windows.Controls;
|
||||
using Telerik.Windows.Controls.Animation;
|
||||
using Telerik.Windows.Controls.Behaviors;
|
||||
using Telerik.Windows.Controls.Carousel;
|
||||
using Telerik.Windows.Controls.ComboBox;
|
||||
using Telerik.Windows.Controls.Data.PropertyGrid;
|
||||
using Telerik.Windows.Controls.DragDrop;
|
||||
using Telerik.Windows.Controls.GridView;
|
||||
using Telerik.Windows.Controls.LayoutControl;
|
||||
using Telerik.Windows.Controls.Legend;
|
||||
using Telerik.Windows.Controls.MultiColumnComboBox;
|
||||
using Telerik.Windows.Controls.Primitives;
|
||||
using Telerik.Windows.Controls.RadialMenu;
|
||||
using Telerik.Windows.Controls.TransitionEffects;
|
||||
using Telerik.Windows.Controls.TreeListView;
|
||||
using Telerik.Windows.Controls.TreeView;
|
||||
using Telerik.Windows.Controls.Wizard;
|
||||
using Telerik.Windows.Data;
|
||||
using Telerik.Windows.DragDrop;
|
||||
using Telerik.Windows.DragDrop.Behaviors;
|
||||
using Telerik.Windows.Input.Touch;
|
||||
using Telerik.Windows.Shapes;
|
||||
|
||||
|
||||
namespace DI_Electrical.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Project
|
||||
/// </summary>
|
||||
public partial class Project : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/DI-Electrical;component/views/project.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\Project.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 13 "..\..\..\Views\Project.xaml"
|
||||
((DI_Electrical.Views.Project)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,72 +1,3 @@
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\obj\Debug\SWS.CAD.Base.csproj.AssemblyReference.cache
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\obj\Debug\SWS.CAD.Base.csproj.CoreCompileInputs.cache
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\log4net.config
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.CAD.Base.dll.config
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.CAD.Base.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.CAD.Base.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\BrxMgd.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.Commons.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Mgd.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.Model.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Prism.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Unity.Abstractions.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\INIFileParser.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\log4net.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Newtonsoft.Json.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Telerik.Windows.Controls.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Prism.Wpf.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Microsoft.Xaml.Behaviors.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.Commons.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.Commons.dll.config
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SWS.Model.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Prism.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Prism.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Unity.Abstractions.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\INIFileParser.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\log4net.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\log4net.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Newtonsoft.Json.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Telerik.Windows.Controls.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Prism.Wpf.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Prism.Wpf.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Microsoft.Xaml.Behaviors.pdb
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\Microsoft.Xaml.Behaviors.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\de\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\es\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\fr\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\it\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\nl\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\tr\Telerik.Windows.Controls.resources.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Alloc_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Db_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_DbRoot_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Gi_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Ge_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Gs_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Root_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_DynBlocks_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_SpatialIndex_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_DbEntities_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_DbCore_21.4_15.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_DbIO_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\DbConstraints_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Sm_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\TD_Ave_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\SCENEOE_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\ACCAMERA_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\ISM_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\WipeOut_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\AcMPolygonObj15_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\ATEXT_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\RText_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\bin\Debug\RecomputeDimBlock_21.4_15.tx
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\obj\Debug\SWS.CAD..F8766F21.Up2Date
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\obj\Debug\SWS.CAD.Base.dll
|
||||
E:\Di-Electrical\c#前端\SWS.CAD.Base\obj\Debug\SWS.CAD.Base.pdb
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\SWS.CAD.Base\bin\Debug\log4net.config
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\SWS.CAD.Base\bin\Debug\SWS.CAD.Base.dll.config
|
||||
E:\Di-Elec\009_DI-Elec\newFront\c#前端\SWS.CAD.Base\bin\Debug\SWS.CAD.Base.dll
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,14 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "登录成功",
|
||||
"data": {
|
||||
"token": "c93b1122-9d79-47f0-bbcb-1f56abf78d27",
|
||||
"loginMark": "10975135-a081-4e6c-844f-014ff21e9a83",
|
||||
"account": "System",
|
||||
"userId": "System",
|
||||
"RealName": "超级管理员",
|
||||
"IsIOModuleAdmin": true,
|
||||
"isFirstLogin": false,
|
||||
"Department": "电气"
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "OK",
|
||||
"data": {}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "删除成功!",
|
||||
"data": {}
|
||||
}
|
@ -1,274 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": {
|
||||
"CableID": "00bf2927-078a-4e6a-ba8d-0caccdbda227",
|
||||
"Cable_Format": "1X2X0.75",
|
||||
"EngineerDataID": "272a09f1-8270-4370-9ff1-a3135e7308ba",
|
||||
"CableClass": "conventional",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-07-22 09:46:21",
|
||||
"UpdateUserID": "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա",
|
||||
"UpdateTime": null,
|
||||
"Sets": [
|
||||
{
|
||||
"CableID": "00bf2927-078a-4e6a-ba8d-0caccdbda227",
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"CableSetSeq": 1,
|
||||
"CableSetName": "Set1",
|
||||
"PreAssignIOTypeDetail": "",
|
||||
"PreAssignGroup_Desc": "",
|
||||
"PreAssignGroup_Desc_EN": "",
|
||||
"PreAssignInOrOut": "",
|
||||
"PreAssignSensorCode": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-07-22 09:46:21",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"Wires": [
|
||||
{
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"WireID": "fae53b7e-ff67-49c8-897e-6f53f8e0f01f",
|
||||
"Polarity": "+",
|
||||
"SetLevel": 1,
|
||||
"Wire_Tag": "C1",
|
||||
"Wire_Color_ID": "",
|
||||
"PreAssignChannelTermNo": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-07-22 09:46:21",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CableID": "",
|
||||
"EngineerDataID": "",
|
||||
"DeleteFlg": false,
|
||||
"ConnectionOnSide1": {
|
||||
"ID": "86feae38-a0e9-486a-8fbe-858db88bd6f3",
|
||||
"WireID": "fae53b7e-ff67-49c8-897e-6f53f8e0f01f",
|
||||
"TermID": "bbd644b7-0e8c-4411-84c2-ab1277dbceb2",
|
||||
"Group_Seq": 0,
|
||||
"Cable_Side": 0,
|
||||
"Strip_Side": 1,
|
||||
"Wire_Group_ID": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-08-04 12:01:26",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"NeedRemove": false,
|
||||
"PanelName": "SCU-DPU1800",
|
||||
"StripName": "SCUDPU01",
|
||||
"Term_No": "V",
|
||||
"Term_Seq": 4,
|
||||
"CableName": "BWM-01",
|
||||
"CableSetName": "Set1",
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"CableSetSeq": 1,
|
||||
"Wire_Tag": "C1",
|
||||
"Polarity": "+",
|
||||
"SetLevel": 1
|
||||
},
|
||||
"ConnectionOnSide2": {
|
||||
"ID": "0b55e2e7-a6fd-418e-98d9-a981a5b4caf6",
|
||||
"WireID": "fae53b7e-ff67-49c8-897e-6f53f8e0f01f",
|
||||
"TermID": "5a07c759-79a1-4641-be0b-3da567db9724",
|
||||
"Group_Seq": 0,
|
||||
"Cable_Side": 1,
|
||||
"Strip_Side": 0,
|
||||
"Wire_Group_ID": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-08-04 12:01:26",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"NeedRemove": false,
|
||||
"PanelName": "BWM-WIO1",
|
||||
"StripName": "BWMWI01",
|
||||
"Term_No": "T",
|
||||
"Term_Seq": 2,
|
||||
"CableName": "BWM-01",
|
||||
"CableSetName": "Set1",
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"CableSetSeq": 1,
|
||||
"Wire_Tag": "C1",
|
||||
"Polarity": "+",
|
||||
"SetLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"WireID": "763d02b7-e4b2-4602-af32-74ba6bc6defd",
|
||||
"Polarity": "-",
|
||||
"SetLevel": 2,
|
||||
"Wire_Tag": "C2",
|
||||
"Wire_Color_ID": "",
|
||||
"PreAssignChannelTermNo": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-07-22 09:46:21",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"CableID": "",
|
||||
"EngineerDataID": "",
|
||||
"DeleteFlg": false,
|
||||
"ConnectionOnSide1": {
|
||||
"ID": "d4d5b763-f5b4-4ad0-b6d3-d0a76f567db1",
|
||||
"WireID": "763d02b7-e4b2-4602-af32-74ba6bc6defd",
|
||||
"TermID": "f4d5ecb4-c99c-4d09-8590-7037070d92a7",
|
||||
"Group_Seq": 0,
|
||||
"Cable_Side": 0,
|
||||
"Strip_Side": 1,
|
||||
"Wire_Group_ID": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-08-04 12:01:26",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"NeedRemove": false,
|
||||
"PanelName": "SCU-DPU1800",
|
||||
"StripName": "SCUDPU01",
|
||||
"Term_No": "W",
|
||||
"Term_Seq": 5,
|
||||
"CableName": "BWM-01",
|
||||
"CableSetName": "Set1",
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"CableSetSeq": 1,
|
||||
"Wire_Tag": "C2",
|
||||
"Polarity": "-",
|
||||
"SetLevel": 2
|
||||
},
|
||||
"ConnectionOnSide2": {
|
||||
"ID": "f866b610-33b3-4ab4-a73e-f30b0a3f40d2",
|
||||
"WireID": "763d02b7-e4b2-4602-af32-74ba6bc6defd",
|
||||
"TermID": "51a700de-5ce3-4ee4-9193-0921d21c5ac2",
|
||||
"Group_Seq": 0,
|
||||
"Cable_Side": 1,
|
||||
"Strip_Side": 0,
|
||||
"Wire_Group_ID": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-08-04 12:01:26",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"NeedRemove": false,
|
||||
"PanelName": "BWM-WIO1",
|
||||
"StripName": "BWMWI01",
|
||||
"Term_No": "U",
|
||||
"Term_Seq": 3,
|
||||
"CableName": "BWM-01",
|
||||
"CableSetName": "Set1",
|
||||
"CableSetID": "2decb6af-eac1-4f51-b31c-6685ab696ee8",
|
||||
"CableSetSeq": 1,
|
||||
"Wire_Tag": "C2",
|
||||
"Polarity": "-",
|
||||
"SetLevel": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"IsConned": true,
|
||||
"ConnectionInfo": "采集箱:SCU-DPU1800/模块(端子排):SCUDPU01/通道:",
|
||||
"DeleteFlg": false
|
||||
}
|
||||
],
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": null,
|
||||
"WireGroups": null,
|
||||
"TagNumber": "BWM-01",
|
||||
"FromPanel": {
|
||||
"PanelID": "5014090c-5bc6-48c1-a967-d9640506b5ce",
|
||||
"Panel_Loc_ID": "1",
|
||||
"allowedIOTypes": "",
|
||||
"DefaultBreakerType": "",
|
||||
"MaxStripNumber": 0,
|
||||
"EngineerDataID": "7cb32e87-17cf-4428-984f-9da17b0134a6",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-21 15:07:29",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"TagNumber": "SCU-DPU1800",
|
||||
"systempanel": null,
|
||||
"ObjectTypeName": "控制箱",
|
||||
"strips": [
|
||||
{
|
||||
"StripID": "4c318b9a-3603-4ff1-ac3a-baa37f5e3343",
|
||||
"PanelID": "5014090c-5bc6-48c1-a967-d9640506b5ce",
|
||||
"StripName": "SCUDPU01",
|
||||
"IO_TYPE": "",
|
||||
"Panel_Strip_Seq": 0,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-21 15:08:24",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-22 09:52:35",
|
||||
"Channels": [],
|
||||
"ChannelsUsed": 0,
|
||||
"ChannelsUsedNoSignal": 0,
|
||||
"ChannelsSpared": 0,
|
||||
"TagNumber": null
|
||||
},
|
||||
{
|
||||
"StripID": "84d8603d-886b-4e74-aab0-1dac314f3489",
|
||||
"PanelID": "5014090c-5bc6-48c1-a967-d9640506b5ce",
|
||||
"StripName": "scu3",
|
||||
"IO_TYPE": "",
|
||||
"Panel_Strip_Seq": 0,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-08-04 09:19:15",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-08-04 09:55:25",
|
||||
"Channels": [],
|
||||
"ChannelsUsed": 0,
|
||||
"ChannelsUsedNoSignal": 0,
|
||||
"ChannelsSpared": 0,
|
||||
"TagNumber": null
|
||||
},
|
||||
{
|
||||
"StripID": "077ef547-b201-4642-8289-dd8d9b3f04e4",
|
||||
"PanelID": "5014090c-5bc6-48c1-a967-d9640506b5ce",
|
||||
"StripName": "scu2",
|
||||
"IO_TYPE": "",
|
||||
"Panel_Strip_Seq": 1,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-08-04 09:19:04",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-08-04 09:19:03",
|
||||
"Channels": [],
|
||||
"ChannelsUsed": 0,
|
||||
"ChannelsUsedNoSignal": 0,
|
||||
"ChannelsSpared": 0,
|
||||
"TagNumber": null
|
||||
}
|
||||
],
|
||||
"Breakers": []
|
||||
},
|
||||
"ToPanel": {
|
||||
"PanelID": "e94fd7dc-bbae-4093-8745-bbb2ec2aa568",
|
||||
"Panel_Loc_ID": "1",
|
||||
"allowedIOTypes": "",
|
||||
"DefaultBreakerType": "",
|
||||
"MaxStripNumber": 0,
|
||||
"EngineerDataID": "c3805676-99e8-4f7f-8dd4-ab3341143d53",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-21 15:07:29",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"TagNumber": "BWM-WIO1",
|
||||
"systempanel": null,
|
||||
"ObjectTypeName": "通导设备",
|
||||
"strips": [
|
||||
{
|
||||
"StripID": "d7c3f3ba-d7f9-430b-8f34-36ae9fe9d470",
|
||||
"PanelID": "e94fd7dc-bbae-4093-8745-bbb2ec2aa568",
|
||||
"StripName": "BWMWI01",
|
||||
"IO_TYPE": "",
|
||||
"Panel_Strip_Seq": 0,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-21 15:09:02",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2024-12-21 15:09:13",
|
||||
"Channels": [],
|
||||
"ChannelsUsed": 0,
|
||||
"ChannelsUsedNoSignal": 0,
|
||||
"ChannelsSpared": 0,
|
||||
"TagNumber": null
|
||||
}
|
||||
],
|
||||
"Breakers": []
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,994 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"CableID": "d83be0fb-962c-4e44-b3cc-32f39aeca0f2",
|
||||
"Cable_Format": "4*2*1.5",
|
||||
"EngineerDataID": "4617996f-414d-4781-830d-6cf7a60bd276",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-06-24 09:46:26",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:04",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "CABLECJX23",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "787a4498-7eaf-486d-8523-eaea8d9b4402",
|
||||
"Cable_Format": "1*2*0.75",
|
||||
"EngineerDataID": "39875898-7e76-48df-92e1-6ebcfe81597e",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-06-27 18:35:01",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:04",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "8L10-14",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "a32eadf5-2d35-4bf7-96bf-aa53f343744a",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "278d7a7b-b5db-462c-bb4c-52fbbace02aa",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-01-08 14:12:38",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:05",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "8L10-8",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "b6f6a07c-e4da-4a72-97a3-52a7d9a239bc",
|
||||
"Cable_Format": "3*3*1.5",
|
||||
"EngineerDataID": "2aea85ba-7c3f-491f-9dea-c8ae8df42a17",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-07-26 15:45:31",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:05",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "aaafsd1",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "7cebde6c-e2e6-439d-8d56-9cd019e2f406",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "72a2e7ad-075e-423c-b24d-ccb58c3b3325",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "f695f391-4289-48fd-859d-c6329b70846e",
|
||||
"CreateTime": "2023-12-04 09:37:59",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:05",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "1A3",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "3391c1c3-d4b6-4522-b20e-cb3adc21aa0b",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "488d3403-3e23-4c3d-91b5-b5bcce5fc640",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-12-04 11:14:25",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:05",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "Q20231204001",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "102fff66-460c-40f1-af0c-a1f5d6485e3b",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "0a8db283-ea3b-4678-8f17-2e9b2c0813c8",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-12-04 13:54:33",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:05",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "Q1204004",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "3df83702-54a6-4f69-9222-6866ac5c8e23",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "b48cf0f3-bd7b-48da-a371-1f8c8b0d742a",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-12-04 14:14:57",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:05",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "Q1204006",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "c82f3579-e1e9-4df9-bda2-f4e4014c6a8d",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "0ddaae1e-db2e-4319-97f0-ec1a2c351729",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-12-04 15:06:33",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "Q1204008",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "db33fa6e-b29c-43ac-bb6b-43a90d8ca5dc",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "ba04f4a9-3a94-426a-b843-dab79f1110d7",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-12-04 19:47:30",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "Q1204009",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "69f94211-97a1-4364-b6cd-dddfc300ec76",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "0b8cf494-62e3-4cf2-b6bd-d1f7ca44d8e1",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "CABLE1227",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "802ca5cb-5ef3-4595-bd58-6b182a23cb93",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "4a5817dd-b66f-4bf9-a4f4-21c560c06477",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-08 13:58:52",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [
|
||||
"5a698fd4-ff48-4073-b563-a563536f37ef"
|
||||
],
|
||||
"WireGroups": [
|
||||
{
|
||||
"Status": 3,
|
||||
"LinkedID": "",
|
||||
"Wire_Group_ID": "5a698fd4-ff48-4073-b563-a563536f37ef",
|
||||
"Group_Name": "01013-5",
|
||||
"ChannelID": "",
|
||||
"Group_Desc_EN": "testcjj5",
|
||||
"Group_Desc": "",
|
||||
"IO_Type": "",
|
||||
"Signal_Group": "01",
|
||||
"Signal_SeqNo": "013-5",
|
||||
"WireGroupTemplateID": "",
|
||||
"Code": "",
|
||||
"Range_Min": "",
|
||||
"Range_Max": "",
|
||||
"Unit": "",
|
||||
"Alarm_LL": "",
|
||||
"Alarm_L": "",
|
||||
"Alarm_H": "",
|
||||
"Alarm_HH": "",
|
||||
"AL_GRP": "",
|
||||
"BL_GRP": "",
|
||||
"Time_Delay": "",
|
||||
"Supplier": "",
|
||||
"EquipName": "",
|
||||
"SENSOR_CODE": "",
|
||||
"VDR_Record": false,
|
||||
"SLD": false,
|
||||
"SHD": false,
|
||||
"Remarks": "",
|
||||
"ElecOnly": false,
|
||||
"CommunicationPoint": true,
|
||||
"InOrOut": "",
|
||||
"WHConsole": "",
|
||||
"WHCPU": "",
|
||||
"ECRConsole": "",
|
||||
"ECRCPU": "",
|
||||
"ShipOfficeConsole": "",
|
||||
"ShipOfficeCPU": "",
|
||||
"SafetyProt": "",
|
||||
"SafetyDelay": "22",
|
||||
"SeriousType": "",
|
||||
"AutoCtrl": "",
|
||||
"ParentID": "",
|
||||
"DeleteFlg": true,
|
||||
"CableName": "(母线)Q1111111",
|
||||
"CableId": "802ca5cb-5ef3-4595-bd58-6b182a23cb93",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-05 13:32:53",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2024-02-20 13:48:52",
|
||||
"NewSoftTags": [],
|
||||
"PanelName": null,
|
||||
"ChannelName": null,
|
||||
"StripName": null,
|
||||
"CableSetName": null,
|
||||
"StatusValue": null,
|
||||
"ActionHistorys": null,
|
||||
"Propertyhis": null,
|
||||
"Logs": null
|
||||
}
|
||||
],
|
||||
"TagNumber": "Q1111111",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "98a47bcf-12b2-454b-94c6-e2d3a593d067",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "1b64b821-9c88-4f8d-a87c-94d794453585",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-02-07 14:08:31",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "1Test_7",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "d4efda1e-e2b9-41e4-8a24-2800fdcf8d13",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "07e8a3ec-7d44-456b-86cd-32b38f999bf2",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-02-07 13:48:30",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "1Test_5",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "a9bab46e-3175-4e40-9812-2b75950d737c",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "fe8fd863-b566-4345-895b-22894598c600",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-02-07 13:42:03",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "1Test_4",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "10b5aed0-cf85-45b6-a401-cecd57f03ccc",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "fc0e4f55-4922-472c-bcb9-bdc418f471a5",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 12:02:10",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:06",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa002",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "ebbcae4f-0342-4c79-b021-a853e6db2251",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "31e537ab-c96f-4acc-84b8-623440de4bf0",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 14:14:30",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa003",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "6eb77942-1e2c-4368-a496-d97e549fa649",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "89c8eeb3-858e-451b-a4ec-4bf3cb7639a4",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 14:26:07",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa004",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "c73a8071-2c79-4515-90bd-b7b14a44f968",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "e58ae28b-cafe-404c-b57e-3c5b894d1217",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 14:47:53",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "testcjj001",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "a7b8326d-ebb2-47eb-8f3d-a383c5a4cdc9",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "3c1549e5-f13b-46be-9230-0719973cfdde",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 15:19:24",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0TESTA005",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "da90477a-dc2f-48eb-88fc-beef63188180",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "e2727f66-8d08-4be4-b0eb-d404566b18ba",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 15:49:31",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "textcjj002",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "957d23dc-8974-4a8b-9062-f47f93914485",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "dea0772a-0270-42b8-87d3-48710e39c459",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 16:11:24",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa006",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "df111957-053e-45fb-8447-16917f6cd123",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "c7f0ea9e-eb20-4691-b539-ca577f423d81",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 16:50:09",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:07",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0TESTA009",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "ceb157b1-702f-4a84-99f3-fffa2e1afcfb",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "1d734354-6f11-4a09-a90f-7d6461bf7d9a",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 17:10:40",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa010",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "9eacafb5-6e87-497a-b5af-cdb54f5259b3",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "a02028ba-1934-4241-a318-e6b375689018",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-08 17:20:41",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa011",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "fd6e3f37-5e11-4640-a645-e473b858d966",
|
||||
"Cable_Format": "",
|
||||
"EngineerDataID": "327a59ed-6525-478e-a921-25a14c4afc8e",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-05-13 16:40:33",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "emcable-005",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "a69a023b-2a10-419a-9f30-19d9c5910ba1",
|
||||
"Cable_Format": "6x0.75",
|
||||
"EngineerDataID": "be644401-e51a-4f62-9c18-2ddafeaafeee",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-06-19 09:17:50",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0testa0004",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "bb7ee478-a672-40db-8544-b9e468d1167f",
|
||||
"Cable_Format": "3x0.75",
|
||||
"EngineerDataID": "94d12f39-274c-46c7-a909-fd3c76534621",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-07-01 17:41:33",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "0TESTA007",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "f92c0046-fec7-4597-88ba-56c597c2f70a",
|
||||
"Cable_Format": "2*2*0.75",
|
||||
"EngineerDataID": "38ad2f14-b8c6-4c73-83db-f51d1eb9a4ea",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "12317",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "67779264-f039-4e16-aa23-789d59527f8e",
|
||||
"Cable_Format": "3x5x0.75",
|
||||
"EngineerDataID": "3690c53e-c122-4c16-8eaf-ea15141f434b",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-08-05 15:29:38",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:08",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "aaafsd2",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "72d642d4-5eec-4556-b497-576f0cde8378",
|
||||
"Cable_Format": "2*3*1.5",
|
||||
"EngineerDataID": "1e2b3778-bd9c-4a54-b7dd-75b683edb668",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-08-09 11:20:47",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "aaafsd5",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "efd97460-3097-4fec-9b83-cdeec254592d",
|
||||
"Cable_Format": "2*3*0.8",
|
||||
"EngineerDataID": "c341fb40-f54c-4c74-9ff8-dca56cc6bdc7",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-08-29 12:06:39",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "bbds",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "96bd8e1c-e42b-4629-ad35-0fc56deaf6d3",
|
||||
"Cable_Format": "2*4",
|
||||
"EngineerDataID": "28d8b793-0af8-46c1-9f33-1a82e2a9d1a8",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "P1-3G/UPS2",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "795429a1-944e-4c28-afea-855f4a0bc88b",
|
||||
"Cable_Format": "2*3*0.75",
|
||||
"EngineerDataID": "b9947519-287d-4995-8985-3b60a97af094",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "AB-00009",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "7a620223-a934-489e-928d-f9b65324defc",
|
||||
"Cable_Format": "3*50",
|
||||
"EngineerDataID": "8702d4d7-02de-48a8-b78f-709eda636e34",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-10-24 16:05:05",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "1MAC-01",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "69176a2c-f292-4e65-9959-ca87ef2b8063",
|
||||
"Cable_Format": "2*2*0.75",
|
||||
"EngineerDataID": "f278a339-a92c-4f95-ab84-69cc55a406e6",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "* AMC-503",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "88a732c1-30a0-425e-bbfc-c23eb481646b",
|
||||
"Cable_Format": "4*2*1.5",
|
||||
"EngineerDataID": "27e6c4fa-e94b-4a97-9cea-e1b93231f4b2",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "GA-12",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "8fe02ead-f475-4a80-9129-9a9f83ae1c0b",
|
||||
"Cable_Format": "2*2*0.75",
|
||||
"EngineerDataID": "c429fe3b-8cf3-4635-b405-79a394a839ce",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:09",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "AB-00017",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "5fd36c60-f768-433d-9600-6d93797d0133",
|
||||
"Cable_Format": "3X50",
|
||||
"EngineerDataID": "9be98a0c-d6c6-4752-bc94-a53473359597",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-19 10:10:04",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:10",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "3MAC-01",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "f2efbc52-461c-4f93-9ef8-9a7105b52e0e",
|
||||
"Cable_Format": "4*2*1.5",
|
||||
"EngineerDataID": "66fff8c2-8208-4a24-83cf-1fa2d8f2e374",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-19 10:11:03",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:10",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "RCS-20",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "a0c6a675-1b87-44f1-928d-184bc74943be",
|
||||
"Cable_Format": "2*2*0.75",
|
||||
"EngineerDataID": "8128db17-0bbf-4ce6-8286-403469fcbe4d",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-03 20:30:10",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [],
|
||||
"WireGroups": [],
|
||||
"TagNumber": "PDx035CX-011D03",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
},
|
||||
{
|
||||
"CableID": "8cb16b76-7673-4295-bf38-6df231ceafe4",
|
||||
"Cable_Format": "1*2*0.75",
|
||||
"EngineerDataID": "f44ad807-32b5-422a-839d-5c83c29d9b36",
|
||||
"CableClass": "homerun",
|
||||
"PreAssignIOType": "",
|
||||
"PanelID": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-06-24 10:07:56",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-07-04 11:57:02",
|
||||
"Sets": null,
|
||||
"parallelCables": null,
|
||||
"WireGroupIds": [
|
||||
"d1a8c02e-52fb-484d-8aea-5d0413471b33",
|
||||
"922473d8-3e10-4a87-89f4-97e09d161526"
|
||||
],
|
||||
"WireGroups": [
|
||||
{
|
||||
"Status": 2,
|
||||
"LinkedID": "",
|
||||
"Wire_Group_ID": "d1a8c02e-52fb-484d-8aea-5d0413471b33",
|
||||
"Group_Name": "08018",
|
||||
"ChannelID": "",
|
||||
"Group_Desc_EN": "NO.1 G/E LUBE OI FILTER DPH",
|
||||
"Group_Desc": "NO.1 G/E LUBE OI FILTER DPH",
|
||||
"IO_Type": "NO",
|
||||
"Signal_Group": "08",
|
||||
"Signal_SeqNo": "018",
|
||||
"WireGroupTemplateID": "",
|
||||
"Code": "PAH",
|
||||
"Range_Min": "",
|
||||
"Range_Max": "",
|
||||
"Unit": "bar",
|
||||
"Alarm_LL": "",
|
||||
"Alarm_L": "",
|
||||
"Alarm_H": "0.9",
|
||||
"Alarm_HH": "",
|
||||
"AL_GRP": "",
|
||||
"BL_GRP": "",
|
||||
"Time_Delay": "",
|
||||
"Supplier": "",
|
||||
"EquipName": "",
|
||||
"SENSOR_CODE": "",
|
||||
"VDR_Record": true,
|
||||
"SLD": false,
|
||||
"SHD": false,
|
||||
"Remarks": "",
|
||||
"ElecOnly": false,
|
||||
"CommunicationPoint": true,
|
||||
"InOrOut": "",
|
||||
"WHConsole": "",
|
||||
"WHCPU": "",
|
||||
"ECRConsole": "",
|
||||
"ECRCPU": "",
|
||||
"ShipOfficeConsole": "",
|
||||
"ShipOfficeCPU": "",
|
||||
"SafetyProt": "",
|
||||
"SafetyDelay": "",
|
||||
"SeriousType": "",
|
||||
"AutoCtrl": "",
|
||||
"ParentID": "",
|
||||
"DeleteFlg": false,
|
||||
"CableName": "",
|
||||
"CableId": "8cb16b76-7673-4295-bf38-6df231ceafe4",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-10-12 23:25:55",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-28 13:54:19",
|
||||
"NewSoftTags": [],
|
||||
"PanelName": null,
|
||||
"ChannelName": null,
|
||||
"StripName": null,
|
||||
"CableSetName": null,
|
||||
"StatusValue": null,
|
||||
"ActionHistorys": null,
|
||||
"Propertyhis": null,
|
||||
"Logs": null
|
||||
},
|
||||
{
|
||||
"Status": 2,
|
||||
"LinkedID": "",
|
||||
"Wire_Group_ID": "922473d8-3e10-4a87-89f4-97e09d161526",
|
||||
"Group_Name": "08028",
|
||||
"ChannelID": "",
|
||||
"Group_Desc_EN": "NO.1 G/E EGT TC AIR TEMP. INLET 2 HIGH",
|
||||
"Group_Desc": "NO.1 G/E EGT TC AIR TEMP. INLET 2 HIGH",
|
||||
"IO_Type": "NO",
|
||||
"Signal_Group": "08",
|
||||
"Signal_SeqNo": "028",
|
||||
"WireGroupTemplateID": "",
|
||||
"Code": "TAH",
|
||||
"Range_Min": "",
|
||||
"Range_Max": "",
|
||||
"Unit": "℃",
|
||||
"Alarm_LL": "",
|
||||
"Alarm_L": "",
|
||||
"Alarm_H": "620",
|
||||
"Alarm_HH": "",
|
||||
"AL_GRP": "",
|
||||
"BL_GRP": "",
|
||||
"Time_Delay": "",
|
||||
"Supplier": "",
|
||||
"EquipName": "",
|
||||
"SENSOR_CODE": "",
|
||||
"VDR_Record": true,
|
||||
"SLD": false,
|
||||
"SHD": false,
|
||||
"Remarks": "",
|
||||
"ElecOnly": false,
|
||||
"CommunicationPoint": true,
|
||||
"InOrOut": "",
|
||||
"WHConsole": "",
|
||||
"WHCPU": "",
|
||||
"ECRConsole": "",
|
||||
"ECRCPU": "",
|
||||
"ShipOfficeConsole": "",
|
||||
"ShipOfficeCPU": "",
|
||||
"SafetyProt": "",
|
||||
"SafetyDelay": "",
|
||||
"SeriousType": "",
|
||||
"AutoCtrl": "",
|
||||
"ParentID": "",
|
||||
"DeleteFlg": false,
|
||||
"CableName": "",
|
||||
"CableId": "8cb16b76-7673-4295-bf38-6df231ceafe4",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2023-10-12 23:25:55",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-28 13:54:26",
|
||||
"NewSoftTags": [],
|
||||
"PanelName": null,
|
||||
"ChannelName": null,
|
||||
"StripName": null,
|
||||
"CableSetName": null,
|
||||
"StatusValue": null,
|
||||
"ActionHistorys": null,
|
||||
"Propertyhis": null,
|
||||
"Logs": null
|
||||
}
|
||||
],
|
||||
"TagNumber": "* AMC-401",
|
||||
"FromPanel": null,
|
||||
"ToPanel": null
|
||||
}
|
||||
]
|
||||
}
|
@ -1,329 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"DataItemDetailID": "75651b37-0e4c-42f8-8bd6-0d8bfda3ace4",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "停车报警",
|
||||
"DataItemNameEN": "SHUT DOWN ALARM",
|
||||
"DataItemCode": "SHDA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "a15ac9db-73c5-4026-9270-934b4f6dc8b5",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "其它故障报警",
|
||||
"DataItemNameEN": "OTHER FAILURE ALARM",
|
||||
"DataItemCode": "OA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "235953c8-393f-44ee-b9b2-52496034721e",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "减负荷报警",
|
||||
"DataItemNameEN": "SLOW DOWN ALARM",
|
||||
"DataItemCode": "SLDA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "d794dbc0-e477-4b45-952b-73805b164b66",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "压力低报警",
|
||||
"DataItemNameEN": "PRESS. LOW ALARM",
|
||||
"DataItemCode": "PAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "31b5c6de-e6ad-45da-995a-266c95dbf871",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "压力高报警",
|
||||
"DataItemNameEN": "PRESS. HIGH ALARM",
|
||||
"DataItemCode": "PAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "524960a7-9630-4983-a3b8-462591cb988a",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "压差高报警",
|
||||
"DataItemNameEN": "PRESS. DIFF. HIGH ALARM",
|
||||
"DataItemCode": "PDAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "e96cd26b-fcb3-457f-b2f4-f90eec5918de",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "失电报警",
|
||||
"DataItemNameEN": "NO VOLTAGE ALARM",
|
||||
"DataItemCode": "NVA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "b41441d4-e347-48d8-a3f5-6b5074fa30db",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "流量低报警",
|
||||
"DataItemNameEN": "FLOW LOW ALARM",
|
||||
"DataItemCode": "FAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "9759c4d1-974e-4a44-8e4c-160b03ed1d40",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "测试CPU",
|
||||
"DataItemNameEN": "Test CPU",
|
||||
"DataItemCode": "TEST",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-30 15:46:05",
|
||||
"UpdateUserID": "",
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "95a03b57-d551-4d69-9711-34e10cfb525c",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "浓度高报警",
|
||||
"DataItemNameEN": "DENSITY HIGH ALARM",
|
||||
"DataItemCode": "DAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "724cd716-9398-422c-80c0-e6433686eb75",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "液位低报警",
|
||||
"DataItemNameEN": "LEVEL LOW ALARM",
|
||||
"DataItemCode": "LAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "6064e2d4-0038-4aed-ae35-163be3047dbc",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "液位高报警",
|
||||
"DataItemNameEN": "LEVEL HIGH ALARM",
|
||||
"DataItemCode": "LAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "d023d87e-d4be-4293-a3f9-e2ad54f6ba27",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "温度低报警",
|
||||
"DataItemNameEN": "TEMP. LOW ALARM",
|
||||
"DataItemCode": "TAL",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "708ffea4-874e-4c1d-9d05-6d851943feb7",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "温度偏差值高报警",
|
||||
"DataItemNameEN": "TEMP.DEVIA.HIGH ALARM",
|
||||
"DataItemCode": "TDAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "704da0dc-597f-4764-beca-3d5479f87f83",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "温度高报警",
|
||||
"DataItemNameEN": "TEMP. HIGH ALARM",
|
||||
"DataItemCode": "TAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "2a8e730b-e622-43ae-9b4b-d998bc1e5b0a",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "粘度高报警",
|
||||
"DataItemNameEN": "VISCOSITY HIGH ALARM",
|
||||
"DataItemCode": "VAH",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "119da489-2a42-4566-9ca1-4d6d8248b36a",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "综合故障报警",
|
||||
"DataItemNameEN": "COMMON FAILURE ALARM",
|
||||
"DataItemCode": "CAF",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "f425cc5b-8490-4279-865a-e709a112b066",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "超速,过载报警",
|
||||
"DataItemNameEN": "OVERSPEED, OVERLOAD ALARM ",
|
||||
"DataItemCode": " OVA",
|
||||
"OrderID": null,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-02 17:38:25",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
},
|
||||
{
|
||||
"DataItemDetailID": "f40cf933-82b5-4787-a9a6-e2aac058a655",
|
||||
"DataItemID": "b78363f4-4959-4c62-9b96-bb116fd42155",
|
||||
"UpDataItemDetailID": "0",
|
||||
"DataItemName": "XXXName",
|
||||
"DataItemNameEN": "XXXDesc",
|
||||
"DataItemCode": "XXX",
|
||||
"OrderID": 1,
|
||||
"IsEnabled": 1,
|
||||
"Remark": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-01-29 21:19:52",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"ItemCode": "",
|
||||
"Signals": null
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,512 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"TagNumber": "BWM-02",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"CaseID": "0",
|
||||
"DataStatus": "00002",
|
||||
"SerialNumber": null,
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2024-12-21 15:07:29",
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-02 16:24:44",
|
||||
"Locked": "0",
|
||||
"originId": "",
|
||||
"ObjectTypeName": "动力电缆",
|
||||
"connected_cables": [],
|
||||
"ToTag": null,
|
||||
"parallel_cables": null,
|
||||
"EngineDataPixel": null,
|
||||
"EngineDataProperty": [
|
||||
{
|
||||
"EngineDataPropertyID": "0251141b-abf1-4c2d-a1d7-ee9f01940066",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "终止设备",
|
||||
"PropertyValue": "BWM-WIO1",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-02 16:24:44",
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "dbf40eba-36a2-496b-a572-b1507bb23032",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "起始设备",
|
||||
"PropertyValue": "SCU-DPU1800",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-02 16:24:44",
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "391e6578-bf14-4ff3-bc14-d278c1aaaab0",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电缆供货类型",
|
||||
"PropertyValue": "船厂切割,敷设",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-02 16:24:44",
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "71ec6b2f-062b-4d65-8073-e03defd10c3b",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电缆规格",
|
||||
"PropertyValue": "2X2.5",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-02 16:24:44",
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "cb07588b-b154-4d19-ae6c-efcef1fa596b",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "设备厂家",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-13 08:43:17",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "a7129e25-13c2-4f46-8f4f-7dc369390a62",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "功率因数(%)",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-13 08:43:17",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "440e8bb9-b83a-4d04-b3ea-2293e0ed70f8",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "额定电压",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "V",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-13 08:43:17",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "85082366-2ba6-48f9-ba0d-c17e1f6b9521",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "功率",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "kW",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-13 08:43:17",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "52908637-f1d9-48d5-907f-3f2a50cbde56",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电流类型",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-13 08:43:17",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "8b27491c-2c62-4847-98b3-9da4a788fdb5",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电压降",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "A",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "a3cf85db-359e-4898-aa0a-71b410f1d7f9",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电缆类型",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "f4a5eda2-6f1d-468e-948f-3c257ed7c523",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "修正系数",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "f2a09d45-4f95-44e1-8675-e44245b47e0d",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "外保护套颜色",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "001a58ca-81ca-495a-b4bd-791061122ccf",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "本安电缆",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "5ed3fb94-07fe-4490-9434-0840cd709643",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "导体最高连续工作温度",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "℃",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "db0f0e66-01c7-4e1c-82f1-8afab151037f",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电缆长度",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "m",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "c35152f2-ae68-497e-ae93-897fbec8a8fa",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "是否独立屏蔽",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "b68d93a8-93c0-47f2-a4d3-9c3a69e46c7b",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "变频电缆",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "7e4bc381-2a30-4912-9041-b95c08a3e1e7",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "载流量",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "020e6203-3386-4960-98bc-73a093933484",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "芯线颜色",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "d867c621-b78b-4cd1-820c-6b3c56c401bf",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "是否铠装",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "f7c6aad0-38d7-4ac5-bbbd-91005a240969",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电缆截面积(mm2)",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "c1d4aa34-9876-47b8-a819-9c5e7dfa228c",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "是否防火",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "62a9cf88-1ee2-4fe8-8864-238da90f6afd",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "电缆型号",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "a383361c-85e4-4f0f-a046-36f0d68516e7",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "平行电缆",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "6f565697-6b57-4900-be85-a1e9fe120edd",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "负载电流",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "A",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "2d29d677-486d-4b16-82c1-ad459499c04d",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "关联的电缆",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-02-27 16:01:15",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "e54cdaa2-411b-4073-a534-31963a0efb58",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "平行电缆位号",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-03-19 14:25:13",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "e399444e-a00e-485a-949b-a3f962fdf932",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "所属系统",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-15 10:23:54",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
},
|
||||
{
|
||||
"EngineDataPropertyID": "2bc0dd0e-c4b6-436a-944e-a6ce0e30fc62",
|
||||
"EngineDataID": "7b5ef5c6-cfc2-4ba0-9c61-ea9832261bab",
|
||||
"PropertyName": "设备型号",
|
||||
"PropertyValue": "",
|
||||
"MeasuringUnit": "",
|
||||
"CreateUserID": "System",
|
||||
"CreateTime": "2025-04-30 14:49:31",
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"PropertyGID": null,
|
||||
"PropertyGroupName": null,
|
||||
"PropertyID": null,
|
||||
"PropertyNameEN": null,
|
||||
"ObjectTypeName": null
|
||||
}
|
||||
],
|
||||
"DataStatusName": "待验证区",
|
||||
"FullPathCN": "接线设备/电缆/动力电缆",
|
||||
"ObjectTypeNameEN": null,
|
||||
"Layout_Block_File": null,
|
||||
"CreateUserName": null
|
||||
}
|
||||
]
|
||||
}
|
@ -1,44 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": {
|
||||
"DrawingFileID": "82cbfe10-2368-4d4d-9045-bd3f1bbfb614",
|
||||
"DrawingCatalogueID": "6a21ffe5-81f9-4207-bf20-bed40828fed6",
|
||||
"DrawingFileName": "测试系统图放样.dwg",
|
||||
"DrawingType": "b4016d0d-eaf3-4f0d-b928-4df5459b9d8d",
|
||||
"DrawingStage": "586b0e3d-111f-4761-b5e4-7aba5f98bbca",
|
||||
"DrawingSystem": "d5c4463e-2072-435b-b11c-681e7a84f5fe",
|
||||
"Describe1": "描述1",
|
||||
"Describe2": "描述2",
|
||||
"Describe3": "描述3",
|
||||
"FileVersion": "1.0",
|
||||
"IsCheckOut": 1,
|
||||
"CheckOutUserID": "System",
|
||||
"CheckOutTime": "2025-04-23 17:38:08",
|
||||
"FolderId": "6f6c75d3-6668-4f52-9eb9-7b7b7624e999",
|
||||
"FileMD5": "cd6cea6e2b7716fa01a1489f89e6c834",
|
||||
"CreateUserID": "",
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": "System",
|
||||
"UpdateTime": "2025-04-23 17:38:08",
|
||||
"OrderID": 0,
|
||||
"MaterialCensus": "e9d1e5a3-0df1-441d-b2e5-5c557d325aa8",
|
||||
"MaterialRange": "00002",
|
||||
"IsDelete": null,
|
||||
"DeleteUserID": "",
|
||||
"DeleteTime": null,
|
||||
"IsEngineDWG": null,
|
||||
"PCInfo": "LAPTOP-BJJK4QLB 计算机zhanzhenduo 用户",
|
||||
"AllUsersCanEdit": null,
|
||||
"DrawingTypeName": "系统图",
|
||||
"DrawingStageName": null,
|
||||
"DrawingSystemName": "AB",
|
||||
"CreateUserName": null,
|
||||
"CheckOutUserName": "超级管理员",
|
||||
"UpdateUserName": "超级管理员",
|
||||
"FileId": "6f6c75d3-6668-4f52-9eb9-7b7b7624e999",
|
||||
"PixelCode": null,
|
||||
"MaterialCensusName": "按文件统计",
|
||||
"MaterialRangeName": null
|
||||
}
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": {
|
||||
"F_Id": "d10cf1fa-589f-44ad-93ba-f2c793c8ffff",
|
||||
"F_FolderId": "d10cf1fa-589f-44ad-93ba-f2c793c8ffff",
|
||||
"F_FileName": "主推进控制系统图-CJJ.dwg",
|
||||
"F_FilePath": "C:/SystemFileData/PRIVATE_BE/fileAnnexes/System/20250427/d10cf1fa-589f-44ad-93ba-f2c793c8ffff.dwg",
|
||||
"F_FileSize": "346380",
|
||||
"F_FileExtensions": ".dwg",
|
||||
"F_FileType": "dwg",
|
||||
"F_DownloadCount": null,
|
||||
"F_CreateDate": "2025-04-27 14:26:44",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ThumbnailImgPath": "",
|
||||
"F_WebFileID": ""
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": ""
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": []
|
||||
}
|
@ -1,486 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"F_UserId": "67988d58-692d-4f32-9a67-034346f3adf4",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "test",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "test",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "e88be374-5283-47de-bac9-8c5181e4b83b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2023-09-27 12:13:11",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-09-27 12:33:47",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": "1900-01-01 00:00:00",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "fe711f4c-e45a-4984-84d4-87d67970500d",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "test1023",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "test1023",
|
||||
"F_NickName": "SWS/SDF5555",
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "18668575332",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "e88be374-5283-47de-bac9-8c5181e4b83b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "1123123123888",
|
||||
"F_CreateDate": "2023-10-23 10:32:07",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2024-08-05 16:51:22",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "f695f391-4289-48fd-859d-c6329b70846e",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "YUXH2",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "YUXH2",
|
||||
"F_NickName": " ",
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": " ",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "e88be374-5283-47de-bac9-8c5181e4b83b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "123",
|
||||
"F_CreateDate": "2023-10-15 21:58:41",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2024-09-11 15:11:33",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": "2024-01-12 12:38:07",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "System",
|
||||
"F_EnCode": "System",
|
||||
"F_Account": "System",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "超级管理员",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": ".png",
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "",
|
||||
"F_Telephone": null,
|
||||
"F_Email": "",
|
||||
"F_OICQ": "",
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "dd5fc38f-3f9e-49fe-b1dc-1a8c3c4a7afa",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": 1,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "系统自带账户,不能删除",
|
||||
"F_CreateDate": null,
|
||||
"F_CreateUserId": null,
|
||||
"F_CreateUserName": null,
|
||||
"F_ModifyDate": "2022-05-16 21:09:07",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": "2022-05-16 21:09:07",
|
||||
"WX_OpenId": "",
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "8eb51892-9fa1-4459-b04b-4494282da2a3",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "cgt",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "陈果涛",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": ".jpg",
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "13395037836",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2023-09-26 17:18:23",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-09-26 18:01:33",
|
||||
"F_ModifyUserId": "8eb51892-9fa1-4459-b04b-4494282da2a3",
|
||||
"F_ModifyUserName": "陈果涛",
|
||||
"PasswordUpdateTime": "1900-01-01 00:00:00",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "2974bfd1-fe92-482b-8dbc-298fd0d658eb",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "CJJ",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "陈俊杰",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": null,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2024-09-10 17:32:16",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": null,
|
||||
"F_ModifyUserId": null,
|
||||
"F_ModifyUserName": null,
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "34e4a434-6d52-4042-b5cd-8de3af2484e8",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "TAO",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "黄涛",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2024-11-04 10:08:41",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2025-01-02 11:18:48",
|
||||
"F_ModifyUserId": "34e4a434-6d52-4042-b5cd-8de3af2484e8",
|
||||
"F_ModifyUserName": "黄涛",
|
||||
"PasswordUpdateTime": "1900-01-01 00:00:00",
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "cf6a6c00-d7dc-4dc5-a1f2-f865a9de2ccf",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "lm",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "李明",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": " ",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": "222",
|
||||
"F_CreateDate": "2022-12-09 16:39:43",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-10-19 22:10:29",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "bc477144-d724-490f-b9fd-82f6bdd8b6ba",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "mcl",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "莫超龙",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": null,
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2022-12-08 14:41:31",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2022-12-09 16:39:51",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
},
|
||||
{
|
||||
"F_UserId": "a6f49c9d-f1d5-45f0-a4d4-6c7fd7d0424f",
|
||||
"F_EnCode": null,
|
||||
"F_Account": "YUXH",
|
||||
"F_Password": "",
|
||||
"F_Secretkey": "",
|
||||
"F_RealName": "郁幸恒",
|
||||
"F_NickName": null,
|
||||
"F_HeadIcon": null,
|
||||
"F_QuickQuery": null,
|
||||
"F_SimpleSpelling": null,
|
||||
"F_Gender": 1,
|
||||
"F_Birthday": null,
|
||||
"F_Mobile": "18668575332",
|
||||
"F_Telephone": null,
|
||||
"F_Email": null,
|
||||
"F_OICQ": null,
|
||||
"F_WeChat": null,
|
||||
"F_MSN": null,
|
||||
"F_CompanyId": "3ba0d61c-5c1c-4f0f-ae95-2b997ed7355b",
|
||||
"F_DepartmentId": null,
|
||||
"F_SecurityLevel": null,
|
||||
"F_OpenId": null,
|
||||
"F_Question": null,
|
||||
"F_AnswerQuestion": null,
|
||||
"F_CheckOnLine": null,
|
||||
"F_AllowStartTime": null,
|
||||
"F_AllowEndTime": null,
|
||||
"F_LockStartDate": null,
|
||||
"F_LockEndDate": null,
|
||||
"F_SortCode": null,
|
||||
"F_DeleteMark": 0,
|
||||
"F_EnabledMark": 1,
|
||||
"F_Description": null,
|
||||
"F_CreateDate": "2022-12-08 14:41:29",
|
||||
"F_CreateUserId": "System",
|
||||
"F_CreateUserName": "超级管理员",
|
||||
"F_ModifyDate": "2023-05-19 20:31:54",
|
||||
"F_ModifyUserId": "System",
|
||||
"F_ModifyUserName": "超级管理员",
|
||||
"PasswordUpdateTime": null,
|
||||
"WX_OpenId": null,
|
||||
"LoginMsg": null,
|
||||
"LoginOk": false,
|
||||
"F_FullName": null,
|
||||
"F_PostName": null,
|
||||
"F_CompanyName": null
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,292 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"MeasuringUnitID": "c04f657e-7376-420d-bbe1-900c0a08b983",
|
||||
"MeasuringUnitTypeID": "0fddc167-09fc-4d89-b528-0905aac18f6a",
|
||||
"MeasuringUnitName": "deg",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "角度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "4db41496-18a8-480e-85a5-f62617f244ae",
|
||||
"MeasuringUnitTypeID": "0fddc167-09fc-4d89-b528-0905aac18f6a",
|
||||
"MeasuringUnitName": "rad",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "角度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "a6deb8ed-0177-4aa4-ac47-4031e1f1e061",
|
||||
"MeasuringUnitTypeID": "0fddc167-09fc-4d89-b528-0905aac18f6a",
|
||||
"MeasuringUnitName": "°",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "角度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "acc27d1f-5cb5-463f-b4d9-ca042a1c6fc0",
|
||||
"MeasuringUnitTypeID": "130401ac-fb2d-4ff8-b771-1bfdc794a961",
|
||||
"MeasuringUnitName": "Ohm/1000m",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "Resistance per length"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "204c3291-9f1c-401a-a863-93c9a2a5fef5",
|
||||
"MeasuringUnitTypeID": "130401ac-fb2d-4ff8-b771-1bfdc794a961",
|
||||
"MeasuringUnitName": "Ohm/m",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "Resistance per length"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "0c812b7c-35d1-4393-8df1-c41b7f7272b3",
|
||||
"MeasuringUnitTypeID": "24b06801-0e1f-439f-a5a5-c9ffb229f4a2",
|
||||
"MeasuringUnitName": "cm2",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "面积单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "4f52e787-8892-4271-a7a6-c5661555719d",
|
||||
"MeasuringUnitTypeID": "24b06801-0e1f-439f-a5a5-c9ffb229f4a2",
|
||||
"MeasuringUnitName": "mm2",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "面积单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "c94fac00-d155-4c3f-8515-62e524e9cf14",
|
||||
"MeasuringUnitTypeID": "484dbc21-f30f-4800-bec5-0a5b7550f4cd",
|
||||
"MeasuringUnitName": "g",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "重量单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "3d390579-7169-4f06-b97e-0644db256023",
|
||||
"MeasuringUnitTypeID": "484dbc21-f30f-4800-bec5-0a5b7550f4cd",
|
||||
"MeasuringUnitName": "kg",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "重量单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "821ae813-8c28-4c53-a6ac-01e5ad3600b9",
|
||||
"MeasuringUnitTypeID": "530d32d0-4b09-4919-8786-2dfa7dd3d26c",
|
||||
"MeasuringUnitName": "A",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电流单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "83131847-5d18-4e20-bf39-2ebf2b11810a",
|
||||
"MeasuringUnitTypeID": "530d32d0-4b09-4919-8786-2dfa7dd3d26c",
|
||||
"MeasuringUnitName": "kA",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电流单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "3067bfaf-08d8-45ef-b7ad-f61cd8224885",
|
||||
"MeasuringUnitTypeID": "530d32d0-4b09-4919-8786-2dfa7dd3d26c",
|
||||
"MeasuringUnitName": "mA",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电流单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "04ebd00c-2217-4529-b8f3-a9df9f03cd82",
|
||||
"MeasuringUnitTypeID": "65a167ab-e10e-4658-9e14-f93732904152",
|
||||
"MeasuringUnitName": "cm",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "长度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "549b379e-fd12-4d2f-a218-0c1a9eabb8e1",
|
||||
"MeasuringUnitTypeID": "65a167ab-e10e-4658-9e14-f93732904152",
|
||||
"MeasuringUnitName": "ft",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "长度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "7bd888e2-3b51-4fe5-9593-c69415390f3f",
|
||||
"MeasuringUnitTypeID": "65a167ab-e10e-4658-9e14-f93732904152",
|
||||
"MeasuringUnitName": "in",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "长度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "1f8af10c-c404-4dd8-922f-21632b2fd7ff",
|
||||
"MeasuringUnitTypeID": "65a167ab-e10e-4658-9e14-f93732904152",
|
||||
"MeasuringUnitName": "m",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "长度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "cb0dd042-acd9-443d-bffe-fecd83ec2117",
|
||||
"MeasuringUnitTypeID": "65a167ab-e10e-4658-9e14-f93732904152",
|
||||
"MeasuringUnitName": "mm",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "长度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "f2374c14-077e-4567-be77-99dc6efff817",
|
||||
"MeasuringUnitTypeID": "a046bf98-bff2-4155-84f6-630d67318edf",
|
||||
"MeasuringUnitName": "C",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "温度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "fa99deba-fe74-450b-be57-b37ecc3bd6bf",
|
||||
"MeasuringUnitTypeID": "a046bf98-bff2-4155-84f6-630d67318edf",
|
||||
"MeasuringUnitName": "℃",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "温度单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "d6380699-c83c-4f45-8278-e438631374f6",
|
||||
"MeasuringUnitTypeID": "ab95481b-85a1-4b41-94d4-5843955c4a2d",
|
||||
"MeasuringUnitName": "hp",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "功率单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "21256b08-6a14-4a7b-86b9-ae7943e80213",
|
||||
"MeasuringUnitTypeID": "ab95481b-85a1-4b41-94d4-5843955c4a2d",
|
||||
"MeasuringUnitName": "kW",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "功率单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "6c59e26c-fc87-4b52-92ed-09716ed4b719",
|
||||
"MeasuringUnitTypeID": "ab95481b-85a1-4b41-94d4-5843955c4a2d",
|
||||
"MeasuringUnitName": "W",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "功率单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "ee4cb0f8-8f30-47f2-86db-3e1839479918",
|
||||
"MeasuringUnitTypeID": "b4afef35-eee3-4bd8-ad50-50789d8d265b",
|
||||
"MeasuringUnitName": "ohm",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电阻单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "d88d73d4-5572-4597-bb78-30c8b562077b",
|
||||
"MeasuringUnitTypeID": "b4afef35-eee3-4bd8-ad50-50789d8d265b",
|
||||
"MeasuringUnitName": "V/A",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电阻单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "8730aa62-0cee-4be9-80f0-c5d306e90cc7",
|
||||
"MeasuringUnitTypeID": "fb948ce8-c2e8-4090-9f83-d0aee7c78ed9",
|
||||
"MeasuringUnitName": "kV",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电压单位"
|
||||
},
|
||||
{
|
||||
"MeasuringUnitID": "9a7116d4-1d48-4825-b9ad-01a87403b961",
|
||||
"MeasuringUnitTypeID": "fb948ce8-c2e8-4090-9f83-d0aee7c78ed9",
|
||||
"MeasuringUnitName": "V",
|
||||
"OrderID": null,
|
||||
"CreateUserID": null,
|
||||
"CreateTime": null,
|
||||
"UpdateUserID": null,
|
||||
"UpdateTime": null,
|
||||
"MeasuringUnitTypeName": "电压单位"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,874 +0,0 @@
|
||||
{
|
||||
"code": 200,
|
||||
"info": "响应成功",
|
||||
"data": [
|
||||
{
|
||||
"ObjectTypePID": "21598cec-aa89-447f-8cb4-f1edc0200251",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "0519e964-79b8-4b0f-b90e-038bdcd0874f",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "651017a0-5dd3-4637-8e50-dc6e8b58f5a3",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "特有属性",
|
||||
"PropertyName": "相数",
|
||||
"PropertyNameEN": "相数",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "NumberOfPhases",
|
||||
"EnumDataCode": "1,3,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "cf51af5f-540b-4bdb-a5be-97fc0d0eeebb",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "27a2a16d-93fa-4927-93a6-4d3d55a5306a",
|
||||
"IsRequired": 3,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "设备厂家",
|
||||
"PropertyNameEN": "设备厂家",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Manufacturer",
|
||||
"EnumDataCode": "ABB,施耐德,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "e0d4ba16-6909-491a-aa3c-a2bea323c334",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "73a4285b-29ea-4a25-af0b-74f92a1460e5",
|
||||
"IsRequired": -1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "功率",
|
||||
"PropertyNameEN": "功率",
|
||||
"PropertyType": "00005",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": "功率单位",
|
||||
"DefaultUnitName": "kW",
|
||||
"MeasuringUnitTypeID": "ab95481b-85a1-4b41-94d4-5843955c4a2d",
|
||||
"DefaultUnit": "21256b08-6a14-4a7b-86b9-ae7943e80213",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "59147cbe-9690-41c2-8939-77a5bd46c13d",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "fc810e50-5e0c-4eb9-857a-200840325fb2",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "额定电压",
|
||||
"PropertyNameEN": "额定电压",
|
||||
"PropertyType": "00005",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": "电压单位",
|
||||
"DefaultUnitName": "V",
|
||||
"MeasuringUnitTypeID": "fb948ce8-c2e8-4090-9f83-d0aee7c78ed9",
|
||||
"DefaultUnit": "9a7116d4-1d48-4825-b9ad-01a87403b961",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "650beb61-29e8-4926-8924-289eb68fd11d",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "287573fc-3f7d-47c7-bf68-290d14f3b3a4",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "功率因数(%)",
|
||||
"PropertyNameEN": "功率因数(%)",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "功率因数(%)",
|
||||
"EnumDataCode": "100,90,80,75,70,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "b7fec10a-1ded-45e4-87f2-5a1a43689843",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "a5cd1558-9a3d-4bd3-af5c-4a630aae31c2",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "电流类型",
|
||||
"PropertyNameEN": "电流类型",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "AC/DC",
|
||||
"EnumDataCode": "AC,DC,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "22d454b7-29e4-4e4c-ab28-797f7a84e1ac",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "367fc272-ff5a-42b9-a80d-edbf50e6ca64",
|
||||
"IsRequired": -1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "关联的电缆",
|
||||
"PropertyNameEN": "关联的电缆",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "4c770ffd-cf72-4343-b55a-13d983393acd",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "beb32ea5-cd60-4c92-9026-4a8d190d00ad",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电缆类型",
|
||||
"PropertyNameEN": "电缆类型",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "CableCategory",
|
||||
"EnumDataCode": "Power,Instrumentation,Control,Grounding,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "12225eb3-ccdd-494e-9eee-e6424685fd12",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "485e493b-e1f0-4e56-b2ed-bcd691c4bf0d",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电缆型号",
|
||||
"PropertyNameEN": "电缆型号",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "aeb12157-d29e-444b-9733-43206c2eb8dd",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "9da54ca5-a67e-4fe8-b71c-17661d47e94c",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电缆规格",
|
||||
"PropertyNameEN": "电缆规格",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "cable-spec",
|
||||
"EnumDataCode": "4*2*1.5,3*50,14*5,2*2*0.75,10*1.5,1*2*0.75,3*70,3*6,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "51fe9948-4cf2-4f02-a6ba-e108c7162274",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "7b3c0da4-36f2-4704-9d33-6283daf86d5c",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "是否防火",
|
||||
"PropertyNameEN": "是否防火",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Boolean2",
|
||||
"EnumDataCode": "True,False,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "False",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "32dd25bc-75f0-4185-a6c7-5c7cafa5329d",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "a8433afd-da48-4638-8f86-8fef3e8ba52d",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "本安电缆",
|
||||
"PropertyNameEN": "本安电缆",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Boolean2",
|
||||
"EnumDataCode": "True,False,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "eecbd900-867b-4fa6-af8f-41bc47ccca2a",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "b86e660c-7d00-4a13-aaf8-9f3d7e0894cf",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "导体最高连续工作温度",
|
||||
"PropertyNameEN": "导体最高连续工作温度",
|
||||
"PropertyType": "00005",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": "温度单位",
|
||||
"DefaultUnitName": "℃",
|
||||
"MeasuringUnitTypeID": "a046bf98-bff2-4155-84f6-630d67318edf",
|
||||
"DefaultUnit": "fa99deba-fe74-450b-be57-b37ecc3bd6bf",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "f953ddb4-9670-41b4-b5d5-4a212a64f5ef",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "6b403222-0116-4f4d-a9a0-af78f5885166",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "负载电流",
|
||||
"PropertyNameEN": "负载电流",
|
||||
"PropertyType": "00005",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": "电流单位",
|
||||
"DefaultUnitName": "A",
|
||||
"MeasuringUnitTypeID": "530d32d0-4b09-4919-8786-2dfa7dd3d26c",
|
||||
"DefaultUnit": "821ae813-8c28-4c53-a6ac-01e5ad3600b9",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "31cf8ef3-e2bc-4bc1-bd58-4efd475003b5",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "884c4521-6d54-40c2-ab59-3cb84d1ef0dc",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "修正系数",
|
||||
"PropertyNameEN": "修正系数",
|
||||
"PropertyType": "00002",
|
||||
"DecimalPoint": 0,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "4583a8d4-3911-4aa8-9f00-f2fdfd96c6c9",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "9b90349e-28b4-4ccd-9d26-4fb04861ce4e",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "外保护套颜色",
|
||||
"PropertyNameEN": "外保护套颜色",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "color",
|
||||
"EnumDataCode": "Black||Black,White,Blue,Yellow,red||red_en,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "cb4f8adf-bf82-44db-9da1-70286cb9143a",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "a2dafa9d-d674-4fd8-808b-caff4a9a3ce8",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "芯线颜色",
|
||||
"PropertyNameEN": "芯线颜色",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "color",
|
||||
"EnumDataCode": "Black||Black,White,Blue,Yellow,red||red_en,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "c048de6e-ba4f-4a65-b3b2-d9ab52e9e279",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "84e49d80-a131-4bb8-81cc-bff09627ae80",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电缆长度",
|
||||
"PropertyNameEN": "电缆长度",
|
||||
"PropertyType": "00005",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": "长度单位",
|
||||
"DefaultUnitName": "m",
|
||||
"MeasuringUnitTypeID": "65a167ab-e10e-4658-9e14-f93732904152",
|
||||
"DefaultUnit": "1f8af10c-c404-4dd8-922f-21632b2fd7ff",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "874d1f9d-c580-4340-99eb-36a433628c09",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "6434ac5c-cc5a-45db-b45a-160bab0a0b88",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "是否铠装",
|
||||
"PropertyNameEN": "是否铠装",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Boolean2",
|
||||
"EnumDataCode": "True,False,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "False",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "241613f6-2448-4daa-a6fe-bb66b27a9472",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "4e5927ce-55c8-4569-8252-b626677d9e31",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "是否独立屏蔽",
|
||||
"PropertyNameEN": "是否独立屏蔽",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Boolean2",
|
||||
"EnumDataCode": "True,False,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "5005e899-2392-40fb-989b-f8d954f37bcf",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "8c691b12-b732-4deb-bc39-d15b601ad800",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "起始设备",
|
||||
"PropertyNameEN": "起始设备",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "bf13deaf-d73c-4005-914e-4284513bf6f3",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "b8eb2bfe-9705-42a5-a085-d3feee81bd61",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "终止设备",
|
||||
"PropertyNameEN": "终止设备",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "bfa20e82-97c6-4848-ad10-afdd0b8bffb6",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "26c8aca7-f1bb-4260-9f15-93cf58171a7b",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电压降",
|
||||
"PropertyNameEN": "电压降",
|
||||
"PropertyType": "00005",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": "电流单位",
|
||||
"DefaultUnitName": "A",
|
||||
"MeasuringUnitTypeID": "530d32d0-4b09-4919-8786-2dfa7dd3d26c",
|
||||
"DefaultUnit": "821ae813-8c28-4c53-a6ac-01e5ad3600b9",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "8c1a6219-54a3-45b8-96fb-e3e374f081ff",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "05ec5a6f-002e-41ba-aa9c-9bdc73103812",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电缆截面积(mm2)",
|
||||
"PropertyNameEN": "电缆截面积(mm2)",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "ConductorSize",
|
||||
"EnumDataCode": "1.0,1.5,2.5,4,6,10,16,25,35,50,70,95,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "2f0921c1-752e-4a9b-8639-7dfcf7c3b149",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "bafba3e9-2154-41c0-a90e-9f2cccbb712d",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "载流量",
|
||||
"PropertyNameEN": "载流量",
|
||||
"PropertyType": "00002",
|
||||
"DecimalPoint": 4,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "63905373-9379-4e52-b8d2-4e766707afb6",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "a20b4378-e3cc-494c-abb2-18f0c22f52a0",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "电缆供货类型",
|
||||
"PropertyNameEN": "电缆供货类型",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Supply",
|
||||
"EnumDataCode": "**机附电缆,*厂家供货,船厂敷设,船厂切割,敷设,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "船厂切割,敷设",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "77b157df-730a-458e-b271-394809d04892",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "ab225ef3-ebfd-42bf-9819-61057d0c09e1",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "变频电缆",
|
||||
"PropertyNameEN": "变频电缆",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Boolean2",
|
||||
"EnumDataCode": "True,False,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "95582cb7-b740-43d9-8f0e-bbf7e23eefac",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "cbac80e5-8a74-4a4c-95ba-34f704992780",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "平行电缆",
|
||||
"PropertyNameEN": "平行电缆",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "e50b993e-d53a-4268-8e97-cd38eaf48ade",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "1b682f3d-a24d-485e-96de-b3a17b71cb18",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "fabcefa2-fbcb-4fef-8cc3-b94c4b6ac59f",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "电缆属性",
|
||||
"PropertyName": "平行电缆位号",
|
||||
"PropertyNameEN": "平行电缆位号",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "cb30638e-a306-4b92-98a7-202c4fe9cdf1",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "2dc67d02-b980-4052-a45c-9e114d9ee635",
|
||||
"IsRequired": 1,
|
||||
"trigger_property_id": "",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": false,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "所属系统",
|
||||
"PropertyNameEN": "SYSTEM",
|
||||
"PropertyType": "00003",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "Be_DrawingSystem",
|
||||
"EnumDataCode": "布置图,电力一次,电力二次,L||照明系统,机舱辅助机械电气系统,主机遥控系统,监测报警系统,集控台系统,驾控台系统,智能船舶系统,无线电设备系统,航行设备系统,内部通讯系统,自动电话,声力电话,网络,子系统,通导系统,机舱监测报警系统,AB,ECS,FA,1MAC,1WAC,2WAC,3MAC,一次简图,2XRD||RADIO DISTRIBUTION PANEL,SPEED,DGPS,GYRO,AIS||AIS SYSTEM,CAM,BNWAS,HUB,VDR,RCS,MRCU||Main Engine Remote Control System,声力电话2||telephone2,",
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
},
|
||||
{
|
||||
"ObjectTypePID": "a0f76f2b-f9a7-429c-9ed2-b2683cf8c00e",
|
||||
"ObjectTypeID": "9c0946a4-e731-4dc4-ae7a-1c6ac6cd00a2",
|
||||
"PropertyID": "ea424d21-7909-4a5a-9d38-931075ba7aa1",
|
||||
"IsRequired": null,
|
||||
"trigger_property_id": "-1",
|
||||
"dependency_type": 0,
|
||||
"trigger_value": "",
|
||||
"trigger_operator": "",
|
||||
"trigger_default": "",
|
||||
"IsChecked": false,
|
||||
"PropertyGID": "1a8998c1-e65e-45ae-af45-75652941db3d",
|
||||
"BasicGroup": true,
|
||||
"PropertyGroupName": "基础属性",
|
||||
"PropertyName": "设备型号",
|
||||
"PropertyNameEN": "设备型号",
|
||||
"PropertyType": "00001",
|
||||
"DecimalPoint": null,
|
||||
"EnumData": "",
|
||||
"EnumDataCode": null,
|
||||
"MeasuringUnitTypeName": null,
|
||||
"DefaultUnitName": null,
|
||||
"MeasuringUnitTypeID": "",
|
||||
"DefaultUnit": "",
|
||||
"DefaultValue": "",
|
||||
"EngineDataID": null,
|
||||
"ValueInGroup": false
|
||||
}
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user