|
@@ -1,4 +1,4 @@
|
|
-#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F82F878E92DDAD1C5E54BE1180F8B71EBD6134AF"
|
|
|
|
|
|
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A569B8AB817B1880E6754BAD6CAF2DA34B7215D8"
|
|
//------------------------------------------------------------------------------
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// This code was generated by a tool.
|
|
@@ -42,7 +42,7 @@ namespace WpfApp1 {
|
|
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
|
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
|
|
|
|
|
|
|
|
|
- #line 69 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 70 "..\..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.ListBox carListBox;
|
|
internal System.Windows.Controls.ListBox carListBox;
|
|
|
|
|
|
@@ -50,7 +50,7 @@ namespace WpfApp1 {
|
|
#line hidden
|
|
#line hidden
|
|
|
|
|
|
|
|
|
|
- #line 131 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 132 "..\..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.Button ExitButton;
|
|
internal System.Windows.Controls.Button ExitButton;
|
|
|
|
|
|
@@ -58,7 +58,7 @@ namespace WpfApp1 {
|
|
#line hidden
|
|
#line hidden
|
|
|
|
|
|
|
|
|
|
- #line 147 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 148 "..\..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.TextBox SearchFilterTextBox;
|
|
internal System.Windows.Controls.TextBox SearchFilterTextBox;
|
|
|
|
|
|
@@ -66,7 +66,7 @@ namespace WpfApp1 {
|
|
#line hidden
|
|
#line hidden
|
|
|
|
|
|
|
|
|
|
- #line 155 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 156 "..\..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.ComboBox carnameFilterComboBox;
|
|
internal System.Windows.Controls.ComboBox carnameFilterComboBox;
|
|
|
|
|
|
@@ -74,7 +74,7 @@ namespace WpfApp1 {
|
|
#line hidden
|
|
#line hidden
|
|
|
|
|
|
|
|
|
|
- #line 173 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 174 "..\..\..\MainWindow.xaml"
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
internal System.Windows.Controls.ComboBox carpriceFilterComboBox;
|
|
internal System.Windows.Controls.ComboBox carpriceFilterComboBox;
|
|
|
|
|
|
@@ -93,7 +93,7 @@ namespace WpfApp1 {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
_contentLoaded = true;
|
|
_contentLoaded = true;
|
|
- System.Uri resourceLocater = new System.Uri("/WpfApp1;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
|
|
|
|
|
|
+ System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
|
|
|
|
|
|
#line 1 "..\..\..\MainWindow.xaml"
|
|
#line 1 "..\..\..\MainWindow.xaml"
|
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
|
@@ -113,11 +113,17 @@ namespace WpfApp1 {
|
|
{
|
|
{
|
|
case 1:
|
|
case 1:
|
|
this.carListBox = ((System.Windows.Controls.ListBox)(target));
|
|
this.carListBox = ((System.Windows.Controls.ListBox)(target));
|
|
|
|
+
|
|
|
|
+ #line 69 "..\..\..\MainWindow.xaml"
|
|
|
|
+ this.carListBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.carListBox_MouseDoubleClick);
|
|
|
|
+
|
|
|
|
+ #line default
|
|
|
|
+ #line hidden
|
|
return;
|
|
return;
|
|
case 2:
|
|
case 2:
|
|
this.ExitButton = ((System.Windows.Controls.Button)(target));
|
|
this.ExitButton = ((System.Windows.Controls.Button)(target));
|
|
|
|
|
|
- #line 133 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 134 "..\..\..\MainWindow.xaml"
|
|
this.ExitButton.Click += new System.Windows.RoutedEventHandler(this.ExitButton_Click);
|
|
this.ExitButton.Click += new System.Windows.RoutedEventHandler(this.ExitButton_Click);
|
|
|
|
|
|
#line default
|
|
#line default
|
|
@@ -125,7 +131,7 @@ namespace WpfApp1 {
|
|
return;
|
|
return;
|
|
case 3:
|
|
case 3:
|
|
|
|
|
|
- #line 140 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 141 "..\..\..\MainWindow.xaml"
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ToggleView_Click);
|
|
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ToggleView_Click);
|
|
|
|
|
|
#line default
|
|
#line default
|
|
@@ -134,7 +140,7 @@ namespace WpfApp1 {
|
|
case 4:
|
|
case 4:
|
|
this.SearchFilterTextBox = ((System.Windows.Controls.TextBox)(target));
|
|
this.SearchFilterTextBox = ((System.Windows.Controls.TextBox)(target));
|
|
|
|
|
|
- #line 148 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 149 "..\..\..\MainWindow.xaml"
|
|
this.SearchFilterTextBox.KeyUp += new System.Windows.Input.KeyEventHandler(this.SearchFilter_KeyUp);
|
|
this.SearchFilterTextBox.KeyUp += new System.Windows.Input.KeyEventHandler(this.SearchFilter_KeyUp);
|
|
|
|
|
|
#line default
|
|
#line default
|
|
@@ -143,7 +149,7 @@ namespace WpfApp1 {
|
|
case 5:
|
|
case 5:
|
|
this.carnameFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
|
|
this.carnameFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
|
|
|
|
|
|
- #line 156 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 157 "..\..\..\MainWindow.xaml"
|
|
this.carnameFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.carnameFilterComboBox_SelectionChanged);
|
|
this.carnameFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.carnameFilterComboBox_SelectionChanged);
|
|
|
|
|
|
#line default
|
|
#line default
|
|
@@ -152,7 +158,7 @@ namespace WpfApp1 {
|
|
case 6:
|
|
case 6:
|
|
this.carpriceFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
|
|
this.carpriceFilterComboBox = ((System.Windows.Controls.ComboBox)(target));
|
|
|
|
|
|
- #line 174 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 175 "..\..\..\MainWindow.xaml"
|
|
this.carpriceFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.carpriceFilterComboBox_SelectionChanged);
|
|
this.carpriceFilterComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.carpriceFilterComboBox_SelectionChanged);
|
|
|
|
|
|
#line default
|
|
#line default
|
|
@@ -160,7 +166,7 @@ namespace WpfApp1 {
|
|
return;
|
|
return;
|
|
case 7:
|
|
case 7:
|
|
|
|
|
|
- #line 196 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 197 "..\..\..\MainWindow.xaml"
|
|
((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
|
|
((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
|
|
|
|
|
|
#line default
|
|
#line default
|
|
@@ -168,7 +174,7 @@ namespace WpfApp1 {
|
|
return;
|
|
return;
|
|
case 8:
|
|
case 8:
|
|
|
|
|
|
- #line 202 "..\..\..\MainWindow.xaml"
|
|
|
|
|
|
+ #line 203 "..\..\..\MainWindow.xaml"
|
|
((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
|
|
((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
|
|
|
|
|
|
#line default
|
|
#line default
|