首次提交:添加src文件夹代码
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
|
||||
90
Cowain.Bake.Main/obj/Debug/App.g.i.cs
Normal file
90
Cowain.Bake.Main/obj/Debug/App.g.i.cs
Normal file
@@ -0,0 +1,90 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FA8809F84F67FF9276C87A5AF4ABE8F8640278E5D30F9F23E9F1011E46325853"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main {
|
||||
|
||||
|
||||
/// <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("/Cowain.Bake.Main;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() {
|
||||
Cowain.Bake.Main.App app = new Cowain.Bake.Main.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,323 @@
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Main.exe.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Main.exe
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Main.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\AvalonDock.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\AvalonDock.Themes.Metro.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ControlzEx.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.BLL.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Common.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Communication.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Model.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.UI.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\CsvHelper.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Fluent.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Google.Protobuf.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\HandyControl.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\HslCommunication.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.Streams.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\K4os.Hash.xxHash.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Microsoft.Bcl.HashCode.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Microsoft.Xaml.Behaviors.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\MySql.Data.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Newtonsoft.Json.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Opc.Ua.Core.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Prism.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Prism.Unity.Wpf.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Prism.Wpf.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Buffers.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Memory.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Numerics.Vectors.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Text.Encodings.Web.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Text.Json.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.ValueTuple.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Ubiety.Dns.Core.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Unity.Abstractions.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Unity.Container.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ZstdNet.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\EntityFramework.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\NLog.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cognex.DataMan.SDK.PC.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Keyence.AutoID.SDK.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\OpcUaHelper.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Opc.Ua.Client.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\FluentFTP.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Spire.Doc.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\BouncyCastle.Crypto.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Opc.Ua.Security.Certificates.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.ServiceModel.Primitives.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Communication.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Formats.Asn1.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ControlzEx.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ControlzEx.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.BLL.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.BLL.dll.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Common.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Common.dll.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Communication.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Communication.dll.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Model.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Model.dll.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.UI.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.UI.dll.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Fluent.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Fluent.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Google.Protobuf.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Google.Protobuf.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\HandyControl.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.Streams.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\K4os.Hash.xxHash.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Microsoft.Xaml.Behaviors.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Microsoft.Xaml.Behaviors.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Newtonsoft.Json.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Buffers.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Memory.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Numerics.Vectors.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Text.Encodings.Web.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Text.Json.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\System.ValueTuple.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Unity.Abstractions.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Unity.Container.pdb
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\FluentFTP.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\Spire.Doc.xml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ca-ES\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\cs-CZ\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\de\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\es\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\fr\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\hu\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\it\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ja\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ko\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\nl-BE\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\pl\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\pt\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ro\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\ru\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\sv\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\zh-Hans\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\bin\Debug\zh-Hant\AvalonDock.resources.dll
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.AssemblyReference.cache
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.exe.config
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\EquipmentMonitorView.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\PalletIdInputWindow.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\AddBatteryView.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\BasicInfoView.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\CavityDtl.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\EquipmentMonitorView.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\LogManagement.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\MainHeaderView.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\MainWindow.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\ManualTask.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\MoistureValue.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\PalletIdInputWindow.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\StopReasonView.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\App.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\GeneratedInternalTypeHelper.g.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main_MarkupCompile.cache
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main_MarkupCompile.lref
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\App.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\AddBatteryView.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\BasicInfoView.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\CavityDtl.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\ComboBoxDictionary.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\LogManagement.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\MainHeaderView.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\MainWindow.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\ManualTask.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\MoistureValue.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Views\StopReasonView.baml
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.g.resources
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.Properties.Resources.resources
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.GenerateResource.cache
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.CoreCompileInputs.cache
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.CopyComplete
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.exe
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src1111\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\runtimes\win-x86\native\WebView2Loader.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\runtimes\win-x64\native\WebView2Loader.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\runtimes\win-arm64\native\WebView2Loader.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Main.exe.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Main.exe
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Main.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AutoUpdater.NET.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AvalonDock.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AvalonDock.Themes.Aero.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AvalonDock.Themes.Expression.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AvalonDock.Themes.Metro.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AvalonDock.Themes.VS2013.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ControlzEx.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.BLL.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Common.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Communication.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Model.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.UI.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\CsvHelper.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Fluent.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Google.Protobuf.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\HandyControl.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\HslCommunication.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.Streams.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\K4os.Hash.xxHash.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Bcl.HashCode.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Web.WebView2.Core.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Web.WebView2.WinForms.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Web.WebView2.Wpf.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Xaml.Behaviors.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\MySql.Data.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Newtonsoft.Json.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Opc.Ua.Core.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Prism.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Prism.Unity.Wpf.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Prism.Wpf.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Buffers.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Memory.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Numerics.Vectors.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Text.Encodings.Web.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Text.Json.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Threading.Tasks.Extensions.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.ValueTuple.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Ubiety.Dns.Core.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Unity.Abstractions.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Unity.Container.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ZstdNet.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\EntityFramework.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\NLog.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cognex.DataMan.SDK.PC.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Keyence.AutoID.SDK.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\OpcUaHelper.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Opc.Ua.Client.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\FluentFTP.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Spire.Doc.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\LiveCharts.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\LiveCharts.Wpf.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\BouncyCastle.Crypto.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Opc.Ua.Security.Certificates.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.ServiceModel.Primitives.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Communication.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Formats.Asn1.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AutoUpdater.NET.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\AutoUpdater.NET.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ControlzEx.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ControlzEx.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.BLL.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.BLL.dll.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Common.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Common.dll.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Communication.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Communication.dll.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Model.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.Model.dll.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.UI.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Cowain.Bake.UI.dll.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Fluent.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Fluent.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Google.Protobuf.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Google.Protobuf.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\HandyControl.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\K4os.Compression.LZ4.Streams.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\K4os.Hash.xxHash.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Web.WebView2.Core.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Web.WebView2.WinForms.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Web.WebView2.Wpf.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Xaml.Behaviors.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Microsoft.Xaml.Behaviors.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Newtonsoft.Json.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Buffers.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Memory.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Numerics.Vectors.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Text.Encodings.Web.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Text.Json.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.Threading.Tasks.Extensions.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\System.ValueTuple.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Unity.Abstractions.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Unity.Container.pdb
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\FluentFTP.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\Spire.Doc.xml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ar\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\cs\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\da\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\de\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\es\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\fr\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\it\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ja-JP\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ko\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\lv\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\nl\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\pl\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\pt\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\pt-BR\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ru\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\sk\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\sv\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\th\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\tr\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\zh\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\zh-TW\AutoUpdater.NET.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ca-ES\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\cs-CZ\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\de\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\es\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\fr\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\hu\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\it\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ja\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ko\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\nl-BE\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\pl\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\pt\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ro\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\ru\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\sv\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\zh-Hans\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\bin\Debug\zh-Hant\AvalonDock.resources.dll
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csprojAssemblyReference.cache
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.exe.config
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\EquipmentMonitorView.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\PalletIdInputWindow.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\AddBatteryView.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\BasicInfoView.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\CavityDtl.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\EquipmentMonitorView.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\LogManagement.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\MainHeaderView.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\MainWindow.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\ManualTask.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\MoistureValue.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\PalletIdInputWindow.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\App.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main_Content.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\GeneratedInternalTypeHelper.g.cs
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main_MarkupCompile.cache
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main_MarkupCompile.lref
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\App.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\AddBatteryView.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\BasicInfoView.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\CavityDtl.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\ComboBoxDictionary.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\LogManagement.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\MainHeaderView.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\MainWindow.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\ManualTask.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Views\MoistureValue.baml
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.g.resources
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.Properties.Resources.resources
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.GenerateResource.cache
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.CoreCompileInputs.cache
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.csproj.CopyComplete
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.exe
|
||||
D:\SourceCode\src\Cowain.Bake.Main\obj\Debug\Cowain.Bake.Main.pdb
|
||||
Binary file not shown.
15
Cowain.Bake.Main/obj/Debug/Cowain.Bake.Main_Content.g.i.cs
Normal file
15
Cowain.Bake.Main/obj/Debug/Cowain.Bake.Main_Content.g.i.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
|
||||
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("webview2loader.dll")]
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
Cowain.Bake.Main
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\obj\Debug\
|
||||
Cowain.Bake.Main
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\App.xaml
|
||||
111354856887
|
||||
3-1407821263
|
||||
46-900142524
|
||||
75-1039867134
|
||||
Views\AddBatteryView.xaml;Views\BasicInfoView.xaml;Views\CavityDtlView.xaml;Views\ComboBoxDictionary.xaml;Views\EquipmentMonitorView.xaml;Views\LogManagement.xaml;Views\MainHeaderView.xaml;Views\MainWindow.xaml;Views\ManualTask.xaml;Views\MoistureValueView.xaml;Views\PalletIdInputWindow.xaml;
|
||||
|
||||
True
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
E:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\obj\Debug\GeneratedInternalTypeHelper.g.i.cs
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\App.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\AddBatteryView.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\BasicInfoView.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\ComboBoxDictionary.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\LogManagement.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\MainHeaderView.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\MainWindow.xaml;;
|
||||
FE:\svn\DryingStove\branch\得壹烘烤线6098-006\src\Cowain.Bake.Main\Views\ManualTask.xaml;;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,62 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
88
Cowain.Bake.Main/obj/Debug/Views/AddBatteryView.g.i.cs
Normal file
88
Cowain.Bake.Main/obj/Debug/Views/AddBatteryView.g.i.cs
Normal file
@@ -0,0 +1,88 @@
|
||||
#pragma checksum "..\..\..\Views\AddBatteryView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0C83E11D8E6095257D8BDB7021FBDC93C8B466B3156E7B9A6B77D6D5EE715BAA"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.Views;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// AddBatteryView
|
||||
/// </summary>
|
||||
public partial class AddBatteryView : 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("/Cowain.Bake.Main;component/views/addbatteryview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\AddBatteryView.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
88
Cowain.Bake.Main/obj/Debug/Views/BasicInfoView.g.i.cs
Normal file
88
Cowain.Bake.Main/obj/Debug/Views/BasicInfoView.g.i.cs
Normal file
@@ -0,0 +1,88 @@
|
||||
#pragma checksum "..\..\..\Views\BasicInfoView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "15C5C9E7E413C7A75ECFAC9C605BC65EE55E0977D56B72530AEACEE2EFB8DF90"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.Views;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// BasicInfoView
|
||||
/// </summary>
|
||||
public partial class BasicInfoView : 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("/Cowain.Bake.Main;component/views/basicinfoview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\BasicInfoView.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
189
Cowain.Bake.Main/obj/Debug/Views/CavityDtl.g.i.cs
Normal file
189
Cowain.Bake.Main/obj/Debug/Views/CavityDtl.g.i.cs
Normal file
@@ -0,0 +1,189 @@
|
||||
#pragma checksum "..\..\..\Views\CavityDtl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DF70EAEC37E835669E8E2D050D788EFA68EA57FFC657AF3FF9E7B822067CD23D"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Common.Converter;
|
||||
using Cowain.Bake.Main.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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// CavityDtl
|
||||
/// </summary>
|
||||
public partial class CavityDtl : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 20 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox stationName;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 21 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DataGrid mainGrid;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 60 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ComboBox palletCode;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 62 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox stationEnable;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 64 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock rebakingNum;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 65 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock bakingBatteryNum;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 79 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button moistureInput;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 83 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox IsWater;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 89 "..\..\..\Views\CavityDtl.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox stationRemark;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/cavitydtl.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\CavityDtl.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.stationName = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.mainGrid = ((System.Windows.Controls.DataGrid)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.palletCode = ((System.Windows.Controls.ComboBox)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.stationEnable = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.rebakingNum = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.bakingBatteryNum = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.moistureInput = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.IsWater = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 9:
|
||||
this.stationRemark = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
188
Cowain.Bake.Main/obj/Debug/Views/CavityDtlView.g.i.cs
Normal file
188
Cowain.Bake.Main/obj/Debug/Views/CavityDtlView.g.i.cs
Normal file
@@ -0,0 +1,188 @@
|
||||
#pragma checksum "..\..\..\Views\CavityDtlView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FDCEBA23AFDA6FD1ECBFA83E86911108EBF97BBAC88EB86BD72087BA958FB551"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Common.Converter;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// CavityDtlView
|
||||
/// </summary>
|
||||
public partial class CavityDtlView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 25 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox stationName;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 26 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DataGrid mainGrid;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 65 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ComboBox palletCode;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 67 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox stationEnable;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 69 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock rebakingNum;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 70 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock bakingBatteryNum;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 84 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button moistureInput;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 88 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox IsWater;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 94 "..\..\..\Views\CavityDtlView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox stationRemark;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/cavitydtlview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\CavityDtlView.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.stationName = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.mainGrid = ((System.Windows.Controls.DataGrid)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.palletCode = ((System.Windows.Controls.ComboBox)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.stationEnable = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.rebakingNum = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.bakingBatteryNum = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.moistureInput = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.IsWater = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 9:
|
||||
this.stationRemark = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
171
Cowain.Bake.Main/obj/Debug/Views/EquipmentMonitorView.g.i.cs
Normal file
171
Cowain.Bake.Main/obj/Debug/Views/EquipmentMonitorView.g.i.cs
Normal file
@@ -0,0 +1,171 @@
|
||||
#pragma checksum "..\..\..\Views\EquipmentMonitorView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BC4C0A51DB1C2BAA0293E98B1AE2231A9F334FF78D4DB5D5957295D229E1D0E2"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using HandyControl.Controls;
|
||||
using HandyControl.Data;
|
||||
using HandyControl.Expression.Media;
|
||||
using HandyControl.Expression.Shapes;
|
||||
using HandyControl.Interactivity;
|
||||
using HandyControl.Media.Animation;
|
||||
using HandyControl.Media.Effects;
|
||||
using HandyControl.Properties.Langs;
|
||||
using HandyControl.Themes;
|
||||
using HandyControl.Tools;
|
||||
using HandyControl.Tools.Converter;
|
||||
using HandyControl.Tools.Extension;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// EquipmentMonitorView
|
||||
/// </summary>
|
||||
public partial class EquipmentMonitorView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 27 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Canvas mainCanvas;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 92 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal HandyControl.Controls.StepBar StepBarControl;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 191 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button AGV;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 194 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Media.TranslateTransform machineAnimation;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 206 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Canvas pathCanvas;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/equipmentmonitorview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\EquipmentMonitorView.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 10 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
((Cowain.Bake.Main.Views.EquipmentMonitorView)(target)).Loaded += new System.Windows.RoutedEventHandler(this.EquipmentMonitorView_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.mainCanvas = ((System.Windows.Controls.Canvas)(target));
|
||||
|
||||
#line 27 "..\..\..\Views\EquipmentMonitorView.xaml"
|
||||
this.mainCanvas.Loaded += new System.Windows.RoutedEventHandler(this.Canvas_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 3:
|
||||
this.StepBarControl = ((HandyControl.Controls.StepBar)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.AGV = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.machineAnimation = ((System.Windows.Media.TranslateTransform)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.pathCanvas = ((System.Windows.Controls.Canvas)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
136
Cowain.Bake.Main/obj/Debug/Views/LogManagement.g.i.cs
Normal file
136
Cowain.Bake.Main/obj/Debug/Views/LogManagement.g.i.cs
Normal file
@@ -0,0 +1,136 @@
|
||||
#pragma checksum "..\..\..\Views\LogManagement.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A7E0397920D6E070507DEAAF1FCF86D27F9824A3B663472E52750B36E508823"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.Views;
|
||||
using HandyControl.Controls;
|
||||
using HandyControl.Data;
|
||||
using HandyControl.Expression.Media;
|
||||
using HandyControl.Expression.Shapes;
|
||||
using HandyControl.Interactivity;
|
||||
using HandyControl.Media.Animation;
|
||||
using HandyControl.Media.Effects;
|
||||
using HandyControl.Properties.Langs;
|
||||
using HandyControl.Themes;
|
||||
using HandyControl.Tools;
|
||||
using HandyControl.Tools.Converter;
|
||||
using HandyControl.Tools.Extension;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// LogManagement
|
||||
/// </summary>
|
||||
public partial class LogManagement : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 25 "..\..\..\Views\LogManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Cowain.Bake.Main.Views.MultiComboBox mucombo;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 26 "..\..\..\Views\LogManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label labstate;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 34 "..\..\..\Views\LogManagement.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ListBox loglist;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/logmanagement.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\LogManagement.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.mucombo = ((Cowain.Bake.Main.Views.MultiComboBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.labstate = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.loglist = ((System.Windows.Controls.ListBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
130
Cowain.Bake.Main/obj/Debug/Views/MainHeaderView.g.i.cs
Normal file
130
Cowain.Bake.Main/obj/Debug/Views/MainHeaderView.g.i.cs
Normal file
@@ -0,0 +1,130 @@
|
||||
#pragma checksum "..\..\..\Views\MainHeaderView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B023ED114B9E9330E2052A9A1B2FE3E7C0C1C6D7304A9C8148BC6CE341FD8206"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.Views;
|
||||
using Fluent;
|
||||
using Fluent.Converters;
|
||||
using Fluent.Metro.Behaviours;
|
||||
using Fluent.TemplateSelectors;
|
||||
using Fluent.Theming;
|
||||
using HandyControl.Controls;
|
||||
using HandyControl.Data;
|
||||
using HandyControl.Expression.Media;
|
||||
using HandyControl.Expression.Shapes;
|
||||
using HandyControl.Interactivity;
|
||||
using HandyControl.Media.Animation;
|
||||
using HandyControl.Media.Effects;
|
||||
using HandyControl.Properties.Langs;
|
||||
using HandyControl.Themes;
|
||||
using HandyControl.Tools;
|
||||
using HandyControl.Tools.Converter;
|
||||
using HandyControl.Tools.Extension;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainHeaderView
|
||||
/// </summary>
|
||||
public partial class MainHeaderView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 23 "..\..\..\Views\MainHeaderView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Grid maingrid;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 24 "..\..\..\Views\MainHeaderView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Fluent.Ribbon mainRibbon;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/mainheaderview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\MainHeaderView.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.maingrid = ((System.Windows.Controls.Grid)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.mainRibbon = ((Fluent.Ribbon)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
193
Cowain.Bake.Main/obj/Debug/Views/MainWindow.g.i.cs
Normal file
193
Cowain.Bake.Main/obj/Debug/Views/MainWindow.g.i.cs
Normal file
@@ -0,0 +1,193 @@
|
||||
#pragma checksum "..\..\..\Views\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9B77CEC3337C32936B04E28631D8204B47D9402ABE345AE61B765F78E3E94AFF"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.BLL.Converter;
|
||||
using Cowain.Bake.Common.Converter;
|
||||
using Cowain.Bake.Main.ViewModels;
|
||||
using Cowain.Bake.Main.Views;
|
||||
using HandyControl.Controls;
|
||||
using HandyControl.Data;
|
||||
using HandyControl.Expression.Media;
|
||||
using HandyControl.Expression.Shapes;
|
||||
using HandyControl.Interactivity;
|
||||
using HandyControl.Media.Animation;
|
||||
using HandyControl.Media.Effects;
|
||||
using HandyControl.Properties.Langs;
|
||||
using HandyControl.Themes;
|
||||
using HandyControl.Tools;
|
||||
using HandyControl.Tools.Converter;
|
||||
using HandyControl.Tools.Extension;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 88 "..\..\..\Views\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal AvalonDock.DockingManager dockingManager;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 117 "..\..\..\Views\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Cowain.Bake.Main.Views.LogManagement logManagement1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 123 "..\..\..\Views\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal AvalonDock.Layout.LayoutDocumentPane tabPanel;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 165 "..\..\..\Views\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button alarmReport;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 166 "..\..\..\Views\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button alarmExportExcel;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 173 "..\..\..\Views\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal AvalonDock.Layout.LayoutDocument showWindow;
|
||||
|
||||
#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("/Cowain.Bake.Main;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.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:
|
||||
|
||||
#line 16 "..\..\..\Views\MainWindow.xaml"
|
||||
((Cowain.Bake.Main.Views.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 17 "..\..\..\Views\MainWindow.xaml"
|
||||
((Cowain.Bake.Main.Views.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.dockingManager = ((AvalonDock.DockingManager)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.logManagement1 = ((Cowain.Bake.Main.Views.LogManagement)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.tabPanel = ((AvalonDock.Layout.LayoutDocumentPane)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.alarmReport = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.alarmExportExcel = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.showWindow = ((AvalonDock.Layout.LayoutDocument)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
81
Cowain.Bake.Main/obj/Debug/Views/ManualTask.g.i.cs
Normal file
81
Cowain.Bake.Main/obj/Debug/Views/ManualTask.g.i.cs
Normal file
@@ -0,0 +1,81 @@
|
||||
#pragma checksum "..\..\..\Views\ManualTask.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AA19A805F29447E09D21668D3F66B6473FA84143AFA041DFC15B9D96F272CCC7"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ManualTask
|
||||
/// </summary>
|
||||
public partial class ManualTask : 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("/Cowain.Bake.Main;component/views/manualtask.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\ManualTask.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
146
Cowain.Bake.Main/obj/Debug/Views/MoistureValue.g.i.cs
Normal file
146
Cowain.Bake.Main/obj/Debug/Views/MoistureValue.g.i.cs
Normal file
@@ -0,0 +1,146 @@
|
||||
#pragma checksum "..\..\..\Views\MoistureValue.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A5C8567B2AFA2F68A61D39D735A38F009BC390BB90BEC0978D88994962563418"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.Views;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MoistureValue
|
||||
/// </summary>
|
||||
public partial class MoistureValue : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 30 "..\..\..\Views\MoistureValue.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox anodeWaterJudge;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 32 "..\..\..\Views\MoistureValue.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox cathodeWaterJudge;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 34 "..\..\..\Views\MoistureValue.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox septumWaterJudge;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 44 "..\..\..\Views\MoistureValue.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button judge;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 45 "..\..\..\Views\MoistureValue.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button Close;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/moisturevalue.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\MoistureValue.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.anodeWaterJudge = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.cathodeWaterJudge = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.septumWaterJudge = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.judge = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.Close = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
101
Cowain.Bake.Main/obj/Debug/Views/MoistureValueView.g.i.cs
Normal file
101
Cowain.Bake.Main/obj/Debug/Views/MoistureValueView.g.i.cs
Normal file
@@ -0,0 +1,101 @@
|
||||
#pragma checksum "..\..\..\Views\MoistureValueView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9CDB55B110784C46FC224106F58F6D1B233016407367DFC048E8792D8D7FEA9D"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MoistureValueView
|
||||
/// </summary>
|
||||
public partial class MoistureValueView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 113 "..\..\..\Views\MoistureValueView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button judge;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/moisturevalueview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\MoistureValueView.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.judge = ((System.Windows.Controls.Button)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
121
Cowain.Bake.Main/obj/Debug/Views/PalletIdInputWindow.g.i.cs
Normal file
121
Cowain.Bake.Main/obj/Debug/Views/PalletIdInputWindow.g.i.cs
Normal file
@@ -0,0 +1,121 @@
|
||||
#pragma checksum "..\..\..\Views\PalletIdInputWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F1153714DA5FEB0AE998F3D9496BE82199DB57C15624B77089557EBDD0B719A0"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using HandyControl.Controls;
|
||||
using HandyControl.Data;
|
||||
using HandyControl.Expression.Media;
|
||||
using HandyControl.Expression.Shapes;
|
||||
using HandyControl.Interactivity;
|
||||
using HandyControl.Media.Animation;
|
||||
using HandyControl.Media.Effects;
|
||||
using HandyControl.Properties.Langs;
|
||||
using HandyControl.Themes;
|
||||
using HandyControl.Tools;
|
||||
using HandyControl.Tools.Converter;
|
||||
using HandyControl.Tools.Extension;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// PalletIdInputWindow
|
||||
/// </summary>
|
||||
public partial class PalletIdInputWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 121 "..\..\..\Views\PalletIdInputWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox InputBox;
|
||||
|
||||
#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("/Cowain.Bake.Main;component/views/palletidinputwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\PalletIdInputWindow.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 118 "..\..\..\Views\PalletIdInputWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.InputBox = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
111
Cowain.Bake.Main/obj/Debug/Views/StopReasonView.g.i.cs
Normal file
111
Cowain.Bake.Main/obj/Debug/Views/StopReasonView.g.i.cs
Normal file
@@ -0,0 +1,111 @@
|
||||
#pragma checksum "..\..\..\Views\StopReasonView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "16D903918DD651686B21C0A8F812509AA072256EFE381D26F88D26E086AF5FF8"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using AvalonDock;
|
||||
using AvalonDock.Controls;
|
||||
using AvalonDock.Converters;
|
||||
using AvalonDock.Layout;
|
||||
using AvalonDock.Themes;
|
||||
using Cowain.Bake.Main.Views;
|
||||
using HandyControl.Controls;
|
||||
using HandyControl.Data;
|
||||
using HandyControl.Expression.Media;
|
||||
using HandyControl.Expression.Shapes;
|
||||
using HandyControl.Interactivity;
|
||||
using HandyControl.Media.Animation;
|
||||
using HandyControl.Media.Effects;
|
||||
using HandyControl.Properties.Langs;
|
||||
using HandyControl.Themes;
|
||||
using HandyControl.Tools;
|
||||
using HandyControl.Tools.Converter;
|
||||
using HandyControl.Tools.Extension;
|
||||
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.Forms.Integration;
|
||||
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 Cowain.Bake.Main.Views {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// StopReasonView
|
||||
/// </summary>
|
||||
public partial class StopReasonView : 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("/Cowain.Bake.Main;component/views/stopreasonview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\Views\StopReasonView.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 11 "..\..\..\Views\StopReasonView.xaml"
|
||||
((Cowain.Bake.Main.Views.StopReasonView)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user