MainWindow.g.i.cs 7.8 KB

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