|
@@ -1,4 +1,4 @@
|
|
|
-#pragma checksum "..\..\..\Pages\ProductsPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E827F9A890777291EF023B1B41D743F7BF84F4B65F913FA3024A41F7396CD77F"
|
|
|
+#pragma checksum "..\..\..\Pages\ProductsPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E33DD3E1F74B57401E7047F857723E79E4E8622F60DAEDAC311F3B6287303948"
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// Этот код создан программой.
|
|
@@ -41,13 +41,53 @@ namespace Sessioa.Pages {
|
|
|
public partial class ProductsPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
|
|
|
|
|
|
|
|
|
- #line 14 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ #line 19 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
internal System.Windows.Controls.ListBox LB_Product;
|
|
|
|
|
|
#line default
|
|
|
#line hidden
|
|
|
|
|
|
+
|
|
|
+ #line 55 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.TextBox SearchTB;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
+
|
|
|
+ #line 56 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.ComboBox CB_Sort;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
+
|
|
|
+ #line 57 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.ComboBox CB_Filtr;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
+
|
|
|
+ #line 60 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.TextBlock TB_CountActual;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
+
|
|
|
+ #line 62 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.TextBlock TB_CountAll;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
private bool _contentLoaded;
|
|
|
|
|
|
/// <summary>
|
|
@@ -81,6 +121,39 @@ namespace Sessioa.Pages {
|
|
|
case 1:
|
|
|
this.LB_Product = ((System.Windows.Controls.ListBox)(target));
|
|
|
return;
|
|
|
+ case 6:
|
|
|
+ this.SearchTB = ((System.Windows.Controls.TextBox)(target));
|
|
|
+
|
|
|
+ #line 55 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ this.SearchTB.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchTB_TextChanged);
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+ return;
|
|
|
+ case 7:
|
|
|
+ this.CB_Sort = ((System.Windows.Controls.ComboBox)(target));
|
|
|
+
|
|
|
+ #line 56 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ this.CB_Sort.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CB_Sort_SelectionChanged);
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+ return;
|
|
|
+ case 8:
|
|
|
+ this.CB_Filtr = ((System.Windows.Controls.ComboBox)(target));
|
|
|
+
|
|
|
+ #line 57 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ this.CB_Filtr.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CB_Filtr_SelectionChanged);
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+ return;
|
|
|
+ case 9:
|
|
|
+ this.TB_CountActual = ((System.Windows.Controls.TextBlock)(target));
|
|
|
+ return;
|
|
|
+ case 10:
|
|
|
+ this.TB_CountAll = ((System.Windows.Controls.TextBlock)(target));
|
|
|
+ return;
|
|
|
}
|
|
|
this._contentLoaded = true;
|
|
|
}
|
|
@@ -96,7 +169,7 @@ namespace Sessioa.Pages {
|
|
|
{
|
|
|
case 2:
|
|
|
|
|
|
- #line 17 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ #line 22 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
((System.Windows.Controls.Border)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Border_Loaded);
|
|
|
|
|
|
#line default
|
|
@@ -104,7 +177,7 @@ namespace Sessioa.Pages {
|
|
|
break;
|
|
|
case 3:
|
|
|
|
|
|
- #line 34 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ #line 39 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.countPr_Loaded);
|
|
|
|
|
|
#line default
|
|
@@ -112,7 +185,7 @@ namespace Sessioa.Pages {
|
|
|
break;
|
|
|
case 4:
|
|
|
|
|
|
- #line 35 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ #line 40 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.countPr_Loaded_1);
|
|
|
|
|
|
#line default
|
|
@@ -120,7 +193,7 @@ namespace Sessioa.Pages {
|
|
|
break;
|
|
|
case 5:
|
|
|
|
|
|
- #line 38 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
+ #line 43 "..\..\..\Pages\ProductsPage.xaml"
|
|
|
((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Discount_Loaded);
|
|
|
|
|
|
#line default
|