public MaintainUser(MainUI main, int state) { this.InitializeComponent(); this.state = state; // Insert code required on object creation below this point. this.main = main; RegisteredUser newUser = new RegisteredUser(); ArrayList Dep = new ArrayList(); /**/
public MarkingTool(MainUI main) { this.InitializeComponent(); // Insert code required on object creation below this point. this.main = main; doc = main.curDoc.getXPSCopy(); if (doc != null) docView.Document = doc.GetFixedDocumentSequence(); }
public ViewMyGrant(MainUI main, int state) { this.InitializeComponent(); this.state = state; // Insert code required on object creation below this point. this.main = main; InitializeGrid(); PopulateCombo(); setDataSource(); //InitializeState(); }
public MaintainJC(MainUI main, int state) { this.InitializeComponent(); this.state = state; // Insert code required on object creation below this point. this.main = main; InitializeGrid(); PopulateCombo(); setDataSource(); InitializeState(); txtROJDate.DisplayDateStart = new DateTime(1900, 1, 1); txtROJDate.DisplayDateEnd = DateTime.Today; txtROCStart.SelectedDateChanged += new EventHandler<SelectionChangedEventArgs>(Start_SelectedDateChanged); txtROCEnd.SelectedDateChanged += new EventHandler<SelectionChangedEventArgs>(End_SelectedDateChanged); }
public void PushMaster(MainUI master) { this.master = master; txtReason.DataContext = master.curDoc; }
public void PushMaster(MainUI master) { this.master = master; }
public NewUserApproval(MainUI main, int state) { InitializeComponent(); this.main = main; }
public void PushMaster(MainUI master) { this.master = master; PopulateCombo(); }
public ROPublish(MainUI main) { InitializeComponent(); Main = main; }
private void loadMain() { MainUI main = new MainUI(); main.Show(); this.Close(); }
public void getCur(ResearchOutput cur, MainUI main) { this.cur = cur; Main = main; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.RIS_Main = ((GUI.MainUI)(target)); #line 12 "..\..\MainUI.xaml" this.RIS_Main.Closing += new System.ComponentModel.CancelEventHandler(this.RIS_Main_Closing); #line default #line hidden return; case 2: #line 14 "..\..\MainUI.xaml" ((System.Windows.Media.Animation.Storyboard)(target)).Completed += new System.EventHandler(this.spNotiShow_Completed); #line default #line hidden return; case 3: this.LayoutRoot = ((System.Windows.Controls.Grid)(target)); return; case 4: this.tabControl = ((System.Windows.Controls.TabControl)(target)); return; case 5: this.tabStarted = ((System.Windows.Controls.TabItem)(target)); return; case 6: this.grdBackground = ((System.Windows.Controls.Grid)(target)); return; case 7: this.imgGSBlue = ((System.Windows.Controls.Image)(target)); return; case 8: this.grdGSCreate = ((System.Windows.Controls.Grid)(target)); return; case 9: this.btnGSNew = ((System.Windows.Controls.Button)(target)); #line 279 "..\..\MainUI.xaml" this.btnGSNew.Click += new System.Windows.RoutedEventHandler(this.btnGSNew_Click); #line default #line hidden return; case 10: this.btnGSImport = ((System.Windows.Controls.Button)(target)); #line 280 "..\..\MainUI.xaml" this.btnGSImport.Click += new System.Windows.RoutedEventHandler(this.btnGSImport_Click); #line default #line hidden return; case 11: this.pthGSView = ((System.Windows.Shapes.Path)(target)); return; case 12: this.pthGSCreate = ((System.Windows.Shapes.Path)(target)); return; case 13: this.pthGSModify = ((System.Windows.Shapes.Path)(target)); return; case 14: this.pthGSSearch = ((System.Windows.Shapes.Path)(target)); return; case 15: this.grdGSMain = ((System.Windows.Controls.Grid)(target)); #line 322 "..\..\MainUI.xaml" this.grdGSMain.MouseLeave += new System.Windows.Input.MouseEventHandler(this.grdGSMain_MouseLeave); #line default #line hidden #line 322 "..\..\MainUI.xaml" this.grdGSMain.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.grdGSMain_MouseDown); #line default #line hidden #line 322 "..\..\MainUI.xaml" this.grdGSMain.MouseEnter += new System.Windows.Input.MouseEventHandler(this.grdGSMain_MouseEnter); #line default #line hidden return; case 16: this.elpGSMain = ((System.Windows.Shapes.Ellipse)(target)); return; case 17: this.rectangle = ((System.Windows.Shapes.Rectangle)(target)); return; case 18: this.btnGSCreate = ((System.Windows.Controls.Grid)(target)); #line 336 "..\..\MainUI.xaml" this.btnGSCreate.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnGSCreate_MouseLeftButtonDown); #line default #line hidden #line 336 "..\..\MainUI.xaml" this.btnGSCreate.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnGSCreate_MouseLeave); #line default #line hidden #line 336 "..\..\MainUI.xaml" this.btnGSCreate.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnGSCreate_MouseEnter); #line default #line hidden return; case 19: this.btnGSSearch = ((System.Windows.Controls.Grid)(target)); #line 339 "..\..\MainUI.xaml" this.btnGSSearch.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnGSSearch_MouseEnter); #line default #line hidden #line 339 "..\..\MainUI.xaml" this.btnGSSearch.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnGSSearch_MouseLeave); #line default #line hidden #line 339 "..\..\MainUI.xaml" this.btnGSSearch.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnGSSearch_MouseLeftButtonDown); #line default #line hidden return; case 20: this.btnGSView = ((System.Windows.Controls.Grid)(target)); #line 342 "..\..\MainUI.xaml" this.btnGSView.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnGSView_MouseLeave); #line default #line hidden #line 342 "..\..\MainUI.xaml" this.btnGSView.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnGSView_MouseLeftButtonDown); #line default #line hidden #line 342 "..\..\MainUI.xaml" this.btnGSView.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnGSView_MouseEnter); #line default #line hidden return; case 21: this.btnGSModify = ((System.Windows.Controls.Grid)(target)); #line 345 "..\..\MainUI.xaml" this.btnGSModify.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnGSModify_MouseEnter); #line default #line hidden #line 345 "..\..\MainUI.xaml" this.btnGSModify.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnGSModify_MouseLeave); #line default #line hidden #line 345 "..\..\MainUI.xaml" this.btnGSModify.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnGSModify_MouseLeftButtonDown); #line default #line hidden return; case 22: this.btnGSClose = ((System.Windows.Controls.Button)(target)); #line 350 "..\..\MainUI.xaml" this.btnGSClose.Click += new System.Windows.RoutedEventHandler(this.btnGSClose_Click); #line default #line hidden return; case 23: this.chbGSStartup = ((System.Windows.Controls.CheckBox)(target)); #line 351 "..\..\MainUI.xaml" this.chbGSStartup.Checked += new System.Windows.RoutedEventHandler(this.chbGSStartup_Checked); #line default #line hidden #line 351 "..\..\MainUI.xaml" this.chbGSStartup.Unchecked += new System.Windows.RoutedEventHandler(this.chbGSStartup_Unchecked); #line default #line hidden return; case 24: this.tabDisplay = ((System.Windows.Controls.TabItem)(target)); return; case 25: this.docView = ((System.Windows.Controls.DocumentViewer)(target)); return; case 26: this.redDocument = ((GUI.RichEdit)(target)); return; case 27: this.tabDetails = ((System.Windows.Controls.TabItem)(target)); #line 360 "..\..\MainUI.xaml" this.tabDetails.GotFocus += new System.Windows.RoutedEventHandler(this.tabDetails_GotFocus); #line default #line hidden return; case 28: this.grdRODetails = ((System.Windows.Controls.Grid)(target)); return; case 29: this.btnROPublish = ((System.Windows.Controls.Button)(target)); #line 379 "..\..\MainUI.xaml" this.btnROPublish.Click += new System.Windows.RoutedEventHandler(this.btnROPublish_Click); #line default #line hidden return; case 30: this.btnROApprove = ((System.Windows.Controls.Button)(target)); #line 380 "..\..\MainUI.xaml" this.btnROApprove.Click += new System.Windows.RoutedEventHandler(this.btnROApprove_Click); #line default #line hidden return; case 31: this.btnROReject = ((System.Windows.Controls.Button)(target)); #line 381 "..\..\MainUI.xaml" this.btnROReject.Click += new System.Windows.RoutedEventHandler(this.btnROReject_Click); #line default #line hidden return; case 32: this.btnROSave = ((System.Windows.Controls.Button)(target)); #line 382 "..\..\MainUI.xaml" this.btnROSave.Click += new System.Windows.RoutedEventHandler(this.btnROPublishSave); #line default #line hidden return; case 33: this.btnRORemove = ((System.Windows.Controls.Button)(target)); #line 383 "..\..\MainUI.xaml" this.btnRORemove.Click += new System.Windows.RoutedEventHandler(this.btnROPublishRemove); #line default #line hidden return; case 34: this.btnROSaveAdd = ((System.Windows.Controls.Button)(target)); #line 384 "..\..\MainUI.xaml" this.btnROSaveAdd.Click += new System.Windows.RoutedEventHandler(this.btnROSaveAdd_Click); #line default #line hidden return; case 35: this.grbRODetails = ((System.Windows.Controls.GroupBox)(target)); return; case 36: this.lblROTitle = ((System.Windows.Controls.Label)(target)); return; case 37: this.lblROOutputID = ((System.Windows.Controls.Label)(target)); return; case 38: this.lblROSubject = ((System.Windows.Controls.Label)(target)); return; case 39: this.txtROOutputID = ((System.Windows.Controls.TextBox)(target)); return; case 40: this.txtROTitle = ((System.Windows.Controls.TextBox)(target)); return; case 41: this.txtROSubject = ((System.Windows.Controls.TextBox)(target)); return; case 42: this.lblROAdditional = ((System.Windows.Controls.Label)(target)); return; case 43: this.txtROAdditional = ((System.Windows.Controls.TextBox)(target)); return; case 44: this.grbROArticle = ((System.Windows.Controls.GroupBox)(target)); return; case 45: this.lblROAPClaimed = ((System.Windows.Controls.Label)(target)); return; case 46: this.txtROAPClaimed = ((System.Windows.Controls.TextBox)(target)); return; case 47: this.lblROAPFrom = ((System.Windows.Controls.Label)(target)); return; case 48: this.txtROAPFrom = ((System.Windows.Controls.TextBox)(target)); #line 467 "..\..\MainUI.xaml" this.txtROAPFrom.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPClaimed_TextChanged); #line default #line hidden return; case 49: this.txtROAPTo = ((System.Windows.Controls.TextBox)(target)); #line 475 "..\..\MainUI.xaml" this.txtROAPTo.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPClaimed_TextChanged); #line default #line hidden return; case 50: this.txbROJPageSep = ((System.Windows.Controls.TextBlock)(target)); return; case 51: this.lblROAPMessage = ((System.Windows.Controls.Label)(target)); return; case 52: this.grbROPaper = ((System.Windows.Controls.GroupBox)(target)); return; case 53: this.lblROPPClaimed = ((System.Windows.Controls.Label)(target)); return; case 54: this.txtROPPClaimed = ((System.Windows.Controls.TextBox)(target)); return; case 55: this.lblROPPFrom = ((System.Windows.Controls.Label)(target)); return; case 56: this.txtROPPFrom = ((System.Windows.Controls.TextBox)(target)); return; case 57: this.txtROPPTo = ((System.Windows.Controls.TextBox)(target)); return; case 58: this.txbROPPageSep = ((System.Windows.Controls.TextBlock)(target)); return; case 59: this.lblROPPMessage = ((System.Windows.Controls.Label)(target)); return; case 60: this.lblROPCESM = ((System.Windows.Controls.Label)(target)); return; case 61: this.txtROPCESM = ((System.Windows.Controls.TextBox)(target)); return; case 62: this.lblROPPublication = ((System.Windows.Controls.Label)(target)); return; case 63: this.txtROPPublication = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 64: this.lblROPPublisher = ((System.Windows.Controls.Label)(target)); return; case 65: this.txtROPPublisher = ((System.Windows.Controls.TextBox)(target)); return; case 66: this.lblROPEditor = ((System.Windows.Controls.Label)(target)); return; case 67: this.txtROPEditor = ((System.Windows.Controls.TextBox)(target)); return; case 68: this.lblROPURL = ((System.Windows.Controls.Label)(target)); return; case 69: this.txtROPURL = ((System.Windows.Controls.TextBox)(target)); return; case 70: this.lblROPWeb = ((System.Windows.Controls.Label)(target)); return; case 71: this.grbROChapter = ((System.Windows.Controls.GroupBox)(target)); return; case 72: this.lsbROChChapters = ((System.Windows.Controls.ListBox)(target)); #line 600 "..\..\MainUI.xaml" this.lsbROChChapters.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lsbROChChapters_SelectionChanged); #line default #line hidden return; case 73: this.lblROChChapters = ((System.Windows.Controls.Label)(target)); return; case 74: this.lblROChNumber = ((System.Windows.Controls.Label)(target)); return; case 75: this.txtROChNumber = ((System.Windows.Controls.TextBox)(target)); return; case 76: this.lblROChName = ((System.Windows.Controls.Label)(target)); return; case 77: this.txtROChName = ((System.Windows.Controls.TextBox)(target)); return; case 78: this.lblROChPClaimed = ((System.Windows.Controls.Label)(target)); return; case 79: this.txtROChPClaimed = ((System.Windows.Controls.TextBox)(target)); return; case 80: this.lblROChPNumbers = ((System.Windows.Controls.Label)(target)); return; case 81: this.txtROChFrom = ((System.Windows.Controls.TextBox)(target)); #line 632 "..\..\MainUI.xaml" this.txtROChFrom.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPClaimed_TextChanged); #line default #line hidden return; case 82: this.txtROChTo = ((System.Windows.Controls.TextBox)(target)); #line 641 "..\..\MainUI.xaml" this.txtROChTo.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPClaimed_TextChanged); #line default #line hidden return; case 83: this.txbROChSplit = ((System.Windows.Controls.TextBlock)(target)); return; case 84: this.lblROChMessage = ((System.Windows.Controls.Label)(target)); return; case 85: this.btnROChAdd = ((System.Windows.Controls.Button)(target)); #line 652 "..\..\MainUI.xaml" this.btnROChAdd.Click += new System.Windows.RoutedEventHandler(this.btnROChAdd_Click); #line default #line hidden return; case 86: this.grbROBook = ((System.Windows.Controls.GroupBox)(target)); return; case 87: this.lblROBISBN = ((System.Windows.Controls.Label)(target)); return; case 88: this.txtROBISBN = ((System.Windows.Controls.TextBox)(target)); return; case 89: this.lblROBPublisher = ((System.Windows.Controls.Label)(target)); return; case 90: this.txtROBPublisher = ((System.Windows.Controls.TextBox)(target)); return; case 91: this.lblROBDate = ((System.Windows.Controls.Label)(target)); return; case 92: this.txtROBDate = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 93: this.lblROBCESM = ((System.Windows.Controls.Label)(target)); return; case 94: this.txtROBCESM = ((System.Windows.Controls.TextBox)(target)); return; case 95: this.lblROBAudience = ((System.Windows.Controls.Label)(target)); return; case 96: this.txtROBAudience = ((System.Windows.Controls.TextBox)(target)); return; case 97: this.lblROBEdition = ((System.Windows.Controls.Label)(target)); return; case 98: this.lblROBEditor = ((System.Windows.Controls.Label)(target)); return; case 99: this.txtROBEdition = ((System.Windows.Controls.TextBox)(target)); return; case 100: this.txtROBEditor = ((System.Windows.Controls.TextBox)(target)); return; case 101: this.lblROBContribution = ((System.Windows.Controls.Label)(target)); return; case 102: this.lblROBEvidence = ((System.Windows.Controls.Label)(target)); return; case 103: this.txtROBContribution = ((System.Windows.Controls.TextBox)(target)); return; case 104: this.txtROBEvidence = ((System.Windows.Controls.TextBox)(target)); return; case 105: this.lblROBPClaimed = ((System.Windows.Controls.Label)(target)); return; case 106: this.txtROBPClaimed = ((System.Windows.Controls.TextBox)(target)); return; case 107: this.lblROBNumbers = ((System.Windows.Controls.Label)(target)); return; case 108: this.txtROBFrom = ((System.Windows.Controls.TextBox)(target)); #line 780 "..\..\MainUI.xaml" this.txtROBFrom.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPClaimed_TextChanged); #line default #line hidden return; case 109: this.txtROBTo = ((System.Windows.Controls.TextBox)(target)); #line 787 "..\..\MainUI.xaml" this.txtROBTo.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPClaimed_TextChanged); #line default #line hidden return; case 110: this.txbROBSplit = ((System.Windows.Controls.TextBlock)(target)); return; case 111: this.lblROBMessage = ((System.Windows.Controls.Label)(target)); return; case 112: this.grbROJournal = ((System.Windows.Controls.GroupBox)(target)); return; case 113: this.lblROJISSN = ((System.Windows.Controls.Label)(target)); return; case 114: this.txtROJISSN = ((System.Windows.Controls.TextBox)(target)); return; case 115: this.lblROJTitle = ((System.Windows.Controls.Label)(target)); return; case 116: this.txtROJTitle = ((System.Windows.Controls.TextBox)(target)); return; case 117: this.lblROJPublisher = ((System.Windows.Controls.Label)(target)); return; case 118: this.txtROJPublisher = ((System.Windows.Controls.TextBox)(target)); return; case 119: this.lblROJVolume = ((System.Windows.Controls.Label)(target)); return; case 120: this.txtROJVolume = ((System.Windows.Controls.TextBox)(target)); return; case 121: this.lblROJNumber = ((System.Windows.Controls.Label)(target)); return; case 122: this.txtROJNumber = ((System.Windows.Controls.TextBox)(target)); return; case 123: this.lblROJOrganisation = ((System.Windows.Controls.Label)(target)); return; case 124: this.txtROJOrganisation = ((System.Windows.Controls.TextBox)(target)); return; case 125: this.lblROJEditor = ((System.Windows.Controls.Label)(target)); return; case 126: this.lblROJEmail = ((System.Windows.Controls.Label)(target)); return; case 127: this.txtROADate = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 128: this.txtROJEditor = ((System.Windows.Controls.TextBox)(target)); return; case 129: this.txtROJEmail = ((System.Windows.Controls.TextBox)(target)); return; case 130: this.lblROAPublishDate = ((System.Windows.Controls.Label)(target)); return; case 131: this.lblROJISI = ((System.Windows.Controls.Label)(target)); return; case 132: this.chbROJSCI = ((System.Windows.Controls.CheckBox)(target)); return; case 133: this.chbROJSSCI = ((System.Windows.Controls.CheckBox)(target)); return; case 134: this.chbROJAHI = ((System.Windows.Controls.CheckBox)(target)); return; case 135: this.chbROJIBSS = ((System.Windows.Controls.CheckBox)(target)); return; case 136: this.chbROJSAJ = ((System.Windows.Controls.CheckBox)(target)); return; case 137: this.btnROJSelect = ((System.Windows.Controls.Button)(target)); #line 848 "..\..\MainUI.xaml" this.btnROJSelect.Click += new System.Windows.RoutedEventHandler(this.btnROJSelect_Click); #line default #line hidden return; case 138: this.txbROJSCI = ((System.Windows.Controls.TextBlock)(target)); return; case 139: this.txbROJSSCI = ((System.Windows.Controls.TextBlock)(target)); return; case 140: this.txbROJAHI = ((System.Windows.Controls.TextBlock)(target)); return; case 141: this.txbROJIBSS = ((System.Windows.Controls.TextBlock)(target)); return; case 142: this.txbROJSAJ = ((System.Windows.Controls.TextBlock)(target)); return; case 143: this.grbROConference = ((System.Windows.Controls.GroupBox)(target)); return; case 144: this.lblROCISBN = ((System.Windows.Controls.Label)(target)); return; case 145: this.txtROCISBN = ((System.Windows.Controls.TextBox)(target)); return; case 146: this.lblROCName = ((System.Windows.Controls.Label)(target)); return; case 147: this.txtROCName = ((System.Windows.Controls.TextBox)(target)); return; case 148: this.lblROCStart = ((System.Windows.Controls.Label)(target)); return; case 149: this.txtROCStart = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 150: this.txtROCEnd = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 151: this.lblROCEnd = ((System.Windows.Controls.Label)(target)); return; case 152: this.lblROCVenue = ((System.Windows.Controls.Label)(target)); return; case 153: this.txtROCVenue = ((System.Windows.Controls.TextBox)(target)); return; case 154: this.lblROCCity = ((System.Windows.Controls.Label)(target)); return; case 155: this.lblROCCountry = ((System.Windows.Controls.Label)(target)); return; case 156: this.txtROCCity = ((System.Windows.Controls.TextBox)(target)); return; case 157: this.txtROCCountry = ((System.Windows.Controls.TextBox)(target)); return; case 158: this.lblROCContactName = ((System.Windows.Controls.Label)(target)); return; case 159: this.lblROCContactEmail = ((System.Windows.Controls.Label)(target)); return; case 160: this.txtROCContactName = ((System.Windows.Controls.TextBox)(target)); return; case 161: this.txtROCContactEmail = ((System.Windows.Controls.TextBox)(target)); return; case 162: this.btnROCSelect = ((System.Windows.Controls.Button)(target)); #line 908 "..\..\MainUI.xaml" this.btnROCSelect.Click += new System.Windows.RoutedEventHandler(this.btnROCSelect_Click); #line default #line hidden return; case 163: this.lblROCContactNumber = ((System.Windows.Controls.Label)(target)); return; case 164: this.txtROCContactNumer = ((System.Windows.Controls.TextBox)(target)); return; case 165: this.grbROAuthor = ((System.Windows.Controls.GroupBox)(target)); return; case 166: this.lblROAuthorID = ((System.Windows.Controls.Label)(target)); return; case 167: this.lblROAuthorTitle = ((System.Windows.Controls.Label)(target)); return; case 168: this.lblROAuthorName = ((System.Windows.Controls.Label)(target)); return; case 169: this.lblROAuthorContact = ((System.Windows.Controls.Label)(target)); return; case 170: this.lblROAuthorEmail = ((System.Windows.Controls.Label)(target)); return; case 171: this.txtROOutputID_Copy6 = ((System.Windows.Controls.TextBox)(target)); return; case 172: this.txtROOutputID_Copy7 = ((System.Windows.Controls.TextBox)(target)); return; case 173: this.txtROOutputID_Copy8 = ((System.Windows.Controls.TextBox)(target)); return; case 174: this.txtROOutputID_Copy9 = ((System.Windows.Controls.TextBox)(target)); return; case 175: this.txtROOutputID_Copy10 = ((System.Windows.Controls.TextBox)(target)); return; case 176: this.grbROAddAuthor = ((System.Windows.Controls.GroupBox)(target)); return; case 177: this.lblRONoAuthors = ((System.Windows.Controls.Label)(target)); return; case 178: this.radROAuthor1 = ((System.Windows.Controls.RadioButton)(target)); #line 998 "..\..\MainUI.xaml" this.radROAuthor1.Checked += new System.Windows.RoutedEventHandler(this.radROAuthor1_Checked); #line default #line hidden return; case 179: this.radROAuthor2 = ((System.Windows.Controls.RadioButton)(target)); #line 999 "..\..\MainUI.xaml" this.radROAuthor2.Checked += new System.Windows.RoutedEventHandler(this.radROAuthor2_Checked); #line default #line hidden return; case 180: this.radROAuthor3 = ((System.Windows.Controls.RadioButton)(target)); #line 1000 "..\..\MainUI.xaml" this.radROAuthor3.Checked += new System.Windows.RoutedEventHandler(this.radROAuthor3_Checked); #line default #line hidden return; case 181: this.radROAuthor4 = ((System.Windows.Controls.RadioButton)(target)); #line 1001 "..\..\MainUI.xaml" this.radROAuthor4.Checked += new System.Windows.RoutedEventHandler(this.radROAuthor4_Checked); #line default #line hidden return; case 182: this.lblROAuthor2 = ((System.Windows.Controls.Label)(target)); return; case 183: this.txtROAuthor2 = ((System.Windows.Controls.TextBox)(target)); return; case 184: this.lblROAuthor3 = ((System.Windows.Controls.Label)(target)); return; case 185: this.lblROAuthor4 = ((System.Windows.Controls.Label)(target)); return; case 186: this.txtROAuthor3 = ((System.Windows.Controls.TextBox)(target)); return; case 187: this.txtROAuthor4 = ((System.Windows.Controls.TextBox)(target)); return; case 188: this.tabVideo = ((System.Windows.Controls.TabItem)(target)); return; case 189: this.medMediaPlayer = ((MM.ucMediaPlayer)(target)); return; case 190: this.tabSearchOutput = ((System.Windows.Controls.TabItem)(target)); return; case 191: this.grbRODocumentCriteria = ((System.Windows.Controls.GroupBox)(target)); return; case 192: this.lblSROTitle = ((System.Windows.Controls.Label)(target)); return; case 193: this.lblSROSubject = ((System.Windows.Controls.Label)(target)); return; case 194: this.lblSRODate = ((System.Windows.Controls.Label)(target)); return; case 195: this.lblSROAuthor = ((System.Windows.Controls.Label)(target)); return; case 196: this.txtSROTitle = ((System.Windows.Controls.TextBox)(target)); return; case 197: this.txtSROSubject = ((System.Windows.Controls.TextBox)(target)); return; case 198: this.txtSRODateFrom = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 199: this.txtSROAuthor = ((System.Windows.Controls.TextBox)(target)); return; case 200: this.btnSROSearch = ((System.Windows.Controls.Button)(target)); #line 1069 "..\..\MainUI.xaml" this.btnSROSearch.Click += new System.Windows.RoutedEventHandler(this.btnSROSearch_Click); #line default #line hidden return; case 201: this.txtSRODateTo = ((Microsoft.Windows.Controls.DatePicker)(target)); return; case 202: this.lblSRODatefrom = ((System.Windows.Controls.Label)(target)); return; case 203: this.lblSRODateTo = ((System.Windows.Controls.Label)(target)); return; case 204: this.cmbSROType = ((System.Windows.Controls.ComboBox)(target)); return; case 205: this.lblSROType = ((System.Windows.Controls.Label)(target)); return; case 206: this.btnSROSearchAll = ((System.Windows.Controls.Button)(target)); #line 1081 "..\..\MainUI.xaml" this.btnSROSearchAll.Click += new System.Windows.RoutedEventHandler(this.btnSROSearchAll_Click); #line default #line hidden return; case 207: this.chbSROStrict = ((System.Windows.Controls.CheckBox)(target)); return; case 208: this.grbROSList = ((System.Windows.Controls.GroupBox)(target)); return; case 209: this.gridViewRO = ((System.Windows.Forms.DataGridView)(target)); return; case 210: this.grbROSelected = ((System.Windows.Controls.GroupBox)(target)); return; case 211: this.lblROSDTitle = ((System.Windows.Controls.Label)(target)); return; case 212: this.lblROSDOutputID = ((System.Windows.Controls.Label)(target)); return; case 213: this.lblROSDSubject = ((System.Windows.Controls.Label)(target)); return; case 214: this.txtROSDOutputID = ((System.Windows.Controls.TextBox)(target)); return; case 215: this.txtROSDTitle = ((System.Windows.Controls.TextBox)(target)); return; case 216: this.txtROSDSubject = ((System.Windows.Controls.TextBox)(target)); return; case 217: this.lblROSDAdditional = ((System.Windows.Controls.Label)(target)); return; case 218: this.txtROSDAdditional = ((System.Windows.Controls.TextBox)(target)); return; case 219: this.btnROSAddSelected = ((System.Windows.Controls.Button)(target)); #line 1133 "..\..\MainUI.xaml" this.btnROSAddSelected.Click += new System.Windows.RoutedEventHandler(this.btnROSAddSelected_Click); #line default #line hidden return; case 220: this.tabProfile = ((System.Windows.Controls.TabItem)(target)); return; case 221: this.PD = ((System.Windows.Controls.GroupBox)(target)); return; case 222: this.gd1 = ((System.Windows.Controls.Grid)(target)); return; case 223: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 224: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 225: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 226: this.cmbxTitle = ((System.Windows.Controls.ComboBox)(target)); #line 1156 "..\..\MainUI.xaml" this.cmbxTitle.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox2_SelectionChanged); #line default #line hidden return; case 227: this.label8 = ((System.Windows.Controls.Label)(target)); return; case 228: this.label18 = ((System.Windows.Controls.Label)(target)); return; case 229: this.dpDoB = ((Microsoft.Windows.Controls.DatePicker)(target)); #line 1166 "..\..\MainUI.xaml" this.dpDoB.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.datePicker1_SelectedDateChanged); #line default #line hidden return; case 230: this.txtName = ((System.Windows.Controls.TextBox)(target)); return; case 231: this.txtSname = ((System.Windows.Controls.TextBox)(target)); #line 1176 "..\..\MainUI.xaml" this.txtSname.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSname_TextChanged); #line default #line hidden return; case 232: this.lbGen = ((System.Windows.Controls.Label)(target)); return; case 233: this.grid3 = ((System.Windows.Controls.Grid)(target)); return; case 234: this.rbGenM = ((System.Windows.Controls.RadioButton)(target)); return; case 235: this.rbGenF = ((System.Windows.Controls.RadioButton)(target)); return; case 236: this.CD = ((System.Windows.Controls.GroupBox)(target)); return; case 237: this.gd2 = ((System.Windows.Controls.Grid)(target)); return; case 238: this.label7 = ((System.Windows.Controls.Label)(target)); return; case 239: this.label9 = ((System.Windows.Controls.Label)(target)); return; case 240: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 241: this.txtCNo = ((System.Windows.Controls.TextBox)(target)); return; case 242: this.txtEmail = ((System.Windows.Controls.TextBox)(target)); return; case 243: this.image1 = ((System.Windows.Controls.Image)(target)); #line 1224 "..\..\MainUI.xaml" this.image1.ImageFailed += new System.EventHandler<System.Windows.ExceptionRoutedEventArgs>(this.image1_ImageFailed); #line default #line hidden return; case 244: this.lbPP = ((System.Windows.Controls.Label)(target)); return; case 245: this.btnUpload = ((System.Windows.Controls.Button)(target)); #line 1226 "..\..\MainUI.xaml" this.btnUpload.Click += new System.Windows.RoutedEventHandler(this.btnUpload_Click); #line default #line hidden return; case 246: this.btnUpdate = ((System.Windows.Controls.Button)(target)); #line 1227 "..\..\MainUI.xaml" this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click_1); #line default #line hidden return; case 247: this.txtPic = ((System.Windows.Controls.TextBox)(target)); #line 1228 "..\..\MainUI.xaml" this.txtPic.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPic_TextChanged); #line default #line hidden return; case 248: this.btnBrowse = ((System.Windows.Controls.Button)(target)); #line 1229 "..\..\MainUI.xaml" this.btnBrowse.Click += new System.Windows.RoutedEventHandler(this.btnBrowse_Click); #line default #line hidden return; case 249: this.btnEdit = ((System.Windows.Controls.Button)(target)); #line 1230 "..\..\MainUI.xaml" this.btnEdit.Click += new System.Windows.RoutedEventHandler(this.btnEdit_Click_1); #line default #line hidden return; case 250: this.RD = ((System.Windows.Controls.GroupBox)(target)); return; case 251: this.gd3 = ((System.Windows.Controls.Grid)(target)); return; case 252: this.lbStID = ((System.Windows.Controls.Label)(target)); return; case 253: this.lbSup = ((System.Windows.Controls.Label)(target)); return; case 254: this.lbToU = ((System.Windows.Controls.Label)(target)); return; case 255: this.label13 = ((System.Windows.Controls.Label)(target)); return; case 256: this.label14 = ((System.Windows.Controls.Label)(target)); return; case 257: this.label15 = ((System.Windows.Controls.Label)(target)); return; case 258: this.lbSysID = ((System.Windows.Controls.Label)(target)); return; case 259: this.lbRID = ((System.Windows.Controls.Label)(target)); return; case 260: this.cmbxToU = ((System.Windows.Controls.ComboBox)(target)); #line 1248 "..\..\MainUI.xaml" this.cmbxToU.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbxToU_SelectionChanged); #line default #line hidden return; case 261: this.lbSysIDV = ((System.Windows.Controls.Label)(target)); return; case 262: this.txtRID = ((System.Windows.Controls.TextBox)(target)); return; case 263: this.cmbxSup = ((System.Windows.Controls.ComboBox)(target)); return; case 264: this.txtStID = ((System.Windows.Controls.TextBox)(target)); return; case 265: this.lbSdID = ((System.Windows.Controls.Label)(target)); return; case 266: this.txtPos = ((System.Windows.Controls.TextBox)(target)); return; case 267: this.lbPos = ((System.Windows.Controls.Label)(target)); return; case 268: this.grid1 = ((System.Windows.Controls.Grid)(target)); return; case 269: this.rbActY = ((System.Windows.Controls.RadioButton)(target)); #line 1274 "..\..\MainUI.xaml" this.rbActY.Checked += new System.Windows.RoutedEventHandler(this.rbActY_Checked); #line default #line hidden return; case 270: this.rbActN = ((System.Windows.Controls.RadioButton)(target)); return; case 271: this.rbFunY = ((System.Windows.Controls.RadioButton)(target)); #line 1276 "..\..\MainUI.xaml" this.rbFunY.Checked += new System.Windows.RoutedEventHandler(this.rbFunY_Checked); #line default #line hidden return; case 272: this.rbFunN = ((System.Windows.Controls.RadioButton)(target)); #line 1277 "..\..\MainUI.xaml" this.rbFunN.Checked += new System.Windows.RoutedEventHandler(this.rbFunN_Checked); #line default #line hidden return; case 273: this.btnViewSpon = ((System.Windows.Controls.Button)(target)); #line 1279 "..\..\MainUI.xaml" this.btnViewSpon.Click += new System.Windows.RoutedEventHandler(this.btnViewSpon_Click); #line default #line hidden return; case 274: this.cmbxDep = ((System.Windows.Controls.ComboBox)(target)); return; case 275: this.tabNotifications = ((System.Windows.Controls.TabItem)(target)); return; case 276: this.btnNotifications = ((System.Windows.Controls.Button)(target)); #line 1297 "..\..\MainUI.xaml" this.btnNotifications.Click += new System.Windows.RoutedEventHandler(this.btnNotifications_Click); #line default #line hidden return; case 277: this.lsbNotifications = ((System.Windows.Controls.ListBox)(target)); #line 1298 "..\..\MainUI.xaml" this.lsbNotifications.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lsbNotifications_SelectionChanged); #line default #line hidden return; case 278: this.txbNotHeader = ((System.Windows.Controls.TextBlock)(target)); return; case 279: this.grbNotifications = ((System.Windows.Controls.GroupBox)(target)); return; case 280: this.btnNotAccept = ((System.Windows.Controls.Button)(target)); #line 1302 "..\..\MainUI.xaml" this.btnNotAccept.Click += new System.Windows.RoutedEventHandler(this.btnNotAccept_Click); #line default #line hidden return; case 281: this.lblNotFromHeader = ((System.Windows.Controls.Label)(target)); return; case 282: this.lblNotMsgHeader = ((System.Windows.Controls.Label)(target)); return; case 283: this.txtNotFrom = ((System.Windows.Controls.TextBox)(target)); return; case 284: this.txtNotMsg = ((System.Windows.Controls.TextBox)(target)); return; case 285: this.cnvPopup = ((System.Windows.Controls.Canvas)(target)); return; case 286: this.recPopup = ((System.Windows.Shapes.Rectangle)(target)); return; case 287: this.txbPopup = ((System.Windows.Controls.TextBlock)(target)); return; case 288: this.lnePopup = ((System.Windows.Shapes.Path)(target)); return; case 289: this.mnuMain = ((System.Windows.Controls.Menu)(target)); return; case 290: this.mitFile = ((System.Windows.Controls.MenuItem)(target)); #line 1342 "..\..\MainUI.xaml" this.mitFile.Click += new System.Windows.RoutedEventHandler(this.mitFile_Click); #line default #line hidden return; case 291: this.mitNew = ((System.Windows.Controls.MenuItem)(target)); #line 1343 "..\..\MainUI.xaml" this.mitNew.Click += new System.Windows.RoutedEventHandler(this.mitNew_Click); #line default #line hidden return; case 292: this.mitOpen = ((System.Windows.Controls.MenuItem)(target)); #line 1346 "..\..\MainUI.xaml" this.mitOpen.Click += new System.Windows.RoutedEventHandler(this.mitOpen_Click); #line default #line hidden return; case 293: this.mitSave = ((System.Windows.Controls.MenuItem)(target)); #line 1347 "..\..\MainUI.xaml" this.mitSave.Click += new System.Windows.RoutedEventHandler(this.mitSave_Click); #line default #line hidden return; case 294: this.mitSaveAll = ((System.Windows.Controls.MenuItem)(target)); #line 1348 "..\..\MainUI.xaml" this.mitSaveAll.Click += new System.Windows.RoutedEventHandler(this.mitSaveAll_Click); #line default #line hidden return; case 295: this.mitImport = ((System.Windows.Controls.MenuItem)(target)); return; case 296: this.mitXPS = ((System.Windows.Controls.MenuItem)(target)); #line 1351 "..\..\MainUI.xaml" this.mitXPS.Click += new System.Windows.RoutedEventHandler(this.mitXPS_Click); #line default #line hidden return; case 297: this.mitExport = ((System.Windows.Controls.MenuItem)(target)); #line 1353 "..\..\MainUI.xaml" this.mitExport.Click += new System.Windows.RoutedEventHandler(this.mitExport_Click); #line default #line hidden return; case 298: this.mitPublish = ((System.Windows.Controls.MenuItem)(target)); #line 1356 "..\..\MainUI.xaml" this.mitPublish.Click += new System.Windows.RoutedEventHandler(this.mitPublish_Click); #line default #line hidden return; case 299: this.mitPrint = ((System.Windows.Controls.MenuItem)(target)); #line 1357 "..\..\MainUI.xaml" this.mitPrint.Click += new System.Windows.RoutedEventHandler(this.mitPrint_Click); #line default #line hidden return; case 300: this.mitLogout = ((System.Windows.Controls.MenuItem)(target)); #line 1359 "..\..\MainUI.xaml" this.mitLogout.Click += new System.Windows.RoutedEventHandler(this.mitLogout_Click); #line default #line hidden return; case 301: this.mitExit = ((System.Windows.Controls.MenuItem)(target)); #line 1360 "..\..\MainUI.xaml" this.mitExit.Click += new System.Windows.RoutedEventHandler(this.mitExit_Click); #line default #line hidden return; case 302: this.mitEdit = ((System.Windows.Controls.MenuItem)(target)); return; case 303: this.mitSpell = ((System.Windows.Controls.MenuItem)(target)); #line 1365 "..\..\MainUI.xaml" this.mitSpell.Click += new System.Windows.RoutedEventHandler(this.mitSpell_Click); #line default #line hidden return; case 304: this.mitFormat = ((System.Windows.Controls.MenuItem)(target)); #line 1367 "..\..\MainUI.xaml" this.mitFormat.Click += new System.Windows.RoutedEventHandler(this.mitFormat_Click); #line default #line hidden return; case 305: this.mitRename = ((System.Windows.Controls.MenuItem)(target)); #line 1368 "..\..\MainUI.xaml" this.mitRename.Click += new System.Windows.RoutedEventHandler(this.mitRename_Click); #line default #line hidden return; case 306: this.mitTools = ((System.Windows.Controls.MenuItem)(target)); return; case 307: this.mitReports = ((System.Windows.Controls.MenuItem)(target)); return; case 308: this.mitDoEReport = ((System.Windows.Controls.MenuItem)(target)); #line 1372 "..\..\MainUI.xaml" this.mitDoEReport.Click += new System.Windows.RoutedEventHandler(this.mitDoEReport_Click); #line default #line hidden return; case 309: this.mitStatistical = ((System.Windows.Controls.MenuItem)(target)); return; case 310: this.mitUsageVis = ((System.Windows.Controls.MenuItem)(target)); #line 1376 "..\..\MainUI.xaml" this.mitUsageVis.Click += new System.Windows.RoutedEventHandler(this.mitUsageVis_Click); #line default #line hidden return; case 311: this.mitMarker = ((System.Windows.Controls.MenuItem)(target)); #line 1379 "..\..\MainUI.xaml" this.mitMarker.Click += new System.Windows.RoutedEventHandler(this.mitMarker_Click); #line default #line hidden return; case 312: this.mitTasks = ((System.Windows.Controls.MenuItem)(target)); return; case 313: this.mitAdminAsist = ((System.Windows.Controls.MenuItem)(target)); return; case 314: this.mitMainJC = ((System.Windows.Controls.MenuItem)(target)); #line 1385 "..\..\MainUI.xaml" this.mitMainJC.Click += new System.Windows.RoutedEventHandler(this.mitMainJC_Click); #line default #line hidden return; case 315: this.mitMainFA = ((System.Windows.Controls.MenuItem)(target)); #line 1386 "..\..\MainUI.xaml" this.mitMainFA.Click += new System.Windows.RoutedEventHandler(this.mitMainFA_Click); #line default #line hidden return; case 316: this.mitAssignG = ((System.Windows.Controls.MenuItem)(target)); #line 1387 "..\..\MainUI.xaml" this.mitAssignG.Click += new System.Windows.RoutedEventHandler(this.mitAssignG_Click); #line default #line hidden return; case 317: this.mitAccredJC = ((System.Windows.Controls.MenuItem)(target)); #line 1388 "..\..\MainUI.xaml" this.mitAccredJC.Click += new System.Windows.RoutedEventHandler(this.mitAccredJC_Click); #line default #line hidden return; case 318: this.mitSysAdmin = ((System.Windows.Controls.MenuItem)(target)); return; case 319: this.mitMainUser = ((System.Windows.Controls.MenuItem)(target)); #line 1395 "..\..\MainUI.xaml" this.mitMainUser.Click += new System.Windows.RoutedEventHandler(this.mitMainUser_Click); #line default #line hidden return; case 320: this.mitMainDept = ((System.Windows.Controls.MenuItem)(target)); #line 1396 "..\..\MainUI.xaml" this.mitMainDept.Click += new System.Windows.RoutedEventHandler(this.mitMainDept_Click); #line default #line hidden return; case 321: this.mitAssignSup = ((System.Windows.Controls.MenuItem)(target)); #line 1397 "..\..\MainUI.xaml" this.mitAssignSup.Click += new System.Windows.RoutedEventHandler(this.mitAssignSup_Click); #line default #line hidden return; case 322: this.mitOptions = ((System.Windows.Controls.MenuItem)(target)); return; case 323: this.mitPreferences = ((System.Windows.Controls.MenuItem)(target)); #line 1401 "..\..\MainUI.xaml" this.mitPreferences.Click += new System.Windows.RoutedEventHandler(this.mitPreferences_Click); #line default #line hidden return; case 324: this.mitStarted = ((System.Windows.Controls.MenuItem)(target)); #line 1402 "..\..\MainUI.xaml" this.mitStarted.Click += new System.Windows.RoutedEventHandler(this.mitStarted_Click); #line default #line hidden return; case 325: this.mitHelp = ((System.Windows.Controls.MenuItem)(target)); return; case 326: this.mitHelpFile = ((System.Windows.Controls.MenuItem)(target)); #line 1405 "..\..\MainUI.xaml" this.mitHelpFile.Click += new System.Windows.RoutedEventHandler(this.mitHelp_Click); #line default #line hidden return; case 327: this.mitAbout = ((System.Windows.Controls.MenuItem)(target)); #line 1407 "..\..\MainUI.xaml" this.mitAbout.Click += new System.Windows.RoutedEventHandler(this.mitAbout_Click); #line default #line hidden return; case 328: this.mitAboutDev = ((System.Windows.Controls.MenuItem)(target)); #line 1408 "..\..\MainUI.xaml" this.mitAboutDev.Click += new System.Windows.RoutedEventHandler(this.mitAboutDev_Click); #line default #line hidden return; case 329: this.trvOutputControl = ((System.Windows.Controls.TreeView)(target)); return; case 330: this.trvLoggedIn = ((System.Windows.Controls.TreeViewItem)(target)); #line 1427 "..\..\MainUI.xaml" this.trvLoggedIn.Selected += new System.Windows.RoutedEventHandler(this.trvLoggedIn_Selected); #line default #line hidden return; case 331: this.trvHead = ((System.Windows.Controls.TreeViewItem)(target)); return; case 332: this.trvDrafts = ((System.Windows.Controls.TreeViewItem)(target)); return; case 333: this.trvImports = ((System.Windows.Controls.TreeViewItem)(target)); return; case 334: this.trvPublished = ((System.Windows.Controls.TreeViewItem)(target)); return; case 335: this.trvMyResearch = ((System.Windows.Controls.TreeViewItem)(target)); return; case 336: this.trvPending = ((System.Windows.Controls.TreeViewItem)(target)); return; } this._contentLoaded = true; }