FOUPTopView.g.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. #pragma checksum "..\..\..\..\Models\Controls\FOUPTopView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9EA095E849F821FAD5E12A2B41BEC1611C1D87F5756CD4EA0022590BA66E6121"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Caliburn.Micro;
  12. using OpenSEMI.Ctrlib.Controls;
  13. using OpenSEMI.Ctrlib.Types;
  14. using OpenSEMI.Ctrlib.Window;
  15. using System;
  16. using System.Diagnostics;
  17. using System.Windows;
  18. using System.Windows.Automation;
  19. using System.Windows.Controls;
  20. using System.Windows.Controls.Primitives;
  21. using System.Windows.Data;
  22. using System.Windows.Documents;
  23. using System.Windows.Forms.Integration;
  24. using System.Windows.Ink;
  25. using System.Windows.Input;
  26. using System.Windows.Interactivity;
  27. using System.Windows.Markup;
  28. using System.Windows.Media;
  29. using System.Windows.Media.Animation;
  30. using System.Windows.Media.Effects;
  31. using System.Windows.Media.Imaging;
  32. using System.Windows.Media.Media3D;
  33. using System.Windows.Media.TextFormatting;
  34. using System.Windows.Navigation;
  35. using System.Windows.Shapes;
  36. using System.Windows.Shell;
  37. using VirgoUI.Client.Models.Controls;
  38. using VirgoUI.Client.Models.Converter;
  39. namespace VirgoUI.Client.Models.Controls {
  40. /// <summary>
  41. /// FOUPTopView
  42. /// </summary>
  43. public partial class FOUPTopView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  44. #line 51 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Controls.Grid root;
  47. #line default
  48. #line hidden
  49. #line 54 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.Grid FOUP_Body;
  52. #line default
  53. #line hidden
  54. #line 87 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.Grid FOUP_Body_Inner;
  57. #line default
  58. #line hidden
  59. #line 115 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.Grid FOUP_Door;
  62. #line default
  63. #line hidden
  64. #line 116 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Shapes.Rectangle FOUPDoor_Left;
  67. #line default
  68. #line hidden
  69. #line 117 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Shapes.Rectangle FOUPDoor_Right;
  72. #line default
  73. #line hidden
  74. private bool _contentLoaded;
  75. /// <summary>
  76. /// InitializeComponent
  77. /// </summary>
  78. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  79. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  80. public void InitializeComponent() {
  81. if (_contentLoaded) {
  82. return;
  83. }
  84. _contentLoaded = true;
  85. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/models/controls/fouptopview.xaml", System.UriKind.Relative);
  86. #line 1 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  87. System.Windows.Application.LoadComponent(this, resourceLocater);
  88. #line default
  89. #line hidden
  90. }
  91. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  92. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  93. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  97. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  98. switch (connectionId)
  99. {
  100. case 1:
  101. this.root = ((System.Windows.Controls.Grid)(target));
  102. return;
  103. case 2:
  104. this.FOUP_Body = ((System.Windows.Controls.Grid)(target));
  105. return;
  106. case 3:
  107. #line 67 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  108. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  109. #line default
  110. #line hidden
  111. return;
  112. case 4:
  113. #line 68 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  114. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  115. #line default
  116. #line hidden
  117. return;
  118. case 5:
  119. #line 69 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  120. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  121. #line default
  122. #line hidden
  123. return;
  124. case 6:
  125. #line 71 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  126. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  127. #line default
  128. #line hidden
  129. return;
  130. case 7:
  131. #line 72 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  132. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  133. #line default
  134. #line hidden
  135. return;
  136. case 8:
  137. #line 73 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  138. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  139. #line default
  140. #line hidden
  141. return;
  142. case 9:
  143. #line 74 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  144. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  145. #line default
  146. #line hidden
  147. return;
  148. case 10:
  149. #line 75 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  150. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  151. #line default
  152. #line hidden
  153. return;
  154. case 11:
  155. #line 76 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  156. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  157. #line default
  158. #line hidden
  159. return;
  160. case 12:
  161. #line 77 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  162. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  163. #line default
  164. #line hidden
  165. return;
  166. case 13:
  167. #line 78 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  168. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  169. #line default
  170. #line hidden
  171. return;
  172. case 14:
  173. #line 79 "..\..\..\..\Models\Controls\FOUPTopView.xaml"
  174. ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
  175. #line default
  176. #line hidden
  177. return;
  178. case 15:
  179. this.FOUP_Body_Inner = ((System.Windows.Controls.Grid)(target));
  180. return;
  181. case 16:
  182. this.FOUP_Door = ((System.Windows.Controls.Grid)(target));
  183. return;
  184. case 17:
  185. this.FOUPDoor_Left = ((System.Windows.Shapes.Rectangle)(target));
  186. return;
  187. case 18:
  188. this.FOUPDoor_Right = ((System.Windows.Shapes.Rectangle)(target));
  189. return;
  190. }
  191. this._contentLoaded = true;
  192. }
  193. }
  194. }