#pragma checksum "..\..\..\Pages\ViewEmployees.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4A0E3E2A65E4E753D5A033D1E08775AB4D8FA70B2F6299FDFC1BFAE32231BD20" //------------------------------------------------------------------------------ // // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // //------------------------------------------------------------------------------ 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; using Детский_сад; namespace Детский_сад { /// /// ViewEmployees /// public partial class ViewEmployees : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { #line 26 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.RadioButton rbSortAsc; #line default #line hidden #line 27 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.RadioButton rbSortDesc; #line default #line hidden #line 33 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.RadioButton rbMale; #line default #line hidden #line 34 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.RadioButton rbFemale; #line default #line hidden #line 40 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.RadioButton rbFindSurname; #line default #line hidden #line 41 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.RadioButton rbFindName; #line default #line hidden #line 43 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox tboxFind; #line default #line hidden #line 46 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DataGrid dg; #line default #line hidden #line 61 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnBack; #line default #line hidden #line 62 "..\..\..\Pages\ViewEmployees.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnDefault; #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("/Детский сад;component/pages/viewemployees.xaml", System.UriKind.Relative); #line 1 "..\..\..\Pages\ViewEmployees.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.rbSortAsc = ((System.Windows.Controls.RadioButton)(target)); #line 26 "..\..\..\Pages\ViewEmployees.xaml" this.rbSortAsc.Click += new System.Windows.RoutedEventHandler(this.rbSortAsc_Click); #line default #line hidden return; case 2: this.rbSortDesc = ((System.Windows.Controls.RadioButton)(target)); #line 27 "..\..\..\Pages\ViewEmployees.xaml" this.rbSortDesc.Click += new System.Windows.RoutedEventHandler(this.rbSortDesc_Click); #line default #line hidden return; case 3: this.rbMale = ((System.Windows.Controls.RadioButton)(target)); #line 33 "..\..\..\Pages\ViewEmployees.xaml" this.rbMale.Click += new System.Windows.RoutedEventHandler(this.rbMale_Click); #line default #line hidden return; case 4: this.rbFemale = ((System.Windows.Controls.RadioButton)(target)); #line 34 "..\..\..\Pages\ViewEmployees.xaml" this.rbFemale.Click += new System.Windows.RoutedEventHandler(this.rbFemale_Click); #line default #line hidden return; case 5: this.rbFindSurname = ((System.Windows.Controls.RadioButton)(target)); #line 40 "..\..\..\Pages\ViewEmployees.xaml" this.rbFindSurname.Click += new System.Windows.RoutedEventHandler(this.rbFindSurname_Click); #line default #line hidden return; case 6: this.rbFindName = ((System.Windows.Controls.RadioButton)(target)); #line 41 "..\..\..\Pages\ViewEmployees.xaml" this.rbFindName.Click += new System.Windows.RoutedEventHandler(this.rbFindSurname_Click); #line default #line hidden return; case 7: this.tboxFind = ((System.Windows.Controls.TextBox)(target)); #line 43 "..\..\..\Pages\ViewEmployees.xaml" this.tboxFind.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.tboxFind_TextChanged); #line default #line hidden return; case 8: this.dg = ((System.Windows.Controls.DataGrid)(target)); return; case 9: this.btnBack = ((System.Windows.Controls.Button)(target)); #line 61 "..\..\..\Pages\ViewEmployees.xaml" this.btnBack.Click += new System.Windows.RoutedEventHandler(this.btnBack_Click); #line default #line hidden return; case 10: this.btnDefault = ((System.Windows.Controls.Button)(target)); #line 62 "..\..\..\Pages\ViewEmployees.xaml" this.btnDefault.Click += new System.Windows.RoutedEventHandler(this.btnDefault_Click); #line default #line hidden return; } this._contentLoaded = true; } } }