4a14516ebc0d83c291d2df0772372f497e8d1b57d559bef2c6b69b5ff2d787e1.source 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. #pragma checksum "..\..\..\..\..\Views\SearchFeederWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "05F1C95EF5B2450FDF9E67610D5C883C7415CC5E"
  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. /// SearchFeederWindow
  49. /// </summary>
  50. public partial class SearchFeederWindow : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  51. #line 29 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.TextBlock StatusText;
  54. #line default
  55. #line hidden
  56. #line 31 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal HandyControl.Controls.LoadingCircle LoadingIndicator;
  59. #line default
  60. #line hidden
  61. #line 37 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.ListBox ResultListBox;
  64. #line default
  65. #line hidden
  66. #line 81 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.Button SetIpButton;
  69. #line default
  70. #line hidden
  71. #line 83 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  73. internal System.Windows.Controls.Button FillButton;
  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/searchfeederwindow.xaml", System.UriKind.Relative);
  88. #line 1 "..\..\..\..\..\Views\SearchFeederWindow.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 9 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  104. ((TeamAAS.Views.SearchFeederWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
  105. #line default
  106. #line hidden
  107. #line 9 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  108. ((TeamAAS.Views.SearchFeederWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
  109. #line default
  110. #line hidden
  111. return;
  112. case 2:
  113. #line 23 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  114. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Search_Click);
  115. #line default
  116. #line hidden
  117. return;
  118. case 3:
  119. this.StatusText = ((System.Windows.Controls.TextBlock)(target));
  120. return;
  121. case 4:
  122. this.LoadingIndicator = ((HandyControl.Controls.LoadingCircle)(target));
  123. return;
  124. case 5:
  125. this.ResultListBox = ((System.Windows.Controls.ListBox)(target));
  126. #line 38 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  127. this.ResultListBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Result_SelectionChanged);
  128. #line default
  129. #line hidden
  130. return;
  131. case 6:
  132. this.SetIpButton = ((System.Windows.Controls.Button)(target));
  133. #line 80 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  134. this.SetIpButton.Click += new System.Windows.RoutedEventHandler(this.SetIp_Click);
  135. #line default
  136. #line hidden
  137. return;
  138. case 7:
  139. this.FillButton = ((System.Windows.Controls.Button)(target));
  140. #line 82 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  141. this.FillButton.Click += new System.Windows.RoutedEventHandler(this.Fill_Click);
  142. #line default
  143. #line hidden
  144. return;
  145. case 8:
  146. #line 84 "..\..\..\..\..\Views\SearchFeederWindow.xaml"
  147. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Click);
  148. #line default
  149. #line hidden
  150. return;
  151. }
  152. this._contentLoaded = true;
  153. }
  154. }
  155. }