From d1b10601299470ab37ea34a4b79a5d973435ef6d Mon Sep 17 00:00:00 2001 From: Tony Shou Date: Tue, 16 Apr 2019 11:23:52 +0800 Subject: [PATCH] update code --- .gitignore | 3 +- ...CoreService.csproj.CoreCompileInputs.cache | 1 + ...hCoreService.csprojAssemblyReference.cache | Bin 0 -> 14618 bytes ...tchCoreTest.csproj.CoreCompileInputs.cache | 1 + ...atchCoreTest.csprojAssemblyReference.cache | Bin 0 -> 10515 bytes ...lientDriver.csproj.CoreCompileInputs.cache | 1 + ...ClientDriver.csprojAssemblyReference.cache | Bin 0 -> 2926 bytes .../CoreTest/obj/x86/Debug/AlarmSet.g.cs | 199 +++ .../CoreTest/obj/x86/Debug/AlarmSet.g.i.cs | 199 +++ SCADA/Program/CoreTest/obj/x86/Debug/App.baml | Bin 0 -> 17331 bytes SCADA/Program/CoreTest/obj/x86/Debug/App.g.cs | 78 ++ .../Program/CoreTest/obj/x86/Debug/App.g.i.cs | 78 ++ .../x86/Debug/CoreTest_MarkupCompile.cache | 20 + .../obj/x86/Debug/CoreTest_MarkupCompile.lref | 8 + ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7945 bytes .../Example.csproj.CoreCompileInputs.cache | 1 + .../Example.csprojAssemblyReference.cache | Bin 0 -> 75176 bytes .../Debug/GeneratedInternalTypeHelper.g.cs | 62 + .../Debug/GeneratedInternalTypeHelper.g.i.cs | 62 + .../Program/CoreTest/obj/x86/Debug/Guage.g.cs | 113 ++ .../CoreTest/obj/x86/Debug/Guage.g.i.cs | 113 ++ .../Program/CoreTest/obj/x86/Debug/Login.baml | Bin 0 -> 2499 bytes .../Program/CoreTest/obj/x86/Debug/Login.g.cs | 203 +++ .../CoreTest/obj/x86/Debug/Login.g.i.cs | 203 +++ .../CoreTest/obj/x86/Debug/MainWindow.g.cs | 320 +++++ .../CoreTest/obj/x86/Debug/MainWindow.g.i.cs | 320 +++++ .../obj/x86/Debug/MaterialRecivingLine.baml | Bin 0 -> 31398 bytes .../obj/x86/Debug/MaterialRecivingLine.g.cs | 1169 +++++++++++++++++ .../obj/x86/Debug/MaterialRecivingLine.g.i.cs | 1169 +++++++++++++++++ .../CoreTest/obj/x86/Debug/RuntimeChart.baml | Bin 0 -> 2862 bytes .../CoreTest/obj/x86/Debug/RuntimeChart.g.cs | 186 +++ .../obj/x86/Debug/RuntimeChart.g.i.cs | 186 +++ .../obj/x86/Debug/SiloProductLine.baml | Bin 0 -> 9809 bytes .../obj/x86/Debug/SiloProductLine.g.cs | 410 ++++++ .../obj/x86/Debug/SiloProductLine.g.i.cs | 410 ++++++ .../CoreTest/obj/x86/Debug/StartDevice.baml | Bin 0 -> 2362 bytes .../CoreTest/obj/x86/Debug/StartDevice.g.cs | 150 +++ .../CoreTest/obj/x86/Debug/StartDevice.g.i.cs | 150 +++ .../CoreTest/obj/x86/Debug/TagMonitor.g.cs | 136 ++ .../CoreTest/obj/x86/Debug/TagMonitor.g.i.cs | 136 ++ .../Program/CoreTest/obj/x86/Debug/Trend.g.cs | 264 ++++ .../CoreTest/obj/x86/Debug/Trend.g.i.cs | 264 ++++ .../Program/DataExchange.sln.DotSettings.user | 9 + .../DataHelper.csproj.CoreCompileInputs.cache | 1 + .../DataHelper.csprojAssemblyReference.cache | Bin 0 -> 20162 bytes ...DataService.csproj.CoreCompileInputs.cache | 1 + .../FileDriver.csproj.CoreCompileInputs.cache | 1 + .../FileDriver.csprojAssemblyReference.cache | Bin 0 -> 11553 bytes .../Debug/GeneratedInternalTypeHelper.g.cs | 62 + .../Debug/GeneratedInternalTypeHelper.g.i.cs | 62 + .../HMIControl.csproj.CoreCompileInputs.cache | 1 + .../HMIControl.csprojAssemblyReference.cache | Bin 0 -> 46488 bytes .../obj/Debug/HMIControl_MarkupCompile.cache | 20 + .../obj/Debug/HMIControl_MarkupCompile.lref | 4 + ...ntrolDesign.csproj.CoreCompileInputs.cache | 1 + ...ontrolDesign.csprojAssemblyReference.cache | Bin 0 -> 50207 bytes ...odbusDriver.csproj.CoreCompileInputs.cache | 1 + ...ModbusDriver.csprojAssemblyReference.cache | Bin 0 -> 6747 bytes .../OPCDriver.csproj.CoreCompileInputs.cache | 1 + .../OPCDriver.csprojAssemblyReference.cache | Bin 0 -> 2926 bytes .../OPCLib.csproj.CoreCompileInputs.cache | 1 + .../OPCLib.csprojAssemblyReference.cache | Bin 0 -> 4760 bytes ...nsPLCDriver.csproj.CoreCompileInputs.cache | 1 + ...ensPLCDriver.csprojAssemblyReference.cache | Bin 0 -> 8677 bytes .../TagConfig.csproj.CoreCompileInputs.cache | 1 + .../TagConfig.csprojAssemblyReference.cache | Bin 0 -> 28981 bytes 66 files changed, 6781 insertions(+), 1 deletion(-) create mode 100644 SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache create mode 100644 SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csprojAssemblyReference.cache create mode 100644 SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/App.baml create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/App.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.lref create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Login.baml create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.baml create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.baml create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.baml create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.baml create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs create mode 100644 SCADA/Program/DataExchange.sln.DotSettings.user create mode 100644 SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache create mode 100644 SCADA/Program/DataService/obj/x86/Debug/DataService.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/FileDriver/obj/Debug/FileDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/FileDriver/obj/Debug/FileDriver.csprojAssemblyReference.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.cs create mode 100644 SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.i.cs create mode 100644 SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/HMIControl.csprojAssemblyReference.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.lref create mode 100644 SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/LinkableControlDesignTime/obj/Debug/LinkableControlDesign.csprojAssemblyReference.cache create mode 100644 SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/ModbusDriver/obj/Debug/ModbusDriver.csprojAssemblyReference.cache create mode 100644 SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache create mode 100644 SCADA/Program/OPCLib/obj/x86/Debug/OPCLib.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/OPCLib/obj/x86/Debug/OPCLib.csprojAssemblyReference.cache create mode 100644 SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/SiemensPLCDriver/obj/Debug/SiemensPLCDriver.csprojAssemblyReference.cache create mode 100644 SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/TagConfig.csprojAssemblyReference.cache diff --git a/.gitignore b/.gitignore index 61cc579..3868b38 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ ehthumbs.db Desktop.ini !*.exe !*.dll -!*.bak \ No newline at end of file +!*.bak +/SCADA/Program/.vs/DataExchange/v15/Server/sqlite3 diff --git a/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csproj.CoreCompileInputs.cache b/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..45e79ea --- /dev/null +++ b/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +7e26185d73266a0de03d8956ab6889f98c72d15b diff --git a/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache b/SCADA/Program/BatchCoreService/obj/x86/Debug/BatchCoreService.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..a955771d600e2804780c88e9d415349523f2be6d GIT binary patch literal 14618 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 literal 0 HcmV?d00001 diff --git a/SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csproj.CoreCompileInputs.cache b/SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..978aeb2 --- /dev/null +++ b/SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +dbafae61dc26c107636c333089d226cea6658648 diff --git a/SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csprojAssemblyReference.cache b/SCADA/Program/BatchCoreTest/obj/x86/Debug/BatchCoreTest.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..4b960625d4fece303293935f6a0671fe40ee272c GIT binary patch literal 10515 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 Jx7nn#{tJ=0V)g(4 literal 0 HcmV?d00001 diff --git a/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csproj.CoreCompileInputs.cache b/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..ba68016 --- /dev/null +++ b/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +dbcddcdf44a1978e4949dc6e45f2538ee0e774a7 diff --git a/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache b/SCADA/Program/ClientDriver/obj/Debug/ClientDriver.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..48a2c919d6c4ed73029d8468b6da1151cc1194e6 GIT binary patch literal 2926 zcmcImOK%%h6rS;8Ja-bB1j?gOz=2A%Y8ct1X+ztnq*g*BXjJMbLc+xw&s@iY=V9GD z6Y6fdX3t+>iNvlfU;ztQ&;=~o1uWnP@E_oOGoIAbj1U3!O8(}~@wwl5+;fhtsEVTe zMGH@?*%HCW*IiqLGVDj@)!6kMbH|cHX|_Vam+HG*NH+}Dnk#10Y?zIudMoy#Sn#!g z$C0qSrTUGy=ehQKe7qA5d9c=NEcaLX7y8Ynv(m7ZttyNy7Tai#WyJkK;FSU2 z7`CiRFpnML(KLcy>tcso+7p&v-=wU_`sv%N=g)L*@;(eb7rG+;GW>7<9QnFcb|YAU)rJY++JctCnL9>fRRZs6vsTWhr}@k zFaR?IRlJ@($W5-e)6+?*oke<+9r983L#INYVaWNaz|)XEL!ccem_AU0aRq)LgO#PD1eCPkvviC- z2Y4Rv0^kI}0s_LS!P~?Fo=3N^fI#7#_9DS-5DMRQ0?Q1%k@gZvW*`arb|N_WNZ=%b zm$NfLf0(MgG9^iLYRFFFU@}gQo`P5DII9B|2^NrNtSVA-BsMrw9awUGyAn|4lt#ny zXc(2L=&F6s+LJYV6kEa`K&Q1;vfUbO2J7A)Bb8(VMY>IMtY=AH8}jkUaz)jW?MT#I z*+wxMI5~>fiG;bnA19+!7u>f-BkoXf){q05bfpq*x1^SiO`0qln!2j591M}5@9xFI z!f4KFo@P!^L2)(~@7sU#5}i=n$H4D)70fNA@+*=3Kj(9tNzWT-Y(qugph{Hj4MHu=kikyV3p+!Q ztt2Y-AvuD`AXOjG2A)mRp#xL8CECqR65i%^OgAt#*qbC}CPB7R-e0D9e=gufQ>VO5 z+8Gnx4}H&IZ;^m4XMFTbDeq5H{!~DT5s^}!r(NdicI&st$W@2 zBoy>;X@Y9q +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// AlarmSet + /// + public partial class AlarmSet : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 20 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TabControl tab1; + + #line default + #line hidden + + + #line 22 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.DataGrid list0; + + #line default + #line hidden + + + #line 45 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ListView list2; + + #line default + #line hidden + + + #line 65 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBar toolBar1; + + #line default + #line hidden + + + #line 70 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtstart; + + #line default + #line hidden + + + #line 72 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtend; + + #line default + #line hidden + + + #line 75 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ColorPicker colorpicker; + + #line default + #line hidden + + + #line 77 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ListView list1; + + #line default + #line hidden + + + #line 94 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ListBox list3; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/alarmset.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\AlarmSet.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 6 "..\..\..\AlarmSet.xaml" + ((CoreTest.AlarmSet)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + + #line 6 "..\..\..\AlarmSet.xaml" + ((CoreTest.AlarmSet)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.tab1 = ((System.Windows.Controls.TabControl)(target)); + return; + case 3: + this.list0 = ((System.Windows.Controls.DataGrid)(target)); + return; + case 4: + this.list2 = ((System.Windows.Controls.ListView)(target)); + return; + case 5: + this.toolBar1 = ((System.Windows.Controls.ToolBar)(target)); + return; + case 6: + this.dtstart = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 7: + this.dtend = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 8: + this.colorpicker = ((Microsoft.Windows.Controls.ColorPicker)(target)); + + #line 75 "..\..\..\AlarmSet.xaml" + this.colorpicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.ColorPicker_SelectedColorChanged); + + #line default + #line hidden + return; + case 9: + this.list1 = ((System.Windows.Controls.ListView)(target)); + return; + case 10: + this.list3 = ((System.Windows.Controls.ListBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.i.cs new file mode 100644 index 0000000..5bcdd56 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.i.cs @@ -0,0 +1,199 @@ +#pragma checksum "..\..\..\AlarmSet.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "11D7D1142659883006DE8D16FF16C98ECF5D96E5" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// AlarmSet + /// + public partial class AlarmSet : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 20 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TabControl tab1; + + #line default + #line hidden + + + #line 22 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.DataGrid list0; + + #line default + #line hidden + + + #line 45 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ListView list2; + + #line default + #line hidden + + + #line 65 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBar toolBar1; + + #line default + #line hidden + + + #line 70 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtstart; + + #line default + #line hidden + + + #line 72 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtend; + + #line default + #line hidden + + + #line 75 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ColorPicker colorpicker; + + #line default + #line hidden + + + #line 77 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ListView list1; + + #line default + #line hidden + + + #line 94 "..\..\..\AlarmSet.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ListBox list3; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/alarmset.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\AlarmSet.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 6 "..\..\..\AlarmSet.xaml" + ((CoreTest.AlarmSet)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + + #line 6 "..\..\..\AlarmSet.xaml" + ((CoreTest.AlarmSet)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.tab1 = ((System.Windows.Controls.TabControl)(target)); + return; + case 3: + this.list0 = ((System.Windows.Controls.DataGrid)(target)); + return; + case 4: + this.list2 = ((System.Windows.Controls.ListView)(target)); + return; + case 5: + this.toolBar1 = ((System.Windows.Controls.ToolBar)(target)); + return; + case 6: + this.dtstart = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 7: + this.dtend = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 8: + this.colorpicker = ((Microsoft.Windows.Controls.ColorPicker)(target)); + + #line 75 "..\..\..\AlarmSet.xaml" + this.colorpicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.ColorPicker_SelectedColorChanged); + + #line default + #line hidden + return; + case 9: + this.list1 = ((System.Windows.Controls.ListView)(target)); + return; + case 10: + this.list3 = ((System.Windows.Controls.ListBox)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/App.baml b/SCADA/Program/CoreTest/obj/x86/Debug/App.baml new file mode 100644 index 0000000000000000000000000000000000000000..ef5ed6ad00b0517117397b3a538af91efdf42d38 GIT binary patch literal 17331 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 r>j$T^%h3DrctamXc+|S-zp8+Bm#Egw +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// App + /// + public partial class App : System.Windows.Application { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/app.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\App.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + /// + /// Application Entry Point. + /// + [System.STAThreadAttribute()] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] + public static void Main() { + CoreTest.App app = new CoreTest.App(); + app.InitializeComponent(); + app.Run(); + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs new file mode 100644 index 0000000..ef55549 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs @@ -0,0 +1,78 @@ +#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E1F43B7F6CA36743FBDCC124511923BCB538201D" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// App + /// + public partial class App : System.Windows.Application { + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/app.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\App.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + /// + /// Application Entry Point. + /// + [System.STAThreadAttribute()] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] + public static void Main() { + CoreTest.App app = new CoreTest.App(); + app.InitializeComponent(); + app.Run(); + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.cache b/SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.cache new file mode 100644 index 0000000..c58e838 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.cache @@ -0,0 +1,20 @@ +CoreTest + + +winexe +C# +.cs +D:\Codes\SharpSCADA\SCADA\Program\CoreTest\obj\x86\Debug\ +CoreTest +none +false +DEBUG;TRACE +D:\Codes\SharpSCADA\SCADA\Program\CoreTest\App.xaml +101478603885 + +23-1078653831 +20-1337351693 +AlarmSet.xaml;Guage.xaml;Login.xaml;MainWindow.xaml;MaterialRecivingLine.xaml;RuntimeChart.xaml;SiloProductLine.xaml;StartDevice.xaml;TagMonitor.xaml;Trend.xaml; + +True + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.lref b/SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.lref new file mode 100644 index 0000000..d2698bf --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/CoreTest_MarkupCompile.lref @@ -0,0 +1,8 @@ +D:\Codes\SharpSCADA\SCADA\Program\CoreTest\obj\x86\Debug\GeneratedInternalTypeHelper.g.cs + +FD:\Codes\SharpSCADA\SCADA\Program\CoreTest\AlarmSet.xaml;; +FD:\Codes\SharpSCADA\SCADA\Program\CoreTest\Guage.xaml;; +FD:\Codes\SharpSCADA\SCADA\Program\CoreTest\MainWindow.xaml;; +FD:\Codes\SharpSCADA\SCADA\Program\CoreTest\TagMonitor.xaml;; +FD:\Codes\SharpSCADA\SCADA\Program\CoreTest\Trend.xaml;; + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/CoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..2bf5b320e2915c9058ce33c8b63edcec5b4730a0 GIT binary patch literal 7945 zcmeGhYjYYm5d63p=h2X+c{a(VP1_`;R})NZXT~3FFbR{#cz{VV&3O`WC$QqHAoNWqT0}G*6mjtad zsYJVnkO0LLMHAitLjA_*<8tN5&`a*K9V+e~-<@Z&>5(=vJc<}P+RYB)rr-{hl8ZHv zo+;1?TrNbRZYl5;YtRtoD5Z{-HF*=2$PlSRc~w-kmT7cEoGq1$2`z@!?T4 zwX6j5>nXD#9WFdp?d`F}Q*W`QC6aZrkJBreMY^!OvXweXjxSWyQP^Q?xMuyr$;IOn z7afHcMZ0Mf#J_N#8uA93IOr&RXyTy5x;VGu7zZb&0n8_6usMqW!hu-g3;_5uhaiDq z9>G}v^Ts)VM$Ti@SH^j0ukV+__~}U*!s%Tis2zp8w)JYG5=D}!7ToixZWtPdoEv)w z#s#2L%|Eeo+@;bkZxhih=hpITb_YWAQimWGh6Sxa6OGc@PBMRiT1`{;|c<6m-!9XxC-qV%k@0tnr_iO zn#3j1b1)D1?LQa?WP&_GK^$!7i6Uhl2#5mh5^Zt;nMT!6;DA-`%hl578Q1t`Qb`-tlH_;=J@t>y_(oU z6unMO$^=rMoF{gOW9qceybl(5(A$M(IsaVR8+%Owi3P;+_PR%X*UZ>D^&}AAx0q_% zFIZI&%%AKxn}r^>)kCx*1WX9fU+)5cKX*L;X#1JrmPgXPqaoT(hYtxG_YCTTo6zof zgx$>;G|%sVXKVC4H^EwP$Pvtb@Z{0FzX#s?RQ+P!1>eIIKN@O%Xg(!;G)sl$`645hXMTav=yEL zW_rnb1UGS`$$i)z(q4ztJ91Gw^qVgA=)AxKMr-*HxQx$#-;#!>+5QY{n*)>^;yD$n z|2E{B8jrG}wbzO498$jk+k??78?x0NgbNKZ8lIKf-WG_E9el;%!F*DY#*v ztm#r0QD-m=og`0_YrT~vVaZL7g z1)yJ&IA;H!^(L_#fL{_z0w}DJ0dQ?UckCIePBF>@nO^#mVnOr{Sw*5^a!6|4vb~!I^lxq=3r6Dp_im4v5KILw*n0^{M9*< h{3Lbd09c*TD}$WzoBnfh%KY1V?BtY*-pRJk{sZEcZ3O@T literal 0 HcmV?d00001 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..19af4b4 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +7592adb3937209dbd1d50f6592cc6f6b115e8eea diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache b/SCADA/Program/CoreTest/obj/x86/Debug/Example.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..edf277bc0ed291d38008e52c02a15fedc39ddb3c GIT binary patch literal 75176 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 literal 0 HcmV?d00001 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs new file mode 100644 index 0000000..136dd1b --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [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 { + + /// + /// CreateInstance + /// + 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); + } + + /// + /// GetPropertyValue + /// + 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); + } + + /// + /// SetPropertyValue + /// + 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); + } + + /// + /// CreateDelegate + /// + 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))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs new file mode 100644 index 0000000..136dd1b --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [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 { + + /// + /// CreateInstance + /// + 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); + } + + /// + /// GetPropertyValue + /// + 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); + } + + /// + /// SetPropertyValue + /// + 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); + } + + /// + /// CreateDelegate + /// + 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))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.cs new file mode 100644 index 0000000..2002dcf --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.cs @@ -0,0 +1,113 @@ +#pragma checksum "..\..\..\Guage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1960A9B0A85F2A1E4D948FEEADD9FF8E347FAE6C" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using HMIControl; +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 CoreTest { + + + /// + /// Guage + /// + public partial class Guage : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\Guage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HVScale hVScale1; + + #line default + #line hidden + + + #line 13 "..\..\..\Guage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HVValueIndicator hVValueIndicator1; + + #line default + #line hidden + + + #line 14 "..\..\..\Guage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Frame frame1; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/guage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\Guage.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.hVScale1 = ((HMIControl.HVScale)(target)); + return; + case 2: + this.hVValueIndicator1 = ((HMIControl.HVValueIndicator)(target)); + return; + case 3: + this.frame1 = ((HMIControl.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.i.cs new file mode 100644 index 0000000..2002dcf --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Guage.g.i.cs @@ -0,0 +1,113 @@ +#pragma checksum "..\..\..\Guage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1960A9B0A85F2A1E4D948FEEADD9FF8E347FAE6C" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using HMIControl; +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 CoreTest { + + + /// + /// Guage + /// + public partial class Guage : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 11 "..\..\..\Guage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HVScale hVScale1; + + #line default + #line hidden + + + #line 13 "..\..\..\Guage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HVValueIndicator hVValueIndicator1; + + #line default + #line hidden + + + #line 14 "..\..\..\Guage.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Frame frame1; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/guage.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\Guage.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.hVScale1 = ((HMIControl.HVScale)(target)); + return; + case 2: + this.hVValueIndicator1 = ((HMIControl.HVValueIndicator)(target)); + return; + case 3: + this.frame1 = ((HMIControl.Frame)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Login.baml b/SCADA/Program/CoreTest/obj/x86/Debug/Login.baml new file mode 100644 index 0000000000000000000000000000000000000000..bedbeffaab6b4d5eba090bbbcc5839b8165a1d8d GIT binary patch literal 2499 zcmb_e&2Jk;6o31X^=FdSq)4C?N9`h2BK7yKok}?*fkuW`OWYB z=Gk!oco`}%2^07|gVvQ!lYrwR4aWh(Q?AFV%nyzZ;WP~Fo2eOhvF0c^WJvgmU>iOs z!I|?lXWm`$CoP|ij=ah|zvepQg;a(hZ`{+K)nF^Gw|o%6FRO5I zkB8H)*YL|uz!p7${{X@dorbZcAZVUSr+s^gH7q~XsM((Dy9+_eb{pxHnzOK)&Sf%Y zdev&w)6E|KRFFUh1ynF(Oj%f@tq;yr*8G4qQWwzwe?Xio7A?az%zYk9oyFgFO(YZ4aOyd3P$UuU z9*2{phz{d={{|1uwSvHPvgc!#xy{j>I_>5 z^sokUo(L?_Of*C@3MNI5gh0vV^Egw+89n}pYuoF0Hh=hNeaE~=BjNj8F63~2QCN4m zJZ7MEo#Gq{17eMo{pZ<&h2=!k!aezidEi>~mpv(P)%+RPD7e6gVTVq7Qq(N$h^Ob2 zIXopf1=xDeq(?MRviZ{9L3+@?h@Jxd?^myGzVjWTzeFP)^h?4b^mNv@&`J(Q2z|Kh zPg#!5>Y5hm1rP5%4*ni4QLgWRfrYpYUd2u~MTa(cG+?X2WZkuw2|xKwU=!RI$8cAw z+Ilzyaw&_}v%*4l4YGtv6E}Ih&Hnb+ced|*il?ZM7wJDM()YSp^f8xnB^2{ATB-om zk3GRC-I;#@l}AwIH-)V&2%+`L5zuElY{Xf3{1X0b3 z5XfeclwqNzD%X%3(!YQ~x113A5dt)0va?UN8@2ZT=Hw?Dh~H#Q7HbOj@-$~0DlL)a4-s5Epj9NyqDWaF&m`}iw2k08jgooJG`V1x>t zkaxC7K~Ip`VPs5L`;1UYYfD5hvVdlCFbaquyuXJYih_it!}M^nO%Rm`0gftc7hHUU zYY2{clqvG*NH|N^z9Zox6_YMEq$CQWML(qb4)~`(+{ zO~@jbFJQ#3ECdN8ixK=miM}vj3)*$>_@7wtBxq|S^ngnw7@MMyU~-htH__TFOnaro zcmjt+>@Z4L$etKY4#eOYEbLX+tygPJJrRTWgP*?Ky7g^4*+?H%L{&A21=5vj9KpAO GP5uk=A*HPV literal 0 HcmV?d00001 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs new file mode 100644 index 0000000..6041148 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.cs @@ -0,0 +1,203 @@ +#pragma checksum "..\..\..\Login.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AE28E95762DCC3C98413991AB3FD0D23F37D3CE3" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +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 CoreTest { + + + /// + /// Login + /// + public partial class Login : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 10 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button button1; + + #line default + #line hidden + + + #line 11 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button button2; + + #line default + #line hidden + + + #line 12 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock2; + + #line default + #line hidden + + + #line 13 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock3; + + #line default + #line hidden + + + #line 14 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox txtUser; + + #line default + #line hidden + + + #line 15 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock4; + + #line default + #line hidden + + + #line 16 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.PasswordBox txtPassword; + + #line default + #line hidden + + + #line 17 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock txterr; + + #line default + #line hidden + + + #line 18 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button button3; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/login.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\Login.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] + [System.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 4 "..\..\..\Login.xaml" + ((CoreTest.Login)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + return; + case 2: + this.button1 = ((System.Windows.Controls.Button)(target)); + + #line 10 "..\..\..\Login.xaml" + this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); + + #line default + #line hidden + return; + case 3: + this.button2 = ((System.Windows.Controls.Button)(target)); + + #line 11 "..\..\..\Login.xaml" + this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click); + + #line default + #line hidden + return; + case 4: + this.textBlock2 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 5: + this.textBlock3 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 6: + this.txtUser = ((System.Windows.Controls.TextBox)(target)); + return; + case 7: + this.textBlock4 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 8: + this.txtPassword = ((System.Windows.Controls.PasswordBox)(target)); + return; + case 9: + this.txterr = ((System.Windows.Controls.TextBlock)(target)); + return; + case 10: + this.button3 = ((System.Windows.Controls.Button)(target)); + + #line 19 "..\..\..\Login.xaml" + this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click); + + #line default + #line hidden + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs new file mode 100644 index 0000000..6041148 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs @@ -0,0 +1,203 @@ +#pragma checksum "..\..\..\Login.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AE28E95762DCC3C98413991AB3FD0D23F37D3CE3" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +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 CoreTest { + + + /// + /// Login + /// + public partial class Login : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 10 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button button1; + + #line default + #line hidden + + + #line 11 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button button2; + + #line default + #line hidden + + + #line 12 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock2; + + #line default + #line hidden + + + #line 13 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock3; + + #line default + #line hidden + + + #line 14 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox txtUser; + + #line default + #line hidden + + + #line 15 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock4; + + #line default + #line hidden + + + #line 16 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.PasswordBox txtPassword; + + #line default + #line hidden + + + #line 17 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock txterr; + + #line default + #line hidden + + + #line 18 "..\..\..\Login.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button button3; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/login.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\Login.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] + [System.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 4 "..\..\..\Login.xaml" + ((CoreTest.Login)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + return; + case 2: + this.button1 = ((System.Windows.Controls.Button)(target)); + + #line 10 "..\..\..\Login.xaml" + this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); + + #line default + #line hidden + return; + case 3: + this.button2 = ((System.Windows.Controls.Button)(target)); + + #line 11 "..\..\..\Login.xaml" + this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click); + + #line default + #line hidden + return; + case 4: + this.textBlock2 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 5: + this.textBlock3 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 6: + this.txtUser = ((System.Windows.Controls.TextBox)(target)); + return; + case 7: + this.textBlock4 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 8: + this.txtPassword = ((System.Windows.Controls.PasswordBox)(target)); + return; + case 9: + this.txterr = ((System.Windows.Controls.TextBlock)(target)); + return; + case 10: + this.button3 = ((System.Windows.Controls.Button)(target)); + + #line 19 "..\..\..\Login.xaml" + this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click); + + #line default + #line hidden + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.cs new file mode 100644 index 0000000..880a9fa --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.cs @@ -0,0 +1,320 @@ +#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3720DDE9CC29B422B580808420FD9520C066B464" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using HMIControl; +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 CoreTest { + + + /// + /// MainWindow + /// + public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 73 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid grd1; + + #line default + #line hidden + + + #line 79 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label label1; + + #line default + #line hidden + + + #line 80 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label label2; + + #line default + #line hidden + + + #line 82 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Border cvs1; + + #line default + #line hidden + + + #line 84 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBarTray toolBarTray; + + #line default + #line hidden + + + #line 106 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btngrind1; + + #line default + #line hidden + + + #line 107 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btngrind2; + + #line default + #line hidden + + + #line 111 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBarTray cvs3; + + #line default + #line hidden + + + #line 113 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btnRT; + + #line default + #line hidden + + + #line 114 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btnTrend; + + #line default + #line hidden + + + #line 115 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btnTag; + + #line default + #line hidden + + + #line 116 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton hMIButton2; + + #line default + #line hidden + + + #line 117 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton hMIButton7; + + #line default + #line hidden + + + #line 120 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas statusbar; + + #line default + #line hidden + + + #line 121 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMILable txtuser; + + #line default + #line hidden + + + #line 122 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMILable txttime; + + #line default + #line hidden + + + #line 123 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnStart; + + #line default + #line hidden + + + #line 125 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas cvsAlarm; + + #line default + #line hidden + + + #line 126 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock txtAlarm; + + #line default + #line hidden + + + #line 129 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Shapes.Ellipse p1_lamp1; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/mainwindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\MainWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + + #line 7 "..\..\..\MainWindow.xaml" + ((CoreTest.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + return; + case 2: + this.grd1 = ((System.Windows.Controls.Grid)(target)); + return; + case 3: + this.label1 = ((System.Windows.Controls.Label)(target)); + return; + case 4: + this.label2 = ((System.Windows.Controls.Label)(target)); + return; + case 5: + this.cvs1 = ((System.Windows.Controls.Border)(target)); + return; + case 6: + this.toolBarTray = ((System.Windows.Controls.ToolBarTray)(target)); + return; + case 7: + this.btngrind1 = ((HMIControl.HMIButton)(target)); + return; + case 8: + this.btngrind2 = ((HMIControl.HMIButton)(target)); + return; + case 9: + this.cvs3 = ((System.Windows.Controls.ToolBarTray)(target)); + return; + case 10: + this.btnRT = ((HMIControl.HMIButton)(target)); + return; + case 11: + this.btnTrend = ((HMIControl.HMIButton)(target)); + return; + case 12: + this.btnTag = ((HMIControl.HMIButton)(target)); + return; + case 13: + this.hMIButton2 = ((HMIControl.HMIButton)(target)); + return; + case 14: + this.hMIButton7 = ((HMIControl.HMIButton)(target)); + + #line 117 "..\..\..\MainWindow.xaml" + this.hMIButton7.Click += new System.Windows.RoutedEventHandler(this.hMIButton7_Click); + + #line default + #line hidden + return; + case 15: + this.statusbar = ((System.Windows.Controls.Canvas)(target)); + return; + case 16: + this.txtuser = ((HMIControl.HMILable)(target)); + return; + case 17: + this.txttime = ((HMIControl.HMILable)(target)); + return; + case 18: + this.btnStart = ((System.Windows.Controls.Button)(target)); + + #line 123 "..\..\..\MainWindow.xaml" + this.btnStart.Click += new System.Windows.RoutedEventHandler(this.btnStart_Click); + + #line default + #line hidden + return; + case 19: + this.cvsAlarm = ((System.Windows.Controls.Canvas)(target)); + return; + case 20: + this.txtAlarm = ((System.Windows.Controls.TextBlock)(target)); + return; + case 21: + this.p1_lamp1 = ((System.Windows.Shapes.Ellipse)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.i.cs new file mode 100644 index 0000000..880a9fa --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/MainWindow.g.i.cs @@ -0,0 +1,320 @@ +#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3720DDE9CC29B422B580808420FD9520C066B464" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using HMIControl; +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 CoreTest { + + + /// + /// MainWindow + /// + public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 73 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid grd1; + + #line default + #line hidden + + + #line 79 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label label1; + + #line default + #line hidden + + + #line 80 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Label label2; + + #line default + #line hidden + + + #line 82 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Border cvs1; + + #line default + #line hidden + + + #line 84 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBarTray toolBarTray; + + #line default + #line hidden + + + #line 106 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btngrind1; + + #line default + #line hidden + + + #line 107 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btngrind2; + + #line default + #line hidden + + + #line 111 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBarTray cvs3; + + #line default + #line hidden + + + #line 113 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btnRT; + + #line default + #line hidden + + + #line 114 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btnTrend; + + #line default + #line hidden + + + #line 115 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton btnTag; + + #line default + #line hidden + + + #line 116 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton hMIButton2; + + #line default + #line hidden + + + #line 117 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMIButton hMIButton7; + + #line default + #line hidden + + + #line 120 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas statusbar; + + #line default + #line hidden + + + #line 121 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMILable txtuser; + + #line default + #line hidden + + + #line 122 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.HMILable txttime; + + #line default + #line hidden + + + #line 123 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnStart; + + #line default + #line hidden + + + #line 125 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas cvsAlarm; + + #line default + #line hidden + + + #line 126 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock txtAlarm; + + #line default + #line hidden + + + #line 129 "..\..\..\MainWindow.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Shapes.Ellipse p1_lamp1; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/mainwindow.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\MainWindow.xaml" + System.Windows.Application.LoadComponent(this, resourceLocater); + + #line default + #line hidden + } + + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] + void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { + switch (connectionId) + { + case 1: + + #line 7 "..\..\..\MainWindow.xaml" + ((CoreTest.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + return; + case 2: + this.grd1 = ((System.Windows.Controls.Grid)(target)); + return; + case 3: + this.label1 = ((System.Windows.Controls.Label)(target)); + return; + case 4: + this.label2 = ((System.Windows.Controls.Label)(target)); + return; + case 5: + this.cvs1 = ((System.Windows.Controls.Border)(target)); + return; + case 6: + this.toolBarTray = ((System.Windows.Controls.ToolBarTray)(target)); + return; + case 7: + this.btngrind1 = ((HMIControl.HMIButton)(target)); + return; + case 8: + this.btngrind2 = ((HMIControl.HMIButton)(target)); + return; + case 9: + this.cvs3 = ((System.Windows.Controls.ToolBarTray)(target)); + return; + case 10: + this.btnRT = ((HMIControl.HMIButton)(target)); + return; + case 11: + this.btnTrend = ((HMIControl.HMIButton)(target)); + return; + case 12: + this.btnTag = ((HMIControl.HMIButton)(target)); + return; + case 13: + this.hMIButton2 = ((HMIControl.HMIButton)(target)); + return; + case 14: + this.hMIButton7 = ((HMIControl.HMIButton)(target)); + + #line 117 "..\..\..\MainWindow.xaml" + this.hMIButton7.Click += new System.Windows.RoutedEventHandler(this.hMIButton7_Click); + + #line default + #line hidden + return; + case 15: + this.statusbar = ((System.Windows.Controls.Canvas)(target)); + return; + case 16: + this.txtuser = ((HMIControl.HMILable)(target)); + return; + case 17: + this.txttime = ((HMIControl.HMILable)(target)); + return; + case 18: + this.btnStart = ((System.Windows.Controls.Button)(target)); + + #line 123 "..\..\..\MainWindow.xaml" + this.btnStart.Click += new System.Windows.RoutedEventHandler(this.btnStart_Click); + + #line default + #line hidden + return; + case 19: + this.cvsAlarm = ((System.Windows.Controls.Canvas)(target)); + return; + case 20: + this.txtAlarm = ((System.Windows.Controls.TextBlock)(target)); + return; + case 21: + this.p1_lamp1 = ((System.Windows.Shapes.Ellipse)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.baml b/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.baml new file mode 100644 index 0000000000000000000000000000000000000000..0ef184f5cf76cd3ba487df72b6712e28b36af6cc GIT binary patch literal 31398 zcmcg#U344AbzTx62~yO*WZ98vDmMHRTcof6c0ou{Vo?fX*^(`ba+El%Wr$o-h(JIF zLH#66nxskWx{l%~iXEp-6Q^;~p43TuS|>iuPhZ;OR_FA=r^!Pf+9yj<&goP8kcZYr z?{{Z+W*57&0ByqZfwY6Y*ty@mckbMKXJ$QY7{*~^+L$!<(Z7eN^|<`>7)|=qbMuD` zW8Zy;5ALs38}(Xc=Z=p!^`&yHy4M`f;J=+a_Agf&%XMdO)md)TOGI&G`DCR$`+#%d zSnae^-CJF*RJQNgIa{fZRZEM`(wWk%vs*oJPibk%Sv*;}uvdLIq%IA^>L;Go(dXvj z9wW8CR(Fm$OO27+45P;w@tWg@OAV)9E>(^?v*okp>cXLN)k)BgtRC;zM|+J2kC&@+ zwR208r6orp$#;q*XP%tTO;~nmE@$VRoOSc@gfV@j?kqXgMyWwU0XM7h+?k~DQU7zN z>Lj>xwfgDRc=%&|#-pwrrfT)YrGwRmvruRLSK;wnri|jLM&r!xUAvZMPdSUFrSZk` zY`wNrn{SNI))sf2D_7^w@5*K}_OA1##mcTTKKUh$UL#>7jXuNbm1^rZ9-O|g)NmHZ zKT7m(gT<4DLdlx7Y_pilJDG{%mfbz)cdmrTq|xs(X2GOji(BsRU7X$1@{rmYr+R*| zGEY)1HI~L}^@UxFrTXdRGh+n&3`zK8xl(RiVDP?YCcS6g+cTGKd1O#_&Ur`+!*AEg zic_7#lO}vm>hqqor+4wfibkC8A>MEs!^pAd!++A-uQazt4KnkEH?0988KqBp=(T3j zEM_y`d&_=5w_m4rW&-Vl)b8JKy?MR2cks5UsqCaRWlfI%chefg4f-U0*)+zWcG>6X z8pHTyGm(6dtUo2SWBPrdzuz~ZQzsm{F}xY4|r7gD2Jm!hVEx0$-i+hP5cO zgg0JlZn}E$+t;3Z;o8NQu3i4g)t|m}?MJV?@TUDO+#P(anK1L<=ZDlxj=UF-*sfe6 z`MTq1uY;pSr)sv z`8u(Z&C=a_xe3lpH0P-~G74?o9Cb=_$DH$x^r?h#a=ug@ zzy1%;UVrhK-Q=wucGu>KsZuq2;^=aa$;NrQ*BSo_^{2%inLk zbz)zoR9~DSN!E$A2nqE4*Fz80%M0b|!RmZ%px>}>pgW2GYSLgF zFzBD;ky7JSdi{VgI9Y2nYKuq8)h%z0Zc5?anh#Z+MVe&U5o}8tQ5Ky{jcy#|ZjP1e z3r>T(88qyQ+f90S!04wz&CgA5Nf{yaCR0gfmxmLaJevhvlQN5_;gluI0J&y3etT`T(R7qSlE9LwfzHj3>4o`?+yqbLAFX8lXG;z8S9HVL z=t3Dw(S=gk`YX*r$EAa-0@(rjqz8M9MAn3UFyPVyy+)5sjl1|BxpymDq-Ful)N9RN z3pXD@>pyxD#;<#RbNQ8PuYAt$XAe0Gi#6gVw|}`_KXHJD^h~5GB;8EdOVGW;{0yn@ zht4{6Jdj3tOJ^=22r9MG+{|x3`|YcLAMpILr|C0}Gk1djo;g%I#~1#mRh)%fslxNa z;{-9u0^LMcJkk+XL<F$RS)c_>f-F#;F?mjG5owWrphS8ct$!zxz8(^3_5=ag z|Hx4@lkGs9*%)!E3ABwkvnM(bXSM@zW?gZfBzQuco9T+hiNB)7nImz6Op0@20#+x* zna#so-?=#L4#a83h*PV3kY$XMnD+qpi=@evxw|`0>aRTfMO)#3ZTEA0jC8*dURWa zSslV`M+h;57$IUh4ML1Q&?$suWUGUa9^DpUPKPkp5klyJ5hCK!Aj}g&(D@J+T8#Yd z>X07Y7GYk8Fy9fv8$E;wxHJeYLI^sAFvp{D6|9sV-4>yxLuhq`@Fou-!ZHm)n-GFd zABE6s(Z)zsNhdq&G2BIgf$J8Mer7hZDE%-SZigyG**8%)o z3;dDoDZ;bW7r;=F+Zz{j%Np@SgAhfDMilZqN(>4RqM#^3n4Fy>Q-?p~5GKnL_C4H0 z{fcKdE=O`@Er%gAgS+Pv#uE&7JZ!?#<#}3A@RDXh6&aPdghCtUH@1bXbfE)`aR5RE*y8j<0yZs7XR89(v)HzPUGvuhR-=gkml-gsZKx76;2Q#f zLj?yIKWGopM|i$GQUq!HRt^(7dp=*ejeQ?#&~CX6SxK96n=<>b4S1C_&yFMYFNsib zI71yKN46o8+~_m&17%8H8wvW_+CjHi0GP;>#@AkH4$LtX%o{|UytCIc3-II^5^Ua< z32PSxX>$4&ZcgAPB3_;!rqOzuoc`x~B3V9ms_r<)OBa^1Ggp5a$fVUB%1P%NGgrUz zxBmRucl#*C`i+^e%zPxW7W)|SLq$ly_LnuLYRh$Sk)Rvad+8?21y-%(g0jZEO9#n- z3@L{@@HuyZDfuMxJ~S~MTF4@Ia|`nU#>jEBK9w+*Bjw^T)G8J4`xA!`9%vPbye9N z@s;O-oB_gW^{l+$y7Wl-Ng@n|C#XXj3Tx;e|4^8!*A|b}67;oo8{J|FAjDA;z)+ZH zDkvO8HTv`qVd-cwgiu&1o;X2DGKdvD&XXDQ2|Fs%=GPap_s->05g4epOFqT?Wtb5 zQxeBZo$wr3WMLjqHjUe%IwFAZgoQqi2Sf4Wd?o#L2YEJU6BcTIu!$$U^Z8U?9Y5$Wc&y33ky7vx`7dNi|FCcH*r9 z0pIu9aU9Kre&mNNCTXJ&=67d+-<-#^rvkmt-u7Z@=2@B1Q1%bbsZN^T8JqS5P<11ghx>^1(GQcAs_e0 z6e627ms2Zfh&k2 znYKBD)iPb^64P0a>02~RlZq`6MKWEmpf@ek6J26D=P`|hI7-r}m4YaeX%QJ~nJ#vL z=_Ik4cbQHjs-1Mhvd=@a49Fa7%pXK+eKNru2*td2yiKroER?UJlsVt-C0d? zIT7GeW;HQfTJM6!-4Kkq#59Jz13V+_po^#>PY#laPSgF+G-ld?86j6ht!$Dg(*r|B z&tdk&*nkDhb|P8NWhNJH|h8F8MlR9laEQ6 zH++l816;P`4H0afMCYMUJiw-FsdzZE`F^@kY$6BaJTb;nZO>Bwq?N(egh6>kGNiaH zu?0%f#-m3@hUxEZz5?eoZ9ST8OrI-Lw3DEl)?SzSF%;~S0dKz2T)X6>MTG~XpQeu} z>DgJ-bx;u!bsY|FxX!z2$QZtM@dsC*`pLDwc=77bzd~mG0g&;^7YrU1veC^O4C;UQ z;1Vltn)c;8{rwww+rfs7xHSk{J5-|m)9K-jMnCOuy8eZ)(zB}g^~Oyg8DdSlG@Fe6 z>p%GZ)xSZ1mq4>=Gw*7hK2g-%K6!r1vI_0t%|1@oj58RGY=21gfVyt))Z% zEqeGX^zf1GYw2(Q3d!U$ZHBD!cG}HbuJ3L8l;SKP_$M*cIKImJ90Ychrg6 zAYu1l_(E%tC%c_n=|ZnHgrgvR29M#uxsbzl(SHHMp2kq9So+C82ZYy97 z99%lGTv;MzZG|jdouyM7jouwo^h36g)Fz|%*bZvFNIiQ}&n1kpmNNFf%HqD+(=2bl zF5Iu__x}ja(_4&Ne6kaFchAsa15xDMjoQ%vfl}@zxraps5B)*Ucjd`B?%3_%lqg~_&_tF*jm8OfRz9@*ZK(wDe zqB@$DePL5i)r#e~S0M`6Mp#opQMhWt z^H~%ha+w+^@B=^BAbELOHo+7Y}=VArrh2%qVS5-YHK~&>{sbG0Z|0@hx_Ef z(2!gplwmovT6ZWPaixJSSQ;O8`5U{FE+VA?mkKH=jfn{aZBiNq-uxn^VdAD5!5H0a z7$fglM-TCD5uC1+=N#l$3A$t5=P`l;uVMsS1eZKQWRsu+JHorS?hoTtx4Us0b1(0G zMNGxs#Ktn)$IyBrVVsU!CgR%r%+;TN*1uAw3i4OK7+7-@H}+G~6<(DR_vAX`9Ce#y zoCoQOM%}Bk9T1}K*%{Z*yb{cZO%7zbnSjY5O zQI-Rp!dkE}Tdb~LX*)#NDVd_;6NNP!ht=Cj6TteQhjm8yWK5UrgHd}_zR4F2!83tMPI_4`T*yh!<~4pf>2Zv#COzn1MMFs8 z(Oa7kKpikzNeIA!-pWD%H#X!Dpr7y~++}HG=t4;&usI)^2i-DoAZ5rEgGSEBBrv6U zThCE%Ne{}+_=u-kww@2IHIfI!?)oP|{J*p<=zpTO1%WJj+biyL$;-vecmDy{KUD$k7j#lL7BAGShHfaJ=tMV~Lk*-G->C+jZir+Bx+%2Pjkib3 zC;0HRR^VEpk0d;93hi`r%+pOSpc`!0RR@lc@`6w*$L8wBYAA;yAhD4@-l=KMV~}!u z2QqZZA(9m+XQHigCOR276YZ5V;VI{NlC5%T7o<~r#8XZ_MmflVKq!?{$e@zC8p^?9 z`BUI6UOAehB%~bQSrVOch-3xIDYjKku@mJK+bgHoPB|a(lw-vx2jLM2m2!Ch|7s`) zn*vxlO$rBorws=*r(j4qzGE;t=sBN}96B!uAT`81E7 zJ_-VkdkR8L7E0njX>3RKPFW-W0@)OOM6||5@Ef>^qAM3^P-x)@O`NmF!XA%SKCXqI zw>@W_@9>;;KISBAUT*DebCQ*k*!JhF^BtUI&HGNWCi#sDSpVmlyg(O9q)~5FKpGEn zqhq&?1)REltEH+EH$CW^L>j2Jw$@O$MZDF6%s^D2KTf|6SD-^>S9jk8`r@)He#W}M zs8hP|WuO?tppqGAj)N1KffiW1cMt`aI%6}?8Mn7K8K_bai3RClKrFf+hWJ$5zfw~iGQ^e+#*1A93UBCyDFy&&@28J| zoJRn-otp$%yu1dLIkCHsaur~*B&ze)5lr_AELaIpg~>;;>V67jrn5ndRZNBGrh?yEp{6>$uEd?6fSqkH9*WO>G)M5JF@C5>O@ghXHgysM>1IWGrbxVNe;oH zaQg_GFh2ZmPx&`$i*>HcJVtj5HZe&=v)LLHV#gUeVm22&HappQ`?XHk3wNhyFR(?JH|r*Cbi%Av zJ77&rFyt?~%NlQ-^RZUzfHmR&yUrSKIrOo1rUTZ5dnVS}j)_neg3p-f6^bzwSRH|} z$uaRnd){34*?r#JU2KxKdI!A8Lp)uUn;UI2ZwYdCOD=C?SOQm*T&V1ZC3ev2GCuLP zXU=zhFH_)*H$LN2PAWWed&!)axyELE`S^^l;VB_{*Qe^r_wIm8^qYWR59WNnY$u#o zw5CQOb9a3b`e2{5>@lc6e=ASav~@{g?}veP41I+TQ|LHDC(PN|_MFKR6f5IQ?izlZ zoSkdWS?6v%ATzn$`fYM{zCCBsi(e+%fSI-0PK4`&I`!d0V4`#l4ZW~BFSKW^b1xob zjXmExVC|D0YcU~%2!cED;z8cz5Ph3s`;^ODKvPhwS(1$Fn9?s;wKJT5d4)y@EH%meR>2)`apM) zK0*l-5CbFNBPyu&26cet(4Y>GSp{`)oW6#sNfIiidArs zE;K4Y<_0>cf*dcwN)?!Vm@J53wXBF$kO6|A5h)dX)8O(MYtv zi>4e1$``?BF@(c(p@D$iiJ2KK8u3{QC&u&AWd17>FsDr2&Xfm5Ab9}p%6M9`L$9{$L~Fdc&d6Ep~Y z7Owu6K zjfVp7^yproG|iKAa5$(L?imllM`9pgmIk4OkmGk(NJ|o0=q3cjdO8SS_8=hm)s1M( z(jb%&>|nH)<+s##6GGf1jS!S42joy12wAL+f>1#SZkV#VZb)RxS}lMphJeUR2LbaN z2z3yIOX{W;;^GW=8HVs^3L0 zs_8j= z4jhpjQD&f>{VsbL9*e<%*$;%$!18>qPHLpcuj}oOfdRra5(BN%`nm@J`|xyX!0ZP? zts1%>NM&gD(yHM(55waz7%=^TP^zJr3B?$uZl>spZ6e?Vjv(%1))+y zj{j$;(v-x$sP2pgQMb$>ISK}YKPHaEkp6}T;-nr#4s$pN6$tUduy+%LCQD6PFA!q` O^hsLZq`wpN>HU8NILGz? literal 0 HcmV?d00001 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.cs new file mode 100644 index 0000000..57a81c7 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.cs @@ -0,0 +1,1169 @@ +#pragma checksum "..\..\..\MaterialRecivingLine.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EAE7C264B3235EB42910C09D1176E54D88064418" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIControl; +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 CoreTest { + + + /// + /// MaterialRecivingLine + /// + public partial class MaterialRecivingLine : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 7 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal CoreTest.MaterialRecivingLine MaterialRecivingLine1; + + #line default + #line hidden + + + #line 9 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas cvs1; + + #line default + #line hidden + + + #line 10 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock productline; + + #line default + #line hidden + + + #line 11 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ManualAddControl manualAddControl1; + + #line default + #line hidden + + + #line 12 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor1; + + #line default + #line hidden + + + #line 14 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ManualAddControl manualAddControl2; + + #line default + #line hidden + + + #line 15 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor2; + + #line default + #line hidden + + + #line 17 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator1; + + #line default + #line hidden + + + #line 18 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator2; + + #line default + #line hidden + + + #line 19 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator3; + + #line default + #line hidden + + + #line 20 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin1; + + #line default + #line hidden + + + #line 21 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin2; + + #line default + #line hidden + + + #line 22 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin3; + + #line default + #line hidden + + + #line 23 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin4; + + #line default + #line hidden + + + #line 24 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin5; + + #line default + #line hidden + + + #line 25 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin6; + + #line default + #line hidden + + + #line 26 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner1; + + #line default + #line hidden + + + #line 27 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner2; + + #line default + #line hidden + + + #line 28 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner3; + + #line default + #line hidden + + + #line 29 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner1; + + #line default + #line hidden + + + #line 30 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner2; + + #line default + #line hidden + + + #line 31 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor3; + + #line default + #line hidden + + + #line 32 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Divert divert1; + + #line default + #line hidden + + + #line 33 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FourWays fourWays1; + + #line default + #line hidden + + + #line 34 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor4; + + #line default + #line hidden + + + #line 35 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo1; + + #line default + #line hidden + + + #line 47 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo2; + + #line default + #line hidden + + + #line 48 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo3; + + #line default + #line hidden + + + #line 49 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo4; + + #line default + #line hidden + + + #line 50 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo5; + + #line default + #line hidden + + + #line 51 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo6; + + #line default + #line hidden + + + #line 57 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo7; + + #line default + #line hidden + + + #line 61 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch1; + + #line default + #line hidden + + + #line 62 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch3; + + #line default + #line hidden + + + #line 63 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo8; + + #line default + #line hidden + + + #line 64 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo9; + + #line default + #line hidden + + + #line 67 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo10; + + #line default + #line hidden + + + #line 69 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo11; + + #line default + #line hidden + + + #line 71 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo13; + + #line default + #line hidden + + + #line 72 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate6; + + #line default + #line hidden + + + #line 73 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate1; + + #line default + #line hidden + + + #line 74 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate2; + + #line default + #line hidden + + + #line 75 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate3; + + #line default + #line hidden + + + #line 76 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate4; + + #line default + #line hidden + + + #line 77 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate5; + + #line default + #line hidden + + + #line 78 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate7; + + #line default + #line hidden + + + #line 79 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo12; + + #line default + #line hidden + + + #line 81 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin7; + + #line default + #line hidden + + + #line 82 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin8; + + #line default + #line hidden + + + #line 83 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin9; + + #line default + #line hidden + + + #line 84 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin10; + + #line default + #line hidden + + + #line 85 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin11; + + #line default + #line hidden + + + #line 86 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin12; + + #line default + #line hidden + + + #line 87 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator4; + + #line default + #line hidden + + + #line 88 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ManualAddControl manualAddControl3; + + #line default + #line hidden + + + #line 89 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor5; + + #line default + #line hidden + + + #line 91 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo14; + + #line default + #line hidden + + + #line 93 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Divert divert2; + + #line default + #line hidden + + + #line 94 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner3; + + #line default + #line hidden + + + #line 95 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner4; + + #line default + #line hidden + + + #line 96 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor6; + + #line default + #line hidden + + + #line 98 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo15; + + #line default + #line hidden + + + #line 101 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate9; + + #line default + #line hidden + + + #line 102 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate10; + + #line default + #line hidden + + + #line 103 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate11; + + #line default + #line hidden + + + #line 104 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate12; + + #line default + #line hidden + + + #line 105 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate13; + + #line default + #line hidden + + + #line 106 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate14; + + #line default + #line hidden + + + #line 115 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor7; + + #line default + #line hidden + + + #line 124 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock2; + + #line default + #line hidden + + + #line 125 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock1; + + #line default + #line hidden + + + #line 126 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock3; + + #line default + #line hidden + + + #line 127 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock4; + + #line default + #line hidden + + + #line 128 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock5; + + #line default + #line hidden + + + #line 129 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock6; + + #line default + #line hidden + + + #line 130 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock7; + + #line default + #line hidden + + + #line 131 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock8; + + #line default + #line hidden + + + #line 132 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock9; + + #line default + #line hidden + + + #line 133 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock10; + + #line default + #line hidden + + + #line 134 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock11; + + #line default + #line hidden + + + #line 135 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock12; + + #line default + #line hidden + + + #line 136 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock13; + + #line default + #line hidden + + + #line 137 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock14; + + #line default + #line hidden + + + #line 138 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock15; + + #line default + #line hidden + + + #line 139 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock16; + + #line default + #line hidden + + + #line 140 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock17; + + #line default + #line hidden + + + #line 141 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock18; + + #line default + #line hidden + + + #line 142 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock20; + + #line default + #line hidden + + + #line 143 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock21; + + #line default + #line hidden + + + #line 144 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock22; + + #line default + #line hidden + + + #line 145 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock23; + + #line default + #line hidden + + + #line 146 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock24; + + #line default + #line hidden + + + #line 147 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock25; + + #line default + #line hidden + + + #line 148 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock26; + + #line default + #line hidden + + + #line 149 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock27; + + #line default + #line hidden + + + #line 150 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock28; + + #line default + #line hidden + + + #line 151 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock29; + + #line default + #line hidden + + + #line 152 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock30; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/materialrecivingline.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\MaterialRecivingLine.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.MaterialRecivingLine1 = ((CoreTest.MaterialRecivingLine)(target)); + + #line 8 "..\..\..\MaterialRecivingLine.xaml" + this.MaterialRecivingLine1.Loaded += new System.Windows.RoutedEventHandler(this.HMI_Loaded); + + #line default + #line hidden + + #line 8 "..\..\..\MaterialRecivingLine.xaml" + this.MaterialRecivingLine1.Unloaded += new System.Windows.RoutedEventHandler(this.HMI_Unloaded); + + #line default + #line hidden + return; + case 2: + this.cvs1 = ((System.Windows.Controls.Canvas)(target)); + return; + case 3: + this.productline = ((System.Windows.Controls.TextBlock)(target)); + return; + case 4: + this.manualAddControl1 = ((HMIControl.ManualAddControl)(target)); + return; + case 5: + this.chainConveyor1 = ((HMIControl.ChainConveyor)(target)); + return; + case 6: + this.manualAddControl2 = ((HMIControl.ManualAddControl)(target)); + return; + case 7: + this.chainConveyor2 = ((HMIControl.ChainConveyor)(target)); + return; + case 8: + this.elevator1 = ((HMIControl.Elevator)(target)); + return; + case 9: + this.elevator2 = ((HMIControl.Elevator)(target)); + return; + case 10: + this.elevator3 = ((HMIControl.Elevator)(target)); + return; + case 11: + this.bufferBin1 = ((HMIControl.BufferBin)(target)); + return; + case 12: + this.bufferBin2 = ((HMIControl.BufferBin)(target)); + return; + case 13: + this.bufferBin3 = ((HMIControl.BufferBin)(target)); + return; + case 14: + this.bufferBin4 = ((HMIControl.BufferBin)(target)); + return; + case 15: + this.bufferBin5 = ((HMIControl.BufferBin)(target)); + return; + case 16: + this.bufferBin6 = ((HMIControl.BufferBin)(target)); + return; + case 17: + this.magnetCleaner1 = ((HMIControl.MagnetCleaner)(target)); + return; + case 18: + this.magnetCleaner2 = ((HMIControl.MagnetCleaner)(target)); + return; + case 19: + this.magnetCleaner3 = ((HMIControl.MagnetCleaner)(target)); + return; + case 20: + this.preCleaner1 = ((HMIControl.PreCleaner)(target)); + return; + case 21: + this.preCleaner2 = ((HMIControl.PreCleaner)(target)); + return; + case 22: + this.chainConveyor3 = ((HMIControl.ChainConveyor)(target)); + return; + case 23: + this.divert1 = ((HMIControl.Divert)(target)); + return; + case 24: + this.fourWays1 = ((HMIControl.FourWays)(target)); + return; + case 25: + this.chainConveyor4 = ((HMIControl.ChainConveyor)(target)); + return; + case 26: + this.fromTo1 = ((HMIControl.FromTo)(target)); + return; + case 27: + this.fromTo2 = ((HMIControl.FromTo)(target)); + return; + case 28: + this.fromTo3 = ((HMIControl.FromTo)(target)); + return; + case 29: + this.fromTo4 = ((HMIControl.FromTo)(target)); + return; + case 30: + this.fromTo5 = ((HMIControl.FromTo)(target)); + return; + case 31: + this.fromTo6 = ((HMIControl.FromTo)(target)); + return; + case 32: + this.fromTo7 = ((HMIControl.FromTo)(target)); + return; + case 33: + this.selectSwitch1 = ((HMIControl.SelectSwitch)(target)); + return; + case 34: + this.selectSwitch3 = ((HMIControl.SelectSwitch)(target)); + return; + case 35: + this.fromTo8 = ((HMIControl.FromTo)(target)); + return; + case 36: + this.fromTo9 = ((HMIControl.FromTo)(target)); + return; + case 37: + this.fromTo10 = ((HMIControl.FromTo)(target)); + return; + case 38: + this.fromTo11 = ((HMIControl.FromTo)(target)); + return; + case 39: + this.fromTo13 = ((HMIControl.FromTo)(target)); + return; + case 40: + this.slideGate6 = ((HMIControl.SlideGate)(target)); + return; + case 41: + this.slideGate1 = ((HMIControl.SlideGate)(target)); + return; + case 42: + this.slideGate2 = ((HMIControl.SlideGate)(target)); + return; + case 43: + this.slideGate3 = ((HMIControl.SlideGate)(target)); + return; + case 44: + this.slideGate4 = ((HMIControl.SlideGate)(target)); + return; + case 45: + this.slideGate5 = ((HMIControl.SlideGate)(target)); + return; + case 46: + this.slideGate7 = ((HMIControl.SlideGate)(target)); + return; + case 47: + this.fromTo12 = ((HMIControl.FromTo)(target)); + return; + case 48: + this.bufferBin7 = ((HMIControl.BufferBin)(target)); + return; + case 49: + this.bufferBin8 = ((HMIControl.BufferBin)(target)); + return; + case 50: + this.bufferBin9 = ((HMIControl.BufferBin)(target)); + return; + case 51: + this.bufferBin10 = ((HMIControl.BufferBin)(target)); + return; + case 52: + this.bufferBin11 = ((HMIControl.BufferBin)(target)); + return; + case 53: + this.bufferBin12 = ((HMIControl.BufferBin)(target)); + return; + case 54: + this.elevator4 = ((HMIControl.Elevator)(target)); + return; + case 55: + this.manualAddControl3 = ((HMIControl.ManualAddControl)(target)); + return; + case 56: + this.chainConveyor5 = ((HMIControl.ChainConveyor)(target)); + return; + case 57: + this.fromTo14 = ((HMIControl.FromTo)(target)); + return; + case 58: + this.divert2 = ((HMIControl.Divert)(target)); + return; + case 59: + this.preCleaner3 = ((HMIControl.PreCleaner)(target)); + return; + case 60: + this.magnetCleaner4 = ((HMIControl.MagnetCleaner)(target)); + return; + case 61: + this.chainConveyor6 = ((HMIControl.ChainConveyor)(target)); + return; + case 62: + this.fromTo15 = ((HMIControl.FromTo)(target)); + return; + case 63: + this.slideGate9 = ((HMIControl.SlideGate)(target)); + return; + case 64: + this.slideGate10 = ((HMIControl.SlideGate)(target)); + return; + case 65: + this.slideGate11 = ((HMIControl.SlideGate)(target)); + return; + case 66: + this.slideGate12 = ((HMIControl.SlideGate)(target)); + return; + case 67: + this.slideGate13 = ((HMIControl.SlideGate)(target)); + return; + case 68: + this.slideGate14 = ((HMIControl.SlideGate)(target)); + return; + case 69: + this.chainConveyor7 = ((HMIControl.ChainConveyor)(target)); + return; + case 70: + this.textBlock2 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 71: + this.textBlock1 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 72: + this.textBlock3 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 73: + this.textBlock4 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 74: + this.textBlock5 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 75: + this.textBlock6 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 76: + this.textBlock7 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 77: + this.textBlock8 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 78: + this.textBlock9 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 79: + this.textBlock10 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 80: + this.textBlock11 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 81: + this.textBlock12 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 82: + this.textBlock13 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 83: + this.textBlock14 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 84: + this.textBlock15 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 85: + this.textBlock16 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 86: + this.textBlock17 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 87: + this.textBlock18 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 88: + this.textBlock20 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 89: + this.textBlock21 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 90: + this.textBlock22 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 91: + this.textBlock23 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 92: + this.textBlock24 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 93: + this.textBlock25 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 94: + this.textBlock26 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 95: + this.textBlock27 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 96: + this.textBlock28 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 97: + this.textBlock29 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 98: + this.textBlock30 = ((System.Windows.Controls.TextBlock)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.i.cs new file mode 100644 index 0000000..57a81c7 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/MaterialRecivingLine.g.i.cs @@ -0,0 +1,1169 @@ +#pragma checksum "..\..\..\MaterialRecivingLine.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EAE7C264B3235EB42910C09D1176E54D88064418" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIControl; +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 CoreTest { + + + /// + /// MaterialRecivingLine + /// + public partial class MaterialRecivingLine : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 7 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal CoreTest.MaterialRecivingLine MaterialRecivingLine1; + + #line default + #line hidden + + + #line 9 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas cvs1; + + #line default + #line hidden + + + #line 10 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock productline; + + #line default + #line hidden + + + #line 11 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ManualAddControl manualAddControl1; + + #line default + #line hidden + + + #line 12 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor1; + + #line default + #line hidden + + + #line 14 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ManualAddControl manualAddControl2; + + #line default + #line hidden + + + #line 15 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor2; + + #line default + #line hidden + + + #line 17 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator1; + + #line default + #line hidden + + + #line 18 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator2; + + #line default + #line hidden + + + #line 19 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator3; + + #line default + #line hidden + + + #line 20 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin1; + + #line default + #line hidden + + + #line 21 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin2; + + #line default + #line hidden + + + #line 22 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin3; + + #line default + #line hidden + + + #line 23 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin4; + + #line default + #line hidden + + + #line 24 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin5; + + #line default + #line hidden + + + #line 25 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin6; + + #line default + #line hidden + + + #line 26 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner1; + + #line default + #line hidden + + + #line 27 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner2; + + #line default + #line hidden + + + #line 28 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner3; + + #line default + #line hidden + + + #line 29 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner1; + + #line default + #line hidden + + + #line 30 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner2; + + #line default + #line hidden + + + #line 31 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor3; + + #line default + #line hidden + + + #line 32 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Divert divert1; + + #line default + #line hidden + + + #line 33 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FourWays fourWays1; + + #line default + #line hidden + + + #line 34 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor4; + + #line default + #line hidden + + + #line 35 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo1; + + #line default + #line hidden + + + #line 47 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo2; + + #line default + #line hidden + + + #line 48 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo3; + + #line default + #line hidden + + + #line 49 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo4; + + #line default + #line hidden + + + #line 50 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo5; + + #line default + #line hidden + + + #line 51 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo6; + + #line default + #line hidden + + + #line 57 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo7; + + #line default + #line hidden + + + #line 61 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch1; + + #line default + #line hidden + + + #line 62 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch3; + + #line default + #line hidden + + + #line 63 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo8; + + #line default + #line hidden + + + #line 64 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo9; + + #line default + #line hidden + + + #line 67 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo10; + + #line default + #line hidden + + + #line 69 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo11; + + #line default + #line hidden + + + #line 71 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo13; + + #line default + #line hidden + + + #line 72 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate6; + + #line default + #line hidden + + + #line 73 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate1; + + #line default + #line hidden + + + #line 74 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate2; + + #line default + #line hidden + + + #line 75 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate3; + + #line default + #line hidden + + + #line 76 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate4; + + #line default + #line hidden + + + #line 77 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate5; + + #line default + #line hidden + + + #line 78 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate7; + + #line default + #line hidden + + + #line 79 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo12; + + #line default + #line hidden + + + #line 81 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin7; + + #line default + #line hidden + + + #line 82 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin8; + + #line default + #line hidden + + + #line 83 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin9; + + #line default + #line hidden + + + #line 84 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin10; + + #line default + #line hidden + + + #line 85 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin11; + + #line default + #line hidden + + + #line 86 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.BufferBin bufferBin12; + + #line default + #line hidden + + + #line 87 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator4; + + #line default + #line hidden + + + #line 88 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ManualAddControl manualAddControl3; + + #line default + #line hidden + + + #line 89 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor5; + + #line default + #line hidden + + + #line 91 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo14; + + #line default + #line hidden + + + #line 93 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Divert divert2; + + #line default + #line hidden + + + #line 94 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner3; + + #line default + #line hidden + + + #line 95 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner4; + + #line default + #line hidden + + + #line 96 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor6; + + #line default + #line hidden + + + #line 98 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo15; + + #line default + #line hidden + + + #line 101 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate9; + + #line default + #line hidden + + + #line 102 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate10; + + #line default + #line hidden + + + #line 103 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate11; + + #line default + #line hidden + + + #line 104 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate12; + + #line default + #line hidden + + + #line 105 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate13; + + #line default + #line hidden + + + #line 106 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate14; + + #line default + #line hidden + + + #line 115 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor7; + + #line default + #line hidden + + + #line 124 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock2; + + #line default + #line hidden + + + #line 125 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock1; + + #line default + #line hidden + + + #line 126 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock3; + + #line default + #line hidden + + + #line 127 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock4; + + #line default + #line hidden + + + #line 128 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock5; + + #line default + #line hidden + + + #line 129 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock6; + + #line default + #line hidden + + + #line 130 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock7; + + #line default + #line hidden + + + #line 131 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock8; + + #line default + #line hidden + + + #line 132 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock9; + + #line default + #line hidden + + + #line 133 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock10; + + #line default + #line hidden + + + #line 134 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock11; + + #line default + #line hidden + + + #line 135 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock12; + + #line default + #line hidden + + + #line 136 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock13; + + #line default + #line hidden + + + #line 137 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock14; + + #line default + #line hidden + + + #line 138 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock15; + + #line default + #line hidden + + + #line 139 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock16; + + #line default + #line hidden + + + #line 140 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock17; + + #line default + #line hidden + + + #line 141 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock18; + + #line default + #line hidden + + + #line 142 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock20; + + #line default + #line hidden + + + #line 143 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock21; + + #line default + #line hidden + + + #line 144 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock22; + + #line default + #line hidden + + + #line 145 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock23; + + #line default + #line hidden + + + #line 146 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock24; + + #line default + #line hidden + + + #line 147 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock25; + + #line default + #line hidden + + + #line 148 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock26; + + #line default + #line hidden + + + #line 149 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock27; + + #line default + #line hidden + + + #line 150 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock28; + + #line default + #line hidden + + + #line 151 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock29; + + #line default + #line hidden + + + #line 152 "..\..\..\MaterialRecivingLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock textBlock30; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/materialrecivingline.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\MaterialRecivingLine.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.MaterialRecivingLine1 = ((CoreTest.MaterialRecivingLine)(target)); + + #line 8 "..\..\..\MaterialRecivingLine.xaml" + this.MaterialRecivingLine1.Loaded += new System.Windows.RoutedEventHandler(this.HMI_Loaded); + + #line default + #line hidden + + #line 8 "..\..\..\MaterialRecivingLine.xaml" + this.MaterialRecivingLine1.Unloaded += new System.Windows.RoutedEventHandler(this.HMI_Unloaded); + + #line default + #line hidden + return; + case 2: + this.cvs1 = ((System.Windows.Controls.Canvas)(target)); + return; + case 3: + this.productline = ((System.Windows.Controls.TextBlock)(target)); + return; + case 4: + this.manualAddControl1 = ((HMIControl.ManualAddControl)(target)); + return; + case 5: + this.chainConveyor1 = ((HMIControl.ChainConveyor)(target)); + return; + case 6: + this.manualAddControl2 = ((HMIControl.ManualAddControl)(target)); + return; + case 7: + this.chainConveyor2 = ((HMIControl.ChainConveyor)(target)); + return; + case 8: + this.elevator1 = ((HMIControl.Elevator)(target)); + return; + case 9: + this.elevator2 = ((HMIControl.Elevator)(target)); + return; + case 10: + this.elevator3 = ((HMIControl.Elevator)(target)); + return; + case 11: + this.bufferBin1 = ((HMIControl.BufferBin)(target)); + return; + case 12: + this.bufferBin2 = ((HMIControl.BufferBin)(target)); + return; + case 13: + this.bufferBin3 = ((HMIControl.BufferBin)(target)); + return; + case 14: + this.bufferBin4 = ((HMIControl.BufferBin)(target)); + return; + case 15: + this.bufferBin5 = ((HMIControl.BufferBin)(target)); + return; + case 16: + this.bufferBin6 = ((HMIControl.BufferBin)(target)); + return; + case 17: + this.magnetCleaner1 = ((HMIControl.MagnetCleaner)(target)); + return; + case 18: + this.magnetCleaner2 = ((HMIControl.MagnetCleaner)(target)); + return; + case 19: + this.magnetCleaner3 = ((HMIControl.MagnetCleaner)(target)); + return; + case 20: + this.preCleaner1 = ((HMIControl.PreCleaner)(target)); + return; + case 21: + this.preCleaner2 = ((HMIControl.PreCleaner)(target)); + return; + case 22: + this.chainConveyor3 = ((HMIControl.ChainConveyor)(target)); + return; + case 23: + this.divert1 = ((HMIControl.Divert)(target)); + return; + case 24: + this.fourWays1 = ((HMIControl.FourWays)(target)); + return; + case 25: + this.chainConveyor4 = ((HMIControl.ChainConveyor)(target)); + return; + case 26: + this.fromTo1 = ((HMIControl.FromTo)(target)); + return; + case 27: + this.fromTo2 = ((HMIControl.FromTo)(target)); + return; + case 28: + this.fromTo3 = ((HMIControl.FromTo)(target)); + return; + case 29: + this.fromTo4 = ((HMIControl.FromTo)(target)); + return; + case 30: + this.fromTo5 = ((HMIControl.FromTo)(target)); + return; + case 31: + this.fromTo6 = ((HMIControl.FromTo)(target)); + return; + case 32: + this.fromTo7 = ((HMIControl.FromTo)(target)); + return; + case 33: + this.selectSwitch1 = ((HMIControl.SelectSwitch)(target)); + return; + case 34: + this.selectSwitch3 = ((HMIControl.SelectSwitch)(target)); + return; + case 35: + this.fromTo8 = ((HMIControl.FromTo)(target)); + return; + case 36: + this.fromTo9 = ((HMIControl.FromTo)(target)); + return; + case 37: + this.fromTo10 = ((HMIControl.FromTo)(target)); + return; + case 38: + this.fromTo11 = ((HMIControl.FromTo)(target)); + return; + case 39: + this.fromTo13 = ((HMIControl.FromTo)(target)); + return; + case 40: + this.slideGate6 = ((HMIControl.SlideGate)(target)); + return; + case 41: + this.slideGate1 = ((HMIControl.SlideGate)(target)); + return; + case 42: + this.slideGate2 = ((HMIControl.SlideGate)(target)); + return; + case 43: + this.slideGate3 = ((HMIControl.SlideGate)(target)); + return; + case 44: + this.slideGate4 = ((HMIControl.SlideGate)(target)); + return; + case 45: + this.slideGate5 = ((HMIControl.SlideGate)(target)); + return; + case 46: + this.slideGate7 = ((HMIControl.SlideGate)(target)); + return; + case 47: + this.fromTo12 = ((HMIControl.FromTo)(target)); + return; + case 48: + this.bufferBin7 = ((HMIControl.BufferBin)(target)); + return; + case 49: + this.bufferBin8 = ((HMIControl.BufferBin)(target)); + return; + case 50: + this.bufferBin9 = ((HMIControl.BufferBin)(target)); + return; + case 51: + this.bufferBin10 = ((HMIControl.BufferBin)(target)); + return; + case 52: + this.bufferBin11 = ((HMIControl.BufferBin)(target)); + return; + case 53: + this.bufferBin12 = ((HMIControl.BufferBin)(target)); + return; + case 54: + this.elevator4 = ((HMIControl.Elevator)(target)); + return; + case 55: + this.manualAddControl3 = ((HMIControl.ManualAddControl)(target)); + return; + case 56: + this.chainConveyor5 = ((HMIControl.ChainConveyor)(target)); + return; + case 57: + this.fromTo14 = ((HMIControl.FromTo)(target)); + return; + case 58: + this.divert2 = ((HMIControl.Divert)(target)); + return; + case 59: + this.preCleaner3 = ((HMIControl.PreCleaner)(target)); + return; + case 60: + this.magnetCleaner4 = ((HMIControl.MagnetCleaner)(target)); + return; + case 61: + this.chainConveyor6 = ((HMIControl.ChainConveyor)(target)); + return; + case 62: + this.fromTo15 = ((HMIControl.FromTo)(target)); + return; + case 63: + this.slideGate9 = ((HMIControl.SlideGate)(target)); + return; + case 64: + this.slideGate10 = ((HMIControl.SlideGate)(target)); + return; + case 65: + this.slideGate11 = ((HMIControl.SlideGate)(target)); + return; + case 66: + this.slideGate12 = ((HMIControl.SlideGate)(target)); + return; + case 67: + this.slideGate13 = ((HMIControl.SlideGate)(target)); + return; + case 68: + this.slideGate14 = ((HMIControl.SlideGate)(target)); + return; + case 69: + this.chainConveyor7 = ((HMIControl.ChainConveyor)(target)); + return; + case 70: + this.textBlock2 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 71: + this.textBlock1 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 72: + this.textBlock3 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 73: + this.textBlock4 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 74: + this.textBlock5 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 75: + this.textBlock6 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 76: + this.textBlock7 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 77: + this.textBlock8 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 78: + this.textBlock9 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 79: + this.textBlock10 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 80: + this.textBlock11 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 81: + this.textBlock12 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 82: + this.textBlock13 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 83: + this.textBlock14 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 84: + this.textBlock15 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 85: + this.textBlock16 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 86: + this.textBlock17 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 87: + this.textBlock18 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 88: + this.textBlock20 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 89: + this.textBlock21 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 90: + this.textBlock22 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 91: + this.textBlock23 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 92: + this.textBlock24 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 93: + this.textBlock25 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 94: + this.textBlock26 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 95: + this.textBlock27 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 96: + this.textBlock28 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 97: + this.textBlock29 = ((System.Windows.Controls.TextBlock)(target)); + return; + case 98: + this.textBlock30 = ((System.Windows.Controls.TextBlock)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.baml b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.baml new file mode 100644 index 0000000000000000000000000000000000000000..c9f199acfc0327d5d81c6117a48a41d7bc232855 GIT binary patch literal 2862 zcmcImOKclO82;^DKN34_lcw)jw#2Hu?6nhnHjgTYG!IeHG*J?zRaI52?Mc1Lde`i( zNx}(nC{!FO6(p#NdZ;QPdO)ZLUKfM}0_B1@aYIPZ&|Wzrxx@c&>^h}XO;K3uU+?UE z^UeRBjRU|m%)@aQ!~c^wdgXxxK;RYVI|p!PV$IU4MrlI#^a;bQnfh8fwa6XUu&vRY znpX>hxxAW7r^f51S9kcR#p|AVnM>ki;E4t&k$8^`_)uOpJ`Y0s*G(-R_ zgm!nJ^qmdB;_2C`1=}{44Nsk1^|)2$<+i>3YC%PtpKNTN7c_0SJg}6{4HODXg(Kz3 z$Ju(?u*&v|tB%{2=h)^J%l<``!)??4xh?=K+%hB{gy^{K@CELAi6a0(*w-4Wb9Kuz zs@!*@gbP@pwQ5d+Q%%<6y35;UlhOFwhS~karTh@n^m1M+@I31~EyMh*gVD4+-NTF_ zEp~$UTnNr=<(+aci&kuBc_+xvhv96~4^y^Nbx&9xzu@@#?*M)86bx59uQrm+x}^%Q z>aL3A)lB@7UCpi-*3xQrAeYm!t9sSU*0%Uh1_@*cK^R!@LD(X2YJSc2cvU@v`2V0{ zad1#)C8qTc=LLnSKs|EX2@d$sDn_f&9Yd1va>=WUf^#vh?U{*{aaBpMJ}Fg%khJpl1LpIqN~ z|Fey2xBvL+>#GeGK^S>Z>G(-VL%H0|``Uhg_`Q%cfA|ay<99@O-l)#kt>=Z7#W#tg z0nCh4GZk9xVVai>U0vX--b{@u&`ll+04mf&uPD8B&oitG({`CFT>*$Rd;F+iQRE~& zlDmWOR|BGxqG>J^jia13?Fu(DA5}tn9qUG`fw!sbLgebxyTI>c%d~FS6>v2miQbWH6Ym|1OCNk z9HZ4^lsz(ZzGOSb>)26s6II-Y3&NeZ#N8l8LJ-I9CcX4#1C;$&#Gcfh%OBi(>+-!f zE^WN?@klClwV@sKm%U5Ne);xOp~Qa>;c?uBJIFbKld^PE0Nc}~%1}iz6#r6U>mr2Z zT-2hhi+9SR#1N4Uw6%ER7sRY- zdl*Rx*Rft)O9_>suG5a--gVLCH=ib!B1zC^QIyCxBGCWceeEy~nsJ<&$%^D5>V(iU zts7Q52ggb?pF&+%ZL{I07+=66oLD6!V$>eUSsChN59?nc;CxND z2#op@G>sxh6L~^swx>hW1IgV{Y%%z4Q8CQ2!!0!mjH<-9X^g7>*!K7~KjOC7bkeZ6 zgajEPX`9fsE+V)We~p`{JZ+Ui33p!GtQ#R@zxB~db_i!kkqkA^hbc_EMM0nxN|Qoh aJJ_U<8AXzENoM%Pga;ZuQ9q*03jPgk=|YkK literal 0 HcmV?d00001 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs new file mode 100644 index 0000000..e0a5102 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.cs @@ -0,0 +1,186 @@ +#pragma checksum "..\..\..\RuntimeChart.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8AE27EC0F869EF1ADB433A4756BFD002B4305BD3" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Microsoft.Research.DynamicDataDisplay; +using Microsoft.Research.DynamicDataDisplay.Charts; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes.Numeric; +using Microsoft.Research.DynamicDataDisplay.Charts.Isolines; +using Microsoft.Research.DynamicDataDisplay.Charts.Markers; +using Microsoft.Research.DynamicDataDisplay.Charts.Navigation; +using Microsoft.Research.DynamicDataDisplay.Charts.Shapes; +using Microsoft.Research.DynamicDataDisplay.Common.Palettes; +using Microsoft.Research.DynamicDataDisplay.Converters; +using Microsoft.Research.DynamicDataDisplay.DataSources; +using Microsoft.Research.DynamicDataDisplay.MarkupExtensions; +using Microsoft.Research.DynamicDataDisplay.Navigation; +using Microsoft.Research.DynamicDataDisplay.PointMarkers; +using Microsoft.Research.DynamicDataDisplay.ViewportRestrictions; +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// RuntimeChart + /// + public partial class RuntimeChart : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 16 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ComboBox comb1; + + #line default + #line hidden + + + #line 18 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ColorPicker colorpicker; + + #line default + #line hidden + + + #line 20 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.ChartPlotter chartPlotter1; + + #line default + #line hidden + + + #line 22 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis hTimeSpanAxis; + + #line default + #line hidden + + + #line 24 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine hilevel; + + #line default + #line hidden + + + #line 25 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine lolevel; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/runtimechart.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\RuntimeChart.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 8 "..\..\..\RuntimeChart.xaml" + ((CoreTest.RuntimeChart)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + + #line 8 "..\..\..\RuntimeChart.xaml" + ((CoreTest.RuntimeChart)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.comb1 = ((System.Windows.Controls.ComboBox)(target)); + + #line 16 "..\..\..\RuntimeChart.xaml" + this.comb1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comb1_SelectionChanged); + + #line default + #line hidden + return; + case 3: + this.colorpicker = ((Microsoft.Windows.Controls.ColorPicker)(target)); + + #line 18 "..\..\..\RuntimeChart.xaml" + this.colorpicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.ColorPicker_SelectedColorChanged); + + #line default + #line hidden + return; + case 4: + this.chartPlotter1 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target)); + return; + case 5: + this.hTimeSpanAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis)(target)); + return; + case 6: + this.hilevel = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine)(target)); + return; + case 7: + this.lolevel = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs new file mode 100644 index 0000000..e0a5102 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs @@ -0,0 +1,186 @@ +#pragma checksum "..\..\..\RuntimeChart.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8AE27EC0F869EF1ADB433A4756BFD002B4305BD3" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using Microsoft.Research.DynamicDataDisplay; +using Microsoft.Research.DynamicDataDisplay.Charts; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes.Numeric; +using Microsoft.Research.DynamicDataDisplay.Charts.Isolines; +using Microsoft.Research.DynamicDataDisplay.Charts.Markers; +using Microsoft.Research.DynamicDataDisplay.Charts.Navigation; +using Microsoft.Research.DynamicDataDisplay.Charts.Shapes; +using Microsoft.Research.DynamicDataDisplay.Common.Palettes; +using Microsoft.Research.DynamicDataDisplay.Converters; +using Microsoft.Research.DynamicDataDisplay.DataSources; +using Microsoft.Research.DynamicDataDisplay.MarkupExtensions; +using Microsoft.Research.DynamicDataDisplay.Navigation; +using Microsoft.Research.DynamicDataDisplay.PointMarkers; +using Microsoft.Research.DynamicDataDisplay.ViewportRestrictions; +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// RuntimeChart + /// + public partial class RuntimeChart : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 16 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ComboBox comb1; + + #line default + #line hidden + + + #line 18 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ColorPicker colorpicker; + + #line default + #line hidden + + + #line 20 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.ChartPlotter chartPlotter1; + + #line default + #line hidden + + + #line 22 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis hTimeSpanAxis; + + #line default + #line hidden + + + #line 24 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine hilevel; + + #line default + #line hidden + + + #line 25 "..\..\..\RuntimeChart.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine lolevel; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/runtimechart.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\RuntimeChart.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 8 "..\..\..\RuntimeChart.xaml" + ((CoreTest.RuntimeChart)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + + #line 8 "..\..\..\RuntimeChart.xaml" + ((CoreTest.RuntimeChart)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.comb1 = ((System.Windows.Controls.ComboBox)(target)); + + #line 16 "..\..\..\RuntimeChart.xaml" + this.comb1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comb1_SelectionChanged); + + #line default + #line hidden + return; + case 3: + this.colorpicker = ((Microsoft.Windows.Controls.ColorPicker)(target)); + + #line 18 "..\..\..\RuntimeChart.xaml" + this.colorpicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.ColorPicker_SelectedColorChanged); + + #line default + #line hidden + return; + case 4: + this.chartPlotter1 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target)); + return; + case 5: + this.hTimeSpanAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis)(target)); + return; + case 6: + this.hilevel = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine)(target)); + return; + case 7: + this.lolevel = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalLine)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.baml b/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.baml new file mode 100644 index 0000000000000000000000000000000000000000..681faf7dd984eb50f5c5ae15aad04fc5d7796696 GIT binary patch literal 9809 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 Oej^P@g(e{y!T$jT85zU? literal 0 HcmV?d00001 diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.cs new file mode 100644 index 0000000..796ec28 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.cs @@ -0,0 +1,410 @@ +#pragma checksum "..\..\..\SiloProductLine.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "15A80936DD960F024A2611D0E67A9155B0BAB816" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIControl; +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 CoreTest { + + + /// + /// SiloProductLine + /// + public partial class SiloProductLine : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 7 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal CoreTest.SiloProductLine SiloProductLine1; + + #line default + #line hidden + + + #line 9 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas cvs1; + + #line default + #line hidden + + + #line 10 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Silo silo1; + + #line default + #line hidden + + + #line 11 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Silo silo2; + + #line default + #line hidden + + + #line 12 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator1; + + #line default + #line hidden + + + #line 13 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator2; + + #line default + #line hidden + + + #line 14 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner1; + + #line default + #line hidden + + + #line 15 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Bucket bucket1; + + #line default + #line hidden + + + #line 16 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Truck truck1; + + #line default + #line hidden + + + #line 17 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor1; + + #line default + #line hidden + + + #line 18 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner1; + + #line default + #line hidden + + + #line 19 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor2; + + #line default + #line hidden + + + #line 20 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor3; + + #line default + #line hidden + + + #line 21 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor4; + + #line default + #line hidden + + + #line 22 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Cyclone cyclone1; + + #line default + #line hidden + + + #line 30 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock productline; + + #line default + #line hidden + + + #line 31 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo12; + + #line default + #line hidden + + + #line 33 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch1; + + #line default + #line hidden + + + #line 34 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch3; + + #line default + #line hidden + + + #line 35 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo1; + + #line default + #line hidden + + + #line 36 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo2; + + #line default + #line hidden + + + #line 38 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo3; + + #line default + #line hidden + + + #line 41 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate1; + + #line default + #line hidden + + + #line 42 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate2; + + #line default + #line hidden + + + #line 43 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo4; + + #line default + #line hidden + + + #line 45 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo5; + + #line default + #line hidden + + + #line 47 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate3; + + #line default + #line hidden + + + #line 48 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Cyclone cyclone2; + + #line default + #line hidden + + + #line 50 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo6; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/siloproductline.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\SiloProductLine.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.SiloProductLine1 = ((CoreTest.SiloProductLine)(target)); + + #line 8 "..\..\..\SiloProductLine.xaml" + this.SiloProductLine1.Loaded += new System.Windows.RoutedEventHandler(this.HMI_Loaded); + + #line default + #line hidden + + #line 8 "..\..\..\SiloProductLine.xaml" + this.SiloProductLine1.Unloaded += new System.Windows.RoutedEventHandler(this.HMI_Unloaded); + + #line default + #line hidden + return; + case 2: + this.cvs1 = ((System.Windows.Controls.Canvas)(target)); + return; + case 3: + this.silo1 = ((HMIControl.Silo)(target)); + return; + case 4: + this.silo2 = ((HMIControl.Silo)(target)); + return; + case 5: + this.elevator1 = ((HMIControl.Elevator)(target)); + return; + case 6: + this.elevator2 = ((HMIControl.Elevator)(target)); + return; + case 7: + this.preCleaner1 = ((HMIControl.PreCleaner)(target)); + return; + case 8: + this.bucket1 = ((HMIControl.Bucket)(target)); + return; + case 9: + this.truck1 = ((HMIControl.Truck)(target)); + return; + case 10: + this.chainConveyor1 = ((HMIControl.ChainConveyor)(target)); + return; + case 11: + this.magnetCleaner1 = ((HMIControl.MagnetCleaner)(target)); + return; + case 12: + this.chainConveyor2 = ((HMIControl.ChainConveyor)(target)); + return; + case 13: + this.chainConveyor3 = ((HMIControl.ChainConveyor)(target)); + return; + case 14: + this.chainConveyor4 = ((HMIControl.ChainConveyor)(target)); + return; + case 15: + this.cyclone1 = ((HMIControl.Cyclone)(target)); + return; + case 16: + this.productline = ((System.Windows.Controls.TextBlock)(target)); + return; + case 17: + this.fromTo12 = ((HMIControl.FromTo)(target)); + return; + case 18: + this.selectSwitch1 = ((HMIControl.SelectSwitch)(target)); + return; + case 19: + this.selectSwitch3 = ((HMIControl.SelectSwitch)(target)); + return; + case 20: + this.fromTo1 = ((HMIControl.FromTo)(target)); + return; + case 21: + this.fromTo2 = ((HMIControl.FromTo)(target)); + return; + case 22: + this.fromTo3 = ((HMIControl.FromTo)(target)); + return; + case 23: + this.slideGate1 = ((HMIControl.SlideGate)(target)); + return; + case 24: + this.slideGate2 = ((HMIControl.SlideGate)(target)); + return; + case 25: + this.fromTo4 = ((HMIControl.FromTo)(target)); + return; + case 26: + this.fromTo5 = ((HMIControl.FromTo)(target)); + return; + case 27: + this.slideGate3 = ((HMIControl.SlideGate)(target)); + return; + case 28: + this.cyclone2 = ((HMIControl.Cyclone)(target)); + return; + case 29: + this.fromTo6 = ((HMIControl.FromTo)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.i.cs new file mode 100644 index 0000000..796ec28 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/SiloProductLine.g.i.cs @@ -0,0 +1,410 @@ +#pragma checksum "..\..\..\SiloProductLine.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "15A80936DD960F024A2611D0E67A9155B0BAB816" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using HMIControl; +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 CoreTest { + + + /// + /// SiloProductLine + /// + public partial class SiloProductLine : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { + + + #line 7 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal CoreTest.SiloProductLine SiloProductLine1; + + #line default + #line hidden + + + #line 9 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Canvas cvs1; + + #line default + #line hidden + + + #line 10 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Silo silo1; + + #line default + #line hidden + + + #line 11 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Silo silo2; + + #line default + #line hidden + + + #line 12 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator1; + + #line default + #line hidden + + + #line 13 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Elevator elevator2; + + #line default + #line hidden + + + #line 14 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.PreCleaner preCleaner1; + + #line default + #line hidden + + + #line 15 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Bucket bucket1; + + #line default + #line hidden + + + #line 16 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Truck truck1; + + #line default + #line hidden + + + #line 17 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor1; + + #line default + #line hidden + + + #line 18 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.MagnetCleaner magnetCleaner1; + + #line default + #line hidden + + + #line 19 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor2; + + #line default + #line hidden + + + #line 20 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor3; + + #line default + #line hidden + + + #line 21 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.ChainConveyor chainConveyor4; + + #line default + #line hidden + + + #line 22 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Cyclone cyclone1; + + #line default + #line hidden + + + #line 30 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock productline; + + #line default + #line hidden + + + #line 31 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo12; + + #line default + #line hidden + + + #line 33 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch1; + + #line default + #line hidden + + + #line 34 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SelectSwitch selectSwitch3; + + #line default + #line hidden + + + #line 35 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo1; + + #line default + #line hidden + + + #line 36 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo2; + + #line default + #line hidden + + + #line 38 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo3; + + #line default + #line hidden + + + #line 41 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate1; + + #line default + #line hidden + + + #line 42 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate2; + + #line default + #line hidden + + + #line 43 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo4; + + #line default + #line hidden + + + #line 45 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo5; + + #line default + #line hidden + + + #line 47 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.SlideGate slideGate3; + + #line default + #line hidden + + + #line 48 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.Cyclone cyclone2; + + #line default + #line hidden + + + #line 50 "..\..\..\SiloProductLine.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal HMIControl.FromTo fromTo6; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/siloproductline.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\SiloProductLine.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.SiloProductLine1 = ((CoreTest.SiloProductLine)(target)); + + #line 8 "..\..\..\SiloProductLine.xaml" + this.SiloProductLine1.Loaded += new System.Windows.RoutedEventHandler(this.HMI_Loaded); + + #line default + #line hidden + + #line 8 "..\..\..\SiloProductLine.xaml" + this.SiloProductLine1.Unloaded += new System.Windows.RoutedEventHandler(this.HMI_Unloaded); + + #line default + #line hidden + return; + case 2: + this.cvs1 = ((System.Windows.Controls.Canvas)(target)); + return; + case 3: + this.silo1 = ((HMIControl.Silo)(target)); + return; + case 4: + this.silo2 = ((HMIControl.Silo)(target)); + return; + case 5: + this.elevator1 = ((HMIControl.Elevator)(target)); + return; + case 6: + this.elevator2 = ((HMIControl.Elevator)(target)); + return; + case 7: + this.preCleaner1 = ((HMIControl.PreCleaner)(target)); + return; + case 8: + this.bucket1 = ((HMIControl.Bucket)(target)); + return; + case 9: + this.truck1 = ((HMIControl.Truck)(target)); + return; + case 10: + this.chainConveyor1 = ((HMIControl.ChainConveyor)(target)); + return; + case 11: + this.magnetCleaner1 = ((HMIControl.MagnetCleaner)(target)); + return; + case 12: + this.chainConveyor2 = ((HMIControl.ChainConveyor)(target)); + return; + case 13: + this.chainConveyor3 = ((HMIControl.ChainConveyor)(target)); + return; + case 14: + this.chainConveyor4 = ((HMIControl.ChainConveyor)(target)); + return; + case 15: + this.cyclone1 = ((HMIControl.Cyclone)(target)); + return; + case 16: + this.productline = ((System.Windows.Controls.TextBlock)(target)); + return; + case 17: + this.fromTo12 = ((HMIControl.FromTo)(target)); + return; + case 18: + this.selectSwitch1 = ((HMIControl.SelectSwitch)(target)); + return; + case 19: + this.selectSwitch3 = ((HMIControl.SelectSwitch)(target)); + return; + case 20: + this.fromTo1 = ((HMIControl.FromTo)(target)); + return; + case 21: + this.fromTo2 = ((HMIControl.FromTo)(target)); + return; + case 22: + this.fromTo3 = ((HMIControl.FromTo)(target)); + return; + case 23: + this.slideGate1 = ((HMIControl.SlideGate)(target)); + return; + case 24: + this.slideGate2 = ((HMIControl.SlideGate)(target)); + return; + case 25: + this.fromTo4 = ((HMIControl.FromTo)(target)); + return; + case 26: + this.fromTo5 = ((HMIControl.FromTo)(target)); + return; + case 27: + this.slideGate3 = ((HMIControl.SlideGate)(target)); + return; + case 28: + this.cyclone2 = ((HMIControl.Cyclone)(target)); + return; + case 29: + this.fromTo6 = ((HMIControl.FromTo)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.baml b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.baml new file mode 100644 index 0000000000000000000000000000000000000000..db9487807ce7009b6bb098e96a45a6f0146354c4 GIT binary patch literal 2362 zcmd5;-EZ4e6u z>9~u#;rv;VoY>C8l;hUDY1^msZV>-2xKB)x(FNaMI+V$Hl?7Tiy>#8GxQ^${`RR&N z&onK2ZaFiU%^I0yvtG+Ab>&Ya9N~#TM56QUvW3V@amDj#J$)SP|3ir7;bBv+=tgcd zKSZ-5qlrV@a_Zm2D3Z{2U^=!Gc2g2saDR)0N|s-vS|1^ijSoLxzi@i})sNO+c=LQq z7k3Q%I5h0p%6QRV0dtij;*4X{F=pHiW|F$WHhAn)mh9!xTAihy^*lY|RH+u@i8AAC zO~40_g1BMRChdIl0=y0lJO8Zz(^R}I1RT# zy=aK&AzT|o_^ri12yY_lGCWaY>03-!U=ZkeMh;?lI!JJ7;WZ}AyH((cMm-=>{34Lx z!w*bNO^)E5+$$0IFgEKnC+VDJTev~I9*O9fKNUo{(IPqyVj!CG4&(D#!i;`EVxU96 z|D=QbcXYY-cah{i8JF!XIJHLI?p|3YIywthevc7-Pus(-~FO zB>gDU6QBzg_zqHrE!;_2bdAYn$E{K~2WdmYS3sorA3JHwX7$N}uF1bMZt%I5@i1sL z`76fdzu7d#0`SEacnX1Xo$Utt1t0Khi_c$o=?HN<)}CTaKFB=@g5z(Y$hh|cg1A?2E0k{+eP;>Sq0u~u7P-Zw^_M@rdG3SrEdzT%lfQ;a zL2(WQ;7i8k0HhJ9*V{n`{G!*GT=ZS)R~CTsG@3-ObWfcMzUojr6S%wz^@dEo6)1md zC*>kwDgNV5-xvkFHRWf>VIFe$J*dTi;5{%32;xrv3&AIrEguM?QJdh+)z$UWpLG*N zPX7yn$vrB8swvZ6!L%#1CP^xuY#rV=khk#*JOlFkU=WbUBdkL{w#Jk)Ru}#ffIV8Z z*{@$(h4Z_ceRg-)H(?b`?UeT{VtKo~ZwJawdEW +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +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 CoreTest { + + + /// + /// StartDevice + /// + public partial class StartDevice : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 8 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid grd; + + #line default + #line hidden + + + #line 20 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Border border1; + + #line default + #line hidden + + + #line 21 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock devicename; + + #line default + #line hidden + + + #line 22 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnStop; + + #line default + #line hidden + + + #line 23 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnExit; + + #line default + #line hidden + + + #line 24 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnStart; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/startdevice.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\StartDevice.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.grd = ((System.Windows.Controls.Grid)(target)); + return; + case 2: + this.border1 = ((System.Windows.Controls.Border)(target)); + return; + case 3: + this.devicename = ((System.Windows.Controls.TextBlock)(target)); + return; + case 4: + this.btnStop = ((System.Windows.Controls.Button)(target)); + return; + case 5: + this.btnExit = ((System.Windows.Controls.Button)(target)); + + #line 23 "..\..\..\StartDevice.xaml" + this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click); + + #line default + #line hidden + return; + case 6: + this.btnStart = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs new file mode 100644 index 0000000..33ed6f3 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs @@ -0,0 +1,150 @@ +#pragma checksum "..\..\..\StartDevice.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0EEE22AD3B597E0CB717D8885FB4F7D7B3D7EBF9" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +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 CoreTest { + + + /// + /// StartDevice + /// + public partial class StartDevice : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 8 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Grid grd; + + #line default + #line hidden + + + #line 20 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Border border1; + + #line default + #line hidden + + + #line 21 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBlock devicename; + + #line default + #line hidden + + + #line 22 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnStop; + + #line default + #line hidden + + + #line 23 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnExit; + + #line default + #line hidden + + + #line 24 "..\..\..\StartDevice.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Button btnStart; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/startdevice.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\StartDevice.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.grd = ((System.Windows.Controls.Grid)(target)); + return; + case 2: + this.border1 = ((System.Windows.Controls.Border)(target)); + return; + case 3: + this.devicename = ((System.Windows.Controls.TextBlock)(target)); + return; + case 4: + this.btnStop = ((System.Windows.Controls.Button)(target)); + return; + case 5: + this.btnExit = ((System.Windows.Controls.Button)(target)); + + #line 23 "..\..\..\StartDevice.xaml" + this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click); + + #line default + #line hidden + return; + case 6: + this.btnStart = ((System.Windows.Controls.Button)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.cs new file mode 100644 index 0000000..862de34 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.cs @@ -0,0 +1,136 @@ +#pragma checksum "..\..\..\TagMonitor.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "28C5AB6899D56BC8ADA97D3865FFFC890B9A3DDD" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using Microsoft.Windows.Controls; +using Microsoft.Windows.Controls.PropertyGrid; +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 CoreTest { + + + /// + /// TagMonitor + /// + public partial class TagMonitor : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 16 "..\..\..\TagMonitor.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.DataGrid list1; + + #line default + #line hidden + + + #line 24 "..\..\..\TagMonitor.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ChildWindow childWindow1; + + #line default + #line hidden + + + #line 26 "..\..\..\TagMonitor.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox textBox1; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/tagmonitor.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\TagMonitor.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 7 "..\..\..\TagMonitor.xaml" + ((CoreTest.TagMonitor)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + + #line 7 "..\..\..\TagMonitor.xaml" + ((CoreTest.TagMonitor)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.list1 = ((System.Windows.Controls.DataGrid)(target)); + return; + case 3: + this.childWindow1 = ((Microsoft.Windows.Controls.ChildWindow)(target)); + return; + case 4: + this.textBox1 = ((System.Windows.Controls.TextBox)(target)); + return; + case 5: + + #line 27 "..\..\..\TagMonitor.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); + + #line default + #line hidden + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.i.cs new file mode 100644 index 0000000..862de34 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.i.cs @@ -0,0 +1,136 @@ +#pragma checksum "..\..\..\TagMonitor.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "28C5AB6899D56BC8ADA97D3865FFFC890B9A3DDD" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using Microsoft.Windows.Controls; +using Microsoft.Windows.Controls.PropertyGrid; +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 CoreTest { + + + /// + /// TagMonitor + /// + public partial class TagMonitor : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 16 "..\..\..\TagMonitor.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.DataGrid list1; + + #line default + #line hidden + + + #line 24 "..\..\..\TagMonitor.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ChildWindow childWindow1; + + #line default + #line hidden + + + #line 26 "..\..\..\TagMonitor.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.TextBox textBox1; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/tagmonitor.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\TagMonitor.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 7 "..\..\..\TagMonitor.xaml" + ((CoreTest.TagMonitor)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); + + #line default + #line hidden + + #line 7 "..\..\..\TagMonitor.xaml" + ((CoreTest.TagMonitor)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.list1 = ((System.Windows.Controls.DataGrid)(target)); + return; + case 3: + this.childWindow1 = ((Microsoft.Windows.Controls.ChildWindow)(target)); + return; + case 4: + this.textBox1 = ((System.Windows.Controls.TextBox)(target)); + return; + case 5: + + #line 27 "..\..\..\TagMonitor.xaml" + ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click); + + #line default + #line hidden + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.cs new file mode 100644 index 0000000..d0d2465 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.cs @@ -0,0 +1,264 @@ +#pragma checksum "..\..\..\Trend.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A699E208959857EF7ABA7FAB7613F3E3383D42FE" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using Microsoft.Research.DynamicDataDisplay; +using Microsoft.Research.DynamicDataDisplay.Charts; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes.Numeric; +using Microsoft.Research.DynamicDataDisplay.Charts.Isolines; +using Microsoft.Research.DynamicDataDisplay.Charts.Markers; +using Microsoft.Research.DynamicDataDisplay.Charts.Navigation; +using Microsoft.Research.DynamicDataDisplay.Charts.Shapes; +using Microsoft.Research.DynamicDataDisplay.Common.Palettes; +using Microsoft.Research.DynamicDataDisplay.Converters; +using Microsoft.Research.DynamicDataDisplay.DataSources; +using Microsoft.Research.DynamicDataDisplay.MarkupExtensions; +using Microsoft.Research.DynamicDataDisplay.Navigation; +using Microsoft.Research.DynamicDataDisplay.PointMarkers; +using Microsoft.Research.DynamicDataDisplay.ViewportRestrictions; +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// Trend + /// + public partial class Trend : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 15 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBar toolBar1; + + #line default + #line hidden + + + #line 23 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtstart; + + #line default + #line hidden + + + #line 25 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtend; + + #line default + #line hidden + + + #line 27 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox PCheckBox; + + #line default + #line hidden + + + #line 28 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Primitives.Popup popusBottom; + + #line default + #line hidden + + + #line 34 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.CheckListBox chklist; + + #line default + #line hidden + + + #line 40 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ComboBox comodel; + + #line default + #line hidden + + + #line 45 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox chkshow; + + #line default + #line hidden + + + #line 46 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ColorPicker colorpicker; + + #line default + #line hidden + + + #line 48 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.ChartPlotter chartPlotter1; + + #line default + #line hidden + + + #line 50 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis hTimeSpanAxis; + + #line default + #line hidden + + + #line 52 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.Navigation.CursorCoordinateGraph cursor; + + #line default + #line hidden + + + #line 53 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.Navigation.AxisCursorGraph axiscuror; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/trend.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\Trend.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 9 "..\..\..\Trend.xaml" + ((CoreTest.Trend)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.toolBar1 = ((System.Windows.Controls.ToolBar)(target)); + return; + case 3: + this.dtstart = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 4: + this.dtend = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 5: + this.PCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 6: + this.popusBottom = ((System.Windows.Controls.Primitives.Popup)(target)); + return; + case 7: + this.chklist = ((Microsoft.Windows.Controls.CheckListBox)(target)); + return; + case 8: + this.comodel = ((System.Windows.Controls.ComboBox)(target)); + + #line 40 "..\..\..\Trend.xaml" + this.comodel.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comodel_SelectionChanged); + + #line default + #line hidden + return; + case 9: + this.chkshow = ((System.Windows.Controls.CheckBox)(target)); + + #line 45 "..\..\..\Trend.xaml" + this.chkshow.Click += new System.Windows.RoutedEventHandler(this.chkshow_Click); + + #line default + #line hidden + return; + case 10: + this.colorpicker = ((Microsoft.Windows.Controls.ColorPicker)(target)); + + #line 46 "..\..\..\Trend.xaml" + this.colorpicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.ColorPicker_SelectedColorChanged); + + #line default + #line hidden + return; + case 11: + this.chartPlotter1 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target)); + return; + case 12: + this.hTimeSpanAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis)(target)); + return; + case 13: + this.cursor = ((Microsoft.Research.DynamicDataDisplay.Charts.Navigation.CursorCoordinateGraph)(target)); + return; + case 14: + this.axiscuror = ((Microsoft.Research.DynamicDataDisplay.Charts.Navigation.AxisCursorGraph)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs new file mode 100644 index 0000000..d0d2465 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs @@ -0,0 +1,264 @@ +#pragma checksum "..\..\..\Trend.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A699E208959857EF7ABA7FAB7613F3E3383D42FE" +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using CoreTest; +using Microsoft.Research.DynamicDataDisplay; +using Microsoft.Research.DynamicDataDisplay.Charts; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes; +using Microsoft.Research.DynamicDataDisplay.Charts.Axes.Numeric; +using Microsoft.Research.DynamicDataDisplay.Charts.Isolines; +using Microsoft.Research.DynamicDataDisplay.Charts.Markers; +using Microsoft.Research.DynamicDataDisplay.Charts.Navigation; +using Microsoft.Research.DynamicDataDisplay.Charts.Shapes; +using Microsoft.Research.DynamicDataDisplay.Common.Palettes; +using Microsoft.Research.DynamicDataDisplay.Converters; +using Microsoft.Research.DynamicDataDisplay.DataSources; +using Microsoft.Research.DynamicDataDisplay.MarkupExtensions; +using Microsoft.Research.DynamicDataDisplay.Navigation; +using Microsoft.Research.DynamicDataDisplay.PointMarkers; +using Microsoft.Research.DynamicDataDisplay.ViewportRestrictions; +using Microsoft.Windows.Controls; +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 CoreTest { + + + /// + /// Trend + /// + public partial class Trend : System.Windows.Window, System.Windows.Markup.IComponentConnector { + + + #line 15 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ToolBar toolBar1; + + #line default + #line hidden + + + #line 23 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtstart; + + #line default + #line hidden + + + #line 25 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.DateTimePicker dtend; + + #line default + #line hidden + + + #line 27 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox PCheckBox; + + #line default + #line hidden + + + #line 28 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.Primitives.Popup popusBottom; + + #line default + #line hidden + + + #line 34 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.CheckListBox chklist; + + #line default + #line hidden + + + #line 40 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.ComboBox comodel; + + #line default + #line hidden + + + #line 45 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal System.Windows.Controls.CheckBox chkshow; + + #line default + #line hidden + + + #line 46 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Windows.Controls.ColorPicker colorpicker; + + #line default + #line hidden + + + #line 48 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.ChartPlotter chartPlotter1; + + #line default + #line hidden + + + #line 50 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis hTimeSpanAxis; + + #line default + #line hidden + + + #line 52 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.Navigation.CursorCoordinateGraph cursor; + + #line default + #line hidden + + + #line 53 "..\..\..\Trend.xaml" + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] + internal Microsoft.Research.DynamicDataDisplay.Charts.Navigation.AxisCursorGraph axiscuror; + + #line default + #line hidden + + private bool _contentLoaded; + + /// + /// InitializeComponent + /// + [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("/CoreTest;component/trend.xaml", System.UriKind.Relative); + + #line 1 "..\..\..\Trend.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 9 "..\..\..\Trend.xaml" + ((CoreTest.Trend)(target)).Closed += new System.EventHandler(this.Window_Closed); + + #line default + #line hidden + return; + case 2: + this.toolBar1 = ((System.Windows.Controls.ToolBar)(target)); + return; + case 3: + this.dtstart = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 4: + this.dtend = ((Microsoft.Windows.Controls.DateTimePicker)(target)); + return; + case 5: + this.PCheckBox = ((System.Windows.Controls.CheckBox)(target)); + return; + case 6: + this.popusBottom = ((System.Windows.Controls.Primitives.Popup)(target)); + return; + case 7: + this.chklist = ((Microsoft.Windows.Controls.CheckListBox)(target)); + return; + case 8: + this.comodel = ((System.Windows.Controls.ComboBox)(target)); + + #line 40 "..\..\..\Trend.xaml" + this.comodel.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comodel_SelectionChanged); + + #line default + #line hidden + return; + case 9: + this.chkshow = ((System.Windows.Controls.CheckBox)(target)); + + #line 45 "..\..\..\Trend.xaml" + this.chkshow.Click += new System.Windows.RoutedEventHandler(this.chkshow_Click); + + #line default + #line hidden + return; + case 10: + this.colorpicker = ((Microsoft.Windows.Controls.ColorPicker)(target)); + + #line 46 "..\..\..\Trend.xaml" + this.colorpicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler(this.ColorPicker_SelectedColorChanged); + + #line default + #line hidden + return; + case 11: + this.chartPlotter1 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target)); + return; + case 12: + this.hTimeSpanAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis)(target)); + return; + case 13: + this.cursor = ((Microsoft.Research.DynamicDataDisplay.Charts.Navigation.CursorCoordinateGraph)(target)); + return; + case 14: + this.axiscuror = ((Microsoft.Research.DynamicDataDisplay.Charts.Navigation.AxisCursorGraph)(target)); + return; + } + this._contentLoaded = true; + } + } +} + diff --git a/SCADA/Program/DataExchange.sln.DotSettings.user b/SCADA/Program/DataExchange.sln.DotSettings.user new file mode 100644 index 0000000..1ac1ab4 --- /dev/null +++ b/SCADA/Program/DataExchange.sln.DotSettings.user @@ -0,0 +1,9 @@ + + <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> + <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> + <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> + <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> + <Policy Inspect="True" Prefix="" Suffix="" Style="AA_BB"><ExtraRule Prefix="" Suffix="" Style="aaBb" /></Policy> + <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> + <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb"><ExtraRule Prefix="_" Suffix="" Style="aaBb" /></Policy> + 2 \ No newline at end of file diff --git a/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csproj.CoreCompileInputs.cache b/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..f64b9ea --- /dev/null +++ b/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f14412b49b386018caaabb284e1023494a2ed21a diff --git a/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache b/SCADA/Program/DataHelper/obj/x86/Debug/DataHelper.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..feccbfb9ea4077b6d5ef785a88c0d882e3e3df67 GIT binary patch literal 20162 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 ktx9LkQjvDg?1U6Z*wC3dlQik+ z9=dz7JBYGqi3nJt1zMsdPy!_vRC%H0C(tV|;DSqEK7ijr|Nrjk+3uaQ7ST4`%&E%L z-DjTj($DXl=RD_ha#}8z`xg?gO#AW>m(E*F&-LAQP`$fn*{$k|>2Lehy6efA=~e0Z zmg}6HTd2-eXREU_)AgPm^gMaek-fk(?V0Hdy$#!H-Yfen?zVJJZp_ZN7urYLb91eQ zS##bjvay5eHX40Dkexnz%Lk3B9mw*$mJHzk1H}w*qs+mh82dfGAM> zN7WJ(jBmJR>#W%fT(2~EpK{&pbWKls`&nt-ZOIFsyJNMaS7t`TdO{ZPM!vpk+CAy# zauXA|VsWypYHKO3>o!H7mqzOU=l#b{71=9;eG>%=KJVup|8yPV@%o81bZOHwJJV-j z6@U8nE60x9v360mr6--HoL=;O*@5Myzcw`P+F9t!%dWS*R$V@`a_wp7aCMgT(ZFkU z6mo*KVQ)QIZP~WY?$~?QEL$w^>5HB=12cS4fo7fm|BH6~rt8_(2HV_E!Xat{H)4`v zAH_!?ip)DSgqWIzi5YT;;~<3l3ic-3D+-r!H)FuZ3pcYbS)>! zGuPML*uuzfRR;s8zlTU`={0NI^6uGbd{hc>o`b#;S$~WOzR4DdC z=u;2|M`3k-c7E=7PNNC<-l;+##k07X;uZ+~V-TrAG}%a@k5m5>6rY694^SuB5=}f( z=u_1HG{vnD`e&$C4i#>~~GeE1G^I@Jg27AR~h%yS+tJBCJlQ7rMf- zCp%`hD_c3ORH8S8r_%Bykk|70n+9_{_IhQlyfB>hPTSh-c_w{pJQm4WQb{sgAnXBllBxu;cr-{{=3ey zp3)8-_xgIST)2wL{))=}w|7X@$rkk6Ao`qhCu+4?{X|XSu4^iHT^mlX+R#DQQtrCO zk;wX3do6O;wS?X1Q4Ia_Xn#48du_4iH2Yv{_0gl|LUZBB-0}Ita`xD9)M%7AX+svF z&)U@_2p8rrpt$%V#qAV#P<#nuijIIu<6Pkc)AU1-dh`xr2KVC26jlC)Kc;XnXzzg^ z2Snj2a^A%afrb?3pcCvlg%H43(DYK&`K)YD-xt1m7~SmN_VXw%4pS^ZOwo%nY4nki z#gE`Fo`YNw#ZhF4V-&=nHv6BGX8%*t>~}(U?+1Upgd6%vv>y+C=4J(e>quw>1__1T z1Na(>iBlAJQ7ls2O;M*fO>u_eEW{MoD<+MrQH1B~xGTqzgE)sLu|#nXM4HVXl5BpT zWOE+6J9{@J;@(DHX&H^*8)s!jg$woY^>W*~F5-zH|DVKCk_id+Q8Xza}_W5|bK z(?P^wh;QOSJPZ-12+SKvFuzfNVPG-_lP#D_uxVuwjy7bohkZle5bMYlk3z&LBJ^sK z(61GQ7&VRwWlN|Dn;HW`4|Z%rw2&cWOa|8o&MQeczfizoG(U!uEu1abG@d@oy^i#( zrf&!fx#BU1I7NhBP7-=)lu(6xDRn%;4OS{1(W=N{OfnK#a5FK+oGs=K%^!!yhG1AH zT!=VDd|yoR{qZQ@BDZ*BG})r@VAER$?y>GBPR9)4<0lcsjBt%GJ)gw%oB|U!;bTnM zV!8~QrdF{l$Pj&qI7M)tNy7R5D4YrpKGZ&vry*${$)gdakK}%TOgLM@PtyF?eB`(B zD82&`r-<*(BRF0X z&f^L=JWw9P$rjFwu<6Z%=x@a{9UuQM!v8uk#82>x_$fr3B1)YkC0jv>C;nqf*;0BL zHXYq1{|vd}=P@2!BSKqALYoRgr=dC~lr5oGVABJGd344Jq}TNKma(=YM6 z_!UH)B38{Ls|^J!el;7j%9houu;~qUyszOW@j67DB21T(m>yAJ;&;t4rff020h`93 z?D=1rhIkV>;;k4Bt`VJwl5`#%rBgWvRrQvaADPoz-g}Uv+VWQTH7u>lPh(0|exFIJ z@?(usl^+U1)!&_3e`@M|tXlB&8}B=d>zUYNaaIhER1l2DnftRbLxXef>tNoGj@MaOS9Lo%}aw_c#~; literal 0 HcmV?d00001 diff --git a/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.cs b/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.cs new file mode 100644 index 0000000..136dd1b --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [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 { + + /// + /// CreateInstance + /// + 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); + } + + /// + /// GetPropertyValue + /// + 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); + } + + /// + /// SetPropertyValue + /// + 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); + } + + /// + /// CreateDelegate + /// + 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))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} + diff --git a/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.i.cs b/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.i.cs new file mode 100644 index 0000000..136dd1b --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.i.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace XamlGeneratedNamespace { + + + /// + /// GeneratedInternalTypeHelper + /// + [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 { + + /// + /// CreateInstance + /// + 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); + } + + /// + /// GetPropertyValue + /// + 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); + } + + /// + /// SetPropertyValue + /// + 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); + } + + /// + /// CreateDelegate + /// + 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))); + } + + /// + /// AddEventHandler + /// + protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { + eventInfo.AddEventHandler(target, handler); + } + } +} + diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..642fde6 --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +7dc184ea8ed938d2f972714de4ddd83f7c0e9079 diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl.csprojAssemblyReference.cache b/SCADA/Program/HMIControl/obj/Debug/HMIControl.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..55497b7c993d710baa12e85084cc0e4f9f1b0bb0 GIT binary patch literal 46488 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 cSkahQnxYLUnxa9eG)03(3;ijNkSA? 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 literal 0 HcmV?d00001 diff --git a/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csproj.CoreCompileInputs.cache b/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..19970c1 --- /dev/null +++ b/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +e5baaa62871e4eeed28f0ad591ac61cb0034f596 diff --git a/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache b/SCADA/Program/OPCDriver/obj/Debug/OPCDriver.csprojAssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..48a2c919d6c4ed73029d8468b6da1151cc1194e6 GIT binary patch literal 2926 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