void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.listviewCurrent = ((System.Windows.Controls.ListView)(target)); return; case 2: this.buttonAdd = ((System.Windows.Controls.Button)(target)); return; case 3: this.buttonDelete = ((System.Windows.Controls.Button)(target)); return; case 4: this.buttonEdit = ((System.Windows.Controls.Button)(target)); return; case 5: this.ExitStatus = ((Job_Application_Database.UserControlExitStatus)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.labelName = ((System.Windows.Controls.Label)(target)); return; case 2: this.textboxName = ((System.Windows.Controls.TextBox)(target)); return; case 3: this.labelExtra = ((System.Windows.Controls.Label)(target)); return; case 4: this.textboxExtra = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.buttonOk = ((System.Windows.Controls.Button)(target)); return; case 6: this.buttonCancel = ((System.Windows.Controls.Button)(target)); return; case 7: this.ExitStatus = ((Job_Application_Database.UserControlExitStatus)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.Grid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.ExitStatus = ((Job_Application_Database.UserControlExitStatus)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.windowMain = ((Job_Application_Database.MainWindow)(target)); return; case 2: this.mainGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.dockpanelTop = ((System.Windows.Controls.DockPanel)(target)); return; case 4: this.menuitemOpen = ((System.Windows.Controls.MenuItem)(target)); return; case 5: this.menuitemSave = ((System.Windows.Controls.MenuItem)(target)); return; case 6: this.menuitemExit = ((System.Windows.Controls.MenuItem)(target)); return; case 7: this.menuitemNew = ((System.Windows.Controls.MenuItem)(target)); return; case 8: this.menuitemEdit = ((System.Windows.Controls.MenuItem)(target)); return; case 9: this.menuitemDelete = ((System.Windows.Controls.MenuItem)(target)); return; case 10: this.menuItemAutoload = ((System.Windows.Controls.MenuItem)(target)); return; case 11: this.menuItemAutoSave = ((System.Windows.Controls.MenuItem)(target)); return; case 12: this.labelCount = ((System.Windows.Controls.Label)(target)); return; case 13: this.textboxSearch = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.listviewCompanies = ((System.Windows.Controls.ListView)(target)); return; case 15: this.gridviewcolCompany = ((System.Windows.Controls.GridViewColumn)(target)); return; case 16: this.gridviewcolPosition = ((System.Windows.Controls.GridViewColumn)(target)); return; case 17: this.gridviewcolType = ((System.Windows.Controls.GridViewColumn)(target)); return; case 18: this.gridviewcolDate = ((System.Windows.Controls.GridViewColumn)(target)); return; case 19: this.gridviewcolStatus = ((System.Windows.Controls.GridViewColumn)(target)); return; case 20: this.buttonNewCompany = ((System.Windows.Controls.Button)(target)); return; case 21: this.buttonEditCompany = ((System.Windows.Controls.Button)(target)); return; case 22: this.buttonDeleteCompany = ((System.Windows.Controls.Button)(target)); return; case 23: this.buttonEditJobs = ((System.Windows.Controls.Button)(target)); return; case 24: this.buttonEditReps = ((System.Windows.Controls.Button)(target)); return; case 25: this.buttonEditBoards = ((System.Windows.Controls.Button)(target)); return; case 26: this.buttonShowGraph = ((System.Windows.Controls.Button)(target)); return; case 27: this.ExitStatus = ((Job_Application_Database.UserControlExitStatus)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.gridMain = ((System.Windows.Controls.Grid)(target)); return; case 2: this.labelCName = ((System.Windows.Controls.Label)(target)); return; case 3: this.textboxName = ((System.Windows.Controls.TextBox)(target)); return; case 4: this.labelWebsite = ((System.Windows.Controls.Label)(target)); return; case 5: this.textboxWebsite = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.labelTitle = ((System.Windows.Controls.Label)(target)); return; case 7: this.comboboxJob = ((System.Windows.Controls.ComboBox)(target)); return; case 8: this.buttonAddTitle = ((System.Windows.Controls.Button)(target)); return; case 9: this.labelBoard = ((System.Windows.Controls.Label)(target)); return; case 10: this.comboboxBoard = ((System.Windows.Controls.ComboBox)(target)); return; case 11: this.buttonAddBoard = ((System.Windows.Controls.Button)(target)); return; case 12: this.labelRep = ((System.Windows.Controls.Label)(target)); return; case 13: this.comboboxRep = ((System.Windows.Controls.ComboBox)(target)); return; case 14: this.buttonAddRep = ((System.Windows.Controls.Button)(target)); return; case 15: this.labelLocation = ((System.Windows.Controls.Label)(target)); return; case 16: this.textboxLocation = ((System.Windows.Controls.TextBox)(target)); return; case 17: this.labelDate = ((System.Windows.Controls.Label)(target)); return; case 18: this.datepickerAppDate = ((System.Windows.Controls.DatePicker)(target)); return; case 19: this.labelStatus = ((System.Windows.Controls.Label)(target)); return; case 20: this.checkboxApplied = ((System.Windows.Controls.CheckBox)(target)); return; case 21: this.checkboxHunted = ((System.Windows.Controls.CheckBox)(target)); return; case 22: this.checkboxAssign = ((System.Windows.Controls.CheckBox)(target)); return; case 23: this.checkboxInterview = ((System.Windows.Controls.CheckBox)(target)); return; case 24: this.checkboxOffered = ((System.Windows.Controls.CheckBox)(target)); return; case 25: this.checkboxAccepted = ((System.Windows.Controls.CheckBox)(target)); return; case 26: this.checkboxDenied = ((System.Windows.Controls.CheckBox)(target)); return; case 27: this.checkboxRejected = ((System.Windows.Controls.CheckBox)(target)); return; case 28: this.radiobuttonNA = ((System.Windows.Controls.RadioButton)(target)); return; case 29: this.radiobuttonPartTime = ((System.Windows.Controls.RadioButton)(target)); return; case 30: this.radiobuttonFullTime = ((System.Windows.Controls.RadioButton)(target)); return; case 31: this.radiobuttonContract = ((System.Windows.Controls.RadioButton)(target)); return; case 32: this.labelType = ((System.Windows.Controls.Label)(target)); return; case 33: this.labelNotes = ((System.Windows.Controls.Label)(target)); return; case 34: this.textboxNotes = ((System.Windows.Controls.TextBox)(target)); return; case 35: this.buttonCreate = ((System.Windows.Controls.Button)(target)); return; case 36: this.buttonCancel = ((System.Windows.Controls.Button)(target)); return; case 37: this.ExitStatus = ((Job_Application_Database.UserControlExitStatus)(target)); return; } this._contentLoaded = true; }