SimulatorIOHeaterView.g.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. #pragma checksum "..\..\..\Views\SimulatorIOHeaterView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5C31BCA44B3DD668036C95525606F6EDC1E41ED2C840E7BCC1142D42B8F25C96"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using FurnaceSimulator.Views;
  12. using MECF.Framework.Simulator.Core.CarrierIDReader.OmronV640Serial;
  13. using MECF.Framework.Simulator.Core.LoadPorts;
  14. using MECF.Framework.Simulator.Core.Robots;
  15. using MECF.Framework.UI.Core.Control;
  16. using OpenSEMI.Ctrlib.Controls;
  17. using OpenSEMI.Ctrlib.Types;
  18. using OpenSEMI.Ctrlib.Window;
  19. using System;
  20. using System.Diagnostics;
  21. using System.Windows;
  22. using System.Windows.Automation;
  23. using System.Windows.Controls;
  24. using System.Windows.Controls.Primitives;
  25. using System.Windows.Data;
  26. using System.Windows.Documents;
  27. using System.Windows.Ink;
  28. using System.Windows.Input;
  29. using System.Windows.Markup;
  30. using System.Windows.Media;
  31. using System.Windows.Media.Animation;
  32. using System.Windows.Media.Effects;
  33. using System.Windows.Media.Imaging;
  34. using System.Windows.Media.Media3D;
  35. using System.Windows.Media.TextFormatting;
  36. using System.Windows.Navigation;
  37. using System.Windows.Shapes;
  38. using System.Windows.Shell;
  39. using Xceed.Wpf.Toolkit;
  40. namespace FurnaceSimulator.Views {
  41. /// <summary>
  42. /// SimulatorIOHeaterView
  43. /// </summary>
  44. public partial class SimulatorIOHeaterView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  45. #line 64 "..\..\..\Views\SimulatorIOHeaterView.xaml"
  46. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  47. internal System.Windows.Controls.ListView DIListView;
  48. #line default
  49. #line hidden
  50. #line 114 "..\..\..\Views\SimulatorIOHeaterView.xaml"
  51. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  52. internal System.Windows.Controls.ListView DOListView;
  53. #line default
  54. #line hidden
  55. #line 159 "..\..\..\Views\SimulatorIOHeaterView.xaml"
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  57. internal System.Windows.Controls.ListView AIListView;
  58. #line default
  59. #line hidden
  60. #line 205 "..\..\..\Views\SimulatorIOHeaterView.xaml"
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  62. internal System.Windows.Controls.ListView AOListView;
  63. #line default
  64. #line hidden
  65. private bool _contentLoaded;
  66. /// <summary>
  67. /// InitializeComponent
  68. /// </summary>
  69. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  70. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  71. public void InitializeComponent() {
  72. if (_contentLoaded) {
  73. return;
  74. }
  75. _contentLoaded = true;
  76. System.Uri resourceLocater = new System.Uri("/FurnaceSimulator;component/views/simulatorioheaterview.xaml", System.UriKind.Relative);
  77. #line 1 "..\..\..\Views\SimulatorIOHeaterView.xaml"
  78. System.Windows.Application.LoadComponent(this, resourceLocater);
  79. #line default
  80. #line hidden
  81. }
  82. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  83. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  84. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  88. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  89. switch (connectionId)
  90. {
  91. case 1:
  92. this.DIListView = ((System.Windows.Controls.ListView)(target));
  93. return;
  94. case 2:
  95. this.DOListView = ((System.Windows.Controls.ListView)(target));
  96. return;
  97. case 3:
  98. this.AIListView = ((System.Windows.Controls.ListView)(target));
  99. return;
  100. case 4:
  101. this.AOListView = ((System.Windows.Controls.ListView)(target));
  102. return;
  103. }
  104. this._contentLoaded = true;
  105. }
  106. }
  107. }