MainWindow.g.i.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A569B8AB817B1880E6754BAD6CAF2DA34B7215D8"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  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 WpfApp1;
  33. namespace WpfApp1 {
  34. /// <summary>
  35. /// MainWindow
  36. /// </summary>
  37. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  38. #line 70 "..\..\..\MainWindow.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal System.Windows.Controls.ListBox carListBox;
  41. #line default
  42. #line hidden
  43. #line 132 "..\..\..\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 148 "..\..\..\MainWindow.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.TextBox SearchFilterTextBox;
  51. #line default
  52. #line hidden
  53. #line 156 "..\..\..\MainWindow.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.ComboBox carnameFilterComboBox;
  56. #line default
  57. #line hidden
  58. #line 174 "..\..\..\MainWindow.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.ComboBox carpriceFilterComboBox;
  61. #line default
  62. #line hidden
  63. private bool _contentLoaded;
  64. /// <summary>
  65. /// InitializeComponent
  66. /// </summary>
  67. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  68. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  69. public void InitializeComponent() {
  70. if (_contentLoaded) {
  71. return;
  72. }
  73. _contentLoaded = true;
  74. System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
  75. #line 1 "..\..\..\MainWindow.xaml"
  76. System.Windows.Application.LoadComponent(this, resourceLocater);
  77. #line default
  78. #line hidden
  79. }
  80. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.4.0")]
  82. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  86. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  87. switch (connectionId)
  88. {
  89. case 1:
  90. this.carListBox = ((System.Windows.Controls.ListBox)(target));
  91. #line 69 "..\..\..\MainWindow.xaml"
  92. this.carListBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.carListBox_MouseDoubleClick);
  93. #line default
  94. #line hidden
  95. return;
  96. case 2:
  97. this.ExitButton = ((System.Windows.Controls.Button)(target));
  98. #line 134 "..\..\..\MainWindow.xaml"
  99. this.ExitButton.Click += new System.Windows.RoutedEventHandler(this.ExitButton_Click);
  100. #line default
  101. #line hidden
  102. return;
  103. case 3:
  104. #line 141 "..\..\..\MainWindow.xaml"
  105. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ToggleView_Click);
  106. #line default
  107. #line hidden
  108. return;
  109. case 4:
  110. this.SearchFilterTextBox = ((System.Windows.Controls.TextBox)(target));
  111. #line 149 "..\..\..\MainWindow.xaml"
  112. this.SearchFilterTextBox.KeyUp += new System.Windows.Input.KeyEventHandler(this.SearchFilter_KeyUp);
  113. #line default
  114. #line hidden
  115. return;
  116. case 5:
  117. this.carnameFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
  118. #line 157 "..\..\..\MainWindow.xaml"
  119. this.carnameFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.carnameFilterComboBox_SelectionChanged);
  120. #line default
  121. #line hidden
  122. return;
  123. case 6:
  124. this.carpriceFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
  125. #line 175 "..\..\..\MainWindow.xaml"
  126. this.carpriceFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.carpriceFilterComboBox_SelectionChanged);
  127. #line default
  128. #line hidden
  129. return;
  130. case 7:
  131. #line 197 "..\..\..\MainWindow.xaml"
  132. ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
  133. #line default
  134. #line hidden
  135. return;
  136. case 8:
  137. #line 203 "..\..\..\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. }
  143. this._contentLoaded = true;
  144. }
  145. }
  146. }