d6cdee6220968f7c4f48c856ba89cfbbbdc204b378002b2c4eed53156354f119.source 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. #pragma checksum "..\..\..\..\..\Views\SearchDeviceWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4F053615D02EFDB94E2CE162759D5FA37E573E3F"
  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. /// SearchDeviceWindow
  49. /// </summary>
  50. public partial class SearchDeviceWindow : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  51. #line 22 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.ComboBox BrandComboBox;
  54. #line default
  55. #line hidden
  56. #line 30 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.TextBlock StatusText;
  59. #line default
  60. #line hidden
  61. #line 32 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal HandyControl.Controls.LoadingCircle LoadingIndicator;
  64. #line default
  65. #line hidden
  66. #line 38 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.ListBox ResultListBox;
  69. #line default
  70. #line hidden
  71. #line 66 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  73. internal System.Windows.Controls.Button AddButton;
  74. #line default
  75. #line hidden
  76. private bool _contentLoaded;
  77. /// <summary>
  78. /// InitializeComponent
  79. /// </summary>
  80. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  82. public void InitializeComponent() {
  83. if (_contentLoaded) {
  84. return;
  85. }
  86. _contentLoaded = true;
  87. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/searchdevicewindow.xaml", System.UriKind.Relative);
  88. #line 1 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  89. System.Windows.Application.LoadComponent(this, resourceLocater);
  90. #line default
  91. #line hidden
  92. }
  93. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  94. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  95. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  97. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  98. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  99. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  100. switch (connectionId)
  101. {
  102. case 1:
  103. #line 8 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  104. ((TeamAAS.Views.SearchDeviceWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
  105. #line default
  106. #line hidden
  107. return;
  108. case 2:
  109. this.BrandComboBox = ((System.Windows.Controls.ComboBox)(target));
  110. return;
  111. case 3:
  112. #line 24 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  113. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Search_Click);
  114. #line default
  115. #line hidden
  116. return;
  117. case 4:
  118. this.StatusText = ((System.Windows.Controls.TextBlock)(target));
  119. return;
  120. case 5:
  121. this.LoadingIndicator = ((HandyControl.Controls.LoadingCircle)(target));
  122. return;
  123. case 6:
  124. this.ResultListBox = ((System.Windows.Controls.ListBox)(target));
  125. #line 39 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  126. this.ResultListBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Result_SelectionChanged);
  127. #line default
  128. #line hidden
  129. return;
  130. case 7:
  131. this.AddButton = ((System.Windows.Controls.Button)(target));
  132. #line 65 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  133. this.AddButton.Click += new System.Windows.RoutedEventHandler(this.Add_Click);
  134. #line default
  135. #line hidden
  136. return;
  137. case 8:
  138. #line 67 "..\..\..\..\..\Views\SearchDeviceWindow.xaml"
  139. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Click);
  140. #line default
  141. #line hidden
  142. return;
  143. }
  144. this._contentLoaded = true;
  145. }
  146. }
  147. }