void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 7 "..\..\AdministrationPage.xaml" ((InstrClient.AdministrationPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.MainMenu = ((System.Windows.Controls.Menu)(target)); return; case 4: this.SettingsMenu = ((System.Windows.Controls.MenuItem)(target)); return; case 5: this.ConfigSettings = ((System.Windows.Controls.MenuItem)(target)); return; case 6: this.AccountSettings = ((System.Windows.Controls.MenuItem)(target)); return; case 7: this.QuitMenu = ((System.Windows.Controls.MenuItem)(target)); return; case 8: this.TreeName = ((InstrClient.Tree)(target)); return; case 9: this.Test = ((System.Windows.Controls.TextBlock)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\LabWorkPage.xaml" ((InstrClient.StudentWorkPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.WorkTabs = ((System.Windows.Controls.TabControl)(target)); return; case 5: this.Students = ((System.Windows.Controls.TabItem)(target)); #line 30 "..\..\LabWorkPage.xaml" this.Students.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Students_OnMouseDown); #line default #line hidden return; case 6: this.StudentGrid = ((System.Windows.Controls.DataGrid)(target)); #line 36 "..\..\LabWorkPage.xaml" this.StudentGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentsGrid_OnSelectionChanged); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 7 "..\..\StudentControlPage.xaml" ((InstrClient.StudentControlPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.StudentGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 5: this.EditStudent = ((System.Windows.Controls.Button)(target)); #line 28 "..\..\StudentControlPage.xaml" this.EditStudent.Click += new System.Windows.RoutedEventHandler(this.EditStudent_Click); #line default #line hidden return; case 6: this.DeleteStudent = ((System.Windows.Controls.Button)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 7 "..\..\RGRControlPage.xaml" ((InstrClient.RGRControlPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.LabTabs = ((System.Windows.Controls.TabControl)(target)); return; case 5: this.Projects = ((System.Windows.Controls.TabItem)(target)); #line 28 "..\..\RGRControlPage.xaml" this.Projects.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Projects_MouseDown); #line default #line hidden return; case 6: this.ProjectsGrid = ((System.Windows.Controls.DataGrid)(target)); #line 30 "..\..\RGRControlPage.xaml" this.ProjectsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProjectsRow_Click); #line default #line hidden return; case 7: this.AddLab = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\RGRControlPage.xaml" this.AddLab.Click += new System.Windows.RoutedEventHandler(this.AddLab_Click); #line default #line hidden return; case 8: this.Events = ((System.Windows.Controls.TabItem)(target)); #line 34 "..\..\RGRControlPage.xaml" this.Events.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Events_MouseDown); #line default #line hidden return; case 9: this.EventsGrid = ((System.Windows.Controls.DataGrid)(target)); #line 36 "..\..\RGRControlPage.xaml" this.EventsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.EventsRow_Click); #line default #line hidden return; case 10: this.Labname = ((System.Windows.Controls.TextBlock)(target)); return; case 11: this.LabSubject = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.EditLab = ((System.Windows.Controls.Button)(target)); #line 39 "..\..\RGRControlPage.xaml" this.EditLab.Click += new System.Windows.RoutedEventHandler(this.EditLab_Click); #line default #line hidden return; case 13: this.DeleteLab = ((System.Windows.Controls.Button)(target)); #line 40 "..\..\RGRControlPage.xaml" this.DeleteLab.Click += new System.Windows.RoutedEventHandler(this.DeleteLab_Click); #line default #line hidden return; case 14: this.LabDescription = ((System.Windows.Controls.TextBlock)(target)); return; case 15: this.AddEvent = ((System.Windows.Controls.Button)(target)); #line 42 "..\..\RGRControlPage.xaml" this.AddEvent.Click += new System.Windows.RoutedEventHandler(this.AddEvent_Click); #line default #line hidden return; case 16: this.EditEvent = ((System.Windows.Controls.Button)(target)); #line 43 "..\..\RGRControlPage.xaml" this.EditEvent.Click += new System.Windows.RoutedEventHandler(this.EditEvent_Click); #line default #line hidden return; case 17: this.DeleteEvent = ((System.Windows.Controls.Button)(target)); #line 44 "..\..\RGRControlPage.xaml" this.DeleteEvent.Click += new System.Windows.RoutedEventHandler(this.DeleteEvent_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 8 "..\..\LabControlPage.xaml" ((InstrClient.LabControlPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.LabTabs = ((System.Windows.Controls.TabControl)(target)); return; case 5: this.Projects = ((System.Windows.Controls.TabItem)(target)); #line 29 "..\..\LabControlPage.xaml" this.Projects.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Projects_MouseDown); #line default #line hidden return; case 6: this.ProjectsGrid = ((System.Windows.Controls.DataGrid)(target)); #line 35 "..\..\LabControlPage.xaml" this.ProjectsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProjectsRow_Click); #line default #line hidden return; case 7: this.AddLab = ((System.Windows.Controls.Button)(target)); #line 36 "..\..\LabControlPage.xaml" this.AddLab.Click += new System.Windows.RoutedEventHandler(this.AddLab_Click); #line default #line hidden return; case 8: this.Events = ((System.Windows.Controls.TabItem)(target)); #line 39 "..\..\LabControlPage.xaml" this.Events.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Events_MouseDown); #line default #line hidden return; case 9: this.EventsGrid = ((System.Windows.Controls.DataGrid)(target)); #line 41 "..\..\LabControlPage.xaml" this.EventsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.EventsRow_Click); #line default #line hidden return; case 10: this.Labname = ((System.Windows.Controls.TextBlock)(target)); return; case 11: this.LabSubject = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.EditLab = ((System.Windows.Controls.Button)(target)); #line 44 "..\..\LabControlPage.xaml" this.EditLab.Click += new System.Windows.RoutedEventHandler(this.EditLab_Click); #line default #line hidden return; case 13: this.DeleteLab = ((System.Windows.Controls.Button)(target)); #line 45 "..\..\LabControlPage.xaml" this.DeleteLab.Click += new System.Windows.RoutedEventHandler(this.DeleteLab_Click); #line default #line hidden return; case 14: this.LabDescription = ((System.Windows.Controls.TextBlock)(target)); return; case 15: this.AddEvent = ((System.Windows.Controls.Button)(target)); #line 47 "..\..\LabControlPage.xaml" this.AddEvent.Click += new System.Windows.RoutedEventHandler(this.AddEvent_Click); #line default #line hidden return; case 16: this.EditEvent = ((System.Windows.Controls.Button)(target)); #line 48 "..\..\LabControlPage.xaml" this.EditEvent.Click += new System.Windows.RoutedEventHandler(this.EditEvent_Click); #line default #line hidden return; case 17: this.DeleteEvent = ((System.Windows.Controls.Button)(target)); #line 49 "..\..\LabControlPage.xaml" this.DeleteEvent.Click += new System.Windows.RoutedEventHandler(this.DeleteEvent_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 8 "..\..\WorkWithDiploma.xaml" ((InstrClient.WorkWithDiploma)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.LabTabs = ((System.Windows.Controls.TabControl)(target)); return; case 5: this.StudentsTab = ((System.Windows.Controls.TabItem)(target)); return; case 6: this.StudentsGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 7: this.DiplomaTab = ((System.Windows.Controls.TabItem)(target)); return; case 8: this.EventsGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 9: this.Name = ((System.Windows.Controls.TextBlock)(target)); return; case 10: this.Subject = ((System.Windows.Controls.TextBlock)(target)); return; case 11: this.Info = ((System.Windows.Controls.Button)(target)); #line 38 "..\..\WorkWithDiploma.xaml" this.Info.Click += new System.Windows.RoutedEventHandler(this.Info_Click); #line default #line hidden return; case 12: this.Pass = ((System.Windows.Controls.Button)(target)); #line 39 "..\..\WorkWithDiploma.xaml" this.Pass.Click += new System.Windows.RoutedEventHandler(this.Pass_Click); #line default #line hidden return; case 13: this.FileControl = ((System.Windows.Controls.Button)(target)); #line 40 "..\..\WorkWithDiploma.xaml" this.FileControl.Click += new System.Windows.RoutedEventHandler(this.FileControl_Click); #line default #line hidden return; case 14: this.Description = ((System.Windows.Controls.TextBlock)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\WorkWithLabs.xaml" ((InstrClient.WorkWithLabs)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.TreeName = ((InstrClient.Tree)(target)); return; case 3: this.LabTabs = ((System.Windows.Controls.TabControl)(target)); return; case 4: this.Students = ((System.Windows.Controls.TabItem)(target)); #line 28 "..\..\WorkWithLabs.xaml" this.Students.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Students_MouseDown); #line default #line hidden return; case 5: this.StudentGrid = ((System.Windows.Controls.DataGrid)(target)); #line 29 "..\..\WorkWithLabs.xaml" this.StudentGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentGrid_OnSelectionChanged); #line default #line hidden return; case 6: this.Projects = ((System.Windows.Controls.TabItem)(target)); return; case 7: this.ProjectsGrid = ((System.Windows.Controls.DataGrid)(target)); #line 32 "..\..\WorkWithLabs.xaml" this.ProjectsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProjectGrid_OnSelectionChanged); #line default #line hidden return; case 8: this.Events = ((System.Windows.Controls.TabItem)(target)); #line 34 "..\..\WorkWithLabs.xaml" this.Events.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Events_MouseDown); #line default #line hidden return; case 9: this.PenaltyGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 10: this.EventsGrid = ((System.Windows.Controls.DataGrid)(target)); #line 38 "..\..\WorkWithLabs.xaml" this.EventsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.EventsGrid_SelectionChanged); #line default #line hidden return; case 11: this.Labname = ((System.Windows.Controls.TextBlock)(target)); return; case 12: this.LabSubject = ((System.Windows.Controls.TextBlock)(target)); return; case 13: this.LabDescription = ((System.Windows.Controls.TextBlock)(target)); return; case 14: this.Mark = ((System.Windows.Controls.TextBlock)(target)); return; case 15: this.AddPenalty = ((System.Windows.Controls.Button)(target)); #line 44 "..\..\WorkWithLabs.xaml" this.AddPenalty.Click += new System.Windows.RoutedEventHandler(this.AddPenalty_Click); #line default #line hidden return; case 16: this.DeletePenalty = ((System.Windows.Controls.Button)(target)); #line 45 "..\..\WorkWithLabs.xaml" this.DeletePenalty.Click += new System.Windows.RoutedEventHandler(this.DeletePenalty_Click); #line default #line hidden return; case 17: this.GradeButton = ((System.Windows.Controls.Button)(target)); #line 46 "..\..\WorkWithLabs.xaml" this.GradeButton.Click += new System.Windows.RoutedEventHandler(this.GradeButton_OnClick); #line default #line hidden return; case 18: this.FilesButton = ((System.Windows.Controls.Button)(target)); #line 47 "..\..\WorkWithLabs.xaml" this.FilesButton.Click += new System.Windows.RoutedEventHandler(this.FilesButton_Click); #line default #line hidden return; case 19: this.AcceptButton = ((System.Windows.Controls.Button)(target)); #line 48 "..\..\WorkWithLabs.xaml" this.AcceptButton.Click += new System.Windows.RoutedEventHandler(this.AcceptButton_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 7 "..\..\DiplomaControlPage.xaml" ((InstrClient.DiplomaControlPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden #line 7 "..\..\DiplomaControlPage.xaml" ((InstrClient.DiplomaControlPage)(target)).Unloaded += new System.Windows.RoutedEventHandler(this.Page_Unloaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.DiplomaTabs = ((System.Windows.Controls.TabControl)(target)); #line 26 "..\..\DiplomaControlPage.xaml" this.DiplomaTabs.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DiplomaTabs_SelectionChanged); #line default #line hidden return; case 5: this.DiplomaControlTab = ((System.Windows.Controls.TabItem)(target)); return; case 6: this.CreateDiploma = ((System.Windows.Controls.Button)(target)); #line 29 "..\..\DiplomaControlPage.xaml" this.CreateDiploma.Click += new System.Windows.RoutedEventHandler(this.CreateDiploma_Click); #line default #line hidden return; case 7: this.DeliteDiploma = ((System.Windows.Controls.Button)(target)); return; case 8: this.ManageEvents = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\DiplomaControlPage.xaml" this.ManageEvents.Click += new System.Windows.RoutedEventHandler(this.ManageEvents_Click); #line default #line hidden return; case 9: this.DiplomaControlGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 10: this.PracticeTab = ((System.Windows.Controls.TabItem)(target)); return; case 11: this.Vedomost = ((System.Windows.Controls.Button)(target)); return; case 12: this.Nakaz = ((System.Windows.Controls.Button)(target)); return; case 13: this.PracticeGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 14: this.ProjectingTab = ((System.Windows.Controls.TabItem)(target)); return; case 15: this.SetDeadlines = ((System.Windows.Controls.Button)(target)); #line 44 "..\..\DiplomaControlPage.xaml" this.SetDeadlines.Click += new System.Windows.RoutedEventHandler(this.SetDeadlines_Click); #line default #line hidden return; case 16: this.ChangeDeadlines = ((System.Windows.Controls.Button)(target)); #line 45 "..\..\DiplomaControlPage.xaml" this.ChangeDeadlines.Click += new System.Windows.RoutedEventHandler(this.ChangeDeadlines_Click); #line default #line hidden return; case 17: this.ProjectingGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 18: this.JournalTab = ((System.Windows.Controls.TabItem)(target)); return; case 19: this.Recommend = ((System.Windows.Controls.Button)(target)); #line 51 "..\..\DiplomaControlPage.xaml" this.Recommend.Click += new System.Windows.RoutedEventHandler(this.Recommend_Click); #line default #line hidden return; case 20: this.JournalGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 21: this.SubmissionTab = ((System.Windows.Controls.TabItem)(target)); return; case 22: this.SubmissionGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 23: this.DefenseTab = ((System.Windows.Controls.TabItem)(target)); return; case 24: this.DateBox = ((System.Windows.Controls.ComboBox)(target)); #line 62 "..\..\DiplomaControlPage.xaml" this.DateBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DateBox_SelectionChanged); #line default #line hidden return; case 25: this.DefenseGrid = ((System.Windows.Controls.DataGrid)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 7 "..\..\GroupControlPage.xaml" ((InstrClient.GroupControlPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.Test = ((System.Windows.Controls.TextBlock)(target)); return; case 5: this.GroupGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 6: this.AddGroup = ((System.Windows.Controls.Button)(target)); #line 29 "..\..\GroupControlPage.xaml" this.AddGroup.Click += new System.Windows.RoutedEventHandler(this.AddGroup_Click); #line default #line hidden return; case 7: this.EditGroup = ((System.Windows.Controls.Button)(target)); #line 30 "..\..\GroupControlPage.xaml" this.EditGroup.Click += new System.Windows.RoutedEventHandler(this.EditGroup_Click); #line default #line hidden return; case 8: this.DeleteGroup = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\GroupControlPage.xaml" this.DeleteGroup.Click += new System.Windows.RoutedEventHandler(this.DeleteGroup_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 8 "..\..\DeadlinePenaltyControlPage.xaml" ((InstrClient.DeadlinePenaltyControlPage)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded); #line default #line hidden return; case 2: this.MainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.TreeName = ((InstrClient.Tree)(target)); return; case 4: this.GroupBox = ((System.Windows.Controls.ComboBox)(target)); #line 28 "..\..\DeadlinePenaltyControlPage.xaml" this.GroupBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.GroupBox_SelectionChanged); #line default #line hidden return; case 5: this.SubjectBox = ((System.Windows.Controls.ComboBox)(target)); #line 29 "..\..\DeadlinePenaltyControlPage.xaml" this.SubjectBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SubjectBox_SelectionChanged); #line default #line hidden return; case 6: this.PenaltyValue = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.PenaltyDays = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.Save = ((System.Windows.Controls.Button)(target)); #line 34 "..\..\DeadlinePenaltyControlPage.xaml" this.Save.Click += new System.Windows.RoutedEventHandler(this.Save_Click); #line default #line hidden return; } this._contentLoaded = true; }