HardwareConfigView.g.i.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. #pragma checksum "..\..\..\..\Views\HardwareConfigView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B49AEEEFEC532D1003E586C9BBAB9DDF79E3FDE168ADC0C58A82E56FFEF15A1F"
  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 System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. namespace Aitex.Triton160.UI.Views {
  32. /// <summary>
  33. /// HardwareConfigView
  34. /// </summary>
  35. public partial class HardwareConfigView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  36. #line 6 "..\..\..\..\Views\HardwareConfigView.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal Aitex.Triton160.UI.Views.HardwareConfigView self;
  39. #line default
  40. #line hidden
  41. #line 65 "..\..\..\..\Views\HardwareConfigView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.CheckBox Enablegas1;
  44. #line default
  45. #line hidden
  46. #line 67 "..\..\..\..\Views\HardwareConfigView.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.CheckBox Enablegas2;
  49. #line default
  50. #line hidden
  51. #line 69 "..\..\..\..\Views\HardwareConfigView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.CheckBox Enablegas3;
  54. #line default
  55. #line hidden
  56. #line 71 "..\..\..\..\Views\HardwareConfigView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.CheckBox Enablegas4;
  59. #line default
  60. #line hidden
  61. #line 73 "..\..\..\..\Views\HardwareConfigView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.CheckBox Enablegas5;
  64. #line default
  65. #line hidden
  66. #line 382 "..\..\..\..\Views\HardwareConfigView.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.CheckBox ControlEnableDryPump;
  69. #line default
  70. #line hidden
  71. private bool _contentLoaded;
  72. /// <summary>
  73. /// InitializeComponent
  74. /// </summary>
  75. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  76. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  77. public void InitializeComponent() {
  78. if (_contentLoaded) {
  79. return;
  80. }
  81. _contentLoaded = true;
  82. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/hardwareconfigview.xaml", System.UriKind.Relative);
  83. #line 1 "..\..\..\..\Views\HardwareConfigView.xaml"
  84. System.Windows.Application.LoadComponent(this, resourceLocater);
  85. #line default
  86. #line hidden
  87. }
  88. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  90. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  92. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  94. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  95. switch (connectionId)
  96. {
  97. case 1:
  98. this.self = ((Aitex.Triton160.UI.Views.HardwareConfigView)(target));
  99. return;
  100. case 2:
  101. this.Enablegas1 = ((System.Windows.Controls.CheckBox)(target));
  102. return;
  103. case 3:
  104. this.Enablegas2 = ((System.Windows.Controls.CheckBox)(target));
  105. return;
  106. case 4:
  107. this.Enablegas3 = ((System.Windows.Controls.CheckBox)(target));
  108. return;
  109. case 5:
  110. this.Enablegas4 = ((System.Windows.Controls.CheckBox)(target));
  111. return;
  112. case 6:
  113. this.Enablegas5 = ((System.Windows.Controls.CheckBox)(target));
  114. return;
  115. case 7:
  116. #line 87 "..\..\..\..\Views\HardwareConfigView.xaml"
  117. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  118. #line default
  119. #line hidden
  120. return;
  121. case 8:
  122. #line 89 "..\..\..\..\Views\HardwareConfigView.xaml"
  123. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  124. #line default
  125. #line hidden
  126. return;
  127. case 9:
  128. #line 91 "..\..\..\..\Views\HardwareConfigView.xaml"
  129. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  130. #line default
  131. #line hidden
  132. return;
  133. case 10:
  134. #line 93 "..\..\..\..\Views\HardwareConfigView.xaml"
  135. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  136. #line default
  137. #line hidden
  138. return;
  139. case 11:
  140. #line 95 "..\..\..\..\Views\HardwareConfigView.xaml"
  141. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  142. #line default
  143. #line hidden
  144. return;
  145. case 12:
  146. #line 98 "..\..\..\..\Views\HardwareConfigView.xaml"
  147. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  148. #line default
  149. #line hidden
  150. return;
  151. case 13:
  152. #line 100 "..\..\..\..\Views\HardwareConfigView.xaml"
  153. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  154. #line default
  155. #line hidden
  156. return;
  157. case 14:
  158. #line 102 "..\..\..\..\Views\HardwareConfigView.xaml"
  159. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  160. #line default
  161. #line hidden
  162. return;
  163. case 15:
  164. #line 104 "..\..\..\..\Views\HardwareConfigView.xaml"
  165. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  166. #line default
  167. #line hidden
  168. return;
  169. case 16:
  170. #line 106 "..\..\..\..\Views\HardwareConfigView.xaml"
  171. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  172. #line default
  173. #line hidden
  174. return;
  175. case 17:
  176. #line 109 "..\..\..\..\Views\HardwareConfigView.xaml"
  177. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  178. #line default
  179. #line hidden
  180. return;
  181. case 18:
  182. #line 111 "..\..\..\..\Views\HardwareConfigView.xaml"
  183. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  184. #line default
  185. #line hidden
  186. return;
  187. case 19:
  188. #line 113 "..\..\..\..\Views\HardwareConfigView.xaml"
  189. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  190. #line default
  191. #line hidden
  192. return;
  193. case 20:
  194. #line 115 "..\..\..\..\Views\HardwareConfigView.xaml"
  195. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  196. #line default
  197. #line hidden
  198. return;
  199. case 21:
  200. #line 117 "..\..\..\..\Views\HardwareConfigView.xaml"
  201. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  202. #line default
  203. #line hidden
  204. return;
  205. case 22:
  206. #line 132 "..\..\..\..\Views\HardwareConfigView.xaml"
  207. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  208. #line default
  209. #line hidden
  210. return;
  211. case 23:
  212. #line 134 "..\..\..\..\Views\HardwareConfigView.xaml"
  213. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  214. #line default
  215. #line hidden
  216. return;
  217. case 24:
  218. #line 136 "..\..\..\..\Views\HardwareConfigView.xaml"
  219. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  220. #line default
  221. #line hidden
  222. return;
  223. case 25:
  224. #line 138 "..\..\..\..\Views\HardwareConfigView.xaml"
  225. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  226. #line default
  227. #line hidden
  228. return;
  229. case 26:
  230. #line 140 "..\..\..\..\Views\HardwareConfigView.xaml"
  231. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  232. #line default
  233. #line hidden
  234. return;
  235. case 27:
  236. #line 208 "..\..\..\..\Views\HardwareConfigView.xaml"
  237. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  238. #line default
  239. #line hidden
  240. return;
  241. case 28:
  242. #line 210 "..\..\..\..\Views\HardwareConfigView.xaml"
  243. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  244. #line default
  245. #line hidden
  246. return;
  247. case 29:
  248. #line 216 "..\..\..\..\Views\HardwareConfigView.xaml"
  249. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  250. #line default
  251. #line hidden
  252. return;
  253. case 30:
  254. #line 218 "..\..\..\..\Views\HardwareConfigView.xaml"
  255. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  256. #line default
  257. #line hidden
  258. return;
  259. case 31:
  260. #line 221 "..\..\..\..\Views\HardwareConfigView.xaml"
  261. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  262. #line default
  263. #line hidden
  264. return;
  265. case 32:
  266. #line 223 "..\..\..\..\Views\HardwareConfigView.xaml"
  267. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  268. #line default
  269. #line hidden
  270. return;
  271. case 33:
  272. #line 272 "..\..\..\..\Views\HardwareConfigView.xaml"
  273. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  274. #line default
  275. #line hidden
  276. return;
  277. case 34:
  278. this.ControlEnableDryPump = ((System.Windows.Controls.CheckBox)(target));
  279. return;
  280. }
  281. this._contentLoaded = true;
  282. }
  283. }
  284. }