#pragma checksum "..\..\SenderList.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "92625CA92A22E4897F19D12EB000F052B55B3396DCDC2519DBF36F37D436BC04" //------------------------------------------------------------------------------ // // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // //------------------------------------------------------------------------------ using Logistics_application; 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 Logistics_application { /// /// SenderList /// public partial class SenderList : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { #line 17 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DataGrid table; #line default #line hidden #line 28 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtID; #line default #line hidden #line 29 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label; #line default #line hidden #line 30 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtSurname; #line default #line hidden #line 31 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label1; #line default #line hidden #line 32 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtName; #line default #line hidden #line 33 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label2; #line default #line hidden #line 34 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtMiddleName; #line default #line hidden #line 35 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label3; #line default #line hidden #line 36 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtPhoneNumber; #line default #line hidden #line 37 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label4; #line default #line hidden #line 38 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtCity; #line default #line hidden #line 39 "..\..\SenderList.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label label5; #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("/Logistics application;component/senderlist.xaml", System.UriKind.Relative); #line 1 "..\..\SenderList.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.table = ((System.Windows.Controls.DataGrid)(target)); return; case 2: this.txtID = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.label = ((System.Windows.Controls.Label)(target)); return; case 4: this.txtSurname = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 6: this.txtName = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 8: this.txtMiddleName = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 10: this.txtPhoneNumber = ((System.Windows.Controls.TextBox)(target)); return; case 11: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 12: this.txtCity = ((System.Windows.Controls.TextBox)(target)); return; case 13: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 14: #line 40 "..\..\SenderList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Insert_Click); #line default #line hidden return; case 15: #line 41 "..\..\SenderList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Update_Click); #line default #line hidden return; case 16: #line 42 "..\..\SenderList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Delete_Click); #line default #line hidden return; } this._contentLoaded = true; } } }