#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5DA5664B4E2D716DCD4CA5A865A51C1F7C493EA43E61ABDE41B92533A13A5C47"
//------------------------------------------------------------------------------
//
// Этот код создан программой.
// Исполняемая версия: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;
namespace ych {
///
/// MainWindow
///
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 56 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock RoleLabel;
#line default
#line hidden
#line 67 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnStudents;
#line default
#line hidden
#line 71 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnSubjects;
#line default
#line hidden
#line 75 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnTeachers;
#line default
#line hidden
#line 79 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnGroups;
#line default
#line hidden
#line 83 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnGrades;
#line default
#line hidden
#line 119 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock TitleText;
#line default
#line hidden
#line 126 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.StackPanel ActionPanel;
#line default
#line hidden
#line 131 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnAdd;
#line default
#line hidden
#line 144 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnDelete;
#line default
#line hidden
#line 151 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid MainGrid;
#line default
#line hidden
#line 174 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock StatusText;
#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("/ych;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.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.RoleLabel = ((System.Windows.Controls.TextBlock)(target));
return;
case 2:
this.BtnStudents = ((System.Windows.Controls.Button)(target));
#line 70 "..\..\MainWindow.xaml"
this.BtnStudents.Click += new System.Windows.RoutedEventHandler(this.ShowStudents);
#line default
#line hidden
return;
case 3:
this.BtnSubjects = ((System.Windows.Controls.Button)(target));
#line 74 "..\..\MainWindow.xaml"
this.BtnSubjects.Click += new System.Windows.RoutedEventHandler(this.ShowSubjects);
#line default
#line hidden
return;
case 4:
this.BtnTeachers = ((System.Windows.Controls.Button)(target));
#line 78 "..\..\MainWindow.xaml"
this.BtnTeachers.Click += new System.Windows.RoutedEventHandler(this.ShowTeachers);
#line default
#line hidden
return;
case 5:
this.BtnGroups = ((System.Windows.Controls.Button)(target));
#line 82 "..\..\MainWindow.xaml"
this.BtnGroups.Click += new System.Windows.RoutedEventHandler(this.ShowGroups);
#line default
#line hidden
return;
case 6:
this.BtnGrades = ((System.Windows.Controls.Button)(target));
#line 86 "..\..\MainWindow.xaml"
this.BtnGrades.Click += new System.Windows.RoutedEventHandler(this.ShowGrades);
#line default
#line hidden
return;
case 7:
#line 96 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ShowFailing);
#line default
#line hidden
return;
case 8:
#line 99 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ShowAvg);
#line default
#line hidden
return;
case 9:
#line 106 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Logout_Click);
#line default
#line hidden
return;
case 10:
this.TitleText = ((System.Windows.Controls.TextBlock)(target));
return;
case 11:
this.ActionPanel = ((System.Windows.Controls.StackPanel)(target));
return;
case 12:
this.BtnAdd = ((System.Windows.Controls.Button)(target));
#line 135 "..\..\MainWindow.xaml"
this.BtnAdd.Click += new System.Windows.RoutedEventHandler(this.AddRow);
#line default
#line hidden
return;
case 13:
#line 141 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SaveRow);
#line default
#line hidden
return;
case 14:
this.BtnDelete = ((System.Windows.Controls.Button)(target));
#line 148 "..\..\MainWindow.xaml"
this.BtnDelete.Click += new System.Windows.RoutedEventHandler(this.DeleteRow);
#line default
#line hidden
return;
case 15:
this.MainGrid = ((System.Windows.Controls.DataGrid)(target));
return;
case 16:
this.StatusText = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}