/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentsForm));
     this.educationalDepartmentDataSet     = new DBLab7.EducationalDepartmentDataSet();
     this.studentsBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.studentsTableAdapter             = new DBLab7.EducationalDepartmentDataSetTableAdapters.StudentsTableAdapter();
     this.tableAdapterManager              = new DBLab7.EducationalDepartmentDataSetTableAdapters.TableAdapterManager();
     this.studentsBindingNavigator         = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.studentsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
     this.groupsBindingSource              = new System.Windows.Forms.BindingSource(this.components);
     this.groupsTableAdapter         = new DBLab7.EducationalDepartmentDataSetTableAdapters.GroupsTableAdapter();
     this.groupsComboBox             = new System.Windows.Forms.ComboBox();
     this.studentsBindingSource1     = new System.Windows.Forms.BindingSource(this.components);
     this.studentsDataGridView       = 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();
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).BeginInit();
     this.studentsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // educationalDepartmentDataSet
     //
     this.educationalDepartmentDataSet.DataSetName             = "EducationalDepartmentDataSet";
     this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // studentsBindingSource
     //
     this.studentsBindingSource.DataMember = "Students";
     this.studentsBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // studentsTableAdapter
     //
     this.studentsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.GroupsTableAdapter        = null;
     this.tableAdapterManager.MarkRecordsTableAdapter   = null;
     this.tableAdapterManager.PlanContentTableAdapter   = null;
     this.tableAdapterManager.PlansTableAdapter         = null;
     this.tableAdapterManager.StudentsTableAdapter      = this.studentsTableAdapter;
     this.tableAdapterManager.SubjectsTableAdapter      = null;
     this.tableAdapterManager.UpdateOrder = DBLab7.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // studentsBindingNavigator
     //
     this.studentsBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.studentsBindingNavigator.BindingSource = this.studentsBindingSource;
     this.studentsBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.studentsBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.studentsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.studentsBindingNavigatorSaveItem
     });
     this.studentsBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.studentsBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.studentsBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.studentsBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.studentsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.studentsBindingNavigator.Name             = "studentsBindingNavigator";
     this.studentsBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.studentsBindingNavigator.Size             = new System.Drawing.Size(547, 25);
     this.studentsBindingNavigator.TabIndex         = 0;
     this.studentsBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // studentsBindingNavigatorSaveItem
     //
     this.studentsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.studentsBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("studentsBindingNavigatorSaveItem.Image")));
     this.studentsBindingNavigatorSaveItem.Name         = "studentsBindingNavigatorSaveItem";
     this.studentsBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.studentsBindingNavigatorSaveItem.Text         = "Save Data";
     this.studentsBindingNavigatorSaveItem.Click       += new System.EventHandler(this.StudentsBindingNavigatorSaveItem_Click);
     //
     // groupsBindingSource
     //
     this.groupsBindingSource.DataMember = "Groups";
     this.groupsBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // groupsTableAdapter
     //
     this.groupsTableAdapter.ClearBeforeFill = true;
     //
     // groupsComboBox
     //
     this.groupsComboBox.DataSource        = this.groupsBindingSource;
     this.groupsComboBox.DisplayMember     = "Number";
     this.groupsComboBox.FormattingEnabled = true;
     this.groupsComboBox.Location          = new System.Drawing.Point(361, 42);
     this.groupsComboBox.Name        = "groupsComboBox";
     this.groupsComboBox.Size        = new System.Drawing.Size(162, 21);
     this.groupsComboBox.TabIndex    = 2;
     this.groupsComboBox.ValueMember = "Id";
     //
     // studentsBindingSource1
     //
     this.studentsBindingSource1.DataMember = "FK_Students_Groups";
     this.studentsBindingSource1.DataSource = this.groupsBindingSource;
     //
     // studentsDataGridView
     //
     this.studentsDataGridView.AutoGenerateColumns         = false;
     this.studentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.studentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3
     });
     this.studentsDataGridView.DataSource = this.studentsBindingSource1;
     this.studentsDataGridView.Location   = new System.Drawing.Point(12, 42);
     this.studentsDataGridView.Name       = "studentsDataGridView";
     this.studentsDataGridView.Size       = new System.Drawing.Size(343, 220);
     this.studentsDataGridView.TabIndex   = 2;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "FullName";
     this.dataGridViewTextBoxColumn2.HeaderText       = "FullName";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "GroupId";
     this.dataGridViewTextBoxColumn3.HeaderText       = "GroupId";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     //
     // StudentsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(547, 317);
     this.Controls.Add(this.studentsDataGridView);
     this.Controls.Add(this.groupsComboBox);
     this.Controls.Add(this.studentsBindingNavigator);
     this.Name  = "StudentsForm";
     this.Text  = "StudentsForm";
     this.Load += new System.EventHandler(this.StudentsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).EndInit();
     this.studentsBindingNavigator.ResumeLayout(false);
     this.studentsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #2
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentsForm));
     this.educationalDepartmentDataSet     = new DepartmentManager.EducationalDepartmentDataSet();
     this.groupsBindingSource              = new System.Windows.Forms.BindingSource(this.components);
     this.groupsTableAdapter               = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.GroupsTableAdapter();
     this.tableAdapterManager              = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager();
     this.studentsTableAdapter             = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.StudentsTableAdapter();
     this.groupsBindingNavigator           = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.studentsBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.groupsBindingNavigatorSaveItem   = new System.Windows.Forms.ToolStripButton();
     this.studentsDataGridView             = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3       = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.groupsBindingSource1             = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.plansBindingSource               = new System.Windows.Forms.BindingSource(this.components);
     this.plansTableAdapter    = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlansTableAdapter();
     this.groupsBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
     this.groupsComboBox1      = new System.Windows.Forms.ComboBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.plansDataGridView          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingNavigator)).BeginInit();
     this.groupsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // educationalDepartmentDataSet
     //
     this.educationalDepartmentDataSet.DataSetName             = "EducationalDepartmentDataSet";
     this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // groupsBindingSource
     //
     this.groupsBindingSource.DataMember = "Groups";
     this.groupsBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // groupsTableAdapter
     //
     this.groupsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.GroupsTableAdapter        = this.groupsTableAdapter;
     this.tableAdapterManager.MarkRecordsTableAdapter   = null;
     this.tableAdapterManager.PlanContentTableAdapter   = null;
     this.tableAdapterManager.PlansTableAdapter         = null;
     this.tableAdapterManager.StudentsTableAdapter      = this.studentsTableAdapter;
     this.tableAdapterManager.SubjectsTableAdapter      = null;
     this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // studentsTableAdapter
     //
     this.studentsTableAdapter.ClearBeforeFill = true;
     //
     // groupsBindingNavigator
     //
     this.groupsBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.groupsBindingNavigator.BindingSource = this.studentsBindingSource;
     this.groupsBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.groupsBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.groupsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.groupsBindingNavigatorSaveItem
     });
     this.groupsBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.groupsBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.groupsBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.groupsBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.groupsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.groupsBindingNavigator.Name             = "groupsBindingNavigator";
     this.groupsBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.groupsBindingNavigator.Size             = new System.Drawing.Size(713, 25);
     this.groupsBindingNavigator.TabIndex         = 0;
     this.groupsBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // studentsBindingSource
     //
     this.studentsBindingSource.DataMember = "FK_Students_Groups";
     this.studentsBindingSource.DataSource = this.groupsBindingSource2;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // groupsBindingNavigatorSaveItem
     //
     this.groupsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.groupsBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("groupsBindingNavigatorSaveItem.Image")));
     this.groupsBindingNavigatorSaveItem.Name         = "groupsBindingNavigatorSaveItem";
     this.groupsBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.groupsBindingNavigatorSaveItem.Text         = "Save Data";
     this.groupsBindingNavigatorSaveItem.Click       += new System.EventHandler(this.GroupsBindingNavigatorSaveItem_Click);
     //
     // studentsDataGridView
     //
     this.studentsDataGridView.AutoGenerateColumns         = false;
     this.studentsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.studentsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn1
     });
     this.studentsDataGridView.DataSource = this.studentsBindingSource;
     this.studentsDataGridView.Location   = new System.Drawing.Point(12, 28);
     this.studentsDataGridView.Name       = "studentsDataGridView";
     this.studentsDataGridView.Size       = new System.Drawing.Size(384, 275);
     this.studentsDataGridView.TabIndex   = 2;
     this.studentsDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.StudentsDataGridView_DataError);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "FullName";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Имя";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "GroupId";
     this.dataGridViewTextBoxColumn3.DataSource       = this.groupsBindingSource1;
     this.dataGridViewTextBoxColumn3.DisplayMember    = "Number";
     this.dataGridViewTextBoxColumn3.HeaderText       = "Группа";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn3.ValueMember      = "Id";
     this.dataGridViewTextBoxColumn3.Width            = 130;
     //
     // groupsBindingSource1
     //
     this.groupsBindingSource1.DataMember = "Groups";
     this.groupsBindingSource1.DataSource = this.educationalDepartmentDataSet;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Visible          = false;
     //
     // plansBindingSource
     //
     this.plansBindingSource.DataMember = "Plans";
     this.plansBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // plansTableAdapter
     //
     this.plansTableAdapter.ClearBeforeFill = true;
     //
     // groupsBindingSource2
     //
     this.groupsBindingSource2.DataMember = "FK_Groups_Plans";
     this.groupsBindingSource2.DataSource = this.plansBindingSource;
     //
     // groupsComboBox1
     //
     this.groupsComboBox1.DataSource        = this.groupsBindingSource2;
     this.groupsComboBox1.DisplayMember     = "Number";
     this.groupsComboBox1.FormattingEnabled = true;
     this.groupsComboBox1.Location          = new System.Drawing.Point(401, 261);
     this.groupsComboBox1.Name        = "groupsComboBox1";
     this.groupsComboBox1.Size        = new System.Drawing.Size(241, 21);
     this.groupsComboBox1.TabIndex    = 6;
     this.groupsComboBox1.ValueMember = "Id";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(401, 245);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(42, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Группа";
     //
     // plansDataGridView
     //
     this.plansDataGridView.AutoGenerateColumns         = false;
     this.plansDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.plansDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn4
     });
     this.plansDataGridView.DataSource = this.plansBindingSource;
     this.plansDataGridView.Location   = new System.Drawing.Point(401, 28);
     this.plansDataGridView.Name       = "plansDataGridView";
     this.plansDataGridView.Size       = new System.Drawing.Size(300, 214);
     this.plansDataGridView.TabIndex   = 7;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Speciality";
     this.dataGridViewTextBoxColumn5.HeaderText       = "Специальность";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "Year";
     this.dataGridViewTextBoxColumn6.HeaderText       = "Год";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly         = true;
     this.dataGridViewTextBoxColumn6.Width            = 75;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn4.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     this.dataGridViewTextBoxColumn4.Visible          = false;
     //
     // StudentsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(713, 324);
     this.Controls.Add(this.plansDataGridView);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.groupsComboBox1);
     this.Controls.Add(this.studentsDataGridView);
     this.Controls.Add(this.groupsBindingNavigator);
     this.Name  = "StudentsForm";
     this.Text  = "Студенты";
     this.Load += new System.EventHandler(this.StudentsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingNavigator)).EndInit();
     this.groupsBindingNavigator.ResumeLayout(false);
     this.groupsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #3
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MarkRecordsForm));
     this.educationalDepartmentDataSet     = new DepartmentManager.EducationalDepartmentDataSet();
     this.plansBindingSource               = new System.Windows.Forms.BindingSource(this.components);
     this.plansTableAdapter                = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlansTableAdapter();
     this.tableAdapterManager              = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager();
     this.groupsTableAdapter               = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.GroupsTableAdapter();
     this.markRecordsTableAdapter          = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.MarkRecordsTableAdapter();
     this.planContentTableAdapter          = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.PlanContentTableAdapter();
     this.studentsTableAdapter             = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.StudentsTableAdapter();
     this.subjectsTableAdapter             = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.SubjectsTableAdapter();
     this.plansBindingNavigator            = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.markRecordsBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.planContentBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.plansBindingNavigatorSaveItem    = new System.Windows.Forms.ToolStripButton();
     this.groupsBindingSource              = new System.Windows.Forms.BindingSource(this.components);
     this.groupsComboBox              = new System.Windows.Forms.ComboBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.studentsBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.planContentDataGridView     = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2  = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.plansBindingSource1         = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn3  = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.subjectsBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.markRecordsDataGridView     = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn8  = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9  = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.planContentBindingSource1   = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridViewTextBoxColumn7  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.studentsBindingSource1      = new System.Windows.Forms.BindingSource(this.components);
     this.plansDataGridView           = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.reportButton                = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingNavigator)).BeginInit();
     this.plansBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.markRecordsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.planContentBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.planContentDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.markRecordsDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.planContentBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // educationalDepartmentDataSet
     //
     this.educationalDepartmentDataSet.DataSetName             = "EducationalDepartmentDataSet";
     this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // plansBindingSource
     //
     this.plansBindingSource.DataMember = "Plans";
     this.plansBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // plansTableAdapter
     //
     this.plansTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.GroupsTableAdapter        = this.groupsTableAdapter;
     this.tableAdapterManager.MarkRecordsTableAdapter   = this.markRecordsTableAdapter;
     this.tableAdapterManager.PlanContentTableAdapter   = this.planContentTableAdapter;
     this.tableAdapterManager.PlansTableAdapter         = this.plansTableAdapter;
     this.tableAdapterManager.StudentsTableAdapter      = this.studentsTableAdapter;
     this.tableAdapterManager.SubjectsTableAdapter      = this.subjectsTableAdapter;
     this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // groupsTableAdapter
     //
     this.groupsTableAdapter.ClearBeforeFill = true;
     //
     // markRecordsTableAdapter
     //
     this.markRecordsTableAdapter.ClearBeforeFill = true;
     //
     // planContentTableAdapter
     //
     this.planContentTableAdapter.ClearBeforeFill = true;
     //
     // studentsTableAdapter
     //
     this.studentsTableAdapter.ClearBeforeFill = true;
     //
     // subjectsTableAdapter
     //
     this.subjectsTableAdapter.ClearBeforeFill = true;
     //
     // plansBindingNavigator
     //
     this.plansBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.plansBindingNavigator.BindingSource = this.markRecordsBindingSource;
     this.plansBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.plansBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.plansBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.plansBindingNavigatorSaveItem
     });
     this.plansBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.plansBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.plansBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.plansBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.plansBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.plansBindingNavigator.Name             = "plansBindingNavigator";
     this.plansBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.plansBindingNavigator.Size             = new System.Drawing.Size(1241, 25);
     this.plansBindingNavigator.TabIndex         = 0;
     this.plansBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // markRecordsBindingSource
     //
     this.markRecordsBindingSource.DataMember = "FK_MarkRecords_PlanContent";
     this.markRecordsBindingSource.DataSource = this.planContentBindingSource;
     //
     // planContentBindingSource
     //
     this.planContentBindingSource.DataMember = "FK_PlanContent_Plans";
     this.planContentBindingSource.DataSource = this.plansBindingSource;
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // plansBindingNavigatorSaveItem
     //
     this.plansBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.plansBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("plansBindingNavigatorSaveItem.Image")));
     this.plansBindingNavigatorSaveItem.Name         = "plansBindingNavigatorSaveItem";
     this.plansBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.plansBindingNavigatorSaveItem.Text         = "Save Data";
     this.plansBindingNavigatorSaveItem.Click       += new System.EventHandler(this.PlansBindingNavigatorSaveItem_Click);
     //
     // groupsBindingSource
     //
     this.groupsBindingSource.DataMember      = "FK_Groups_Plans";
     this.groupsBindingSource.DataSource      = this.plansBindingSource;
     this.groupsBindingSource.CurrentChanged += new System.EventHandler(this.GroupsBindingSource_CurrentChanged);
     //
     // groupsComboBox
     //
     this.groupsComboBox.DataSource        = this.groupsBindingSource;
     this.groupsComboBox.DisplayMember     = "Number";
     this.groupsComboBox.FormattingEnabled = true;
     this.groupsComboBox.Location          = new System.Drawing.Point(932, 324);
     this.groupsComboBox.Name        = "groupsComboBox";
     this.groupsComboBox.Size        = new System.Drawing.Size(205, 21);
     this.groupsComboBox.TabIndex    = 3;
     this.groupsComboBox.ValueMember = "Id";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(929, 308);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(42, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Группа";
     //
     // studentsBindingSource
     //
     this.studentsBindingSource.DataMember = "FK_Students_Groups";
     this.studentsBindingSource.DataSource = this.groupsBindingSource;
     //
     // planContentDataGridView
     //
     this.planContentDataGridView.AutoGenerateColumns         = false;
     this.planContentDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.planContentDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn1
     });
     this.planContentDataGridView.DataSource = this.planContentBindingSource;
     this.planContentDataGridView.Location   = new System.Drawing.Point(327, 25);
     this.planContentDataGridView.Name       = "planContentDataGridView";
     this.planContentDataGridView.Size       = new System.Drawing.Size(599, 421);
     this.planContentDataGridView.TabIndex   = 7;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "PlanId";
     this.dataGridViewTextBoxColumn2.DataSource       = this.plansBindingSource1;
     this.dataGridViewTextBoxColumn2.DisplayMember    = "Speciality";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Специальность";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly         = true;
     this.dataGridViewTextBoxColumn2.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn2.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn2.ValueMember      = "Id";
     this.dataGridViewTextBoxColumn2.Visible          = false;
     this.dataGridViewTextBoxColumn2.Width            = 200;
     //
     // plansBindingSource1
     //
     this.plansBindingSource1.DataMember = "Plans";
     this.plansBindingSource1.DataSource = this.educationalDepartmentDataSet;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "SubjectId";
     this.dataGridViewTextBoxColumn3.DataSource       = this.subjectsBindingSource;
     this.dataGridViewTextBoxColumn3.DisplayMember    = "Name";
     this.dataGridViewTextBoxColumn3.HeaderText       = "Дисциплина";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly         = true;
     this.dataGridViewTextBoxColumn3.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn3.ValueMember      = "Id";
     this.dataGridViewTextBoxColumn3.Width            = 200;
     //
     // subjectsBindingSource
     //
     this.subjectsBindingSource.DataMember = "Subjects";
     this.subjectsBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "LectureDuration";
     this.dataGridViewTextBoxColumn4.HeaderText       = "Лекции (ч)";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "LabDuration";
     this.dataGridViewTextBoxColumn5.HeaderText       = "Лабораторные (ч)";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     this.dataGridViewTextBoxColumn5.Width            = 130;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn6.DataPropertyName = "CourseDuration";
     this.dataGridViewTextBoxColumn6.HeaderText       = "Курсовые (ч)";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Visible          = false;
     //
     // markRecordsDataGridView
     //
     this.markRecordsDataGridView.AutoGenerateColumns         = false;
     this.markRecordsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.markRecordsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn10,
         this.dataGridViewTextBoxColumn9,
         this.dataGridViewTextBoxColumn7
     });
     this.markRecordsDataGridView.DataSource = this.markRecordsBindingSource;
     this.markRecordsDataGridView.Location   = new System.Drawing.Point(12, 25);
     this.markRecordsDataGridView.Name       = "markRecordsDataGridView";
     this.markRecordsDataGridView.Size       = new System.Drawing.Size(309, 421);
     this.markRecordsDataGridView.TabIndex   = 8;
     this.markRecordsDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.MarkRecordsDataGridView_DataError);
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn8.DataPropertyName = "StudentId";
     this.dataGridViewTextBoxColumn8.DataSource       = this.studentsBindingSource;
     this.dataGridViewTextBoxColumn8.DisplayMember    = "FullName";
     this.dataGridViewTextBoxColumn8.HeaderText       = "Студент";
     this.dataGridViewTextBoxColumn8.Name             = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn8.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn8.ValueMember      = "Id";
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.DataPropertyName = "Mark";
     this.dataGridViewTextBoxColumn10.HeaderText       = "Оценка";
     this.dataGridViewTextBoxColumn10.Name             = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.Width            = 85;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.DataPropertyName = "PlanContentId";
     this.dataGridViewTextBoxColumn9.DataSource       = this.planContentBindingSource1;
     this.dataGridViewTextBoxColumn9.DisplayMember    = "PlanId";
     this.dataGridViewTextBoxColumn9.HeaderText       = "PlanContentId";
     this.dataGridViewTextBoxColumn9.Name             = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn9.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn9.ValueMember      = "Id";
     this.dataGridViewTextBoxColumn9.Visible          = false;
     //
     // planContentBindingSource1
     //
     this.planContentBindingSource1.DataMember = "PlanContent";
     this.planContentBindingSource1.DataSource = this.educationalDepartmentDataSet;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn7.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn7.Name             = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly         = true;
     this.dataGridViewTextBoxColumn7.Visible          = false;
     //
     // studentsBindingSource1
     //
     this.studentsBindingSource1.DataMember = "Students";
     this.studentsBindingSource1.DataSource = this.educationalDepartmentDataSet;
     //
     // plansDataGridView
     //
     this.plansDataGridView.AutoGenerateColumns         = false;
     this.plansDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.plansDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn12,
         this.dataGridViewTextBoxColumn13,
         this.dataGridViewTextBoxColumn11
     });
     this.plansDataGridView.DataSource = this.plansBindingSource;
     this.plansDataGridView.Location   = new System.Drawing.Point(932, 25);
     this.plansDataGridView.Name       = "plansDataGridView";
     this.plansDataGridView.Size       = new System.Drawing.Size(300, 257);
     this.plansDataGridView.TabIndex   = 8;
     //
     // dataGridViewTextBoxColumn12
     //
     this.dataGridViewTextBoxColumn12.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn12.DataPropertyName = "Speciality";
     this.dataGridViewTextBoxColumn12.HeaderText       = "Специальность";
     this.dataGridViewTextBoxColumn12.Name             = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.DataPropertyName = "Year";
     this.dataGridViewTextBoxColumn13.HeaderText       = "Год";
     this.dataGridViewTextBoxColumn13.Name             = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.ReadOnly         = true;
     this.dataGridViewTextBoxColumn13.Width            = 75;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn11.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn11.Name             = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.ReadOnly         = true;
     this.dataGridViewTextBoxColumn11.Visible          = false;
     //
     // reportButton
     //
     this.reportButton.Location = new System.Drawing.Point(932, 402);
     this.reportButton.Name     = "reportButton";
     this.reportButton.Size     = new System.Drawing.Size(151, 23);
     this.reportButton.TabIndex = 9;
     this.reportButton.Text     = "Получить ведомость";
     this.reportButton.UseVisualStyleBackColor = true;
     this.reportButton.Click += new System.EventHandler(this.ReportButton_Click);
     //
     // MarkRecordsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1241, 458);
     this.Controls.Add(this.reportButton);
     this.Controls.Add(this.plansDataGridView);
     this.Controls.Add(this.markRecordsDataGridView);
     this.Controls.Add(this.planContentDataGridView);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupsComboBox);
     this.Controls.Add(this.plansBindingNavigator);
     this.Name  = "MarkRecordsForm";
     this.Text  = "Оценки";
     this.Load += new System.EventHandler(this.MarkRecordsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingNavigator)).EndInit();
     this.plansBindingNavigator.ResumeLayout(false);
     this.plansBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.markRecordsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.planContentBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.planContentDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.markRecordsDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.planContentBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.plansDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }