AITThrottleValveInputDialogBox.g.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. #pragma checksum "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6B1D3045CBCF70C51C3AC1F577E60F62A56776396494A8666A418027A1977CCB"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Aitex.Core.UI.Control;
  12. using Aitex.Core.UI.Converters;
  13. using System;
  14. using System.Diagnostics;
  15. using System.Windows;
  16. using System.Windows.Automation;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Forms.Integration;
  22. using System.Windows.Ink;
  23. using System.Windows.Input;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Effects;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Media.Media3D;
  30. using System.Windows.Media.TextFormatting;
  31. using System.Windows.Navigation;
  32. using System.Windows.Shapes;
  33. using System.Windows.Shell;
  34. using Xceed.Wpf.Toolkit;
  35. using Xceed.Wpf.Toolkit.Chromes;
  36. using Xceed.Wpf.Toolkit.Core.Converters;
  37. using Xceed.Wpf.Toolkit.Core.Input;
  38. using Xceed.Wpf.Toolkit.Core.Media;
  39. using Xceed.Wpf.Toolkit.Core.Utilities;
  40. using Xceed.Wpf.Toolkit.Panels;
  41. using Xceed.Wpf.Toolkit.Primitives;
  42. using Xceed.Wpf.Toolkit.PropertyGrid;
  43. using Xceed.Wpf.Toolkit.PropertyGrid.Attributes;
  44. using Xceed.Wpf.Toolkit.PropertyGrid.Commands;
  45. using Xceed.Wpf.Toolkit.PropertyGrid.Converters;
  46. using Xceed.Wpf.Toolkit.PropertyGrid.Editors;
  47. using Xceed.Wpf.Toolkit.Zoombox;
  48. namespace Aitex.Core.UI.Control {
  49. /// <summary>
  50. /// AITThrottleValveInputDialogBox
  51. /// </summary>
  52. public partial class AITThrottleValveInputDialogBox : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  53. #line 66 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.CheckBox ckPosition;
  56. #line default
  57. #line hidden
  58. #line 67 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.CheckBox ckPressure;
  61. #line default
  62. #line hidden
  63. #line 87 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.TextBox inputBoxPosition;
  66. #line default
  67. #line hidden
  68. #line 90 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  70. internal System.Windows.Controls.TextBox inputBoxPressure;
  71. #line default
  72. #line hidden
  73. #line 94 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  75. internal System.Windows.Controls.Button buttonSet;
  76. #line default
  77. #line hidden
  78. private bool _contentLoaded;
  79. /// <summary>
  80. /// InitializeComponent
  81. /// </summary>
  82. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  83. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  84. public void InitializeComponent() {
  85. if (_contentLoaded) {
  86. return;
  87. }
  88. _contentLoaded = true;
  89. System.Uri resourceLocater = new System.Uri("/MECF.Framework.UI.Core;component/devicecontrol/aitthrottlevalveinputdialogbox.xa" +
  90. "ml", System.UriKind.Relative);
  91. #line 1 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  92. System.Windows.Application.LoadComponent(this, resourceLocater);
  93. #line default
  94. #line hidden
  95. }
  96. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  97. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  98. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  99. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  100. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  101. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  102. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  103. switch (connectionId)
  104. {
  105. case 1:
  106. #line 9 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  107. ((Aitex.Core.UI.Control.AITThrottleValveInputDialogBox)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.OnEnterKeyIsHit);
  108. #line default
  109. #line hidden
  110. return;
  111. case 2:
  112. this.ckPosition = ((System.Windows.Controls.CheckBox)(target));
  113. #line 66 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  114. this.ckPosition.Checked += new System.Windows.RoutedEventHandler(this.CkPosition_OnChecked);
  115. #line default
  116. #line hidden
  117. #line 66 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  118. this.ckPosition.Click += new System.Windows.RoutedEventHandler(this.CkPosition_OnClick);
  119. #line default
  120. #line hidden
  121. return;
  122. case 3:
  123. this.ckPressure = ((System.Windows.Controls.CheckBox)(target));
  124. #line 67 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  125. this.ckPressure.Checked += new System.Windows.RoutedEventHandler(this.CkPressure_OnChecked);
  126. #line default
  127. #line hidden
  128. #line 67 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  129. this.ckPressure.Click += new System.Windows.RoutedEventHandler(this.CkPressure_OnClick);
  130. #line default
  131. #line hidden
  132. return;
  133. case 4:
  134. this.inputBoxPosition = ((System.Windows.Controls.TextBox)(target));
  135. #line 88 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  136. this.inputBoxPosition.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.InputTextBoxPosition_TextChanged);
  137. #line default
  138. #line hidden
  139. return;
  140. case 5:
  141. this.inputBoxPressure = ((System.Windows.Controls.TextBox)(target));
  142. #line 91 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  143. this.inputBoxPressure.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.InputTextBoxPressure_TextChanged);
  144. #line default
  145. #line hidden
  146. return;
  147. case 6:
  148. this.buttonSet = ((System.Windows.Controls.Button)(target));
  149. #line 94 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  150. this.buttonSet.Click += new System.Windows.RoutedEventHandler(this.ButtonSet_Click);
  151. #line default
  152. #line hidden
  153. return;
  154. case 7:
  155. #line 95 "..\..\..\DeviceControl\AITThrottleValveInputDialogBox.xaml"
  156. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonCancel_Click);
  157. #line default
  158. #line hidden
  159. return;
  160. }
  161. this._contentLoaded = true;
  162. }
  163. }
  164. }