From 8fe5ed97f4b38b382124e55c550e05f8f2902c4c Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 15 Jul 2018 23:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3STR=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6128 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7089 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6718 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6034 bytes .../CoreTest/obj/x86/Debug/AlarmSet.g.i.cs | 199 +++++++++++++ .../Program/CoreTest/obj/x86/Debug/App.g.i.cs | 78 ++++++ ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 8189 bytes .../Debug/GeneratedInternalTypeHelper.g.i.cs | 62 ++++ .../CoreTest/obj/x86/Debug/Login.g.i.cs | 205 ++++++++++++++ .../obj/x86/Debug/RuntimeChart.g.i.cs | 188 +++++++++++++ .../CoreTest/obj/x86/Debug/StartDevice.g.i.cs | 151 ++++++++++ .../CoreTest/obj/x86/Debug/TagMonitor.g.i.cs | 136 +++++++++ .../CoreTest/obj/x86/Debug/Trend.g.i.cs | 264 ++++++++++++++++++ ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6127 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6630 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6160 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6245 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7021 bytes .../Debug/GeneratedInternalTypeHelper.g.i.cs | 62 ++++ .../Debug/HMIControl_MarkupCompile.i.cache | 20 ++ .../obj/Debug/HMIControl_MarkupCompile.i.lref | 4 + ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7176 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6130 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6113 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 5920 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6134 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6040 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6205 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 9066 bytes 29 files changed, 1369 insertions(+) create mode 100644 SCADA/Program/ABPLCReader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/BatchCoreService/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/BatchCoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/ClientDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.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.i.cs create mode 100644 SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs create mode 100644 SCADA/Program/DDEDriver/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/DataHelper/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/DataService/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/FileDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.i.cs create mode 100644 SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.cache create mode 100644 SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.lref create mode 100644 SCADA/Program/LinkableControlDesignTime/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/ModbusDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/OPCDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/OPCLib/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/OmronPlcDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/PanasonicDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/SiemensPLCDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache diff --git a/SCADA/Program/ABPLCReader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/ABPLCReader/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..a78566509c23cbe80db521acdc194c13ee4a15ed GIT binary patch literal 6128 zcmeHLZBrXJ5VpZwFoYD-ln`i=OG;nT@py27@G`>(uyMjPWEk5eA2^1{cWa|?KDm+( za2b9}e?g}|vE4n}XJZI$X6y_fEaui?CGDu+8y@&tGB;`N`6ZXzze2qz zPQcqJEi9Io%PZw{+F4#;i)@5cu6{z(md{;>^zC>Wq^P}@tX2b=$}_p+)qJfU>n zgl!M6wB>~B;C!DFv&duxbU3WwmlWuCC`8TkiYFvwq0G<~JD$>LU)#Ed;Gb{r)DYL` z`iS2w;>k6B=P1*~c`DsyW|m8^wU8XtWX;h`7Jy0nc#r90HCgFmjMt49u<1GgAM#;{>TBEv|B zqS2^zeedhYG$GH6POW3ub zCHE>xv#M+%U0!PMvH!otR#w=uz5FV@wzvcft80hJ+w8cbruM@RhrM;{9Tyjk4nnja zQ55c`eh9zgG1cP@Gzids#Lyr>dv$RhMhOSUhmnlMV^kd>f^Z-bzlQ{WMv26Uj1d_} zGG^RIYGhmvo;D`1zIBmr;-~cj!s#<6!3rU-m3p^b43T8=6z}a^?EFwnAgA(p(2#DK&C}lJI7~)^iL?)5EylP|%_XozJGQx=)%?T&4`!niphLbXv z%toWx>}yP6rx=YkzNT7Lao2c=wK3wQ78e%NYw>UJ|HxQ^yicDoO(b>3y{cn8!g?&_ zxUMl1)ZiQvv_SM3^eXu6b6u5XniW8va&&8ndo5SBxq-G>6zyf!t)_#`;0a;=biVrP zr4@S5Y%U+d?2cs)y>WHHEt)aOBOh7~H(4$87wDWroxk^AXNXlL1ZuxUweA;Fi%S`! z%{90Z23JB)A3wcDRKZbngpbau8aYz@4;Vc^Nk2QNO#|9tXs+K;&J z_2Ty!{~jEUj>ezhsn;qAf)qj4o@KNB+AF;xEzg%6oAQ3P zm*Kbc7j*g)+g)J`^Ag%L)(jskkJrbYZlArqJ?YsckxV2Kf8#~JblvYl;jD983MDGq z+~O)=Zb=6Y7iL~~p77TS%h}8pNX3P}n42~y>66Xm16KzU7JUe`WNtRI5tLnSzlHjy zI0S#OJULaFsmxY#IcH{)O|f2rocjRM>wvos;jQ@^q^NC6R;z(Di%hQhwLq)KIQcPi zU2zP~l2YK6-TLy02A`}_gLrpd_!VAV;Vz8W%y+oMG&Jv|UNv3`Tz5q>4~~UAYz}R* zGLAjGG`1pK2iN7kZ>XOM$ zh{h2`(P@f9`5lj`HXoo)fW{F+od9jui*q+gJUG>jqCeF`&0Z2n2NJ1!DDbC`M2bW| zi2)S-#(k6tV-Usb(_(`;EtHT*A2SJ7M0PFn-STF{A+tyLhR-$$XoGAnpPU&FP|rzW z!J1gFZzDxjHD-hLhU?X!Y?bzztd;Uhg(d4;B8#aanYCUsZSUuih?YPeahxE^2iD2l zE2{wIpo&r<1>HoNR0Jj5qlgngoJs_ea|r-VY|n4T-O*4TW|tt z+63~4LCpW{Cp%@SRx|A|Lomir;r7QW%)1j)%D+VAzkaOcq`Vm#7lya=hN_>S>b?Ae)rhK0m@#EupeZk{C{i+wn8mE3 zCAOnLxE$pcZNAlHw;{+=1W_@7MC6+?z(6vh=w>4!3xS^@a5+w32_a4&$0W@bFB93;G(-4&p;=#Q(Z*zzy*x5YLSruaUimh~FUMVSI?& z+;_yWGFOE3R0#Mj0!|poluB~;9b|*(6r4xWg}sV(rQVP(vxewY06jVN>k24#u`7M7(LD3SSCL+vN$??y2^b` zg;A=QuHnf!Gk(PWvD3|)Yryq0!^H7+q(MKSp25>1J0=oJHR3a461zS<3AmuYX-alN lm*%h$$DW1x4(h%aZV*Ay)%|DZVe@bQH|jiWqI&-Bz&~*WIK}_~ literal 0 HcmV?d00001 diff --git a/SCADA/Program/BatchCoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/BatchCoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..528b2bb7ac2755c4261f2f975b35439d00462f62 GIT binary patch literal 6718 zcmeHMZBH9V5VpZ=FoYD-ln`iAr=?Yrx+h#9yhwZi8v<&HknKWM&LZo(u~|6ZS-X3H zi})@51yz4yJ9F4)2MBG7E%Cu;dA!WtJ~KNzyZ77>iAExkzwx49x*qnSu(yRJJ>`|P zu`86%oxJvK;TajPTJ_wm?0PD>3sMQsT}jUwGxSL%GrpsJ2`eu6T5>0q-0@3}uzrGi z!8-OKZMxY_hlIYLH%SPx4v~q>oE-RqJVR^r#K)*u}H7zQxCm{=Ej-l9cl}7(s-dzH}zWt_4 zxXW9gh?^mvUDLOZN;)`CrLVY|6%s7%NdaoKW@|3G#!}XyWtz1zI*Q8g*2+^#@ zBvgdbvfdgH$BAj65KbacdobFpj9=;6_FQoc^2N>StWY(F*U8}3fsI6)x*WJ8Jqwib zuYIBIO8q2AcbZ8jKO-J-rv9F7TgiL-0@+D3;F)X z@YcMR!mXr|Rb_e75vA51`|n$9VS&$E^Ka5ivvV-BxKvEt=EpsCwHt9Lb~dc{94;E| zrD!*@DBMlm0Kexs)!_})OVDoQP%l9{_24W9#T|Q;})22h2Hc_X8w@NT0XOyT{SNyvX}~zS#ynR>o9{vw170w^h!tO+2R{B z3njmTQX&5=AVM4Cj)ZV`Hd| z1^u66s~@ei$JiJml`%Urn_h~4fqzGa5)@wgvT+i|sc@?{dxGtlVLJ|+2wHFk30eUP zFeBQ(dAEqH)@p_oyc@7dMEmV-Xc%>TFVV=W%{*w03{DyNLJ&0A6yooFDt^Wh;OeXt zCm_v|a2re4t`4H}<^KWCa?LlvL6-yQw#*1S0`O-D{>!I&PT+ZvCjzsy<#?MmfPRk9 z2bpEFk*~?%T`c($U3q1OX_##628wHI*MwR2;r=lxv&<%M4vc(-MoL{U64H7Jft_S` z?NICjJ1@{qv3v8O-S#z_IO?8>Mq+GxHaNkQzCnAud-i^<24-S(Zui(mk8O1Hy}Hw6 zJ$MKnU_GO%1`d??9R?5Z^ruo5_WTtKPo3-ahF&p&N{b(@dvqi3JH7ZFezn>!4i3hr z@ziTx31Y2OY-Qh~$aVh6O%Njv419-;*alWfqr{E_%G~Zrl<4v`ZG!kSU5S9=VS~Ly zF>#)`v21(6USaRp`KE9+73!#hw}m_Bg1tulWgeUJT}pyesV89C4KQ=%?Z zv%FwGpz4miw8fYbM81P~8rbN@f(85=u^$AhL#F8J|Fd_}{M$bFX;3qw!3Hh41~~R#-8DW#oSt~q}|nOB|X|iGLcC9i-mrvJRCye?r}#7C2HC{ z;3{NZS%)qcW*=Pnp@`@0;wMQQCSb?sq_sqi(G=Eh2)?n8?I)u3`{!5`%E9J$@&e(cteUBdWdEue_C&x>K)$%0UF53au_h_JIj|jQbFG25=SkBexhs#;{=|62nM` zlF6ijAJW9oUnAwF(%@rw;`%z80?yol03>(J-_cp`@`s0abio~Qz`PLl8JF*Vjk}h$ zd5>5TN~tp+SK5>f)>>2?wW#k&LBNR2?CLa3GO>fCPU=iKK~)5gA7^ zW;{fiFeZ?^x+t}g(|Q?!^cj<2#bDPm-)vQ444FH{8$Qu4KLu$C`@K~JJFFvB2t6wZ zk4m6~cN$~iE*3H!<{U%%3!1_tlG*E4b|61lYhHUrT?5|0l*W@4-Rye~ID2K@%tJs^k9wd6&h5 literal 0 HcmV?d00001 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..2209bad --- /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" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs new file mode 100644 index 0000000..80117e2 --- /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" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/CoreTest/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..720843c368fae4cc0febd9d286e9e1a57c1f5aee GIT binary patch literal 8189 zcmeHMdvnu95V!LXad;F{%Ci*F(iW(z#)ObZCx0Y%Ofn@*YP*CPl!3E!c8*9o_3o6! zWb#@12|E3V?e1BYO$aoA?conAlZ|qZ-|p@0t#!1{Is0z+pH0AL5s9bKox6&R3KkRx)$)g_YZ2p zwT511$3xtBtG#=c>A^asIwEF~3F;^=7?tNkR}oR6L^#_UL~YCSjUx@GL&58yAzal3 zK^sge(d@1L!M2Iw#t#S}n$iF=`m8 z)F{xAbUJOoFVNJ;U*nagRMZFag#C3C8l3fr22?P|dJM{XnScKLJwxC`JSAR4HwY6i z?7j}C!-|sA)DQ5_+@^YbfQAOz4;va9XsA_%ned zgJcrPX&{rv8K6eNV>D34S$JPQD97>BLIuL@&ga@;XdH5` z>>nEE04FRi*tgf4n-HkVkT}$S#MEk3vn$&~gq6Zlamj8`h-DfO(%J=xM5_=7+PwD4 z-k*DD7ileO0F@AcRv}0#Q^~#EBqHuaM3zIGZJPN4S8^W6-8ZFd2mV@G;D&+XV!Yxk z48MuP&16;P1GCj>#$$~OFlY>C8(+fPD9C19gqKNdvZkk|^YfXn;Q!QQ7PXJR#w8@y z9t(WexD4-Omg{-O75zr{X%;sK|1&Tv*#2l$frOA_D2S2mB2lEmBLNYjU8W%ykcCtn z;!z9I2qJZlaSgcr(F<-BsuaY2(t=b%zZlm6dh>&!wcQm3+oi&;u^`^_mi}AKT5(^0 z3^;0Jm3p8c4c%o@Nrwi%@i9u#>ZW3sfn|3D?`qZ1-vIRTNtFT?Vi%hM@tK1-afYFB zZURo_q&V#ZwYt6r8Kn~3>yoh3sDVuYUOy=?3YfS8Yh^zakk~*j0cnM1BQ@kLfPDPP zkVQe@^fWZ$w}ANjCnM^-oW#iwp2qJ0HYhCEvA#^5Vw-osPVT}9iqkDKc5isZlC|53 zvv|`X+UOAw4_%DivSPcP9qFaq2A;e9=eYqp0}h>FriXr2^Zp)q9}Jdvq9-lD4NDbdn(fcPHXN8DpT%6Q!7Mh`_A-$zhx7}uJ?#Ht zW478_aHApGM8Bx@Jq02ZKIGG~xlyWe?(HxIA3!MHy3|FWF$}hcDdI3i>}fHy*A*6> zn!JD_v@geBNcNgeynw(PLpbR9XDs<}zFj09R)Fz7=$*yte%O7lH^0aAu;*J76PY}C zz4nvEQUl(Q8TWydd+*n?SjNx{rr~9*1Xo*WENSREN4F$ttZ}^6n#H0AK3Ob$ps>aa zkShm;WAEAyjfc>C;b4^o3U62N+GPz+&Y>|2?bi;f$6q8h4~;qK??n}59&pYcl*t|@ zCV0_wXe>a}i9c8EJTNJ&bn?_J)=IQ0e}xy)`@K4n1Z8!71X!KY`-GhF8U1_cbN=rR NdgybKyTPr~{{g*A#E$>~ literal 0 HcmV?d00001 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..ffa4e1e --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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/Login.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs new file mode 100644 index 0000000..5574ef9 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs @@ -0,0 +1,205 @@ +#pragma checksum "..\..\..\Login.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AE28E95762DCC3C98413991AB3FD0D23F37D3CE3" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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 { + + + /// + /// 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/RuntimeChart.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs new file mode 100644 index 0000000..188fd75 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs @@ -0,0 +1,188 @@ +#pragma checksum "..\..\..\RuntimeChart.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8AE27EC0F869EF1ADB433A4756BFD002B4305BD3" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using CoreTest; +using HMIControl; +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/StartDevice.g.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs new file mode 100644 index 0000000..54202c4 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs @@ -0,0 +1,151 @@ +#pragma checksum "..\..\..\StartDevice.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0EEE22AD3B597E0CB717D8885FB4F7D7B3D7EBF9" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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 { + + + /// + /// 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.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.i.cs new file mode 100644 index 0000000..babb05a --- /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" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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.i.cs b/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs new file mode 100644 index 0000000..fc5eae5 --- /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" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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/DDEDriver/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/DDEDriver/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..d771f055ac465dd4276a2a241c8261f4aeef32ab GIT binary patch literal 6127 zcmeHLZBrXJ5VpZ67($9^N(eN`rKK(VngC-$uPD{K5z_?@76})eCJ3y zz-9O?{RN%=#CG>=pTQ8?%-9`1Sj?@(O4?nmR??%5#bdG9-&p9E%KafE&W^C9ul$NO z_k;?#ThxIgd^79UYQC4xZKaJpkV^R8MrO%epue<{4O|^a*zh3GlDlbRHz>Qp{skH( z{}{ZD^1@tKsuO4Xi7zaP* zuIrzIv#Au+%5G!pOoK;OsR`_z^}ULyZVMNtZSFb3;TqaKiL2%+f$MHdUV~F#9=DrH zyo_xRue5FZu7mS^O3V_MRnXC}Vo+9~-=YvTFRGp|AqN$XuE={zqkSFgnu342y;DOE&Un_{eY4l$Tl~03mam?jKyNZ zNQdI_IKvNVZ0L`XVnb=DVR+*D+L{8+d<`B*VVl3Av)*U+_iyQfJ7SN!0qk-i-~SwS zEov#eYTBqN+n25=clOwS-(o8(eA!-pnOR$0f`!$!gY<27+)-2e;fI6Xy7i8Wi^m5c z+K(uTc2hru-|?90@dg?MXg^|T5TL!fI1l24gOkHZ#*zuDju1gO5KG=efL!hea+y?8l&~JjWRXpOdUd(RhHmxQ_EK@~DYvpoVIVny+T7LP1b+-D_ z%0W4(B2|b$ONf#RpnUfvg2Ww2WZK+5g5(!8l}RKouA13K{-L?3j*#L;Ysx9?{*1aC z(X@;uquFS*`m!nPl%Ubmsaw`j&Bk6dUqy=1lFU#N2qb$;x>&IqhZ2-SX#YTf@$EiPq( zcGuue7~Baxef{(rQiVs+A-+0mYUEIf-(mC+4_Hb#V9Q^LXct|76%L+!lmPnV>$D$n z-|NNiF#z5_7#&SM!BekYQiLriCB~j2DfIsIO%ZMh6+FXAVjFW=al$Ymu(@nWoIuSr zZi-M2l@uWzGL}6@GIO52F}ZfZzQNY1^EblNlun^MOCER51^X8Hv*)FoGe?aJHjnMS zfKA__oQd-SKc$PBGD{cidt~K48y!SQs)G$u1dc*q{(u$U`^D-)1*s4ap{je~LXl=F U!+#DAoqx+Z4-TCu8+b7O57u7jHvj+t literal 0 HcmV?d00001 diff --git a/SCADA/Program/DataHelper/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/DataHelper/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..498ea3304c68df72e47ffa724c3e2edd7c3688d8 GIT binary patch literal 6630 zcmeHMeN!4o7zf3RXiUYX#%PmVTBnUEa|89=8UHY#k+x9jqcVzX?3L@s?q(kq`kHp$Dm3WQgCD_E@t!pJj`b8Ehmk8$y1<~ZIl z*lSWkwdB;-PZYSMl^ns@8P6^A$_95}++wcHZKj|#lX~S;*>{``!K!fViNn@Vk(F@l z;f1jc&#}?or_@*hR`5#_)Ei_Xr+LNo1Z1Ji&=omXD%9^>y9VQz*H3D&YfOE_ zuV(S&Qh)m@-9bC0>QFPw1z5@x9OP)tR!kIt3F}~+sRKD$>F5})39pPEBCEy(RJc^4 ze!d`%hAAKyP9mdrXS7Kf?-<(hTz&}R`PJQ7E^7{}lfce}%|x4OEZi2J1yXuq4YlVA zZNijmE&)65yNXw#xula*!%K3)mym}t2yl_rhVZJ$^gVKVAX>eFTeLo{U(+Iyex!ZT zXjH>5(n#MQ1BJR&P{s7b_*#k*&Ug(j2yPj_ptIhkcXzLuf;(b|IX-MNF5dkZPAw?G z-AYogO3M=tFP-nP|Gvc*7umcuzmQ&@orBcU@?P>fJ?^NgH{pl9?z;7kvx`Q1DS8uG z6z-;*V1CDQs>>Uwm!LP1L%js;){Ap5N;o*)k7Otwqvik+gaeWIJtX)uNF+{Vh{!OK zA?-d=E#q)-l{SLySEuy|dO7|T{v8=gkpJncjT14Bxm&fhN7#-T zw&Q3MK?_bG5rl~5(7j;&Gn|DN2g3?(4%#HL`sp)RVVn+G1!Rlg6!QD^|L`k-IN})d z5_elc#OOAA14n#~tli9t*^Is(+;8+3=-C-FjH}+vExZG?4 xkn0>fCkPS;4ozZ%bw6SqfGZKeU=(#Ph!#nvr~l91$@6djZ0MalVG($5_#gPnm!1Fs literal 0 HcmV?d00001 diff --git a/SCADA/Program/DataService/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/DataService/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..3e5f37d689a832fa25baa833b9207e0af378e03f GIT binary patch literal 6160 zcmeHLZBH9V5VpZ=FoYD-ln`i=OG{r;Stnc|yhwZ?Hcn7Wglvm^;1F5gjm?I8ad-Cs z7x7#A3#$IacIIp!;1F7=cEkrCy796*J8wI?_v|E+iA3UWeCU^+`$I^a9bwBr1vPE% z2^Dg;tV2fxWL)b43We*CzHMKF3>xnwZ!|!fB`&x9MySv0~sl=bsz<($%do3ECZMJ(Jt3VYO>zdG2W0t4I@NeO-ZN= zrDgMSLK+>@Kp~t(L05xuMay*8&`#isW022p?k)(`aCwsyc28_4+FWbmt_*BYDv+CK zz0l|rrd)dpIHl0n!h`mdZb_{ushLng32Gq0M^Qx?cqsG(N_rqWy-`@$5F2JJkr+lg zluRZWzDN^8e~gryN`r^#iR)`?N;va1_#lOC{))kRpWENRg#~xS9(P07&L)wP4{ZFbyIQ~MEzgWiVqj*Cks2PxW* zEQ)tiKZM`$oa*rg8YE~xa%hmCz4~w-Bnbznhmnk>Q`8(Gf^Z;_zJ~;VMv0_}j1d_} zGRE#BWqDVCuh|5)U!9lQ_-Vb2aQc)>uwuw-nQyl$F_O%l;CDXTfuU{4xpj8I9-tgm zShwbPn(q*(ss^{gdM)&uuxgc$xNMa3n}toQMG?!?5z<-(u6Y^ci9p_<`oTI|eQ6b- z8rG32#Gn<#NhMH$dlG}iQ$xwx>HTT6e1|0l*Wv;y?9X(HyS@I8k;!gk7Z zT$jy6EjWV=EfT$qZU%mS-D*d|h_Jr#BL?7w6}xD(cF(fj9JwATmN;&pi)AlcJ8yPrId=)evN9~&*m*IbBZ?K;FB@PiyCiEz(VOOk|nKI+X72%;xLK!}WG&ymcW=WndN zU9fL(bn5(#@HJIis0_1>JLiIZi~Y0bm75Do%?mb<VhMg2ri+jd(l#nW_pJI92`6UR+b(dJ8`-2VEiB8 C?Dekz literal 0 HcmV?d00001 diff --git a/SCADA/Program/FileDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/FileDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..b39707ebad18e659a54364c486280025df419c21 GIT binary patch literal 6245 zcmeHLUr!rH5VyfxFoYD-ln`i=YfIatvMgL6{E>JdHY8R{glv~QaEPq$#%9Cbox8gS zxQNfvPf+zEwlin@42IA~vLhaRmdESa*_qkd*}dOREFO!+{=tWS>A63I#M$At^p#)L znLVxoCQ3SRxSz@SuIqb+{8rlB1F5+0ZDf}+3-n2wxj^VZ!iEQdmQ1A0-Jl}4{R=e8 z{xNtPm4(IXa&@Je%{t2qY>|zS$<>codKGZtkiCMZLHhM~lGW=VGesr~UOmw2F%Evr zgz!(n*;ESLifC+|Y4FG^HG$GO->dT4HWx5$Gtc1;)6kYAu9~X`LTpRs!l^Hh+g)W= z!M=xA`nG-H;C!DFv&>`-bTq6KR21m9s6@^4n&(T%LzQ7D3ZByFU&p(q;-798YN~6B zKH@j4cyf(@d6X$|o=SJQndcI0?Mn`7vhHXmOTeUkw9E97nyhs(#_Q6rVuWZ`Qxa-i zY1!xuNaDmaPzYyH(dA%VvNGM(wc~sI800rMv-4cl1#6JO?t!gDn`;i-mA(y1`EnDz z=NjjPDc2eTPBHK_ccC?;TT?SiY9>%ngepkzP}R2dT~zu3H9e4RZWtD0$QU+^SZo;S zP&^(t@QXAy^yf&ap)|Odp18iYri9D91`i~+GrwZ6-e>psZxO*AvByLJyNt{CKS!b^ zExA`qo365bDR`x`$Nv8oTUlYt_VUZ@+Ts!{tgaoTZ}a1hy4sI89P~D%tkkwb$7?bVC(AWk?qIgDg1nV{wf5rhM=0t4R^d)DY5I1kdu4pMbRd$_FbCm7s=H zA^a>OL@I*v#Yu#RJ9sE#Gy4dVU(h@zk-WI-V;lB|zM?IHi5so?rcnGDiJQ@!%q6qg zX|`mIDHKZ3XyZ$2xrz(pA-2Ydmswm`%&sNB!vC?c6a}BY#x#-4Dfe8*c!cdl#u37p z30rUmDOw*|9)m6gzkO27jT=IkfqE|7}K4RYGX?>(6SI!XKJ_f@Z~M zn=NKgf^uf?A{xAidV1yRHI55Uz(c(1x@zQ5@jqbn5D#^#a$wKjiD>g)zlsj-nN)T9 z=#{u1dEe{B?=kA$KNuZNKE+e7{iF!cP#w;AhNRg0(>Fz6DKubWBe9JIv^W8$5KUe7 zBu+@`8aGAIik=j~D{|KO7Rk(c?#7DVh4CHsPMyEuo~9ZO6?Y1_b1sZ|r`L9~{;M9p~kO$-c0uovif&c&j literal 0 HcmV?d00001 diff --git a/SCADA/Program/HMIControl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/HMIControl/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..b0aa29aea5728afe102b9f07edb2ee6785a586d2 GIT binary patch literal 7021 zcmeHM>rNX-6t=-^FoYD-ln`i=O-nDN?iLpa7l|KWL$DemWLpr4MP$4?HWT*Z&dg$5 zi)ZN*RDHzuob`GQh7hFK7C*d*<6$o6KI`usBGE`B@*h0-iO<6UAm%PJxGUU})b^S1 zh?SR~$y_b%+P3RtGh0b@pK`%mXFav3&Ero}O?#H~I9+$BCpoc_>Yi7$nDGa#72H$m ztQY4ON=v2XQYvLG&65Q(gd$fyA!*ZNmWlGRj-=eJ9B@*pP_E?&&pH)Pil=b+DX}cK zO3e)+s9m&bTj!EGsFfIl-D%e;vGO*v=%hg$lbJ-)=1!ayGbPWmwmGqB)#aznr2;9! z+T$y0+pcATz0Yy7KzNzT@L1j}3M$_L6EVxmj>~C=mI$~a>j(+@wX|z6es%k%2D`@A zC+ubx&#uj1KBZbuX_Ia;EeI>2h1yEZWW2%H}A=B)1)Wk4BJlt^R{ z=s+|YRp1wBWZ>_id`(DdLwZ7d4T%Y-y`c`}%+TI~vp%E_4{zB5H)5Yy9^E61fA~Gz znwOk8<)ms0!{rt$w(i*7uh{Z3Su&Phr&bph>HNy-QSvrD?y0KX@WWAO-Fna2MWg)` z?M4=bx2YSQ3pPtZ<%aUMkx2ge72jKpI&96|zcAQFE71U`n5#F303 z83i(;JOrwwEk+%wjKO%bo(u5PS{~qZm2j$ukXP5{6cvI ze4NahKD%2x0H7)=#Gv{cCU?A|o$ZtMBY)0RT(xTDn{OsAp)= zD+3h(KMMena#Xn1S%`;Qct|sdaYEx?p&jEu=C114g#Es*APZsQdSGt?w!gsbYG{+X zs5TbWV6QR(n__rc`5H&IV3zV2Mk6?ZR^#8m-;t37Iv;O?#9BSG7H|1?JvH<_u`S=w??G&(XNJBHq|Wxn*aPO6ZdGg& z;a{Q{ezo-hSs##fwDr*Gdd5cr$I$Yz#n7=}f6?LNvqldRR{o8JFUadHnSQ?oyRV;Y z4Rs^$J01KESD%MR!^80(;H}qu5(wP0lRboD1a_n4hi}Zf@Jw zE|es!ccNzb75I$RbEJv@6x+HNiUw0#cLlove!X1A6qys0F$t_rd}sa!1Je0uwZYwl fUyy*P2Y#ebGCqU<^xrz4`=3w$trPa*k4FCo9F-_- literal 0 HcmV?d00001 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..ffa4e1e --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/GeneratedInternalTypeHelper.g.i.cs @@ -0,0 +1,62 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +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_MarkupCompile.i.cache b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.cache new file mode 100644 index 0000000..0640182 --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.cache @@ -0,0 +1,20 @@ +HMIControl + + +library +C# +.cs +D:\$MyWorkspace\GitHub\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\ +HMIControl +none +false +DEBUG;TRACE + +1-731644535 + +911110599564 +11-823603823 +Themes\Generic.xaml; + +True + diff --git a/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.lref b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.lref new file mode 100644 index 0000000..0941972 --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.lref @@ -0,0 +1,4 @@ +D:\$MyWorkspace\GitHub\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\GeneratedInternalTypeHelper.g.i.cs + +FD:\$MyWorkspace\GitHub\SharpSCADA\SCADA\Program\HMIControl\Themes\Generic.xaml;; + diff --git a/SCADA/Program/LinkableControlDesignTime/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/LinkableControlDesignTime/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..133f8df037f9f9585572d075278addc1020ca833 GIT binary patch literal 7176 zcmeHMZBH9V5VpZwFnKAaX^%PEvc-_=P|_Cx4YedZm)#7ToVkC{ zUR~_d;6*dP+*)ZpX%!0IN}eo}8H9ZL38a@H;~wHw0!^jpY)jJVP-$0*tOT7W^_#r6cA#m1t5TQY?xF}5!RK%4 ztLxu-ot>@X_No5kv$7oQRQkj+OH5K%3(2UO?|7QX8YR-*+a!8V&9_ft*12gAv|G!U5x=}zoG$^%(Y*Gv)&bUc0O|poQN&LL%KAYj?UQmkJytZWW`;1TzIzph~}R@Yvew+j<0m7armJzUblYb z>XOMxh{h2`(P@f9`BxrOV?IEW0F5JtCILFG7iS}hJUBfKVlJJ+<_rp;1Bvtn5b!mN zB8_4W#YGTv)+LY$>oSO!ht&addR_w}-6fJb5!rR@H*58XL*_of8$LHApaZhGc5q}} z0X;{h=g!hbZyPA8>JXPYub5sBn@(+y$WE=eT3U7b5?D+d$gK041^dWhf&XeLc!?^Y zoOPf@j%dDjO0*faK@K~sR0;keBE}zZo_P?9A1`^x|8eP72FB-cJR8}R zePk^_Z_12+i!EOFr!Ym2-|Mr)U#fh4qcU*0QQmj-sM9FE z1&X)Ms~9XFMU1`80#9_6-QPNUkn1!VXS!!}e-FCrW6^DLE@FtS(R>>;?-rjsg9yu- z>?wN>+;`uJ0wz0%U&t^TXnQjoXfY^)yG0HOrmfejP2Tzc(=SRS4#Agql`kw%T#s^W71fDZ(W6csk?Z*c- zJiBEfePsZDj(3~h5}zBKUjT>1XV}{T%&#$-GjQBXqRhEX;Y)Zz9VgUrtVNP>XI_TL z>_TzMS2Mec{YhtcKlH1mF!E0-dSah09!)AkSSS8u5i5?kANS^uIZxhc%+99o!BcN| zWiSQ7%DHtPM0Na+_6(*s2H*iSQe`N4Co$DA`Ooo{Br*3n)tkX&2(Jt#M7UTh2ja$I z@yr_hk@XvlE*!42Kx5Sv%dr(WIY*Wa{fme7vkT0(Vgq3sGK}q#4;({ucWa|?KDm+( za2b9}e?g}|vE4n}XE1~`Gj@j$7ISN{l6F_CmGo$1@mMVO4;K2Ra(@7cyTctRlql=W z9#;YLiaKz)$mB$|D*WyIM%vs1skrdhvJ06x`b(R+z|(<*H6H>knU^+q1KZ=yuTU?E zWANAPx%u*9d8wSux{Gsco(+-88WJz52$P2A`}_W7s<<{4%d>at|gQ=DXZw8d^Pxt7gi9=WR+>g;ODqTTLZq zW81?kZJWY#alTK9Sz@vRIvQ3CYz6uq3Q@DX;tL6RC^K}$wy!kW*S4-9_~+X@HN-W# zKH@ivcyf(@d6enlJeBS+GtVVBT1XCRyyj{qi@>CFw9E978n1LPMr%@((L*$=2?-Uh zw5+!WBynOI$c57==&~~|X_@S3+7UiK2KoGEcAl%6$Lgf8b6_*jW*P%`rEowgA=lA* zu5nHna?K&&76M=MDl~_5N@{pXO$7=HPzDJ;irSQ-ib6l4qzAIa4c%f47=wlpiwz@Ii7X^A?@;A-lhSOBdV`d&~=9mvQ;wm#Aw| zOYT?FW>q;tdfaaBvH!lsmX_F}v-m2zGQR+G%PR-z+w8cbruM=Q2iF8zEk1er`UylKck$kBy|r{qz}=L^7w`ue!z~tS2(A z=NVIB4bC7%D@30`&w}5+)K__?SrOz3N59(KZ@H??4Yf_9Xg{}VH9c&GZwT|Jv*lMW zt;l<3bNvu!Us~tL8&_A{q8XDs@}bpmlhuNMq0Sl9`FrnmMqpJ!sP-}$PaVZnD zyZU!R|4!)Y>!;h0Dm;n~@zq&XLx+n00mFxQx>CXcTmDW&yXg9>u>a(v1kfj6r@e^# zZZCe90r398@Nn`8o_ej4B5Xk^G2OwNfFW^V~yuXrp|LWCf6>E7uY&+{)YRS(kYZ@*~Xo7VSI=D>GRUfnWOrJF^lcp zfKA_{oU!u)JEe=7GD{c656Ig3Qgmz#tW3B2;xRTr1K{ VW$>^5x%0WibN}3l5`qV#{{j}{>j3}& literal 0 HcmV?d00001 diff --git a/SCADA/Program/OPCDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/OPCDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..5c965d2ad75ed70152263cf6d32f493bb18e0f20 GIT binary patch literal 6113 zcmeHLZBrXJ5VpZwFoYD-ln`jrYfIa-ESRSwCm9)EBt)xerNG1}Af3VOmmHR_ToLz2~R?~x2!^k2Sz^dyujZnY-RO55RwP}MsCSipifrMhpq|*Z1@l=!Q8A~3@w-2zd^GS z9D%=KEiBfSYb&)}&RJeyi)@5cu6{(*i;%kx>D%!Yh@kOKuto!fQDS1pZ-h!d#=(!7 z>jo#_Y)T29E6rl8Z4xN@!*y6(1M9-IW?sMAzo z7PdXS)V3YC4$k)}F)K{eLB+$$p(R1RK_POU*Zn|10cs3gvExgH_I0gm3I65wPAze* zu8;W5BA#61UmT^oI8Ujrm|5TgY!wI&a(4=Cw@=x`&qXhYhtrX>=? zNQaWiq=sLliJ?D7%1x=j!|=rQwG{=N@e+Ix+%{gLv)8E!)e_b8CxBu&}yT&E96m9W}KdeyH}=t#@2pGC2s* zene5coBARAj>lAwH_#wJ`w>Hf0PWSqSxpiSP7fm)OQ)zhLImMJB7F}D{)`ey6B#2i zj$}-`k2Il8AbD|CY9puhG6LxnCcuoru4%m4s>B#FdyF@HwgW)hU~}vATzi0Wyu!LU zzuSC=5LGsq4dzR(UWJxfK4hX%&Tker%@#!zQ%5jszAfepf**r01M7oX04uB`m54hl zh>c1h1NS%v!d)O_*vvkJ^cQ6RB$C<7CU)>XnW|;5eUjSscnuMyt={c~MW zV2YJN9CLJ=#r=*my4*e1sse|Eb1{AV-vkKSG$1ke|jF`oYA1vP2L zW(UYcO6E|>+t0Nhm-02YBGb{Dw)rh)B=l<(YW2bL7`zII^gKa5)&A+hB~Q^J4=#nl zrO?yoPp>gmbYvaiv(u9!2a^8*qX&4-QpN#W{!Yc)=K8a6@aCfo&_|!A{fPTsFMf{^ z@P2i4H2oA$y-vvxxS*Vv_6?F!?~mII0hdUDj+N9lCbNpR=GKK)I8UI!1i9Cryo(y z#94`*(1lK^rE~2kWEK9$E!+lFT?~;SoD});8CLqSSP@b}+4rKAAyrg{{~DY!pUN{2 LPMJ9WR~`QsYN6ic literal 0 HcmV?d00001 diff --git a/SCADA/Program/OPCLib/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/OPCLib/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..7e6d650891281dd081e7eeb807a0dd83f0f42a0d GIT binary patch literal 5920 zcmeHLZBH9V5VpZwFoYD-ln`i|OG~AuvQD@_c#-%(Y)DW;ifoH~;1Jon8=DR1J$H8x za1pSm>9^!yzQzE_Y?1f{M2G zxeA$I(xJx#D<9Nqf!HZ*WzBt%iU(pNw`48QCu`lR6zKQJM9uT62qYAs!q62vLTS|RO1mcGpYI;jWY-+} zgx}8M*^TzjS*DM6D&3`KflF|8AUUYXx~G{e0h8|W9@EEavf9-!UY9`yJw#SbNvLwA zW#ei>8V%DxE}TV1ozCcxGTqg+8wh>^^2P1V1+MBoYmmV1iLF4JYfjvgfeT6nauc=Z z8g0UmYfS;K7z)j6(3;ZCsp%y(6DlY|1tbV$wJn1hGW~>{9?5oVx*IwKdqM#PM-|-PL^;{yU!Rc9{PZ@7LNI(F%p$$BZjS=h9j6tPSdA+7z}Uj7|-?7;bCpRc~M3*dxR zqzd6@86i>;RN$Y+c=!qrSuS&rA^jEEF^S~mbsgKVKhhOt5lq}@*_*-P&uO?B+hi`8 z%}%p5)|kRUDVlA3jkRIa&3KHJF>10F7Z!7C>2L6VVk|?xr>`+h#5&`m<{3}0p0YgO zH)f(5oI{3|hgQp=H-X5n+btiM5z04zLK!dZ*g~`AVMM|mD-mmaeNAjqi};b9cGDEQ z4bUPrW>Mzv{g)ZTNeLu2MbS7oLkDMQPhShYh9J@IJ;GO7O^qBW{s)X6oi@`3*z`C=CNt(et1d4hPtrSV7GW^%z)cI1Hc5v#%>9fP}e*s?5o|6Co literal 0 HcmV?d00001 diff --git a/SCADA/Program/OmronPlcDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/OmronPlcDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..8c44c235b5c04cd1a11102976b15ea60317b3f7e GIT binary patch literal 6134 zcmeHLZBrXJ5VpZwFoYD-ln`i=OG{tU@py27@G`>(VngC-Ng3NEA2^1{cWa|?cXA~i z;4=J{{(??_V!L~`&tM2`X6z0hEaui?CGD{4cd{?cYHaCIPI!-qgi=BCZvpyG1-Cuo$# zG58ymg~jS}b)}lkI?D@ek&Teb)sJX;6>!%feFa~G6!mwK)$1TLMJ5Y=J<#eg4t~sB zSDb>gsT6n>x3P7m!6&QK1oqAezshUd+=XeI`3`rOhIUWls<~?5y4#X@a4O_+yQ$17 z*!J*B+qQ5WobOX&mYJ-9j)s+jiUR!>g{XO6^M!;wR2jOW;46*xb*yU&{^9mcO>xbx zkNC|Zo?PQ!9%Z^XPo=xe%yS907LtRStUH>?5-@2W?J|9&CTm@c@wyaM^bpNzNDyI*f7$e zcsy?4hcq_y$4IH6G4H0AkGTQtGA`f$7A*8i_@ucu~T{|!N2}ny+K3I9E z1T~}zA!r$4QW2DJPa;g*!9*FG*+-E4jOH?l7xfWT+-S`?h25V~cQcxo zxnwpQ%~oGy3OglewDCFBJjGq(A=bu-mswm`%&sNB!2e@oDOv#fjAK`CTen(1Hp5qh`Tg1I z%NJJUJ+rlfh_o-QbmWbzYi`kuNgnyoYP!j41He${9P0e7|2iYMDj`(+C8~A*H?_Ew z3EE$STVZf3^z{AHYfu#)MThwA^wh|q;=jY_A)c<3a=@0q645TY{w^Fm`X~kT(f4UT z;=b35-(v{8e=s_le1fN5yQBzRP*Tizilo^4(>F!PB~PnA3*#$nojQNReN71!%Cr=4=UfFX;3qw!3Hh42IBV#-8DW#oSt~q}|nOB|X|$JQj=ngN1&nJRCvd>~UKPC2Bf* zz*WH9vJM5I zt~di{TPg4?x4Cn!!6&QK6!y*wzsBoD?!v6ie1|(sL#HQk)j}YTXjnP06zI1oL@n~VFC-M8#?TeJzS3x4*SePApYHC|64&bb zgx@aW*$w{HQE3*zNT_qA zWwSdVi4)U6E}Ta}SDkT1%WO~6p78kz$QQS>3tTl^)+B|!1KWYN&>FZeg$+sxxsBFy zjdQ|~YYzdZ6!@BZ&>qq&spTa#7bqw}4J7y|swjnrLO-CSN3z2W-C~RwqlOWSjUpY1 z$KwWmNMj>^j+L8AgNNaX>uYNYxa@22L2^6$8#?QK?(p!AF1RBOm>a-8xz*ic|9^|Et+7>m^<{2jc?Fi%H>#Pt?6{|<4#E%B{<`&^i;KsHAv%aC zigwc=gx~X+>hlH~2IwGSXc(aVx;U$G!okT=BooO5RmX@R9Ec?!AiL?)3; z7!Q%gj433qE=q0Wv{^p&V7%G#B@p z?+~J@2D8C@&GnnWGRwzIHp=h+^spX3c%(Glgi&E=Ya~(iGMQvjA35N2(Bg zRuCbTKneFWg2P=nl(m_C49U-E7Sl-PuN&Gy{baC_!uDxuPe(IJuNX7PO@!^AQ_WM{ zH6CMaf_T~GrRCg4@(cVwHjyIl(r3&P$)0iFbBrfgPh=g}HRi$^oI{EhfIfpz|L>pb zkOI@J4Dytt^DORnoYCcm+U8O8QGU~GyD=R;5z;@LufP1!jQo>sFA~D&D~lOT|N63; zG-I;^=Rze5sKgq8k_c@|2=#o4da8rdgR7IE{V+Vmho^X7-z)tFLE-6ggzrR8jU6fe z2aF%#kw_^5Z23D8ZJV3#xZxv>QZ^rbPYxpP`@Q&mhOCFx@$uv{JoP#yMQDJMSjKZC zrT!ncDMA{dg0HZWC}Q?0PN*Y%w6PfO^00?Ut{ac z#T)KxN`O#iWEXeNrST2&=PxR^=X#o##v-=&1MYl_a;7dy?2PVS$^~5--y!RlPrdMa t5m5KiPZ6*QJ^DRX2C-xzv_aVq!u26lR7U?Ao;ClK9v+@GQQEFL`7c-6$O8ZX literal 0 HcmV?d00001 diff --git a/SCADA/Program/SiemensPLCDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/SiemensPLCDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..d8dcd5250b9874e1d982fabbe628ebbcd7cc9dd4 GIT binary patch literal 6205 zcmeHLZBrXJ5VpZwFoYD-ln`i=YfIateBc-&->r?p-N}`7 zfXnb(`U^V!iS6$B4GbZ4#_sUJ@^~$;q}|o-N_wPNJQj=ngN1&n+#f*VZgWQpCCb{` z%8(;v!hfELd~&Nt@Zw)1id5075O9mo|68lEOfHLMVp6zKOTM9uO_ASC3V%+M8EfzoJS+q$~oUvBPH7gz84 zh+i+_$rb*^QKpCURJy~=9GBo|Avvh=s;ikS0F%z)4%3HfywbrKtx8cw57De9BviQ4 zveq7u#EEGj7fz#~i_W;9WwN7bTLk86*TKYEudyg?>Uw4`h=Yxy2YT1`Q(?8$>z~ zkH-!CB8?6FIaH`A4L+tP#@Er5aMo)GKyt@=htB$#+1tCJ3$BP==7q4sxcvBQt7}0^ z9#qn%uN)ygUTUwg+b^-DCAR1+zRax5FTmXL%6|GLJMO5dz3{_+cino&#l_?O6zxS8 zwN_Ivgx~R;>hc2WCulEnsGp$SIym>^goBfVNJf$gstyrBI1o$TLxMlUM3O{Ch>Ri` zG43NZvL1&(8)I01b(U}7r_}<&=@TZwZb4q#dcRR@A<6VHp7ZG@3~fNpjni}E0m{+2 zReN^3_5p#asxk-c*Id5|OLpOq$!a0Ho?Ex;6tPSNA+25D;3F8`d6&&eehktUrB8Ma zN?`@5LJ(R+pp*wCyyF%sZlfa0Va_2WzoOZUBYAPz(kA$iEJlq47S|fHPGR?F)ZJ{& z%v><*jb@{-F@c>DG}`!@YQEy0@epex#Ixq-<})kFZ}5L?Bt;>huQ5r)I^luu8jrA^ zuw2hGrlK00LW-h9K{DuS@Y{d&SB_~`0C~*OwK)CD} ztN?T*Vg^M7*;Ts{C^Nc>n9om_U%s$g0WceBfN=dny0jd6IdN=q8p)$D*mY0aO%xgF z{1$co-g})b%qt;M`vlc`|C?HLcY@;IKU(@nOII&Z-9~27Zgzl|S6>YsDE`tg!CKtOFdRB4~xG?nUt;%~S^e>hC>Ydc*GTJ*~IJ{n38`BlZLz literal 0 HcmV?d00001 diff --git a/SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/TagConfig/TagConfig/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..5457f8d7c5ca85d05e40e1694f5e19d4a8908bad GIT binary patch literal 9066 zcmeHNYf~FH6t#J5FnJWGX&$6$oi=Tg)Y;+y;nC8mW8;KrAdKzev@Ap9^|eu0?|LLH z;4u7_{(??_VtcRFHiVF*(~)QL!OL*HNUL+Mt{y&nMJyhR#s0yIKIytJgr>I2T@lEj zuIvpiL*|uKSmS}63!2TqU&$}0QyU;85B#Ofj6Fp^=~OQCR48D{hfoRTrBmx+)#L83 z&@KnN;4f9Drt7oyxq2p3o1J3QY?LVH-@)`aa8)2U$ca`>F;N00+?{o%cH~6kRKfX{2eXcd4K9^vA2&!~#}rTqClTmmFix;sJyo?D_0r2 zS=ak_EG?<|Mm_vgJYU+z~D^5B%F^pzBF+#VaWKa&o66et1 z#~7IenQ=1b(TrOc(8jEbXdWLHJIZOXghG0s32=I1*Rj`@%RLR5-otPBbXS0O#OCtB zk#z}i4)cr7oz->)C8}&O7n~oyek!X`q;O%B&Gd-xGI1^_6ol z|H#QhHEf`js6xxAl!_n&Z?7kdk7beVGIs|OpHOcm&`iGRa9914<5m*uC#XKv>rraP zx{ReGy8ctV8%B2P3f_!Ukv%;%omohHhJVM#lN4n7wXTw}_qpG!S=aD>#IAXsbzR@V z0VHW0zNTkL{I8jaONGB?qGoe9uqI7m;;V=4>UR(8CStxc;U|tQzWpdv?@kGnLY*jW zeC^OT*5}BwVS3Jrc6!3~dRIS4$B{S{(wnvF_U;fqT(R8eGTeg1Bip!1rg{l8;AHo2hH z*4W=5w&D4h2M;=d`4-U)&&TBh7ouVP&U{#&g4fbvxoh6>oQK&54So;7|1djU@=UQR zlc0C?`{o1ljQhJ9`+LN8%=*608t?#j_^_oJ(#Y_eS%xx?pdTQ#;fA`5Mgqh0 zogyEB|A648w@BWKu%{4v%WTk(hc%+e{GZrRcxh3BaH`xtDd&0>S}#3B@J4RY>FB|f z&UL2lq5!++^aNh2qc%xV9IMivetT1&I;7c-AG32>dup<2Bx@sCWo0e@yi#&lCl%{F z$>z3KODoS#G<#mJa~JGRM%UK6my?-|^2giTa~W8ux{%4>=gh+e_X908{S4A?_o1)d z9GoVZMUrYCNO~zk0h;Gge|c#BXr4Lb+38<@^3d{vb`wyCk$j&=wyplL5yb*hK>sN6 zg5f(!L-%G8sdoEERY7eW>`S{4h^EwpKO!OPAK{CpM>He!c00()4019?PajODG zB`LQ@N7B|3nxgqFH%WOzP4F|`j1=%JIZio5omf2SNt}|3ZeH@$=St@Hl^ DLFeqQ literal 0 HcmV?d00001