256cdd0c4d2c85e4d8e9598a380291a01c89048f35ad5a18a2e90f9df6d8a931.source 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. #pragma checksum "..\..\..\..\..\Views\AddRobotDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0C05001FF1A0C70AA74EEE486A3A6FB8FFE30711"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using HandyControl.Controls;
  12. using HandyControl.Data;
  13. using HandyControl.Expression.Media;
  14. using HandyControl.Expression.Shapes;
  15. using HandyControl.Interactivity;
  16. using HandyControl.Media.Animation;
  17. using HandyControl.Media.Effects;
  18. using HandyControl.Properties.Langs;
  19. using HandyControl.Themes;
  20. using HandyControl.Tools;
  21. using HandyControl.Tools.Converter;
  22. using HandyControl.Tools.Extension;
  23. using System;
  24. using System.Diagnostics;
  25. using System.Windows;
  26. using System.Windows.Automation;
  27. using System.Windows.Controls;
  28. using System.Windows.Controls.Primitives;
  29. using System.Windows.Controls.Ribbon;
  30. using System.Windows.Data;
  31. using System.Windows.Documents;
  32. using System.Windows.Forms.Integration;
  33. using System.Windows.Ink;
  34. using System.Windows.Input;
  35. using System.Windows.Markup;
  36. using System.Windows.Media;
  37. using System.Windows.Media.Animation;
  38. using System.Windows.Media.Effects;
  39. using System.Windows.Media.Imaging;
  40. using System.Windows.Media.Media3D;
  41. using System.Windows.Media.TextFormatting;
  42. using System.Windows.Navigation;
  43. using System.Windows.Shapes;
  44. using System.Windows.Shell;
  45. using TeamAAS.Localization;
  46. namespace TeamAAS.Views {
  47. /// <summary>
  48. /// AddRobotDialog
  49. /// </summary>
  50. public partial class AddRobotDialog : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  51. #line 29 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.TextBox txtName;
  54. #line default
  55. #line hidden
  56. #line 33 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.ComboBox cbBrand;
  59. #line default
  60. #line hidden
  61. #line 44 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.ComboBox cbConnectType;
  64. #line default
  65. #line hidden
  66. #line 58 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.TextBox txtIP;
  69. #line default
  70. #line hidden
  71. #line 62 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  73. internal HandyControl.Controls.NumericUpDown nudPort;
  74. #line default
  75. #line hidden
  76. #line 69 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  77. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  78. internal System.Windows.Controls.ComboBox cbTerminator;
  79. #line default
  80. #line hidden
  81. #line 78 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  83. internal System.Windows.Controls.ComboBox cbEncoding;
  84. #line default
  85. #line hidden
  86. private bool _contentLoaded;
  87. /// <summary>
  88. /// InitializeComponent
  89. /// </summary>
  90. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  91. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  92. public void InitializeComponent() {
  93. if (_contentLoaded) {
  94. return;
  95. }
  96. _contentLoaded = true;
  97. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/addrobotdialog.xaml", System.UriKind.Relative);
  98. #line 1 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  99. System.Windows.Application.LoadComponent(this, resourceLocater);
  100. #line default
  101. #line hidden
  102. }
  103. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  104. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  105. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  107. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  108. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  109. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  110. switch (connectionId)
  111. {
  112. case 1:
  113. this.txtName = ((System.Windows.Controls.TextBox)(target));
  114. return;
  115. case 2:
  116. this.cbBrand = ((System.Windows.Controls.ComboBox)(target));
  117. return;
  118. case 3:
  119. this.cbConnectType = ((System.Windows.Controls.ComboBox)(target));
  120. return;
  121. case 4:
  122. this.txtIP = ((System.Windows.Controls.TextBox)(target));
  123. return;
  124. case 5:
  125. this.nudPort = ((HandyControl.Controls.NumericUpDown)(target));
  126. return;
  127. case 6:
  128. this.cbTerminator = ((System.Windows.Controls.ComboBox)(target));
  129. return;
  130. case 7:
  131. this.cbEncoding = ((System.Windows.Controls.ComboBox)(target));
  132. return;
  133. case 8:
  134. #line 94 "..\..\..\..\..\Views\AddRobotDialog.xaml"
  135. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnOK_Click);
  136. #line default
  137. #line hidden
  138. return;
  139. }
  140. this._contentLoaded = true;
  141. }
  142. }
  143. }