MainWindow.g.i.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. // Updated by XamlIntelliSenseFileGenerator 07.05.2024 21:44:03
  2. #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "403D4CE384617A71FAB5565FD9DC182986FCC6E2"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // Этот код создан программой.
  6. // Исполняемая версия:4.0.30319.42000
  7. //
  8. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  9. // повторной генерации кода.
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Controls.Ribbon;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. using WpfAppA;
  34. namespace WpfAppA
  35. {
  36. /// <summary>
  37. /// MainWindow
  38. /// </summary>
  39. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector
  40. {
  41. #line default
  42. #line hidden
  43. #line 110 "..\..\..\MainWindow.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.StackPanel buttonsStack;
  46. #line default
  47. #line hidden
  48. #line 113 "..\..\..\MainWindow.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.Button button1;
  51. #line default
  52. #line hidden
  53. #line 116 "..\..\..\MainWindow.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.Button button2;
  56. #line default
  57. #line hidden
  58. #line 149 "..\..\..\MainWindow.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.TextBox SearchFilterTextBox;
  61. #line default
  62. #line hidden
  63. #line 156 "..\..\..\MainWindow.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.ComboBox powerFilterComboBox;
  66. #line default
  67. #line hidden
  68. #line 174 "..\..\..\MainWindow.xaml"
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  70. internal System.Windows.Controls.ComboBox AgeFilterComboBox;
  71. #line default
  72. #line hidden
  73. #line 192 "..\..\..\MainWindow.xaml"
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  75. internal System.Windows.Controls.ComboBox RaceFilterComboBox;
  76. #line default
  77. #line hidden
  78. private bool _contentLoaded;
  79. /// <summary>
  80. /// InitializeComponent
  81. /// </summary>
  82. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  83. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  84. public void InitializeComponent()
  85. {
  86. if (_contentLoaded)
  87. {
  88. return;
  89. }
  90. _contentLoaded = true;
  91. System.Uri resourceLocater = new System.Uri("/WpfAppA;component/mainwindow.xaml", System.UriKind.Relative);
  92. #line 1 "..\..\..\MainWindow.xaml"
  93. System.Windows.Application.LoadComponent(this, resourceLocater);
  94. #line default
  95. #line hidden
  96. }
  97. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  98. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  99. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  100. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  101. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  102. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  103. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  104. {
  105. switch (connectionId)
  106. {
  107. case 1:
  108. this.MyListBox = ((System.Windows.Controls.ListBox)(target));
  109. return;
  110. case 2:
  111. this.buttonsStack = ((System.Windows.Controls.StackPanel)(target));
  112. return;
  113. case 3:
  114. this.button1 = ((System.Windows.Controls.Button)(target));
  115. return;
  116. case 4:
  117. this.button2 = ((System.Windows.Controls.Button)(target));
  118. return;
  119. case 5:
  120. #line 126 "..\..\..\MainWindow.xaml"
  121. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ToggleView_Click);
  122. #line default
  123. #line hidden
  124. return;
  125. case 6:
  126. #line 135 "..\..\..\MainWindow.xaml"
  127. ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
  128. #line default
  129. #line hidden
  130. return;
  131. case 7:
  132. #line 141 "..\..\..\MainWindow.xaml"
  133. ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
  134. #line default
  135. #line hidden
  136. return;
  137. case 8:
  138. this.SearchFilterTextBox = ((System.Windows.Controls.TextBox)(target));
  139. #line 150 "..\..\..\MainWindow.xaml"
  140. this.SearchFilterTextBox.KeyUp += new System.Windows.Input.KeyEventHandler(this.SearchFilter_KeyUp);
  141. #line default
  142. #line hidden
  143. return;
  144. case 9:
  145. this.powerFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
  146. #line 157 "..\..\..\MainWindow.xaml"
  147. this.powerFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.powerFilterComboBox_SelectionChanged_1);
  148. #line default
  149. #line hidden
  150. return;
  151. case 10:
  152. this.AgeFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
  153. #line 175 "..\..\..\MainWindow.xaml"
  154. this.AgeFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.AgeFilterComboBox_SelectionChanged_2);
  155. #line default
  156. #line hidden
  157. return;
  158. case 11:
  159. this.RaceFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
  160. #line 193 "..\..\..\MainWindow.xaml"
  161. this.RaceFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.RaceFilterComboBox_SelectionChanged_3);
  162. #line default
  163. #line hidden
  164. return;
  165. }
  166. this._contentLoaded = true;
  167. }
  168. internal System.Windows.Controls.ListBox HeroListBox;
  169. }
  170. }