#pragma checksum "..\..\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "04B6172C5616958D3B551F42EC954A028823B2B3D8F02CDE36255C89A7337E86" //------------------------------------------------------------------------------ // // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // //------------------------------------------------------------------------------ using Lopushok; 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 Lopushok { /// /// MainPage /// public partial class MainPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector { #line 18 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbSearch; #line default #line hidden #line 19 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ComboBox CmbSort; #line default #line hidden #line 20 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ComboBox CmbFilter; #line default #line hidden #line 21 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnUpdateCost; #line default #line hidden #line 23 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListView ProductsList; #line default #line hidden #line 65 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock TbDown; #line default #line hidden #line 66 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ItemsControl NavPanel; #line default #line hidden #line 78 "..\..\MainPage.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock TbUp; #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("/Lopushok;component/mainpage.xaml", System.UriKind.Relative); #line 1 "..\..\MainPage.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.TbSearch = ((System.Windows.Controls.TextBox)(target)); #line 18 "..\..\MainPage.xaml" this.TbSearch.GotFocus += new System.Windows.RoutedEventHandler(this.TextBox_GotFocus); #line default #line hidden #line 18 "..\..\MainPage.xaml" this.TbSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged); #line default #line hidden return; case 2: this.CmbSort = ((System.Windows.Controls.ComboBox)(target)); #line 19 "..\..\MainPage.xaml" this.CmbSort.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbSort_SelectionChanged); #line default #line hidden return; case 3: this.CmbFilter = ((System.Windows.Controls.ComboBox)(target)); #line 20 "..\..\MainPage.xaml" this.CmbFilter.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CmbFilter_SelectionChanged); #line default #line hidden return; case 4: this.BtnUpdateCost = ((System.Windows.Controls.Button)(target)); #line 21 "..\..\MainPage.xaml" this.BtnUpdateCost.Click += new System.Windows.RoutedEventHandler(this.BtnUpdateCost_Click); #line default #line hidden return; case 5: this.ProductsList = ((System.Windows.Controls.ListView)(target)); #line 23 "..\..\MainPage.xaml" this.ProductsList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProductsList_SelectionChanged); #line default #line hidden return; case 6: this.TbDown = ((System.Windows.Controls.TextBlock)(target)); #line 65 "..\..\MainPage.xaml" this.TbDown.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TbDown_MouseDown); #line default #line hidden return; case 7: this.NavPanel = ((System.Windows.Controls.ItemsControl)(target)); return; case 9: this.TbUp = ((System.Windows.Controls.TextBlock)(target)); #line 78 "..\..\MainPage.xaml" this.TbUp.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TbUp_MouseDown); #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 8: #line 69 "..\..\MainPage.xaml" ((System.Windows.Controls.TextBlock)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TbNavPanel_MouseDown); #line default #line hidden break; } } } }