9429fdbbe12fef1f2bc88b079f190428e69b22a2a2f6d5c5a46714950b697880.source 6.7 KB

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