6b3dffd648152f0b83baf8bcd4c95d1aa861b4808b10313dbc16ab7a61e393b5.source 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. #pragma checksum "..\..\..\..\UI\DefaultRobotDebugPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "03AC174AFD74E4FBC6BC38F22EADE3B4134A3DE7"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  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.Controls.Ribbon;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. using TeamAAS.Localization;
  33. namespace TeamAAS.Robot.UI {
  34. /// <summary>
  35. /// DefaultRobotDebugPage
  36. /// </summary>
  37. public partial class DefaultRobotDebugPage : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. #line 48 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal System.Windows.Controls.TextBlock TxtStatus;
  41. #line default
  42. #line hidden
  43. #line 50 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.TextBlock TxtMessage;
  46. #line default
  47. #line hidden
  48. #line 58 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.TextBlock TxtPos;
  51. #line default
  52. #line hidden
  53. #line 63 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.StackPanel OpsRoot;
  56. #line default
  57. #line hidden
  58. #line 65 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.Button BtnMotorOn;
  61. #line default
  62. #line hidden
  63. #line 66 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.Button BtnMotorOff;
  66. #line default
  67. #line hidden
  68. #line 67 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  70. internal System.Windows.Controls.Button BtnReset;
  71. #line default
  72. #line hidden
  73. #line 68 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  75. internal System.Windows.Controls.Button BtnSFree;
  76. #line default
  77. #line hidden
  78. #line 69 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  79. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  80. internal System.Windows.Controls.Button BtnSLock;
  81. #line default
  82. #line hidden
  83. #line 70 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  85. internal System.Windows.Controls.Button BtnGetPos;
  86. #line default
  87. #line hidden
  88. #line 80 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  89. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  90. internal System.Windows.Controls.TextBox TxtStep;
  91. #line default
  92. #line hidden
  93. #line 85 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  95. internal System.Windows.Controls.ComboBox ToolCombo;
  96. #line default
  97. #line hidden
  98. #line 91 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  99. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  100. internal System.Windows.Controls.Button BtnSelectTool;
  101. #line default
  102. #line hidden
  103. private bool _contentLoaded;
  104. /// <summary>
  105. /// InitializeComponent
  106. /// </summary>
  107. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  108. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  109. public void InitializeComponent() {
  110. if (_contentLoaded) {
  111. return;
  112. }
  113. _contentLoaded = true;
  114. System.Uri resourceLocater = new System.Uri("/TeamAAS.Robot;component/ui/defaultrobotdebugpage.xaml", System.UriKind.Relative);
  115. #line 1 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  116. System.Windows.Application.LoadComponent(this, resourceLocater);
  117. #line default
  118. #line hidden
  119. }
  120. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  121. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  122. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  123. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  124. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  125. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  126. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  127. switch (connectionId)
  128. {
  129. case 1:
  130. this.TxtStatus = ((System.Windows.Controls.TextBlock)(target));
  131. return;
  132. case 2:
  133. this.TxtMessage = ((System.Windows.Controls.TextBlock)(target));
  134. return;
  135. case 3:
  136. this.TxtPos = ((System.Windows.Controls.TextBlock)(target));
  137. return;
  138. case 4:
  139. this.OpsRoot = ((System.Windows.Controls.StackPanel)(target));
  140. return;
  141. case 5:
  142. this.BtnMotorOn = ((System.Windows.Controls.Button)(target));
  143. #line 65 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  144. this.BtnMotorOn.Click += new System.Windows.RoutedEventHandler(this.BtnMotorOn_Click);
  145. #line default
  146. #line hidden
  147. return;
  148. case 6:
  149. this.BtnMotorOff = ((System.Windows.Controls.Button)(target));
  150. #line 66 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  151. this.BtnMotorOff.Click += new System.Windows.RoutedEventHandler(this.BtnMotorOff_Click);
  152. #line default
  153. #line hidden
  154. return;
  155. case 7:
  156. this.BtnReset = ((System.Windows.Controls.Button)(target));
  157. #line 67 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  158. this.BtnReset.Click += new System.Windows.RoutedEventHandler(this.BtnReset_Click);
  159. #line default
  160. #line hidden
  161. return;
  162. case 8:
  163. this.BtnSFree = ((System.Windows.Controls.Button)(target));
  164. #line 68 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  165. this.BtnSFree.Click += new System.Windows.RoutedEventHandler(this.BtnSFree_Click);
  166. #line default
  167. #line hidden
  168. return;
  169. case 9:
  170. this.BtnSLock = ((System.Windows.Controls.Button)(target));
  171. #line 69 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  172. this.BtnSLock.Click += new System.Windows.RoutedEventHandler(this.BtnSLock_Click);
  173. #line default
  174. #line hidden
  175. return;
  176. case 10:
  177. this.BtnGetPos = ((System.Windows.Controls.Button)(target));
  178. #line 70 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  179. this.BtnGetPos.Click += new System.Windows.RoutedEventHandler(this.BtnGetPos_Click);
  180. #line default
  181. #line hidden
  182. return;
  183. case 11:
  184. this.TxtStep = ((System.Windows.Controls.TextBox)(target));
  185. return;
  186. case 12:
  187. this.ToolCombo = ((System.Windows.Controls.ComboBox)(target));
  188. return;
  189. case 13:
  190. this.BtnSelectTool = ((System.Windows.Controls.Button)(target));
  191. #line 91 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  192. this.BtnSelectTool.Click += new System.Windows.RoutedEventHandler(this.BtnSelectTool_Click);
  193. #line default
  194. #line hidden
  195. return;
  196. case 14:
  197. #line 101 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  198. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  199. #line default
  200. #line hidden
  201. return;
  202. case 15:
  203. #line 102 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  204. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  205. #line default
  206. #line hidden
  207. return;
  208. case 16:
  209. #line 103 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  210. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  211. #line default
  212. #line hidden
  213. return;
  214. case 17:
  215. #line 104 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  216. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  217. #line default
  218. #line hidden
  219. return;
  220. case 18:
  221. #line 105 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  222. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  223. #line default
  224. #line hidden
  225. return;
  226. case 19:
  227. #line 106 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  228. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  229. #line default
  230. #line hidden
  231. return;
  232. case 20:
  233. #line 113 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  234. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  235. #line default
  236. #line hidden
  237. return;
  238. case 21:
  239. #line 114 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  240. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  241. #line default
  242. #line hidden
  243. return;
  244. case 22:
  245. #line 115 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  246. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  247. #line default
  248. #line hidden
  249. return;
  250. case 23:
  251. #line 116 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  252. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  253. #line default
  254. #line hidden
  255. return;
  256. case 24:
  257. #line 117 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  258. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  259. #line default
  260. #line hidden
  261. return;
  262. case 25:
  263. #line 118 "..\..\..\..\UI\DefaultRobotDebugPage.xaml"
  264. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnJog_Click);
  265. #line default
  266. #line hidden
  267. return;
  268. }
  269. this._contentLoaded = true;
  270. }
  271. }
  272. }