PocketRawDataChart.g.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. #pragma checksum "..\..\..\..\UI\Control\PocketRawDataChart.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9B763A3FB8838CFC380E048933BD09C74371EB89F208F2B62853E204ACA67274"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Abt.Controls.SciChart;
  12. using Abt.Controls.SciChart.ChartModifiers;
  13. using Abt.Controls.SciChart.Common;
  14. using Abt.Controls.SciChart.Model.DataSeries;
  15. using Abt.Controls.SciChart.Rendering.Common;
  16. using Abt.Controls.SciChart.Rendering.HighQualityRasterizer;
  17. using Abt.Controls.SciChart.Rendering.HighSpeedRasterizer;
  18. using Abt.Controls.SciChart.Utility.Mouse;
  19. using Abt.Controls.SciChart.Visuals;
  20. using Abt.Controls.SciChart.Visuals.Annotations;
  21. using Abt.Controls.SciChart.Visuals.Axes;
  22. using Abt.Controls.SciChart.Visuals.PointMarkers;
  23. using Abt.Controls.SciChart.Visuals.RenderableSeries;
  24. using Aitex.Core.UI.Converters;
  25. using System;
  26. using System.Diagnostics;
  27. using System.Windows;
  28. using System.Windows.Automation;
  29. using System.Windows.Controls;
  30. using System.Windows.Controls.Primitives;
  31. using System.Windows.Data;
  32. using System.Windows.Documents;
  33. using System.Windows.Forms.Integration;
  34. using System.Windows.Ink;
  35. using System.Windows.Input;
  36. using System.Windows.Markup;
  37. using System.Windows.Media;
  38. using System.Windows.Media.Animation;
  39. using System.Windows.Media.Effects;
  40. using System.Windows.Media.Imaging;
  41. using System.Windows.Media.Media3D;
  42. using System.Windows.Media.TextFormatting;
  43. using System.Windows.Navigation;
  44. using System.Windows.Shapes;
  45. using System.Windows.Shell;
  46. namespace Aitex.Core.UI.Control {
  47. /// <summary>
  48. /// PocketRawDataChart
  49. /// </summary>
  50. public partial class PocketRawDataChart : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  51. #line 15 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal Abt.Controls.SciChart.Visuals.SciChartSurface sciChart;
  54. #line default
  55. #line hidden
  56. #line 90 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal Abt.Controls.SciChart.Visuals.Axes.NumericAxis numAxis;
  59. #line default
  60. #line hidden
  61. #line 99 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal Abt.Controls.SciChart.Visuals.Annotations.BoxAnnotation maskAnnotation;
  64. #line default
  65. #line hidden
  66. private bool _contentLoaded;
  67. /// <summary>
  68. /// InitializeComponent
  69. /// </summary>
  70. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  71. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  72. public void InitializeComponent() {
  73. if (_contentLoaded) {
  74. return;
  75. }
  76. _contentLoaded = true;
  77. System.Uri resourceLocater = new System.Uri("/Core;component/ui/control/pocketrawdatachart.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  79. System.Windows.Application.LoadComponent(this, resourceLocater);
  80. #line default
  81. #line hidden
  82. }
  83. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  84. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  85. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  89. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  90. switch (connectionId)
  91. {
  92. case 1:
  93. this.sciChart = ((Abt.Controls.SciChart.Visuals.SciChartSurface)(target));
  94. #line 15 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  95. this.sciChart.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.sciChart_MouseDoubleClick);
  96. #line default
  97. #line hidden
  98. #line 15 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  99. this.sciChart.MouseLeave += new System.Windows.Input.MouseEventHandler(this.sciChart_MouseLeave);
  100. #line default
  101. #line hidden
  102. #line 15 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  103. this.sciChart.MouseMove += new System.Windows.Input.MouseEventHandler(this.sciChart_MouseMove);
  104. #line default
  105. #line hidden
  106. return;
  107. case 2:
  108. #line 27 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  109. ((Abt.Controls.SciChart.Visuals.Axes.NumericAxis)(target)).Arranged += new System.EventHandler<System.EventArgs>(this.TemperatureYAxis_Arranged);
  110. #line default
  111. #line hidden
  112. return;
  113. case 3:
  114. this.numAxis = ((Abt.Controls.SciChart.Visuals.Axes.NumericAxis)(target));
  115. #line 90 "..\..\..\..\UI\Control\PocketRawDataChart.xaml"
  116. this.numAxis.Arranged += new System.EventHandler<System.EventArgs>(this.XAxis_Arranged);
  117. #line default
  118. #line hidden
  119. return;
  120. case 4:
  121. this.maskAnnotation = ((Abt.Controls.SciChart.Visuals.Annotations.BoxAnnotation)(target));
  122. return;
  123. }
  124. this._contentLoaded = true;
  125. }
  126. }
  127. }