From 3a05439304dc279784c616155fa04fd436678b8b Mon Sep 17 00:00:00 2001 From: wuyunhai <1005495330@qq.com> Date: Thu, 4 Jan 2018 00:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E4=BD=BF=E7=94=A8git=20:=20f?= =?UTF-8?q?ork=E4=BB=A3=E7=A0=81=E5=90=8E=E5=88=9B=E5=BB=BA=E5=88=86?= =?UTF-8?q?=E6=94=AF=20=E3=80=90=E6=94=B91=E3=80=91=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=BD=92=E6=A1=A3=E5=91=A8=E6=9C=9F=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=20=E3=80=90=E6=94=B92=E3=80=91=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=96=87=E4=BB=B6=E8=BD=AC=E5=82=A8=E8=87=B3?= =?UTF-8?q?=E4=BA=8C=E8=BF=9B=E5=88=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCADA/Program/BatchCoreService/DAService.cs | 9 +- ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7011 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6627 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 5995 bytes .../CoreTest/obj/x86/Debug/AlarmSet.g.i.cs | 199 +++++++++++++ .../Program/CoreTest/obj/x86/Debug/App.g.i.cs | 78 ++++++ ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 8007 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 -> 6552 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6134 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6206 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6956 bytes .../Debug/GeneratedInternalTypeHelper.g.i.cs | 62 ++++ .../Debug/HMIControl_MarkupCompile.i.cache | 20 ++ .../obj/Debug/HMIControl_MarkupCompile.i.lref | 4 + ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7098 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6091 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6061 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 5894 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6095 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6001 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6153 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 8724 bytes 28 files changed, 1375 insertions(+), 3 deletions(-) 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/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/BatchCoreService/DAService.cs b/SCADA/Program/BatchCoreService/DAService.cs index c605258..fe35988 100644 --- a/SCADA/Program/BatchCoreService/DAService.cs +++ b/SCADA/Program/BatchCoreService/DAService.cs @@ -330,7 +330,8 @@ namespace BatchCoreService if (endTime >= today) endTime = today; while (startTime <= endTime) { - HDAIOHelper.BackUpFile(startTime); + // 测试取消文件转储至二进制文件 + // HDAIOHelper.BackUpFile(startTime); startTime = startTime.AddDays(1); } } @@ -352,7 +353,9 @@ namespace BatchCoreService if (archiveTime != null && (now - archiveTime.LastTime).TotalMilliseconds > archiveTime.Cycle) { var tag = this[archive.Key]; - if (tag != null && tag.TimeStamp > archiveTime.LastTime) + //if (tag != null && tag.TimeStamp > archiveTime.LastTime) + // 测试使用归档周期功能 + if (tag != null && tag.Quality == QUALITIES.QUALITY_GOOD) { tempData.Add(new HistoryData(tag.ID, tag.Quality, tag.Value, now)); archive.Value.LastTime = now; @@ -399,7 +402,7 @@ namespace BatchCoreService dataReader.NextResult(); while (dataReader.Read()) { - AddDriver(dataReader.GetInt16(0), dataReader.GetNullableString(1), dataReader.GetNullableString(2), dataReader.GetNullableString(3)); + AddDriver(dataReader.GetInt16(0), dataReader.GetNullableString(1), dataReader.GetNullableString(2), dataReader.GetNullableString(3)); } dataReader.NextResult(); diff --git a/SCADA/Program/BatchCoreService/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/BatchCoreService/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..0425506be3775e15c06906f5e80b294dc926c20d GIT binary patch literal 7011 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 literal 0 HcmV?d00001 diff --git a/SCADA/Program/ClientDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/ClientDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..639d043f7345d8f4ee2bca27df64f6515bfa267f GIT binary patch literal 5995 zcmeHLUsD@55VyfxFoYD-ln`iAr%nHk=LQ!De`a_fHUy?khOs^Lf%6dE-P$PJojj5b za2Y;JKS8G-vE4n}XE22FV9)SiF}D^gX?L|+Nk45OnMfr5#X`SS9*-b#-*ZO_C2HC{ z;3{NZS%)qcWYTcvv~K73dErM7`$qKu9P;jiD>{0;SQuu5~TJzueuaC9c)= z8NXe`iyQo_qp}{(Q|TTvi(G=Eh2)^78?I)u3`{!5`%E9J>3R=ivLQtcJw&sbkx=JK z%Vu{#8YiZKTsV({t~%q2mf4=B_afjYAYa|iE^^iISd$d?4r~Y7LTli@6b>jQh`t~~_YQW$9NLwiWCq?VV|T&SP~HINXXs2wSM6#5AzJ&_%5($&{c05p12jPcmf8F}P#U+!&5FJDm z#k*+`!XJ1{^?3sg19T8EGz`#wU7Xb<;o$Trl8JPRs$)bD4kXf#kl@caku;GBB9lla zjK@e5#uSpb7o|3G+9)HCK4TKB80=c+hwVy?A#8K=CG1aD5$v#zR3X}|AR;P(65eSHf4lI< zbeMAt=`YCYX(aR44eOwMGSJ9i`!uy@W6QJ4#td>(QTvxv^A-1ur&yaHp1HKRlwVJO zh5sieGUQGAj9DV)84rBdc!u?q>3W_q7uDb#GURaj3_|(4_i#XwX;ub#${nz59(3m4 zq!)m)N8@&RuKb^0=`PqtHl5MX8BIPUV70>wk%2_l?tAp4gB@3v;9)OY< zP)dmOe2sdlgVTcxlA@3w9@N8wy01@?e&d|zKsmyvps&V`6#o;(kMILG{63@7!|M2W`URePosyvopYl}3OC+WKAGa9-6On>%u#(!r z1XGfLMT9o4T9PEBaf6#7=s_hz@PmvsULl#gDBPOyx-`DU)|rc49%#yOQ1W9Bch05p z9rEWdDz~R|nwQ3FZ0`r6`5xs=U6j}v-My6Vxio%2*2X>V_-i1id&y@AyF?!R5i5gO fq6od9>_^dhkSZ#pe-F==|I7Fe&z3k7SDpM1twFYZ 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..e8fb47f --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/AlarmSet.g.i.cs @@ -0,0 +1,199 @@ +#pragma checksum "..\..\..\AlarmSet.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59BFA4F8D2CBCFAA5AAF46E345571EEF" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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..9e40340 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/App.g.i.cs @@ -0,0 +1,78 @@ +#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "87C752EAB1D8111DD0461A1A34A553FD" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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..4483135d4893b9587e3763b35bb4ad21f5bdbae2 GIT binary patch literal 8007 zcmeHMdvg;v5V!L<;_x)3JPVkXwm{u$Ovtm7X@eb;w1vso9$+Sy0r^gLM06)t(j_sO ze3pKKPCsJ1E1xeW1d}qhhd+FoY%Y5I_Mw$-ca=yc5{ZA|!N2&N83E!wWv&!T)U^Ga zsgUrp4m~F9yzqSytQA(Wndek0CW58hBYO&evYC9ybtvglKtnAF&t}%cDrfHRv{@0` zG+3%mP1j~>bG2N~o0%fhWE@$}e}L2DkZ}+Btp%D&(Rd+Aqd}!zB62Nggj!vL$=3+y zVwZZ$N>RVcn=5;o1}K#}3#0QQsIhvHaeCP$fyX?eX?rBLsvEVC^P(g^-4$}X-Blq~ z=)3ezUr}%m^u2|R6(Z|Y$J5GTRZ;y6K-67U4}_!zS|ebJwLoc*?@+oH@PqDyT5zqQ zSJ?3oH{WaToR#6Ar_x8nEHFu3EhMArLc`NUmMM|$);iH!>O%cU!|8?;HLwtBby3nf zQ(86;C!|0zP0@tc0jSd$9b7IS>3S*xwoT=oy))}Byo--O~>nyxK-Y-S*(_$II>0KhJ6NkKx{cNQYN0Qkc_|9kBVQ3U`uIwFH z=K#koEILn^UJa{Gd5g$KIlo+3c3Kp|mpVkTP9B2K3WR=+sJ?Ob=4YJ(t%h}=3S!O* z#6=~l1mB5+;KLxuc8R-1Q|D3m3qbC_D_A?$Hv$4Tj189}CDSncHV)6kiew&TTAi6_ ztaT9vjp1zT3wRp^*{nDfRv+ zPh)k!Fqnpyu_D|UC9zUq$_Jg2B(ZexUTYd_3HYS3o`AwyGeEBH=a0R@I yD-P4!G?pNY^?rsI();B(lHH_D*#TIcGE0M;@frPlc+7n4Hg|Z;#J6mlr~d +// 此代码由工具生成。 +// 运行时版本: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..7eb0f3a --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Login.g.i.cs @@ -0,0 +1,205 @@ +#pragma checksum "..\..\..\Login.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "375A0423B4D66B38B66903C58FC0AA60" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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..24aa8a3 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/RuntimeChart.g.i.cs @@ -0,0 +1,188 @@ +#pragma checksum "..\..\..\RuntimeChart.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DC1BFB7524CCB66F5D58735A70216F0A" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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..9cda527 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/StartDevice.g.i.cs @@ -0,0 +1,151 @@ +#pragma checksum "..\..\..\StartDevice.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "14206CA5E5BB144386A3AAAB0A6BD5A5" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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..933836e --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/TagMonitor.g.i.cs @@ -0,0 +1,136 @@ +#pragma checksum "..\..\..\TagMonitor.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0A98A6F201A7031A640A21A10F8B84E7" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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..cbda123 --- /dev/null +++ b/SCADA/Program/CoreTest/obj/x86/Debug/Trend.g.i.cs @@ -0,0 +1,264 @@ +#pragma checksum "..\..\..\Trend.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1B342724173D1F60676E7E203DB0077B" +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: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/DataHelper/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/DataHelper/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..43026e5d78d3da43403cba498de618f38a67bee9 GIT binary patch literal 6552 zcmeHM>rNX-6t=-^FoYD-ln`i=O&hf#wN`eyqw<5;5Kv2mY>QT65gG3un+fAxXJ!^~ z5zo>msQQTQIqM7N5=tZ+@xyERc$mw%&+IpcNHh|O{EH9$((|wniMz!e=_|jatsSlc zCh|IPxo>6sO2zj!vujCn2c+V@x00TQ^DEQ}{vmiP z#nen`uC!1}r`@>}n_&Yaa`7{g-UeK_ByZExApPp^l2xl9tsIk^UNz9_DK37>gz%5S zT~!JyMNwNj(cqC*Y6NFze6PgI>s-LN!#tO}Oha=f^{S~-AjG<46*%_gVRNX!ia7T8 z!q~bmT(tK&brzT`gKjO$2So+?Ju*?Rc-iwMWTC{+6`P*YsNcDEb;fUQo>XU7pZbJf z&*IsY{`OU-Ks%Mbq-K^&aI`NusL`scnal%|&cQa*2Wqr@sbjb*{StbJtQwP0=1R-j z`GPnarh!~IiHzEv(I#d5($JRg@k5X=ukX%sRTZp80xvIYB-&Jc;kNW0P|BC9s6E$c z6Q*2a3Anky)4T$WC6_tXy`&}r1vw~z1P@uQOTU6lKO(0`ve_HD#ppBo4I>iiN7@&S zMh*NTjr9FBkgq8X6--ZzucIm9taspny7iv3i$;4X+Knt~ z?WS%pzvnsC;SJPF&~D^VFF`x?;@pc84vzOD8H&fKIY0#AKqUSE3H}Tci4z$jGK^%% zc!<=<2o9b$MzH<%G}pjS%Xx&;$4r9Vg1ol%eyz|#lF1`{&nKHOv;jHSPR@)+$Op2^ z_B*aOf})*2V6vLetY%m3Iz{+WMigsjnPwXx5GLDx@uPjRIB#d67?hDJM4bghMmbQv zIBLP*a~Nbf%sGJgSET+ZlIe@8HPL>kBFZClxY95)fzw~mbhBlOIcwGj&Bk0~3@62C zwedB!`cXIIF*b&%%bH2eq?h8~;NOv<1i75P#yAn{n0po1c!KSiLvC zLsx;tFY^yx4=g9V9~hIkdgaSjSDACj%AlGorjW(PEm`D29&rckBKMln!LT)YLkqt} zZeC{DZiLkg?<(eNblJ4s3Ygi*6U6gv`P2%)#mutF%fyeuX4fNQH(_Qd^BKzAxrGHy z%k8aN{*$mMOpcx8yg^k!c z79XPoIzuGdu1S1Wid<;|C-Yr+z+&9Q)2-z0>z#+1}8=DR5J9l>v za1ppp}=ahbJt!ip5`FVHLp zN8qnl<`=3<)#Yj~=Pk|i1wKM5S3aWYWhkUa`nG)oDro$sc%uQzE^@W)H$tNy;^c>1 z%HRaN4XvSGkB_vF{-1mgX4Rl5lSI<>LDYq1_!%3iyI$dR6 z!M^)f`nCe;p}&ubS>~z+CZ1LbD;msO6r!Jrnja`AK$T-Cwta2Tz6d9IcW4xh)Dn^LBno>{` z+NkEmgfu#4fI>Knf-VQ+l9uVNt~Y@%jzB%Vo?Q^SA$gM&c28_4+FWbmjtX4RI#3&E zy)ft#rd)dpc*W2+q7LmT-I7{S(leokB2+~a~x4j1a(&+*Wb zQNpift-5vtB}L_8kNx*8w!F-j+@%+})rCcvUs>JH-ekuuHMJjc*zavvZ@IW+a*(3^ z$f9^R^+WhA}7ph1H6BZmeF+N%%eev)u-dKk%AIz`P9A_xZ(={rd9XOu{q$QY4v zBxCF@QkItje8VQN{qn5X#!qV{gwrQnffGYs$9}t6j*(>c7{Bw`4h(HW&dt+vb`RxL z3v13RVP1z7r*z0wqmp**}To`BmFGa6hsU6%ssLZ~K|S;ZJC|75ic>TCGm2J(f-3 zpcKt!Us9{Cg=F`!HAXypVSXXEn*Iv^PmE!>mGZ6?Ue0F$!4M!oI-}y zgw4rsi$7rW z;J8&7!JfZU@#g*To;bJ!Qc38e_tk#neXke4$B=k$e{?kc2v5DvlOeQ0MKbmnNwN2* zZ-$Ueq~HlQQd?NvN)oDxpw4AWk_2-;;ARN-(32tTL&mbFNM_FR*OuGP**Dlbb@p2L zh6*fHdD+IDbI!g+{_I)#`dU)+oIS(-UI3}@P|n0zk)IGgpjy*8`yN@V{}WqPgx|(h t8G=hu0Dr&+@BIpOA&^XjkWkf~Xmv<4J;Q$uPMS{@p9d#RTol|N{}%*h>#G0& 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..7a398b05efa8179c87928d08198e31b6d642d2a7 GIT binary patch literal 6206 zcmeHLUsD@55Vyf77($9^N(eN`wN2Zkr?p{c$B7 z;4*xceu7RvV!L~`&)^WkgPq~Q=kZ!zt#((dmF}laBom3mfB4WZJ@$yd9o<3P4AG$h}usC3myNZdh@J{TnpO z!7=#jmHCD0QgykS%Q;K)e1VUU$(2u7dL0VaA$vQ%1{u`hk8$v0 z?z+J#I2%fVS8*GgXBvF+N==}2KJcrewk2Gcwz=;Jhihm{5?9StL)YDs+=J6V9=E&7 zyn=lXuk>vNu7mS^O3X5sHPG>}Qdm)--=PxqT-5wPLIJ8AL$Tv4jsA7KYbyTbW}&9K zrsyMay^1Fv@h^`uT%4!UU2YbH1X~AEfSRm3n#&S!X&>!!eWWI9U5xR%45}C*n$?tq znowFcIs?);F%1;LSyXg67?-R}cXhoDd~po&yX)Bnq3SMgkiqVOtwft^4&0T24N3)a z1HBg-=Y%QO8Uju+^tJGyHKbcpGfHYER8WK}NbphBmJB>p`T;dPkZo=h7B<9&8A~LF zkq#x3NrqpfiJ`woN)4sK!}P@UwKXN2`38KD!Zv@$V7<@n@82MTJ7SN!A?$J?-~Sqm zmb4UpEo*qn4x}q8ojrE@Ew;SOm+Ylixz&Y5m|s~v$lm0~9d)%IaX9F0Sns&HWO9(A z{m7ztH}ymL9nYyAZ=gYf_9KS|3EHa{=RuNiaC#WYSUN?`5h4f&66t$L@Mn}rn#dTD zaU^5xK2nx<1^AjxVEgrXv4x-3N(iSV;1Qoa^ zF$C^FAk*gd5v0E&*C&y@yy{jP=|}FNEkcItttnIqVU(Q>Np(Y$j^K8DwZlXhj&^ z1GaAwoC4Rp1oA}KU{!?Qj!uUg8JI^tz{g5 ztE+0!BuO8I&1y!*YD2up<{aAmv;Q_@Kq?_J`|TGsOW}{qK0&kY7n?06O^VWF@VXhi zZhCsL>NQ%64!uLX(0Xd*P>H`_^bpT+s%2o$zo~fheth8^+$O2E^vR2FKk~lUi{E2x zy?-z|ntqC>Ui--qY@uo!dxoUg`_nf=kSH=>U?a7KWwIo}qX;uy_9RJo=_78202DnL z0#W2F`yR>6dH&kE-39vrd#BE~g|DenLnWLY+&LHQIr3-E%hwmB8W-$G?C%94`w8_- zoEP~i;R7mKU9g{#wQ>s_LL*urtph_cguSBpy}$69~7Acd;kCd 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..8e46c94a02190b68f8a0ff472caa2cb142e8947f GIT binary patch literal 6956 zcmeHM|5F-A6bHqNXiUYX#%PmV+VqPly-L;iWyWb0G@-2-2N;tX&oRs0f*X%py1OS* z#=oV1L8pIW``&RJipG8!VEln&c&z*7ecQKtpZAPJBaz5o@Zc{#cZY!3yUY??@{%(4 zne>R0SDwwdk>-^Oce9!8q`psuWZd0IEg1{=N$P3OQJ$b1F7=ckPEz0ViVm}Wru70p zq3%X;VX?GaS}CPc_VNN*BqJzt^#hW&Jm%OaFY78Qc=e4S)hZQ6j)<&V^^|-Fiysol z;WcV+N=Yk4r@norsEb<337DPcZi$t5m_w&6;@Zq6ineBAubeA+j;2+&@{&>%p&_2N8?A`XrZ0~w3QusMPR;6NmP2MGL(B8ejz zLoyCzOuGwIOFN9ZN}GW8RwEbSr}aF*=^7E#3?Z*+yxuN^NHTc}@A+g4h6a#x`|Mo1 z2Yg6o-F(T^E3atgkBO+})0>%1vq=HIlmW$>uXeM5d6nRf$&2sJ3@v(Ppb`*g0Z>tn zO75J75V#G242xLDH2x8)J_%(0vRW;q@2dy05E*U+CMIC|6P&JxX6Q?Lb5IZFYEv*N zhO4!Yu~m`G(e6WQ4Ev15g~ilb{1f;)GL}Gp<5!zTV$_&hv9$-#jv2P&Xfu9`p3wwu ziSKL71Ah8%&H=q3l~4eM%{)~KK$kQC!}|?w7Wn;m13yrsy@AH|SyccW1q29S(09G` z6`cbvKl~pq89~74vd`pGVB)6N&0v3ZKWWjwK3jb;Z-%?42LXfDv;!;LjmsfsqQ{XR z?xES-CbNY%eVLCy=4tO`?t$0fh!DiiX~>y;*^fbXqrb94Klutg0R?{Ty#irs5ZJBv zRcwYR;#>O^#5#Sm7LV^|eKqtgsW`r&pM%(H-wb^lNPX5HW8W~><~6xRq<@HF_?jAk zs{y#`Y8j#1xrzUZKZ5d2MUEUv_8T2NI&IbyVdT$PctKt*uMBD@SV{e0nWqELdjYuu`aD553ey$~9yc_w) zx4>tjks~z(pje_k*9_=dy#e0_ko96pQe +// 此代码由工具生成。 +// 运行时版本: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..2d5d1bb --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.cache @@ -0,0 +1,20 @@ +HMIControl + + +library +C# +.cs +D:\GitHub\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\ +HMIControl +none +false +DEBUG;TRACE + +1-731644535 + +91-2085358112 +11-1261211329 +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..1a1639c --- /dev/null +++ b/SCADA/Program/HMIControl/obj/Debug/HMIControl_MarkupCompile.i.lref @@ -0,0 +1,4 @@ +D:\GitHub\SharpSCADA\SCADA\Program\HMIControl\obj\Debug\GeneratedInternalTypeHelper.g.i.cs + +FD:\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..89d3b3f3b170bd38ff6180a5729b94b6cd4d7fc9 GIT binary patch literal 7098 zcmeHMZBH9V5Vm=_U`EnXt3M^Mqf>t*2AFR4OL?mCT$ygP(LN8*m*+y5iG7OTyEs?V!wA<#*cH z5l7TtDbLJS=c^0VOvas`A+uxnGH4B8Vy~L62At<5@#u+=N9~~< zQiidIpN-`OcfsDL*ttVwjp}e(DJUzd-+>bKoYj0GX^vJ2xT4@I4eRTyuBrId%{MjG zHE(^yu2=EoO8>=KDGqijeQB9FCTT?r$*3BuyPC)nC9-n3P4uA}t6l0CsY_7>5201# zlGd2gveB840K+sz7fykqi_W-!GI42WOZe=F%4gSi=a{N<(m=q=6I+2c-JG~BMTIIQ z=LB_065Nl_}7IRuI0g*l-k~$&Tb?kTRJ0XWmAHy3y-6o(dvblbGZan}! z_1v4s7FEvVc0zv@iNL<}!A%ASC-gY2@?ik6f~eo`;MFE5>N^HZ(x zg9M?oP$%5m&jZ%M?R45i)qp$&kXi&F+mb5kL&5{dlalsUHp_zvwczaI1JYK^1YiIX8E2T)t`)Zl?)f6$?W z<7TlFM*bcMpV(JxKfS^ZmU+KegNh>VyS@2cPILG6hlUa_;HlTXl9)kY;oEu%qS*aM zdlIt~1MmtO19_-e$1zhe>C45H#4&Zb(woFw2CpRMGq_kQ4Px>vdu<8*-1-GZ$ImvI zud!%~)zkuD{;9K_>+8dfbL&?a??#F=1A0c!isS@YE!L0EtqgQ6-aww)SyP9? sU*PpgOf`)EUPB{_4Kn!;=)Pxm1EKKh|Eu?8`LBN<^`0zYVSj(*U+qOXL;wH) literal 0 HcmV?d00001 diff --git a/SCADA/Program/ModbusDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/ModbusDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..5ed3bceff8b492cd3bb5f41432495eee6bf105dd GIT binary patch literal 6091 zcmeHLUsKyg5Vyf77($9^N(eNG(x!jX@n~>?@MnexVnbkBGK}q^4~QXWX>Be@I`{4b zxD21ApPT)%gbC>4X0vjQdE1$9SHsqd5_I3gdQq+HwtX>Cc6`9-#>Y-Loaqv^- zdEyM*4W+=Zc#X|-4FP$jCQv#rf-0|VaSx^)7P#DH8rqV?RddzQ^R^`O;Y`Src2}8I zuM zv}|++q;X;zD1@`9=xQ*oSefqX+7$sm0r~P~c7dz9#~Ng?dtfWk=9&Zdq;NnfAve%_ zu5nJ7a;+iY7Q;YuA6i4YH8rE8W5*)6qp%o5#;{=|62nM` zlF6ijFVe)&pChG)(%@ry;`%z863%)D0Z8sxzhbaHd5>kf8m@p+SQ7>ce@MBpjR`MlzO8QFDX{!huBk0TTQfC6XpGMr0hx znDG#)k@q+R+L*xh+lyigKdqGzPM-}aqMv~c6{LW|FFti0ZH_tDPN2tds ztl96l-VQ5v>6poSDZf$Ju$vU&OAS%1y(`>Gs0xywg0w~Dqg{YXSVO81bCwYo6+sE_ zGzP&P5M(*bIfnEX+tuf+R3-b%P)$~{Re_|{{5vSLfCSslOz;}%&*iKol=NU6m3(g@!i$bqK zH-YUtgr~qXD}g-a4%ihQw4>AEMh0e4TaaI~TR}CWn}Ye{`O2Hub{sIXwMvMludHSq zfa~jO(yT#*83&u!UCBH`Jkx>(ejXGdWQcR95w${Q63yM Jai#BY{9mTg+xq|j 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..e55f1519d0fd0cfa6c1e662e368875fe042d6aeb GIT binary patch literal 6061 zcmeHLUr!rH5VyfxFoYD-ln`iAw@ur$vQD@__#^QEHU!ipMYcsBI1Bdf#%9Cat+l%c zxQNfvPf+zEwlin@41`b~Y>5Y-2GcJH^7NG1}AfAOJTdL9oUao=-C3MFdV z+~+D}URj4O7iK~Dz6f@UTe<8$NX134o?kTQ>66PALQjVh)&mH&WL_@27up_oeuHL3 zoItQ{&o9)LYRk2J-d&n!3v7f`u6#z*X2?C4^z8;3q-gvhS)&2cEHSwoG(xSO@y55U`pMd=Kc6O1ghR2$u@aDvJqRq7??n&W*QbKN^ z^<3kcFy-1)z%7M==03Ei+?3Svl9~w>l%NI@0u;3^g^xl%qNFFX!;Rcx3>m|Qkw^?9 z9ZDvX27ZwyhW;8UH@hBnevOBg zwd6rPm-Uq+q{r><9=rb*TV7^M&eEIw>cS$-udG&cciHhkP3?yts=amV0~eP}4pOuq zSrqT4eh7cyIo0D0G)T~XQ`8(Gf^Z;_euM;nMv0_}j1d_} zGG;tRnlL7iY+jVw$Z4&NK>CbHuwt-lnIE<)F^0^Y;u}8K0ibQLxpjVNJV7}}#Wm|K z*E^wYm5-ThlnWch4XZ^FxYQB9TEFiVijtp#w1oZ9DuNx>kt&3m6@)`2P{KQnv2Pdq zm=1G}A^ioJJc(rXx>X&BPu3Y3?4P9mY;1OR(U?MRD(e4|TE60*@f2HQ#4{J>7xJs= zuke3jEJLoOuQ5%;JmZ1y8qctuGF{IzW}+6HLx#Lf&Nc|*@7!bcMW$I9b1g!HQRWJ!}>&((1sqNXZ;3*}R9z z7_fKTj;uuk+7`E%k({qlj@<`iV^k_3((?lKRQsm~1Dm2y4o>^QY2VX(O|QXHbTA#_ zebQGWhl>9Rqlb8!QYis@{z=8#=F|J$;4(+0ozLDo`;qs(4t|fJ?Ll>PH2o4!z0Q*% z)Ih~9;~ONU-XFIaLL`xbEH+ZxSfxr5I*B05RZEftS3cop2*1#iAq+#t8s8zAxhULP zHoG*w$KI)n9Uf>Zlu!j_7kAF3@e28~7nR#I0Q2C1TF`0v5N@_#ks!NC&O@~Y$i0d`T! A-2eap 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..9a9c8806c763b2e0c4df672b2fe4a57cc863c0c4 GIT binary patch literal 5894 zcmeHLUsD@55Vyf77($9^N(eN~rA=p=j^_p!2!CdHAT}gSla#SN^nqiDe780V=aVbx z0GHvj^b>UY5!>CfeK>~DJlHclSRSwCm9)EBt)!nekxV2K|6-wED)&c_c<+R(q?T1< z?+YDrzhpvBNINg65kcp>IM3n*oGIaX)MAg%w}8ze2Mt zPaxQ=EG|`7s;kvp&RbdJOMHw}u6;(+t5EnJ>DvtqDB1X3@kRrbUF2#vXoN;T#=(!d z@5?jrwzP(N#cyt(8wkiMJ%zpVGN_8$j__gD<$)(WZlKeXxO$-)`u>jMbvTpiq|;R9 z6>NL>N!yO}J)G}%#4K}F0}~G`g%u6vJqpp!MJiS6BEaJ&Ee)lNL$9ZbgV`f1paE(*~^mM~BT$O+;_jr$+V?AB#VN5oZtfGf#Rx=7} zLL1e*8j!|`86X$Vqo8hQbZMFGX?iCEaRTbu&Fq5E4WBnjVei0ppe?ip?kVYl)>3Vu z^}^tsFyz`pz$=D<5p`$}>6O&-lAa4S6rlvbc(8DL=X-n()W;cN* zg$?JmFmJ+&Q#$6VQOa)>wwxA4_)-@Hte=91EtbBCN*IqgWsDw478WCq1QBe`J z^iN|5d=D*ew&(k7E~>#fWN1Zb zffzjlg8YWl_JI`vd+R6E@xqB`XtkY+;J3^9vBjS*gF|MKJesG|nu^oGWRV&3sPm7( z>x>bk0#ciz0305h!(+3r4}^ZBj%fED;lr%1$Bwl46UL8DTbTlE`6m^}^!10+@Kr=P zlFvTi1`+rDUi>~|#Dl}}@$>?odYzJ?>zA@d>{}$o{vW{^y4oWJPq32O!E{fOuKDQh z@3tgK_x?3*hJXN-41obMmOVu>cags_|8&VLY@NAyBLYJi2TDck;?B8b&yYWVQNB63 z(!6BfV|zc4#SbWF>Y~Wc=-Q;@%O!h`thFx(8x;|BfsG7dh{%6GVukmAfqL%cOoSUy b)xBtONHdkuzlR6S|0QFG2ThzLJDmIvm`s$9 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..2dd22cba7b9a3954aa3888e11e06500851c72d2a GIT binary patch literal 6095 zcmeHLUsKyg5Vyf77($9^N(eNG(x!jX@n~>?@Mp>cu^}*RQpWbs2gH!Gv^EzcoqKlz zT!zomPtfT{Y<$kWqxG@3x4XBuclzBXl8Hp(AAIPSp8G>c+_&73LW!!j z_P7d}SJI)&g_Re+FM^%IX4c#TskjK%bBoqI{bkL3=;=_xdH|u8%*&d)Va4Ol&(J7~ zV+htO^9$9b>T)%gbC>4X0vjQdE1$6RI^>>9_I3gdQq+HwtX>Cc6`9-#>Y-MTaqwg2 zdEyk@4W+=Zc#X|74FP$jCQv#rf-0|VaSx^)7P#DH8rqV?RddzQ^R^`O;Z(@uc2}8I zuM zv}|++q;X;zD1@`9=yEVFS()zYdMg5c4D$K)>;hMHk2T0(_rO-7%{2$^O5uP~LT;e< zT;rTDky) z| zQM{Y_q5O{LRF5~%AVK?)LxTkE)ra#SNjNw?jASgGqUHz@gae86JtX)uN+eBWjL0~W zG2=c`Bkyqtv@wD0*XP9+ep)LboIYg|>=^Re*1OGej3l!s_?^$TVQ33-Zk}Bj4^R&j z*6cT2Z-*7Tbi`!6l;0?9*iDM?rG_Zh{?(Tv*!7%(6)QTbpOpc2-QDny-SL`FqW z!aIp!a0doi4s(tm{TaDGiR9(SuC>vAO8#auL-on}kcm_nfx zjW#}~man*HJjB)*@vMdUh1_cT3;aJZmZ6x_YfKZdPI=(F#v^Q}EZ6glnWzP4kfCLv z*Py$=_ALTbV49Uco^S{33J==R>2Mf6K8JX_^wr3r;(x&CAs(nySiqjYQ}Hgkdixt(?WoZ6$y;bY^1j!L-(#S=e=s_l zeuAf7`^gZ7pwgG|6iKo7r*DSvNo3#|Hd0$yvq}#)a_$`+EV8zCk?`=S6l( zA8M)~T^QdY>!(`)f-c0=!2}rsLQxFA!v^d9B6XpGOoV;V)V*kd$TB^{e+>?s|Eekv L4x6~zcQF1h&V1c} literal 0 HcmV?d00001 diff --git a/SCADA/Program/PanasonicDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/SCADA/Program/PanasonicDriver/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..0a936ffdef6392cee9107a3f8594fb5f13e3580b GIT binary patch literal 6001 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 literal 0 HcmV?d00001