Click here to Skip to main content
15,896,915 members
Articles / Web Development / ASP.NET

Developing Next Generation Smart Clients using .NET 2.0 working with Existing .NET 1.1 SOA-based XML Web Services

Rate me:
Please Sign up or sign in to vote.
4.96/5 (134 votes)
16 Aug 200540 min read 1.2M   3.9K   462  
Comprehensive guide to development of .NET 2.0 Smart Clients working with existing Service Oriented Architecture based XML web services, fully utilizing the Enterprise Library
namespace SmartInstitute.Client.Automation.Documents.StudentDocuments
{
	partial class StudentRegistrationUI
	{
		/// <summary> 
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary> 
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Component Designer generated code

		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentRegistrationUI));
			this.grdCourses = new System.Windows.Forms.DataGridView();
			this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.toolBar = new System.Windows.Forms.ToolStrip();
			this.ilToolbarImages = new System.Windows.Forms.ImageList(this.components);
			this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.dropToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.dropRateToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
			this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.nonCreditToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.validToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.validateAllToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.clearRegistrationToolStripButton = new System.Windows.Forms.ToolStripButton();
			this.worker = new System.ComponentModel.BackgroundWorker();
			this.warningTooltip = new System.Windows.Forms.ToolTip(this.components);
			this.statisticsPanel = new System.Windows.Forms.Panel();
			this.compCreditLabel = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.scienceCreditLabel = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.lecCreditLabel = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.tabs = new System.Windows.Forms.TabControl();
			this.courseTab = new System.Windows.Forms.TabPage();
			this.progress = new SmartInstitute.Client.Automation.Controls.ProgressPanel();
			this.assessmentTab = new System.Windows.Forms.TabPage();
			this.assessmentControl = new SmartInstitute.Client.Automation.Documents.StudentDocuments.StudentAssessmentUI();
			this.coursesList = new System.Windows.Forms.ListBox();
			this.minorRadio = new System.Windows.Forms.RadioButton();
			this.secondMajorRadio = new System.Windows.Forms.RadioButton();
			this.majorRadio = new System.Windows.Forms.RadioButton();
			this.coreRadio = new System.Windows.Forms.RadioButton();
			this.profileView = new SmartInstitute.Client.Automation.Documents.StudentDocuments.StudentProfile();
			((System.ComponentModel.ISupportInitialize)(this.grdCourses)).BeginInit();
			this.toolBar.SuspendLayout();
			this.statisticsPanel.SuspendLayout();
			this.tabs.SuspendLayout();
			this.courseTab.SuspendLayout();
			this.assessmentTab.SuspendLayout();
			this.SuspendLayout();
			// 
			// grdCourses
			// 
			this.grdCourses.AllowUserToAddRows = false;
			this.grdCourses.AllowUserToDeleteRows = false;
			this.grdCourses.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
			dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.grdCourses.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
			this.grdCourses.Columns.Add(this.dataGridViewTextBoxColumn1);
			this.grdCourses.Columns.Add(this.dataGridViewTextBoxColumn2);
			this.grdCourses.Columns.Add(this.dataGridViewTextBoxColumn3);
			this.grdCourses.Columns.Add(this.dataGridViewTextBoxColumn8);
			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle2.FormatProvider = new System.Globalization.CultureInfo("en-US");
			dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
			this.grdCourses.DefaultCellStyle = dataGridViewCellStyle2;
			this.grdCourses.Dock = System.Windows.Forms.DockStyle.Fill;
			this.grdCourses.Location = new System.Drawing.Point(3, 3);
			this.grdCourses.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3);
			this.grdCourses.Name = "grdCourses";
			this.grdCourses.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
			this.grdCourses.RowHeadersWidth = 24;
			this.grdCourses.RowTemplate.DefaultCellStyle.FormatProvider = new System.Globalization.CultureInfo("en-US");
			this.grdCourses.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
			this.grdCourses.RowTemplate.Height = 50;
			this.grdCourses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.grdCourses.Size = new System.Drawing.Size(894, 296);
			this.grdCourses.TabIndex = 2;
			this.grdCourses.SelectionChanged += new System.EventHandler(this.grdCourses_SelectionChanged);
			// 
			// dataGridViewTextBoxColumn1
			// 
			this.dataGridViewTextBoxColumn1.HeaderText = "Class ID";
			this.dataGridViewTextBoxColumn1.Name = "classColumn";
			this.dataGridViewTextBoxColumn1.Width = 50;
			// 
			// dataGridViewTextBoxColumn2
			// 
			this.dataGridViewTextBoxColumn2.HeaderText = "Course";
			this.dataGridViewTextBoxColumn2.Name = "CourseColumn";
			this.dataGridViewTextBoxColumn2.ReadOnly = true;
			this.dataGridViewTextBoxColumn2.Width = 300;
			// 
			// dataGridViewTextBoxColumn3
			// 
			this.dataGridViewTextBoxColumn3.HeaderText = "Credits";
			this.dataGridViewTextBoxColumn3.Name = "CreditsColumn";
			this.dataGridViewTextBoxColumn3.ReadOnly = true;
			this.dataGridViewTextBoxColumn3.Width = 50;
			// 
			// dataGridViewTextBoxColumn8
			// 
			this.dataGridViewTextBoxColumn8.HeaderText = "Status";
			this.dataGridViewTextBoxColumn8.Name = "StatusColumn";
			this.dataGridViewTextBoxColumn8.ReadOnly = true;
			// 
			// toolBar
			// 
			this.toolBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.toolBar.ImageList = this.ilToolbarImages;
			this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.saveToolStripButton,
            this.refreshToolStripButton,
            this.dropToolStripButton,
            this.dropRateToolStripTextBox,
            this.deleteToolStripButton,
            this.nonCreditToolStripButton,
            this.validToolStripButton,
            this.validateAllToolStripButton,
            this.clearRegistrationToolStripButton});
			this.toolBar.Location = new System.Drawing.Point(0, 444);
			this.toolBar.Name = "toolBar";
			this.toolBar.Size = new System.Drawing.Size(908, 25);
			this.toolBar.TabIndex = 0;
			this.toolBar.Text = "toolStrip1";
			// 
			// ilToolbarImages
			// 
			this.ilToolbarImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilToolbarImages.ImageStream")));
			this.ilToolbarImages.Images.SetKeyName(0, "0020 - Recycle Bin Empty.ico");
			this.ilToolbarImages.Images.SetKeyName(1, "0079 - Wordpad.ico");
			this.ilToolbarImages.Images.SetKeyName(2, "0012 - Start Settings.ico");
			this.ilToolbarImages.Images.SetKeyName(3, "0032 - Shutdown.ico");
			this.ilToolbarImages.Images.SetKeyName(4, "0011 - Start Favorites.ico");
			this.ilToolbarImages.Images.SetKeyName(5, "save.ico");
			this.ilToolbarImages.Images.SetKeyName(6, "refresh.ico");
			// 
			// refreshToolStripButton
			// 
			this.refreshToolStripButton.ImageKey = "refresh.ico";
			this.refreshToolStripButton.Name = "refreshToolStripButton";
			this.refreshToolStripButton.Text = "Refresh";
			this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
			// 
			// saveToolStripButton
			// 
			this.saveToolStripButton.ImageKey = "save.ico";
			this.saveToolStripButton.Name = "saveToolStripButton";
			this.saveToolStripButton.Text = "S&ave";
			this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
			// 
			// dropToolStripButton
			// 
			this.dropToolStripButton.ImageKey = "0020 - Recycle Bin Empty.ico";
			this.dropToolStripButton.Name = "dropToolStripButton";
			this.dropToolStripButton.Text = "&Drop";
			this.dropToolStripButton.Click += new System.EventHandler(this.dropToolStripButton_Click);
			// 
			// dropRateToolStripTextBox
			// 
			this.dropRateToolStripTextBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
			this.dropRateToolStripTextBox.Name = "dropRateToolStripTextBox";
			this.dropRateToolStripTextBox.Size = new System.Drawing.Size(92, 25);
			this.dropRateToolStripTextBox.Text = "80%";
			// 
			// deleteToolStripButton
			// 
			this.deleteToolStripButton.ImageKey = "0032 - Shutdown.ico";
			this.deleteToolStripButton.Name = "deleteToolStripButton";
			this.deleteToolStripButton.Text = "D&elete";
			this.deleteToolStripButton.Click += new System.EventHandler(this.deleteToolStripButton_Click);
			// 
			// nonCreditToolStripButton
			// 
			this.nonCreditToolStripButton.CheckOnClick = true;
			this.nonCreditToolStripButton.ImageKey = "0079 - Wordpad.ico";
			this.nonCreditToolStripButton.Name = "nonCreditToolStripButton";
			this.nonCreditToolStripButton.Text = "&Non Credit";
			this.nonCreditToolStripButton.Click += new System.EventHandler(this.nonCreditToolStripButton_Click);
			// 
			// validToolStripButton
			// 
			this.validToolStripButton.CheckOnClick = true;
			this.validToolStripButton.ImageKey = "0012 - Start Settings.ico";
			this.validToolStripButton.Name = "validToolStripButton";
			this.validToolStripButton.Text = "&Valid";
			this.validToolStripButton.Click += new System.EventHandler(this.validToolStripButton_Click);
			// 
			// validateAllToolStripButton
			// 
			this.validateAllToolStripButton.ImageKey = "0011 - Start Favorites.ico";
			this.validateAllToolStripButton.Name = "validateAllToolStripButton";
			this.validateAllToolStripButton.Text = "Validate &All";
			this.validateAllToolStripButton.Click += new System.EventHandler(this.validateAllToolStripButton_Click);
			// 
			// clearRegistrationToolStripButton
			// 
			this.clearRegistrationToolStripButton.Name = "clearRegistrationToolStripButton";
			// 
			// worker
			// 
			this.worker.WorkerReportsProgress = true;
			this.worker.WorkerSupportsCancellation = true;
			this.worker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.worker_DoWork);
			this.worker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.worker_RunWorkerCompleted);
			this.worker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.worker_ProgressChanged);
			// 
			// warningTooltip
			// 
			this.warningTooltip.ForeColor = System.Drawing.Color.DarkRed;
			this.warningTooltip.IsBalloon = true;
			this.warningTooltip.ShowAlways = true;
			this.warningTooltip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Warning;
			this.warningTooltip.ToolTipTitle = "Warning!";
			// 
			// statisticsPanel
			// 
			this.statisticsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.statisticsPanel.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
			this.statisticsPanel.Controls.Add(this.compCreditLabel);
			this.statisticsPanel.Controls.Add(this.label5);
			this.statisticsPanel.Controls.Add(this.scienceCreditLabel);
			this.statisticsPanel.Controls.Add(this.label3);
			this.statisticsPanel.Controls.Add(this.lecCreditLabel);
			this.statisticsPanel.Controls.Add(this.label1);
			this.statisticsPanel.Location = new System.Drawing.Point(0, 415);
			this.statisticsPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
			this.statisticsPanel.Name = "statisticsPanel";
			this.statisticsPanel.Size = new System.Drawing.Size(908, 24);
			this.statisticsPanel.TabIndex = 18;
			// 
			// compCreditLabel
			// 
			this.compCreditLabel.AutoSize = true;
			this.compCreditLabel.Location = new System.Drawing.Point(419, 4);
			this.compCreditLabel.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
			this.compCreditLabel.Name = "compCreditLabel";
			this.compCreditLabel.Size = new System.Drawing.Size(9, 13);
			this.compCreditLabel.TabIndex = 5;
			this.compCreditLabel.Text = "0";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(364, 4);
			this.label5.Margin = new System.Windows.Forms.Padding(3, 3, 1, 3);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(51, 13);
			this.label5.TabIndex = 4;
			this.label5.Text = "Computer:";
			// 
			// scienceCreditLabel
			// 
			this.scienceCreditLabel.AutoSize = true;
			this.scienceCreditLabel.Location = new System.Drawing.Point(325, 4);
			this.scienceCreditLabel.Name = "scienceCreditLabel";
			this.scienceCreditLabel.Size = new System.Drawing.Size(9, 13);
			this.scienceCreditLabel.TabIndex = 3;
			this.scienceCreditLabel.Text = "0";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(277, 4);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(45, 13);
			this.label3.TabIndex = 2;
			this.label3.Text = "Science:";
			// 
			// lecCreditLabel
			// 
			this.lecCreditLabel.AutoSize = true;
			this.lecCreditLabel.Location = new System.Drawing.Point(256, 4);
			this.lecCreditLabel.Name = "lecCreditLabel";
			this.lecCreditLabel.Size = new System.Drawing.Size(9, 13);
			this.lecCreditLabel.TabIndex = 1;
			this.lecCreditLabel.Text = "0";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(209, 4);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(42, 13);
			this.label1.TabIndex = 0;
			this.label1.Text = "Lecture:";
			// 
			// tabs
			// 
			this.tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.tabs.Controls.Add(this.courseTab);
			this.tabs.Controls.Add(this.assessmentTab);
			this.tabs.Location = new System.Drawing.Point(0, 84);
			this.tabs.Name = "tabs";
			this.tabs.SelectedIndex = 0;
			this.tabs.Size = new System.Drawing.Size(908, 328);
			this.tabs.TabIndex = 28;
			this.tabs.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabs_Selected);
			// 
			// courseTab
			// 
			this.courseTab.Controls.Add(this.progress);
			this.courseTab.Controls.Add(this.grdCourses);
			this.courseTab.Location = new System.Drawing.Point(4, 22);
			this.courseTab.Name = "courseTab";
			this.courseTab.Padding = new System.Windows.Forms.Padding(3);
			this.courseTab.Size = new System.Drawing.Size(900, 302);
			this.courseTab.TabIndex = 0;
			this.courseTab.Text = "Courses";
			// 
			// progress
			// 
			this.progress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.progress.BackColor = System.Drawing.SystemColors.Control;
			this.progress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.progress.Location = new System.Drawing.Point(322, 208);
			this.progress.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
			this.progress.Name = "progress";
			this.progress.Size = new System.Drawing.Size(128, 51);
			this.progress.TabIndex = 12;
			this.progress.Title = "Loading...";
			this.progress.Visible = false;
			// 
			// assessmentTab
			// 
			this.assessmentTab.Controls.Add(this.assessmentControl);
			this.assessmentTab.Location = new System.Drawing.Point(4, 22);
			this.assessmentTab.Name = "assessmentTab";
			this.assessmentTab.Padding = new System.Windows.Forms.Padding(3);
			this.assessmentTab.Size = new System.Drawing.Size(900, 302);
			this.assessmentTab.TabIndex = 1;
			this.assessmentTab.Text = "Assessment";
			// 
			// assessmentControl
			// 
			this.assessmentControl.AutoScroll = true;
			this.assessmentControl.BackColor = System.Drawing.Color.White;
			this.assessmentControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.assessmentControl.Document = null;
			this.assessmentControl.Location = new System.Drawing.Point(3, 3);
			this.assessmentControl.Name = "assessmentControl";
			this.assessmentControl.SemesterID = 0;
			this.assessmentControl.Size = new System.Drawing.Size(894, 296);
			this.assessmentControl.TabIndex = 0;
			// 
			// coursesList
			// 
			this.coursesList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.coursesList.CustomTabOffsets.AddRange(new int[] {
            100,
            250,
            300,
            350});
			this.coursesList.FormattingEnabled = true;
			this.coursesList.HorizontalScrollbar = true;
			this.coursesList.Location = new System.Drawing.Point(0, 24);
			this.coursesList.Name = "coursesList";
			this.coursesList.Size = new System.Drawing.Size(899, 238);
			this.coursesList.TabIndex = 4;
			this.coursesList.UseCustomTabOffsets = true;
			// 
			// minorRadio
			// 
			this.minorRadio.Location = new System.Drawing.Point(0, 0);
			this.minorRadio.Name = "minorRadio";
			this.minorRadio.Size = new System.Drawing.Size(104, 24);
			this.minorRadio.TabIndex = 0;
			// 
			// secondMajorRadio
			// 
			this.secondMajorRadio.Location = new System.Drawing.Point(0, 0);
			this.secondMajorRadio.Name = "secondMajorRadio";
			this.secondMajorRadio.Size = new System.Drawing.Size(104, 24);
			this.secondMajorRadio.TabIndex = 0;
			// 
			// majorRadio
			// 
			this.majorRadio.Location = new System.Drawing.Point(0, 0);
			this.majorRadio.Name = "majorRadio";
			this.majorRadio.Size = new System.Drawing.Size(104, 24);
			this.majorRadio.TabIndex = 0;
			// 
			// coreRadio
			// 
			this.coreRadio.Location = new System.Drawing.Point(0, 0);
			this.coreRadio.Name = "coreRadio";
			this.coreRadio.Size = new System.Drawing.Size(104, 24);
			this.coreRadio.TabIndex = 0;
			// 
			// profileView
			// 
			this.profileView.BackColor = System.Drawing.Color.White;
			this.profileView.Location = new System.Drawing.Point(4, 0);
			this.profileView.Margin = new System.Windows.Forms.Padding(2, 3, 3, 3);
			this.profileView.Name = "profileView";
			this.profileView.Size = new System.Drawing.Size(434, 88);
			this.profileView.TabIndex = 23;
			// 
			// StudentRegistrationUI
			// 
			this.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.Controls.Add(this.tabs);
			this.Controls.Add(this.profileView);
			this.Controls.Add(this.statisticsPanel);
			this.Controls.Add(this.toolBar);
			this.Name = "StudentRegistrationUI";
			this.Size = new System.Drawing.Size(908, 469);
			this.Load += new System.EventHandler(this.StudentRegistrationUI_Load);
			((System.ComponentModel.ISupportInitialize)(this.grdCourses)).EndInit();
			this.toolBar.ResumeLayout(false);
			this.toolBar.PerformLayout();
			this.statisticsPanel.ResumeLayout(false);
			this.statisticsPanel.PerformLayout();
			this.tabs.ResumeLayout(false);
			this.courseTab.ResumeLayout(false);
			this.assessmentTab.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

        }

		#endregion

		private System.Windows.Forms.DataGridView grdCourses;
        private System.Windows.Forms.ImageList ilToolbarImages;
        private System.ComponentModel.BackgroundWorker worker;
		private System.Windows.Forms.ToolStrip toolBar;
		private System.Windows.Forms.ToolStripButton dropToolStripButton;
		private System.Windows.Forms.ToolStripTextBox dropRateToolStripTextBox;
		private System.Windows.Forms.ToolStripButton deleteToolStripButton;
		private System.Windows.Forms.ToolStripButton nonCreditToolStripButton;
		private System.Windows.Forms.ToolStripButton validToolStripButton;
		private System.Windows.Forms.ToolStripButton validateAllToolStripButton;
		private System.Windows.Forms.ToolStripButton saveToolStripButton;
		private System.Windows.Forms.ToolTip warningTooltip;
		private System.Windows.Forms.Panel statisticsPanel;
		private System.Windows.Forms.Label compCreditLabel;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label scienceCreditLabel;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label lecCreditLabel;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TabControl tabs;
		private System.Windows.Forms.TabPage courseTab;
		private System.Windows.Forms.TabPage assessmentTab;
		private System.Windows.Forms.ToolStripButton refreshToolStripButton;
		private System.Windows.Forms.ToolStripButton clearRegistrationToolStripButton;
		private System.Windows.Forms.RadioButton minorRadio;
		private System.Windows.Forms.RadioButton secondMajorRadio;
		private System.Windows.Forms.RadioButton majorRadio;
		private System.Windows.Forms.RadioButton coreRadio;
		private System.Windows.Forms.ListBox coursesList;
		private StudentAssessmentUI assessmentControl;
		private SmartInstitute.Client.Automation.Controls.ProgressPanel progress;
		private SmartInstitute.Client.Automation.Documents.StudentDocuments.StudentProfile profileView;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
		private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions