#pragma checksum "..\..\AddWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EF773C55CA0CBE739F38A19F567A00F90571446413BDF1FF8061022EA500EF37" //------------------------------------------------------------------------------ // // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // //------------------------------------------------------------------------------ using Eight; 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 Eight { /// /// AddWindow /// public partial class AddWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { #line 38 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbName; #line default #line hidden #line 39 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ComboBox CmbType; #line default #line hidden #line 40 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbArticle; #line default #line hidden #line 41 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbDescription; #line default #line hidden #line 43 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image Img; #line default #line hidden #line 44 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnChoose; #line default #line hidden #line 46 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbPerson; #line default #line hidden #line 47 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbWorkshop; #line default #line hidden #line 48 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TbMinCost; #line default #line hidden #line 61 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListBox ProductsBox; #line default #line hidden #line 70 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnAdd; #line default #line hidden #line 72 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnRemove; #line default #line hidden #line 74 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListBox BasketBox; #line default #line hidden #line 84 "..\..\AddWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnSubmit; #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("/Eight;component/addwindow.xaml", System.UriKind.Relative); #line 1 "..\..\AddWindow.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.TbName = ((System.Windows.Controls.TextBox)(target)); return; case 2: this.CmbType = ((System.Windows.Controls.ComboBox)(target)); return; case 3: this.TbArticle = ((System.Windows.Controls.TextBox)(target)); return; case 4: this.TbDescription = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.Img = ((System.Windows.Controls.Image)(target)); return; case 6: this.BtnChoose = ((System.Windows.Controls.Button)(target)); #line 44 "..\..\AddWindow.xaml" this.BtnChoose.Click += new System.Windows.RoutedEventHandler(this.BtnChoose_Click); #line default #line hidden return; case 7: this.TbPerson = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.TbWorkshop = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.TbMinCost = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.ProductsBox = ((System.Windows.Controls.ListBox)(target)); return; case 11: this.BtnAdd = ((System.Windows.Controls.Button)(target)); #line 70 "..\..\AddWindow.xaml" this.BtnAdd.Click += new System.Windows.RoutedEventHandler(this.BtnAdd_Click); #line default #line hidden return; case 12: this.BtnRemove = ((System.Windows.Controls.Button)(target)); #line 72 "..\..\AddWindow.xaml" this.BtnRemove.Click += new System.Windows.RoutedEventHandler(this.BtnRemove_Click); #line default #line hidden return; case 13: this.BasketBox = ((System.Windows.Controls.ListBox)(target)); return; case 14: this.BtnSubmit = ((System.Windows.Controls.Button)(target)); #line 84 "..\..\AddWindow.xaml" this.BtnSubmit.Click += new System.Windows.RoutedEventHandler(this.BtnSubmit_Click); #line default #line hidden return; } this._contentLoaded = true; } } }