#pragma checksum "..\..\..\Pages\ProductsPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9CF137696ED124294E3934F397E150E748F50A8E98AFD266B5926FC0600BF87E"
//------------------------------------------------------------------------------
//
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
//
//------------------------------------------------------------------------------
using Sessioa.Pages;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Sessioa.Pages {
///
/// ProductsPage
///
public partial class ProductsPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
#line 20 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListBox LB_Product;
#line default
#line hidden
#line 52 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem AddOrder;
#line default
#line hidden
#line 53 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem EditProduct;
#line default
#line hidden
#line 54 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem DeleteProduct;
#line default
#line hidden
#line 64 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox SearchTB;
#line default
#line hidden
#line 65 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox CB_Sort;
#line default
#line hidden
#line 66 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox CB_Filtr;
#line default
#line hidden
#line 69 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock TB_CountActual;
#line default
#line hidden
#line 71 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock TB_CountAll;
#line default
#line hidden
#line 73 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock UserSign;
#line default
#line hidden
#line 75 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button SignOf;
#line default
#line hidden
#line 76 "..\..\..\Pages\ProductsPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button NewProduct;
#line default
#line hidden
private bool _contentLoaded;
///
/// InitializeComponent
///
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Sessioa;component/pages/productspage.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Pages\ProductsPage.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.LB_Product = ((System.Windows.Controls.ListBox)(target));
return;
case 6:
#line 51 "..\..\..\Pages\ProductsPage.xaml"
((System.Windows.Controls.ContextMenu)(target)).Loaded += new System.Windows.RoutedEventHandler(this.ContextMenu_Loaded);
#line default
#line hidden
return;
case 7:
this.AddOrder = ((System.Windows.Controls.MenuItem)(target));
return;
case 8:
this.EditProduct = ((System.Windows.Controls.MenuItem)(target));
#line 53 "..\..\..\Pages\ProductsPage.xaml"
this.EditProduct.Loaded += new System.Windows.RoutedEventHandler(this.EditProduct_Loaded);
#line default
#line hidden
#line 53 "..\..\..\Pages\ProductsPage.xaml"
this.EditProduct.Click += new System.Windows.RoutedEventHandler(this.EditProduct_Click);
#line default
#line hidden
return;
case 9:
this.DeleteProduct = ((System.Windows.Controls.MenuItem)(target));
#line 54 "..\..\..\Pages\ProductsPage.xaml"
this.DeleteProduct.Loaded += new System.Windows.RoutedEventHandler(this.DeleteProduct_Loaded);
#line default
#line hidden
#line 54 "..\..\..\Pages\ProductsPage.xaml"
this.DeleteProduct.Click += new System.Windows.RoutedEventHandler(this.DeleteProduct_Click);
#line default
#line hidden
return;
case 10:
this.SearchTB = ((System.Windows.Controls.TextBox)(target));
#line 64 "..\..\..\Pages\ProductsPage.xaml"
this.SearchTB.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchTB_TextChanged);
#line default
#line hidden
return;
case 11:
this.CB_Sort = ((System.Windows.Controls.ComboBox)(target));
#line 65 "..\..\..\Pages\ProductsPage.xaml"
this.CB_Sort.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CB_Sort_SelectionChanged);
#line default
#line hidden
return;
case 12:
this.CB_Filtr = ((System.Windows.Controls.ComboBox)(target));
#line 66 "..\..\..\Pages\ProductsPage.xaml"
this.CB_Filtr.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CB_Filtr_SelectionChanged);
#line default
#line hidden
return;
case 13:
this.TB_CountActual = ((System.Windows.Controls.TextBlock)(target));
return;
case 14:
this.TB_CountAll = ((System.Windows.Controls.TextBlock)(target));
return;
case 15:
this.UserSign = ((System.Windows.Controls.TextBlock)(target));
return;
case 16:
this.SignOf = ((System.Windows.Controls.Button)(target));
#line 75 "..\..\..\Pages\ProductsPage.xaml"
this.SignOf.Click += new System.Windows.RoutedEventHandler(this.SignOf_Click);
#line default
#line hidden
return;
case 17:
this.NewProduct = ((System.Windows.Controls.Button)(target));
#line 76 "..\..\..\Pages\ProductsPage.xaml"
this.NewProduct.Click += new System.Windows.RoutedEventHandler(this.NewProduct_Click);
#line default
#line hidden
#line 76 "..\..\..\Pages\ProductsPage.xaml"
this.NewProduct.Loaded += new System.Windows.RoutedEventHandler(this.NewProduct_Loaded);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 2:
#line 23 "..\..\..\Pages\ProductsPage.xaml"
((System.Windows.Controls.Border)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Border_Loaded);
#line default
#line hidden
break;
case 3:
#line 41 "..\..\..\Pages\ProductsPage.xaml"
((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.countPr_Loaded);
#line default
#line hidden
break;
case 4:
#line 42 "..\..\..\Pages\ProductsPage.xaml"
((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.countPr_Loaded_1);
#line default
#line hidden
break;
case 5:
#line 45 "..\..\..\Pages\ProductsPage.xaml"
((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Discount_Loaded);
#line default
#line hidden
break;
}
}
}
}