private void pic_sr_tl_Click(object sender, EventArgs e) { SRForm1 sr = new SRForm1(); sr.ftitle = resources.tutorsAndLabInformation.title; sr.ftitle1_desc = resources.tutorsAndLabInformation.description + "\n" + "\n" + "Lab Hours and TA Schedule: " + resources.tutorsAndLabInformation.tutoringLabHoursLink; sr.Show(); }
private void pic_sr_forms_Click(object sender, EventArgs e) { SRForm1 sr = new SRForm1(); sr.ftitle = "Forms"; sr.ftitle1 = "Undergraduate Forms"; sr.ftitle1_desc = resources.forms.undergraduateForms[0].formName + ": " + resources.forms.undergraduateForms[0].href; sr.ftitle2 = "Graduate Forms"; sr.ftitle2_desc = resources.forms.graduateForms[0].formName + ": " + resources.forms.graduateForms[0].href + "\n" + resources.forms.graduateForms[1].formName + ": " + resources.forms.graduateForms[1].href + "\n" + resources.forms.graduateForms[2].formName + ": " + resources.forms.graduateForms[2].href + "\n" + resources.forms.graduateForms[3].formName + ": " + resources.forms.graduateForms[3].href + "\n" + resources.forms.graduateForms[4].formName + ": " + resources.forms.graduateForms[4].href + "\n" + resources.forms.graduateForms[5].formName + ": " + resources.forms.graduateForms[5].href + "\n" + resources.forms.graduateForms[6].formName + ": " + resources.forms.graduateForms[6].href; sr.Show(); }
//show 2nd form with details based on the click of different student resources private void pic_sr_sa_Click(object sender, EventArgs e) { SRForm1 sr = new SRForm1(); sr.ftitle = resources.studyAbroad.title; sr.ftitle1_desc = resources.studyAbroad.description; sr.ftitle2 = resources.studyAbroad.places[0].nameOfPlace; sr.ftitle2_desc = resources.studyAbroad.places[0].description; sr.ftitle3 = resources.studyAbroad.places[1].nameOfPlace; sr.ftitle3_desc = resources.studyAbroad.places[1].description; sr.Show(); }
private void pic_sr_coop_Click(object sender, EventArgs e) { SRForm1 sr = new SRForm1(); sr.ftitle = resources.coopEnrollment.title; sr.ftitle1 = resources.coopEnrollment.enrollmentInformationContent[0].title; sr.ftitle1_desc = resources.coopEnrollment.enrollmentInformationContent[0].description; sr.ftitle2 = resources.coopEnrollment.enrollmentInformationContent[1].title; sr.ftitle2_desc = resources.coopEnrollment.enrollmentInformationContent[1].description; sr.ftitle3 = resources.coopEnrollment.enrollmentInformationContent[2].title; sr.ftitle3_desc = resources.coopEnrollment.enrollmentInformationContent[2].description; sr.ftitle4 = resources.coopEnrollment.enrollmentInformationContent[3].title; sr.ftitle4_desc = resources.coopEnrollment.enrollmentInformationContent[3].description + "\n" + "\n" + "RIT Job Zone Guide Link: " + resources.coopEnrollment.RITJobZoneGuidelink; sr.Show(); }
private void pic_sr_ss_Click(object sender, EventArgs e) { SRForm1 sr = new SRForm1(); sr.ftitle = resources.studentServices.title; sr.ftitle1 = resources.studentServices.academicAdvisors.title; sr.ftitle1_desc = resources.studentServices.academicAdvisors.description; sr.ftitle2 = resources.studentServices.professonalAdvisors.title; sr.ftitle2_desc = "-->" + resources.studentServices.professonalAdvisors.advisorInformation[0].name + ", " + resources.studentServices.professonalAdvisors.advisorInformation[0].department + ", " + resources.studentServices.professonalAdvisors.advisorInformation[0].email + "\n" + "-->" + resources.studentServices.professonalAdvisors.advisorInformation[1].name + ", " + resources.studentServices.professonalAdvisors.advisorInformation[1].department + ", " + resources.studentServices.professonalAdvisors.advisorInformation[1].email + "\n" + "-->" + resources.studentServices.professonalAdvisors.advisorInformation[2].name + ", " + resources.studentServices.professonalAdvisors.advisorInformation[2].department + ", " + resources.studentServices.professonalAdvisors.advisorInformation[2].email; sr.ftitle3 = resources.studentServices.facultyAdvisors.title; sr.ftitle3_desc = resources.studentServices.facultyAdvisors.description; sr.ftitle4 = resources.studentServices.istMinorAdvising.title; sr.ftitle4_desc = "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[0].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[0].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[0].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[1].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[1].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[1].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[2].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[2].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[2].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[3].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[3].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[3].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[4].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[4].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[4].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[5].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[5].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[5].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[6].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[6].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[6].email + "\n" + "-->" + resources.studentServices.istMinorAdvising.minorAdvisorInformation[7].title + ": " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[7].advisor + ", " + resources.studentServices.istMinorAdvising.minorAdvisorInformation[7].email; sr.Show(); }