GigaHook 1 år sedan
förälder
incheckning
5e46c41293

BIN
.vs/IS31KiselevStudent/v16/.suo


+ 6 - 2
IS31KiselevStudent/Form1.cs

@@ -29,12 +29,16 @@ namespace IS31KiselevStudent
 
         private void button4_Click(object sender, EventArgs e)
         {
-
+            Form5 form5 = new Form5();
+            form5.Show();
+            this.Hide();
         }
 
         private void button3_Click(object sender, EventArgs e)
         {
-
+            Form4 form4 = new Form4();
+            form4.Show();
+            this.Hide();
         }
 
         private void button1_Click(object sender, EventArgs e)

+ 659 - 2
IS31KiselevStudent/Form4.Designer.cs

@@ -30,11 +30,668 @@ namespace IS31KiselevStudent
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
+            System.Windows.Forms.Label фИОLabel;
+            System.Windows.Forms.Label полLabel;
+            System.Windows.Forms.Label родителиLabel;
+            System.Windows.Forms.Label адресLabel;
+            System.Windows.Forms.Label телефонLabel;
+            System.Windows.Forms.Label паспортные_данныеLabel;
+            System.Windows.Forms.Label группаLabel;
+            System.Windows.Forms.Label дата_рожденияLabel;
+            System.Windows.Forms.Label дата_поступленияLabel;
+            System.Windows.Forms.Label номер_зачеткиLabel;
+            System.Windows.Forms.Label курсLabel;
+            System.Windows.Forms.Label код_специальностиLabel;
+            System.Windows.Forms.Label очная_форма_обученияLabel;
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
+            this.label1 = new System.Windows.Forms.Label();
+            this.iS31KiselevStudDataSet = new IS31KiselevStudent.IS31KiselevStudDataSet();
+            this.studentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.studentsTableAdapter = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.StudentsTableAdapter();
+            this.tableAdapterManager = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.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.фИОTextBox = new System.Windows.Forms.TextBox();
+            this.адресTextBox = new System.Windows.Forms.TextBox();
+            this.группаTextBox = new System.Windows.Forms.TextBox();
+            this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.дата_поступленияDateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.очная_форма_обученияCheckBox = new System.Windows.Forms.CheckBox();
+            this.button1 = new System.Windows.Forms.Button();
+            this.button2 = new System.Windows.Forms.Button();
+            this.button3 = new System.Windows.Forms.Button();
+            this.button4 = new System.Windows.Forms.Button();
+            this.button5 = new System.Windows.Forms.Button();
+            this.button6 = new System.Windows.Forms.Button();
+            this.button7 = new System.Windows.Forms.Button();
+            this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
+            this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
+            this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
+            this.курсNumericUpDown = new System.Windows.Forms.NumericUpDown();
+            this.полComboBox = new System.Windows.Forms.ComboBox();
+            this.родителиComboBox = new System.Windows.Forms.ComboBox();
+            this.comboBox1 = new System.Windows.Forms.ComboBox();
+            this.specBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.specTableAdapter = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.specTableAdapter();
+            this.button8 = new System.Windows.Forms.Button();
+            фИОLabel = new System.Windows.Forms.Label();
+            полLabel = new System.Windows.Forms.Label();
+            родителиLabel = new System.Windows.Forms.Label();
+            адресLabel = new System.Windows.Forms.Label();
+            телефонLabel = new System.Windows.Forms.Label();
+            паспортные_данныеLabel = new System.Windows.Forms.Label();
+            группаLabel = new System.Windows.Forms.Label();
+            дата_рожденияLabel = new System.Windows.Forms.Label();
+            дата_поступленияLabel = new System.Windows.Forms.Label();
+            номер_зачеткиLabel = new System.Windows.Forms.Label();
+            курсLabel = new System.Windows.Forms.Label();
+            код_специальностиLabel = new System.Windows.Forms.Label();
+            очная_форма_обученияLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).BeginInit();
+            this.studentsBindingNavigator.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.specBindingSource)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // фИОLabel
+            // 
+            фИОLabel.AutoSize = true;
+            фИОLabel.Location = new System.Drawing.Point(281, 130);
+            фИОLabel.Name = "фИОLabel";
+            фИОLabel.Size = new System.Drawing.Size(37, 13);
+            фИОLabel.TabIndex = 2;
+            фИОLabel.Text = "ФИО:";
+            // 
+            // полLabel
+            // 
+            полLabel.AutoSize = true;
+            полLabel.Location = new System.Drawing.Point(288, 165);
+            полLabel.Name = "полLabel";
+            полLabel.Size = new System.Drawing.Size(30, 13);
+            полLabel.TabIndex = 4;
+            полLabel.Text = "Пол:";
+            // 
+            // родителиLabel
+            // 
+            родителиLabel.AutoSize = true;
+            родителиLabel.Location = new System.Drawing.Point(260, 191);
+            родителиLabel.Name = "родителиLabel";
+            родителиLabel.Size = new System.Drawing.Size(58, 13);
+            родителиLabel.TabIndex = 6;
+            родителиLabel.Text = "Родители:";
+            // 
+            // адресLabel
+            // 
+            адресLabel.AutoSize = true;
+            адресLabel.Location = new System.Drawing.Point(277, 228);
+            адресLabel.Name = "адресLabel";
+            адресLabel.Size = new System.Drawing.Size(41, 13);
+            адресLabel.TabIndex = 8;
+            адресLabel.Text = "Адрес:";
+            // 
+            // телефонLabel
+            // 
+            телефонLabel.AutoSize = true;
+            телефонLabel.Location = new System.Drawing.Point(263, 266);
+            телефонLabel.Name = "телефонLabel";
+            телефонLabel.Size = new System.Drawing.Size(55, 13);
+            телефонLabel.TabIndex = 10;
+            телефонLabel.Text = "Телефон:";
+            // 
+            // паспортные_данныеLabel
+            // 
+            паспортные_данныеLabel.AutoSize = true;
+            паспортные_данныеLabel.Location = new System.Drawing.Point(204, 301);
+            паспортные_данныеLabel.Name = "паспортные_данныеLabel";
+            паспортные_данныеLabel.Size = new System.Drawing.Size(114, 13);
+            паспортные_данныеLabel.TabIndex = 12;
+            паспортные_данныеLabel.Text = "Паспортные данные:";
+            // 
+            // группаLabel
+            // 
+            группаLabel.AutoSize = true;
+            группаLabel.Location = new System.Drawing.Point(273, 327);
+            группаLabel.Name = "группаLabel";
+            группаLabel.Size = new System.Drawing.Size(45, 13);
+            группаLabel.TabIndex = 14;
+            группаLabel.Text = "Группа:";
+            // 
+            // дата_рожденияLabel
+            // 
+            дата_рожденияLabel.AutoSize = true;
+            дата_рожденияLabel.Location = new System.Drawing.Point(181, 357);
+            дата_рожденияLabel.Name = "дата_рожденияLabel";
+            дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
+            дата_рожденияLabel.TabIndex = 16;
+            дата_рожденияLabel.Text = "Дата рождения:";
+            // 
+            // дата_поступленияLabel
+            // 
+            дата_поступленияLabel.AutoSize = true;
+            дата_поступленияLabel.Location = new System.Drawing.Point(167, 383);
+            дата_поступленияLabel.Name = "дата_поступленияLabel";
+            дата_поступленияLabel.Size = new System.Drawing.Size(103, 13);
+            дата_поступленияLabel.TabIndex = 18;
+            дата_поступленияLabel.Text = "Дата поступления:";
+            // 
+            // номер_зачеткиLabel
+            // 
+            номер_зачеткиLabel.AutoSize = true;
+            номер_зачеткиLabel.Location = new System.Drawing.Point(231, 413);
+            номер_зачеткиLabel.Name = "номер_зачеткиLabel";
+            номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13);
+            номер_зачеткиLabel.TabIndex = 20;
+            номер_зачеткиLabel.Text = "Номер зачетки:";
+            // 
+            // курсLabel
+            // 
+            курсLabel.AutoSize = true;
+            курсLabel.Location = new System.Drawing.Point(284, 439);
+            курсLabel.Name = "курсLabel";
+            курсLabel.Size = new System.Drawing.Size(34, 13);
+            курсLabel.TabIndex = 22;
+            курсLabel.Text = "Курс:";
+            // 
+            // код_специальностиLabel
+            // 
+            код_специальностиLabel.AutoSize = true;
+            код_специальностиLabel.Location = new System.Drawing.Point(209, 465);
+            код_специальностиLabel.Name = "код_специальностиLabel";
+            код_специальностиLabel.Size = new System.Drawing.Size(109, 13);
+            код_специальностиLabel.TabIndex = 24;
+            код_специальностиLabel.Text = "Код специальности:";
+            // 
+            // очная_форма_обученияLabel
+            // 
+            очная_форма_обученияLabel.AutoSize = true;
+            очная_форма_обученияLabel.Location = new System.Drawing.Point(191, 493);
+            очная_форма_обученияLabel.Name = "очная_форма_обученияLabel";
+            очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13);
+            очная_форма_обученияLabel.TabIndex = 26;
+            очная_форма_обученияLabel.Text = "Очная форма обучения:";
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label1.ForeColor = System.Drawing.Color.DarkBlue;
+            this.label1.Location = new System.Drawing.Point(285, 67);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(193, 24);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "Таблица \"Студенты\"";
+            // 
+            // iS31KiselevStudDataSet
+            // 
+            this.iS31KiselevStudDataSet.DataSetName = "IS31KiselevStudDataSet";
+            this.iS31KiselevStudDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // studentsBindingSource
+            // 
+            this.studentsBindingSource.DataMember = "Students";
+            this.studentsBindingSource.DataSource = this.iS31KiselevStudDataSet;
+            // 
+            // studentsTableAdapter
+            // 
+            this.studentsTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.OcenkaTableAdapter = null;
+            this.tableAdapterManager.PredmetTableAdapter = null;
+            this.tableAdapterManager.specTableAdapter = null;
+            this.tableAdapterManager.StudentsTableAdapter = this.studentsTableAdapter;
+            this.tableAdapterManager.UpdateOrder = IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.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(800, 25);
+            this.studentsBindingNavigator.TabIndex = 1;
+            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 = "Добавить";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // 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 = "Удалить";
+            // 
+            // 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 = "Переместить в начало";
+            // 
+            // 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 = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // 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 = "Переместить вперед";
+            // 
+            // 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 = "Переместить в конец";
+            // 
+            // 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 = "Сохранить данные";
+            this.studentsBindingNavigatorSaveItem.Click += new System.EventHandler(this.studentsBindingNavigatorSaveItem_Click);
+            // 
+            // фИОTextBox
+            // 
+            this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "ФИО", true));
+            this.фИОTextBox.Location = new System.Drawing.Point(324, 127);
+            this.фИОTextBox.Name = "фИОTextBox";
+            this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
+            this.фИОTextBox.TabIndex = 3;
+            // 
+            // адресTextBox
+            // 
+            this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Адрес", true));
+            this.адресTextBox.Location = new System.Drawing.Point(324, 225);
+            this.адресTextBox.Name = "адресTextBox";
+            this.адресTextBox.Size = new System.Drawing.Size(100, 20);
+            this.адресTextBox.TabIndex = 9;
+            // 
+            // группаTextBox
+            // 
+            this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Группа", true));
+            this.группаTextBox.Location = new System.Drawing.Point(324, 324);
+            this.группаTextBox.Name = "группаTextBox";
+            this.группаTextBox.Size = new System.Drawing.Size(100, 20);
+            this.группаTextBox.TabIndex = 15;
+            // 
+            // дата_рожденияDateTimePicker
+            // 
+            this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentsBindingSource, "Дата рождения", true));
+            this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(276, 353);
+            this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
+            this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_рожденияDateTimePicker.TabIndex = 17;
+            // 
+            // дата_поступленияDateTimePicker
+            // 
+            this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentsBindingSource, "Дата поступления", true));
+            this.дата_поступленияDateTimePicker.Location = new System.Drawing.Point(276, 379);
+            this.дата_поступленияDateTimePicker.Name = "дата_поступленияDateTimePicker";
+            this.дата_поступленияDateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_поступленияDateTimePicker.TabIndex = 19;
+            // 
+            // очная_форма_обученияCheckBox
+            // 
+            this.очная_форма_обученияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.studentsBindingSource, "Очная форма обучения", true));
+            this.очная_форма_обученияCheckBox.Location = new System.Drawing.Point(324, 488);
+            this.очная_форма_обученияCheckBox.Name = "очная_форма_обученияCheckBox";
+            this.очная_форма_обученияCheckBox.Size = new System.Drawing.Size(104, 24);
+            this.очная_форма_обученияCheckBox.TabIndex = 27;
+            this.очная_форма_обученияCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // button1
+            // 
+            this.button1.Location = new System.Drawing.Point(507, 103);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(114, 23);
+            this.button1.TabIndex = 28;
+            this.button1.Text = "Первая";
+            this.button1.UseVisualStyleBackColor = true;
+            this.button1.Click += new System.EventHandler(this.button1_Click);
+            // 
+            // button2
+            // 
+            this.button2.Location = new System.Drawing.Point(621, 103);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(114, 23);
+            this.button2.TabIndex = 29;
+            this.button2.Text = "Предыдущая";
+            this.button2.UseVisualStyleBackColor = true;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
+            // 
+            // button3
+            // 
+            this.button3.Location = new System.Drawing.Point(621, 132);
+            this.button3.Name = "button3";
+            this.button3.Size = new System.Drawing.Size(114, 23);
+            this.button3.TabIndex = 30;
+            this.button3.Text = "Следующая";
+            this.button3.UseVisualStyleBackColor = true;
+            this.button3.Click += new System.EventHandler(this.button3_Click);
+            // 
+            // button4
+            // 
+            this.button4.Location = new System.Drawing.Point(507, 132);
+            this.button4.Name = "button4";
+            this.button4.Size = new System.Drawing.Size(114, 23);
+            this.button4.TabIndex = 31;
+            this.button4.Text = "Последняя";
+            this.button4.UseVisualStyleBackColor = true;
+            this.button4.Click += new System.EventHandler(this.button4_Click);
+            // 
+            // button5
+            // 
+            this.button5.Location = new System.Drawing.Point(520, 228);
+            this.button5.Name = "button5";
+            this.button5.Size = new System.Drawing.Size(70, 23);
+            this.button5.TabIndex = 32;
+            this.button5.Text = "Добавить";
+            this.button5.UseVisualStyleBackColor = true;
+            this.button5.Click += new System.EventHandler(this.button5_Click);
+            // 
+            // button6
+            // 
+            this.button6.Location = new System.Drawing.Point(596, 228);
+            this.button6.Name = "button6";
+            this.button6.Size = new System.Drawing.Size(70, 23);
+            this.button6.TabIndex = 33;
+            this.button6.Text = "Удалить";
+            this.button6.UseVisualStyleBackColor = true;
+            this.button6.Click += new System.EventHandler(this.button6_Click);
+            // 
+            // button7
+            // 
+            this.button7.Location = new System.Drawing.Point(672, 228);
+            this.button7.Name = "button7";
+            this.button7.Size = new System.Drawing.Size(69, 23);
+            this.button7.TabIndex = 34;
+            this.button7.Text = "Сохранить";
+            this.button7.UseVisualStyleBackColor = true;
+            this.button7.Click += new System.EventHandler(this.button7_Click);
+            // 
+            // maskedTextBox1
+            // 
+            this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Телефон", true));
+            this.maskedTextBox1.Location = new System.Drawing.Point(324, 263);
+            this.maskedTextBox1.Mask = "+7 (999) 000-0000";
+            this.maskedTextBox1.Name = "maskedTextBox1";
+            this.maskedTextBox1.Size = new System.Drawing.Size(100, 20);
+            this.maskedTextBox1.TabIndex = 35;
+            // 
+            // maskedTextBox2
+            // 
+            this.maskedTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Паспортные данные", true));
+            this.maskedTextBox2.Location = new System.Drawing.Point(324, 298);
+            this.maskedTextBox2.Mask = "0000-000000";
+            this.maskedTextBox2.Name = "maskedTextBox2";
+            this.maskedTextBox2.Size = new System.Drawing.Size(100, 20);
+            this.maskedTextBox2.TabIndex = 36;
+            // 
+            // maskedTextBox3
+            // 
+            this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Номер зачетки", true));
+            this.maskedTextBox3.Location = new System.Drawing.Point(324, 410);
+            this.maskedTextBox3.Mask = "00000";
+            this.maskedTextBox3.Name = "maskedTextBox3";
+            this.maskedTextBox3.Size = new System.Drawing.Size(100, 20);
+            this.maskedTextBox3.TabIndex = 37;
+            this.maskedTextBox3.ValidatingType = typeof(int);
+            // 
+            // курсNumericUpDown
+            // 
+            this.курсNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentsBindingSource, "Курс", true));
+            this.курсNumericUpDown.Location = new System.Drawing.Point(324, 436);
+            this.курсNumericUpDown.Name = "курсNumericUpDown";
+            this.курсNumericUpDown.Size = new System.Drawing.Size(100, 20);
+            this.курсNumericUpDown.TabIndex = 38;
+            // 
+            // полComboBox
+            // 
+            this.полComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Пол", true));
+            this.полComboBox.FormattingEnabled = true;
+            this.полComboBox.Items.AddRange(new object[] {
+            "Мужской",
+            "Женский"});
+            this.полComboBox.Location = new System.Drawing.Point(324, 162);
+            this.полComboBox.Name = "полComboBox";
+            this.полComboBox.Size = new System.Drawing.Size(100, 21);
+            this.полComboBox.TabIndex = 39;
+            // 
+            // родителиComboBox
+            // 
+            this.родителиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentsBindingSource, "Родители", true));
+            this.родителиComboBox.FormattingEnabled = true;
+            this.родителиComboBox.Items.AddRange(new object[] {
+            "Отец и Мать",
+            "Мать",
+            "Отец",
+            "Нет"});
+            this.родителиComboBox.Location = new System.Drawing.Point(324, 188);
+            this.родителиComboBox.Name = "родителиComboBox";
+            this.родителиComboBox.Size = new System.Drawing.Size(100, 21);
+            this.родителиComboBox.TabIndex = 40;
+            // 
+            // comboBox1
+            // 
+            this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.studentsBindingSource, "Код специальности", true));
+            this.comboBox1.DataSource = this.specBindingSource;
+            this.comboBox1.DisplayMember = "наименование специальности";
+            this.comboBox1.FormattingEnabled = true;
+            this.comboBox1.Location = new System.Drawing.Point(324, 461);
+            this.comboBox1.Name = "comboBox1";
+            this.comboBox1.Size = new System.Drawing.Size(104, 21);
+            this.comboBox1.TabIndex = 41;
+            this.comboBox1.ValueMember = "код специальности";
+            // 
+            // specBindingSource
+            // 
+            this.specBindingSource.DataMember = "spec";
+            this.specBindingSource.DataSource = this.iS31KiselevStudDataSet;
+            // 
+            // specTableAdapter
+            // 
+            this.specTableAdapter.ClearBeforeFill = true;
+            // 
+            // button8
+            // 
+            this.button8.Location = new System.Drawing.Point(582, 181);
+            this.button8.Name = "button8";
+            this.button8.Size = new System.Drawing.Size(75, 23);
+            this.button8.TabIndex = 42;
+            this.button8.Text = "Таблица";
+            this.button8.UseVisualStyleBackColor = true;
+            this.button8.Click += new System.EventHandler(this.button8_Click);
+            // 
+            // Form4
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(800, 450);
-            this.Text = "Form4";
+            this.ClientSize = new System.Drawing.Size(800, 548);
+            this.Controls.Add(this.button8);
+            this.Controls.Add(this.comboBox1);
+            this.Controls.Add(this.родителиComboBox);
+            this.Controls.Add(this.полComboBox);
+            this.Controls.Add(this.курсNumericUpDown);
+            this.Controls.Add(this.maskedTextBox3);
+            this.Controls.Add(this.maskedTextBox2);
+            this.Controls.Add(this.maskedTextBox1);
+            this.Controls.Add(this.button7);
+            this.Controls.Add(this.button6);
+            this.Controls.Add(this.button5);
+            this.Controls.Add(this.button4);
+            this.Controls.Add(this.button3);
+            this.Controls.Add(this.button2);
+            this.Controls.Add(this.button1);
+            this.Controls.Add(очная_форма_обученияLabel);
+            this.Controls.Add(this.очная_форма_обученияCheckBox);
+            this.Controls.Add(код_специальностиLabel);
+            this.Controls.Add(курсLabel);
+            this.Controls.Add(номер_зачеткиLabel);
+            this.Controls.Add(дата_поступленияLabel);
+            this.Controls.Add(this.дата_поступленияDateTimePicker);
+            this.Controls.Add(дата_рожденияLabel);
+            this.Controls.Add(this.дата_рожденияDateTimePicker);
+            this.Controls.Add(группаLabel);
+            this.Controls.Add(this.группаTextBox);
+            this.Controls.Add(паспортные_данныеLabel);
+            this.Controls.Add(телефонLabel);
+            this.Controls.Add(адресLabel);
+            this.Controls.Add(this.адресTextBox);
+            this.Controls.Add(родителиLabel);
+            this.Controls.Add(полLabel);
+            this.Controls.Add(фИОLabel);
+            this.Controls.Add(this.фИОTextBox);
+            this.Controls.Add(this.studentsBindingNavigator);
+            this.Controls.Add(this.label1);
+            this.Name = "Form4";
+            this.Text = "Таблица \"Студенты\"";
+            this.Load += new System.EventHandler(this.Form4_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).EndInit();
+            this.studentsBindingNavigator.ResumeLayout(false);
+            this.studentsBindingNavigator.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.specBindingSource)).EndInit();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
         }
 
         #endregion
+
+        private System.Windows.Forms.Label label1;
+        private IS31KiselevStudDataSet iS31KiselevStudDataSet;
+        private System.Windows.Forms.BindingSource studentsBindingSource;
+        private IS31KiselevStudDataSetTableAdapters.StudentsTableAdapter studentsTableAdapter;
+        private IS31KiselevStudDataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator studentsBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton studentsBindingNavigatorSaveItem;
+        private System.Windows.Forms.TextBox фИОTextBox;
+        private System.Windows.Forms.TextBox адресTextBox;
+        private System.Windows.Forms.TextBox группаTextBox;
+        private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
+        private System.Windows.Forms.DateTimePicker дата_поступленияDateTimePicker;
+        private System.Windows.Forms.CheckBox очная_форма_обученияCheckBox;
+        private System.Windows.Forms.Button button1;
+        private System.Windows.Forms.Button button2;
+        private System.Windows.Forms.Button button3;
+        private System.Windows.Forms.Button button4;
+        private System.Windows.Forms.Button button5;
+        private System.Windows.Forms.Button button6;
+        private System.Windows.Forms.Button button7;
+        private System.Windows.Forms.MaskedTextBox maskedTextBox1;
+        private System.Windows.Forms.MaskedTextBox maskedTextBox2;
+        private System.Windows.Forms.MaskedTextBox maskedTextBox3;
+        private System.Windows.Forms.NumericUpDown курсNumericUpDown;
+        private System.Windows.Forms.ComboBox полComboBox;
+        private System.Windows.Forms.ComboBox родителиComboBox;
+        private System.Windows.Forms.ComboBox comboBox1;
+        private System.Windows.Forms.BindingSource specBindingSource;
+        private IS31KiselevStudDataSetTableAdapters.specTableAdapter specTableAdapter;
+        private System.Windows.Forms.Button button8;
     }
 }

+ 61 - 0
IS31KiselevStudent/Form4.cs

@@ -16,5 +16,66 @@ namespace IS31KiselevStudent
         {
             InitializeComponent();
         }
+
+        private void studentsBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.studentsBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31KiselevStudDataSet);
+
+        }
+
+        private void Form4_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31KiselevStudDataSet.spec". При необходимости она может быть перемещена или удалена.
+            this.specTableAdapter.Fill(this.iS31KiselevStudDataSet.spec);
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31KiselevStudDataSet.Students". При необходимости она может быть перемещена или удалена.
+            this.studentsTableAdapter.Fill(this.iS31KiselevStudDataSet.Students);
+
+        }
+
+        private void button1_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.MoveFirst();
+        }
+
+        private void button2_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.MovePrevious();
+        }
+
+        private void button5_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.AddNew();
+        }
+
+        private void button4_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.MoveLast();
+        }
+
+        private void button3_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.MoveNext();
+        }
+
+        private void button6_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.RemoveCurrent();
+        }
+
+        private void button7_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.studentsBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31KiselevStudDataSet);
+        }
+
+        private void button8_Click(object sender, EventArgs e)
+        {
+            Form6 form6 = new Form6();
+            form6.Show();
+            this.Hide();
+        }
     }
 }

+ 135 - 0
IS31KiselevStudent/Form4.resx

@@ -117,4 +117,139 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <metadata name="фИОLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="полLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="родителиLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="адресLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="телефонLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="паспортные_данныеLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="группаLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="дата_рожденияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="дата_поступленияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="номер_зачеткиLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="курсLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="код_специальностиLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="очная_форма_обученияLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="iS31KiselevStudDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
+  <metadata name="studentsBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>196, 17</value>
+  </metadata>
+  <metadata name="studentsTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>373, 17</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>544, 17</value>
+  </metadata>
+  <metadata name="studentsBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>715, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+        pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+        Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+        /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+        zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+        IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+        rkJggg==
+</value>
+  </data>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+        DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+        rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+        i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+        86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+        QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+        bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+        wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+        v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+        UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+        Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+        lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+        5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+        Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+        08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+        n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+        N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+        oAc0QjgAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+        h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+        twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+        kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+        WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+        8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="studentsBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+        dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+</value>
+  </data>
+  <metadata name="specBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>908, 17</value>
+  </metadata>
+  <metadata name="specTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>1063, 17</value>
+  </metadata>
+  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>113</value>
+  </metadata>
 </root>

+ 486 - 1
IS31KiselevStudent/Form5.Designer.cs

@@ -30,11 +30,496 @@ namespace IS31KiselevStudent
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
+            System.Windows.Forms.Label дата_экзамена_1Label;
+            System.Windows.Forms.Label дата_экзамена_2Label;
+            System.Windows.Forms.Label дата_экзамена_3Label;
+            System.Windows.Forms.Label оценка_1Label;
+            System.Windows.Forms.Label оценка_2Label;
+            System.Windows.Forms.Label оценка_3Label;
+            System.Windows.Forms.Label средний_баллLabel;
+            System.Windows.Forms.Label код_предмета_1Label;
+            System.Windows.Forms.Label код_предмета_2Label;
+            System.Windows.Forms.Label код_предмета_3Label;
+            System.Windows.Forms.Label код_студентаLabel;
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
+            this.iS31KiselevStudDataSet = new IS31KiselevStudent.IS31KiselevStudDataSet();
+            this.ocenkaBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.ocenkaTableAdapter = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.OcenkaTableAdapter();
+            this.tableAdapterManager = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.TableAdapterManager();
+            this.ocenkaBindingNavigator = 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.ocenkaBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+            this.дата_экзамена_1DateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.дата_экзамена_2DateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.дата_экзамена_3DateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.оценка_1TextBox = new System.Windows.Forms.TextBox();
+            this.оценка_2TextBox = new System.Windows.Forms.TextBox();
+            this.оценка_3TextBox = new System.Windows.Forms.TextBox();
+            this.средний_баллTextBox = new System.Windows.Forms.TextBox();
+            this.код_предмета_1TextBox = new System.Windows.Forms.TextBox();
+            this.код_предмета_2TextBox = new System.Windows.Forms.TextBox();
+            this.код_предмета_3TextBox = new System.Windows.Forms.TextBox();
+            this.код_студентаTextBox = new System.Windows.Forms.TextBox();
+            this.label1 = new System.Windows.Forms.Label();
+            this.button1 = new System.Windows.Forms.Button();
+            дата_экзамена_1Label = new System.Windows.Forms.Label();
+            дата_экзамена_2Label = new System.Windows.Forms.Label();
+            дата_экзамена_3Label = new System.Windows.Forms.Label();
+            оценка_1Label = new System.Windows.Forms.Label();
+            оценка_2Label = new System.Windows.Forms.Label();
+            оценка_3Label = new System.Windows.Forms.Label();
+            средний_баллLabel = new System.Windows.Forms.Label();
+            код_предмета_1Label = new System.Windows.Forms.Label();
+            код_предмета_2Label = new System.Windows.Forms.Label();
+            код_предмета_3Label = new System.Windows.Forms.Label();
+            код_студентаLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingNavigator)).BeginInit();
+            this.ocenkaBindingNavigator.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // дата_экзамена_1Label
+            // 
+            дата_экзамена_1Label.AutoSize = true;
+            дата_экзамена_1Label.Location = new System.Drawing.Point(229, 167);
+            дата_экзамена_1Label.Name = "дата_экзамена_1Label";
+            дата_экзамена_1Label.Size = new System.Drawing.Size(95, 13);
+            дата_экзамена_1Label.TabIndex = 1;
+            дата_экзамена_1Label.Text = "дата экзамена 1:";
+            // 
+            // дата_экзамена_2Label
+            // 
+            дата_экзамена_2Label.AutoSize = true;
+            дата_экзамена_2Label.Location = new System.Drawing.Point(229, 258);
+            дата_экзамена_2Label.Name = "дата_экзамена_2Label";
+            дата_экзамена_2Label.Size = new System.Drawing.Size(95, 13);
+            дата_экзамена_2Label.TabIndex = 3;
+            дата_экзамена_2Label.Text = "дата экзамена 2:";
+            // 
+            // дата_экзамена_3Label
+            // 
+            дата_экзамена_3Label.AutoSize = true;
+            дата_экзамена_3Label.Location = new System.Drawing.Point(226, 348);
+            дата_экзамена_3Label.Name = "дата_экзамена_3Label";
+            дата_экзамена_3Label.Size = new System.Drawing.Size(98, 13);
+            дата_экзамена_3Label.TabIndex = 5;
+            дата_экзамена_3Label.Text = "Дата экзамена 3:";
+            // 
+            // оценка_1Label
+            // 
+            оценка_1Label.AutoSize = true;
+            оценка_1Label.Location = new System.Drawing.Point(288, 231);
+            оценка_1Label.Name = "оценка_1Label";
+            оценка_1Label.Size = new System.Drawing.Size(57, 13);
+            оценка_1Label.TabIndex = 7;
+            оценка_1Label.Text = "Оценка 1:";
+            // 
+            // оценка_2Label
+            // 
+            оценка_2Label.AutoSize = true;
+            оценка_2Label.Location = new System.Drawing.Point(288, 309);
+            оценка_2Label.Name = "оценка_2Label";
+            оценка_2Label.Size = new System.Drawing.Size(57, 13);
+            оценка_2Label.TabIndex = 9;
+            оценка_2Label.Text = "Оценка 2:";
+            // 
+            // оценка_3Label
+            // 
+            оценка_3Label.AutoSize = true;
+            оценка_3Label.Location = new System.Drawing.Point(288, 399);
+            оценка_3Label.Name = "оценка_3Label";
+            оценка_3Label.Size = new System.Drawing.Size(57, 13);
+            оценка_3Label.TabIndex = 11;
+            оценка_3Label.Text = "Оценка 3:";
+            // 
+            // средний_баллLabel
+            // 
+            средний_баллLabel.AutoSize = true;
+            средний_баллLabel.Location = new System.Drawing.Point(265, 452);
+            средний_баллLabel.Name = "средний_баллLabel";
+            средний_баллLabel.Size = new System.Drawing.Size(80, 13);
+            средний_баллLabel.TabIndex = 13;
+            средний_баллLabel.Text = "Средний балл:";
+            // 
+            // код_предмета_1Label
+            // 
+            код_предмета_1Label.AutoSize = true;
+            код_предмета_1Label.Location = new System.Drawing.Point(250, 200);
+            код_предмета_1Label.Name = "код_предмета_1Label";
+            код_предмета_1Label.Size = new System.Drawing.Size(90, 13);
+            код_предмета_1Label.TabIndex = 15;
+            код_предмета_1Label.Text = "Код предмета 1:";
+            // 
+            // код_предмета_2Label
+            // 
+            код_предмета_2Label.AutoSize = true;
+            код_предмета_2Label.Location = new System.Drawing.Point(255, 283);
+            код_предмета_2Label.Name = "код_предмета_2Label";
+            код_предмета_2Label.Size = new System.Drawing.Size(90, 13);
+            код_предмета_2Label.TabIndex = 17;
+            код_предмета_2Label.Text = "Код предмета 2:";
+            // 
+            // код_предмета_3Label
+            // 
+            код_предмета_3Label.AutoSize = true;
+            код_предмета_3Label.Location = new System.Drawing.Point(255, 373);
+            код_предмета_3Label.Name = "код_предмета_3Label";
+            код_предмета_3Label.Size = new System.Drawing.Size(90, 13);
+            код_предмета_3Label.TabIndex = 19;
+            код_предмета_3Label.Text = "Код предмета 3:";
+            // 
+            // код_студентаLabel
+            // 
+            код_студентаLabel.AutoSize = true;
+            код_студентаLabel.Location = new System.Drawing.Point(269, 133);
+            код_студентаLabel.Name = "код_студентаLabel";
+            код_студентаLabel.Size = new System.Drawing.Size(76, 13);
+            код_студентаLabel.TabIndex = 21;
+            код_студентаLabel.Text = "код студента:";
+            // 
+            // iS31KiselevStudDataSet
+            // 
+            this.iS31KiselevStudDataSet.DataSetName = "IS31KiselevStudDataSet";
+            this.iS31KiselevStudDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // ocenkaBindingSource
+            // 
+            this.ocenkaBindingSource.DataMember = "Ocenka";
+            this.ocenkaBindingSource.DataSource = this.iS31KiselevStudDataSet;
+            // 
+            // ocenkaTableAdapter
+            // 
+            this.ocenkaTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.OcenkaTableAdapter = this.ocenkaTableAdapter;
+            this.tableAdapterManager.PredmetTableAdapter = null;
+            this.tableAdapterManager.specTableAdapter = null;
+            this.tableAdapterManager.StudentsTableAdapter = null;
+            this.tableAdapterManager.UpdateOrder = IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
+            // 
+            // ocenkaBindingNavigator
+            // 
+            this.ocenkaBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
+            this.ocenkaBindingNavigator.BindingSource = this.ocenkaBindingSource;
+            this.ocenkaBindingNavigator.CountItem = this.bindingNavigatorCountItem;
+            this.ocenkaBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
+            this.ocenkaBindingNavigator.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.ocenkaBindingNavigatorSaveItem});
+            this.ocenkaBindingNavigator.Location = new System.Drawing.Point(0, 0);
+            this.ocenkaBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
+            this.ocenkaBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
+            this.ocenkaBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
+            this.ocenkaBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
+            this.ocenkaBindingNavigator.Name = "ocenkaBindingNavigator";
+            this.ocenkaBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
+            this.ocenkaBindingNavigator.Size = new System.Drawing.Size(800, 25);
+            this.ocenkaBindingNavigator.TabIndex = 0;
+            this.ocenkaBindingNavigator.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 = "Добавить";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // 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 = "Удалить";
+            // 
+            // 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 = "Переместить в начало";
+            // 
+            // 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 = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // 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 = "Переместить вперед";
+            // 
+            // 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 = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
+            // 
+            // ocenkaBindingNavigatorSaveItem
+            // 
+            this.ocenkaBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
+            this.ocenkaBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("ocenkaBindingNavigatorSaveItem.Image")));
+            this.ocenkaBindingNavigatorSaveItem.Name = "ocenkaBindingNavigatorSaveItem";
+            this.ocenkaBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
+            this.ocenkaBindingNavigatorSaveItem.Text = "Сохранить данные";
+            this.ocenkaBindingNavigatorSaveItem.Click += new System.EventHandler(this.ocenkaBindingNavigatorSaveItem_Click);
+            // 
+            // дата_экзамена_1DateTimePicker
+            // 
+            this.дата_экзамена_1DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "дата экзамена 1", true));
+            this.дата_экзамена_1DateTimePicker.Location = new System.Drawing.Point(330, 167);
+            this.дата_экзамена_1DateTimePicker.Name = "дата_экзамена_1DateTimePicker";
+            this.дата_экзамена_1DateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_экзамена_1DateTimePicker.TabIndex = 2;
+            // 
+            // дата_экзамена_2DateTimePicker
+            // 
+            this.дата_экзамена_2DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "дата экзамена 2", true));
+            this.дата_экзамена_2DateTimePicker.Location = new System.Drawing.Point(330, 254);
+            this.дата_экзамена_2DateTimePicker.Name = "дата_экзамена_2DateTimePicker";
+            this.дата_экзамена_2DateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_экзамена_2DateTimePicker.TabIndex = 4;
+            // 
+            // дата_экзамена_3DateTimePicker
+            // 
+            this.дата_экзамена_3DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Дата экзамена 3", true));
+            this.дата_экзамена_3DateTimePicker.Location = new System.Drawing.Point(330, 344);
+            this.дата_экзамена_3DateTimePicker.Name = "дата_экзамена_3DateTimePicker";
+            this.дата_экзамена_3DateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.дата_экзамена_3DateTimePicker.TabIndex = 6;
+            // 
+            // оценка_1TextBox
+            // 
+            this.оценка_1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Оценка 1", true));
+            this.оценка_1TextBox.Location = new System.Drawing.Point(351, 228);
+            this.оценка_1TextBox.Name = "оценка_1TextBox";
+            this.оценка_1TextBox.Size = new System.Drawing.Size(100, 20);
+            this.оценка_1TextBox.TabIndex = 8;
+            // 
+            // оценка_2TextBox
+            // 
+            this.оценка_2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Оценка 2", true));
+            this.оценка_2TextBox.Location = new System.Drawing.Point(351, 306);
+            this.оценка_2TextBox.Name = "оценка_2TextBox";
+            this.оценка_2TextBox.Size = new System.Drawing.Size(100, 20);
+            this.оценка_2TextBox.TabIndex = 10;
+            // 
+            // оценка_3TextBox
+            // 
+            this.оценка_3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Оценка 3", true));
+            this.оценка_3TextBox.Location = new System.Drawing.Point(351, 396);
+            this.оценка_3TextBox.Name = "оценка_3TextBox";
+            this.оценка_3TextBox.Size = new System.Drawing.Size(100, 20);
+            this.оценка_3TextBox.TabIndex = 12;
+            // 
+            // средний_баллTextBox
+            // 
+            this.средний_баллTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Средний балл", true));
+            this.средний_баллTextBox.Location = new System.Drawing.Point(351, 449);
+            this.средний_баллTextBox.Name = "средний_баллTextBox";
+            this.средний_баллTextBox.Size = new System.Drawing.Size(100, 20);
+            this.средний_баллTextBox.TabIndex = 14;
+            this.средний_баллTextBox.TextChanged += new System.EventHandler(this.средний_баллTextBox_TextChanged);
+            // 
+            // код_предмета_1TextBox
+            // 
+            this.код_предмета_1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Код предмета 1", true));
+            this.код_предмета_1TextBox.Location = new System.Drawing.Point(351, 193);
+            this.код_предмета_1TextBox.Name = "код_предмета_1TextBox";
+            this.код_предмета_1TextBox.Size = new System.Drawing.Size(100, 20);
+            this.код_предмета_1TextBox.TabIndex = 16;
+            // 
+            // код_предмета_2TextBox
+            // 
+            this.код_предмета_2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Код предмета 2", true));
+            this.код_предмета_2TextBox.Location = new System.Drawing.Point(351, 280);
+            this.код_предмета_2TextBox.Name = "код_предмета_2TextBox";
+            this.код_предмета_2TextBox.Size = new System.Drawing.Size(100, 20);
+            this.код_предмета_2TextBox.TabIndex = 18;
+            // 
+            // код_предмета_3TextBox
+            // 
+            this.код_предмета_3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Код предмета 3", true));
+            this.код_предмета_3TextBox.Location = new System.Drawing.Point(351, 370);
+            this.код_предмета_3TextBox.Name = "код_предмета_3TextBox";
+            this.код_предмета_3TextBox.Size = new System.Drawing.Size(100, 20);
+            this.код_предмета_3TextBox.TabIndex = 20;
+            // 
+            // код_студентаTextBox
+            // 
+            this.код_студентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "код студента", true));
+            this.код_студентаTextBox.Location = new System.Drawing.Point(351, 130);
+            this.код_студентаTextBox.Name = "код_студентаTextBox";
+            this.код_студентаTextBox.Size = new System.Drawing.Size(100, 20);
+            this.код_студентаTextBox.TabIndex = 22;
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label1.ForeColor = System.Drawing.Color.DarkBlue;
+            this.label1.Location = new System.Drawing.Point(287, 63);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(172, 24);
+            this.label1.TabIndex = 23;
+            this.label1.Text = "Таблица \"Оценки\"";
+            // 
+            // button1
+            // 
+            this.button1.Location = new System.Drawing.Point(511, 447);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(102, 23);
+            this.button1.TabIndex = 24;
+            this.button1.Text = "Вычислить";
+            this.button1.UseVisualStyleBackColor = true;
+            this.button1.Click += new System.EventHandler(this.button1_Click);
+            // 
+            // Form5
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.ClientSize = new System.Drawing.Size(800, 544);
+            this.Controls.Add(this.button1);
+            this.Controls.Add(this.label1);
+            this.Controls.Add(код_студентаLabel);
+            this.Controls.Add(this.код_студентаTextBox);
+            this.Controls.Add(код_предмета_3Label);
+            this.Controls.Add(this.код_предмета_3TextBox);
+            this.Controls.Add(код_предмета_2Label);
+            this.Controls.Add(this.код_предмета_2TextBox);
+            this.Controls.Add(код_предмета_1Label);
+            this.Controls.Add(this.код_предмета_1TextBox);
+            this.Controls.Add(средний_баллLabel);
+            this.Controls.Add(this.средний_баллTextBox);
+            this.Controls.Add(оценка_3Label);
+            this.Controls.Add(this.оценка_3TextBox);
+            this.Controls.Add(оценка_2Label);
+            this.Controls.Add(this.оценка_2TextBox);
+            this.Controls.Add(оценка_1Label);
+            this.Controls.Add(this.оценка_1TextBox);
+            this.Controls.Add(дата_экзамена_3Label);
+            this.Controls.Add(this.дата_экзамена_3DateTimePicker);
+            this.Controls.Add(дата_экзамена_2Label);
+            this.Controls.Add(this.дата_экзамена_2DateTimePicker);
+            this.Controls.Add(дата_экзамена_1Label);
+            this.Controls.Add(this.дата_экзамена_1DateTimePicker);
+            this.Controls.Add(this.ocenkaBindingNavigator);
+            this.Name = "Form5";
             this.Text = "Form5";
+            this.Load += new System.EventHandler(this.Form5_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingNavigator)).EndInit();
+            this.ocenkaBindingNavigator.ResumeLayout(false);
+            this.ocenkaBindingNavigator.PerformLayout();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
         }
 
         #endregion
+
+        private IS31KiselevStudDataSet iS31KiselevStudDataSet;
+        private System.Windows.Forms.BindingSource ocenkaBindingSource;
+        private IS31KiselevStudDataSetTableAdapters.OcenkaTableAdapter ocenkaTableAdapter;
+        private IS31KiselevStudDataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator ocenkaBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton ocenkaBindingNavigatorSaveItem;
+        private System.Windows.Forms.DateTimePicker дата_экзамена_1DateTimePicker;
+        private System.Windows.Forms.DateTimePicker дата_экзамена_2DateTimePicker;
+        private System.Windows.Forms.DateTimePicker дата_экзамена_3DateTimePicker;
+        private System.Windows.Forms.TextBox оценка_1TextBox;
+        private System.Windows.Forms.TextBox оценка_2TextBox;
+        private System.Windows.Forms.TextBox оценка_3TextBox;
+        private System.Windows.Forms.TextBox средний_баллTextBox;
+        private System.Windows.Forms.TextBox код_предмета_1TextBox;
+        private System.Windows.Forms.TextBox код_предмета_2TextBox;
+        private System.Windows.Forms.TextBox код_предмета_3TextBox;
+        private System.Windows.Forms.TextBox код_студентаTextBox;
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Button button1;
     }
 }

+ 25 - 0
IS31KiselevStudent/Form5.cs

@@ -16,5 +16,30 @@ namespace IS31KiselevStudent
         {
             InitializeComponent();
         }
+
+        private void ocenkaBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.ocenkaBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31KiselevStudDataSet);
+
+        }
+
+        private void Form5_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31KiselevStudDataSet.Ocenka". При необходимости она может быть перемещена или удалена.
+            this.ocenkaTableAdapter.Fill(this.iS31KiselevStudDataSet.Ocenka);
+
+        }
+
+        private void средний_баллTextBox_TextChanged(object sender, EventArgs e)
+        {
+            
+        }
+
+        private void button1_Click(object sender, EventArgs e)
+        {
+            средний_баллTextBox.Text = Convert.ToString((Convert.ToDouble(оценка_1TextBox.Text) + Convert.ToDouble(оценка_2TextBox.Text) + Convert.ToDouble(оценка_3TextBox.Text)) / 3.0);
+        }
     }
 }

+ 120 - 0
IS31KiselevStudent/Form5.resx

@@ -117,4 +117,124 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <metadata name="дата_экзамена_1Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="дата_экзамена_2Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="дата_экзамена_3Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="оценка_1Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="оценка_2Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="оценка_3Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="средний_баллLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="код_предмета_1Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="код_предмета_2Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="код_предмета_3Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="код_студентаLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="iS31KiselevStudDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
+  <metadata name="ocenkaBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>196, 17</value>
+  </metadata>
+  <metadata name="ocenkaTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>365, 17</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>529, 17</value>
+  </metadata>
+  <metadata name="ocenkaBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>700, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
+        pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
+        Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
+        /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
+        zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
+        IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
+        rkJggg==
+</value>
+  </data>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
+        DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
+        rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
+        i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
+        86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
+        QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
+        bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
+        wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
+        v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
+        UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
+        Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
+        lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
+        5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
+        Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
+        08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
+        n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
+        N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
+        oAc0QjgAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
+        h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
+        twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
+        kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
+        WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
+        8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="ocenkaBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
+        dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
+</value>
+  </data>
 </root>

+ 584 - 0
IS31KiselevStudent/Form6.Designer.cs

@@ -0,0 +1,584 @@
+
+namespace IS31KiselevStudent
+{
+    partial class Form6
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form6));
+            this.label1 = new System.Windows.Forms.Label();
+            this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.label2 = new System.Windows.Forms.Label();
+            this.listBox1 = new System.Windows.Forms.ListBox();
+            this.radioButton1 = new System.Windows.Forms.RadioButton();
+            this.radioButton2 = new System.Windows.Forms.RadioButton();
+            this.button1 = new System.Windows.Forms.Button();
+            this.button2 = new System.Windows.Forms.Button();
+            this.button3 = new System.Windows.Forms.Button();
+            this.button4 = new System.Windows.Forms.Button();
+            this.button5 = new System.Windows.Forms.Button();
+            this.label3 = new System.Windows.Forms.Label();
+            this.label4 = new System.Windows.Forms.Label();
+            this.comboBox1 = new System.Windows.Forms.ComboBox();
+            this.textBox1 = new System.Windows.Forms.TextBox();
+            this.iS31KiselevStudDataSet = new IS31KiselevStudent.IS31KiselevStudDataSet();
+            this.studentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.studentsTableAdapter = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.StudentsTableAdapter();
+            this.tableAdapterManager = new IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.TableAdapterManager();
+            this.studentsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
+            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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
+            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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
+            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
+            this.studentsBindingNavigatorSaveItem = 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.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.studentsBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
+            this.groupBox1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).BeginInit();
+            this.studentsBindingNavigator.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource1)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // label1
+            // 
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label1.ForeColor = System.Drawing.Color.DarkBlue;
+            this.label1.Location = new System.Drawing.Point(217, 25);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(375, 32);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "Таблица \"Студенты\" (Табличный вид)";
+            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // groupBox1
+            // 
+            this.groupBox1.Controls.Add(this.button1);
+            this.groupBox1.Controls.Add(this.radioButton2);
+            this.groupBox1.Controls.Add(this.radioButton1);
+            this.groupBox1.Controls.Add(this.listBox1);
+            this.groupBox1.Controls.Add(this.label2);
+            this.groupBox1.Location = new System.Drawing.Point(529, 79);
+            this.groupBox1.Name = "groupBox1";
+            this.groupBox1.Size = new System.Drawing.Size(200, 295);
+            this.groupBox1.TabIndex = 1;
+            this.groupBox1.TabStop = false;
+            this.groupBox1.Text = "Сортировка";
+            // 
+            // label2
+            // 
+            this.label2.Location = new System.Drawing.Point(7, 20);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(141, 23);
+            this.label2.TabIndex = 0;
+            this.label2.Text = "Поле для сортировки";
+            // 
+            // listBox1
+            // 
+            this.listBox1.FormattingEnabled = true;
+            this.listBox1.Items.AddRange(new object[] {
+            "ФИО",
+            "Пол",
+            "Дата рождения",
+            "Родители",
+            "Адрес",
+            "Телефон",
+            "Паспортные данные",
+            "Номер зачётки",
+            "Дата поступления",
+            "Группа",
+            "Курс",
+            "Очная форма обучения"});
+            this.listBox1.Location = new System.Drawing.Point(23, 44);
+            this.listBox1.Name = "listBox1";
+            this.listBox1.Size = new System.Drawing.Size(152, 160);
+            this.listBox1.TabIndex = 1;
+            this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
+            // 
+            // radioButton1
+            // 
+            this.radioButton1.AutoSize = true;
+            this.radioButton1.Checked = true;
+            this.radioButton1.Location = new System.Drawing.Point(23, 210);
+            this.radioButton1.Name = "radioButton1";
+            this.radioButton1.Size = new System.Drawing.Size(170, 17);
+            this.radioButton1.TabIndex = 2;
+            this.radioButton1.TabStop = true;
+            this.radioButton1.Text = "Сортировка по возрастанию";
+            this.radioButton1.UseVisualStyleBackColor = true;
+            // 
+            // radioButton2
+            // 
+            this.radioButton2.AutoSize = true;
+            this.radioButton2.Location = new System.Drawing.Point(23, 233);
+            this.radioButton2.Name = "radioButton2";
+            this.radioButton2.Size = new System.Drawing.Size(154, 17);
+            this.radioButton2.TabIndex = 3;
+            this.radioButton2.Text = "Сортировка по убыванию";
+            this.radioButton2.UseVisualStyleBackColor = true;
+            // 
+            // button1
+            // 
+            this.button1.Location = new System.Drawing.Point(23, 256);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(152, 33);
+            this.button1.TabIndex = 4;
+            this.button1.Text = "Сортировать";
+            this.button1.UseVisualStyleBackColor = true;
+            this.button1.Click += new System.EventHandler(this.button1_Click);
+            // 
+            // button2
+            // 
+            this.button2.Location = new System.Drawing.Point(529, 380);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(95, 33);
+            this.button2.TabIndex = 5;
+            this.button2.Text = "Фильтровать";
+            this.button2.UseVisualStyleBackColor = true;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
+            // 
+            // button3
+            // 
+            this.button3.Location = new System.Drawing.Point(630, 380);
+            this.button3.Name = "button3";
+            this.button3.Size = new System.Drawing.Size(99, 33);
+            this.button3.TabIndex = 6;
+            this.button3.Text = "Показать все";
+            this.button3.UseVisualStyleBackColor = true;
+            this.button3.Click += new System.EventHandler(this.button3_Click);
+            // 
+            // button4
+            // 
+            this.button4.Location = new System.Drawing.Point(529, 419);
+            this.button4.Name = "button4";
+            this.button4.Size = new System.Drawing.Size(95, 33);
+            this.button4.TabIndex = 7;
+            this.button4.Text = "Найти";
+            this.button4.UseVisualStyleBackColor = true;
+            this.button4.Click += new System.EventHandler(this.button4_Click);
+            // 
+            // button5
+            // 
+            this.button5.Location = new System.Drawing.Point(630, 419);
+            this.button5.Name = "button5";
+            this.button5.Size = new System.Drawing.Size(99, 33);
+            this.button5.TabIndex = 8;
+            this.button5.Text = "Закрыть";
+            this.button5.UseVisualStyleBackColor = true;
+            this.button5.Click += new System.EventHandler(this.button5_Click);
+            // 
+            // label3
+            // 
+            this.label3.Location = new System.Drawing.Point(12, 390);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(66, 23);
+            this.label3.TabIndex = 9;
+            this.label3.Text = "ФИО";
+            // 
+            // label4
+            // 
+            this.label4.Location = new System.Drawing.Point(12, 426);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(66, 20);
+            this.label4.TabIndex = 10;
+            this.label4.Text = "Критерий";
+            // 
+            // comboBox1
+            // 
+            this.comboBox1.DataSource = this.studentsBindingSource1;
+            this.comboBox1.DisplayMember = "ФИО";
+            this.comboBox1.FormattingEnabled = true;
+            this.comboBox1.Location = new System.Drawing.Point(83, 387);
+            this.comboBox1.Name = "comboBox1";
+            this.comboBox1.Size = new System.Drawing.Size(414, 21);
+            this.comboBox1.TabIndex = 11;
+            // 
+            // textBox1
+            // 
+            this.textBox1.Location = new System.Drawing.Point(84, 426);
+            this.textBox1.Name = "textBox1";
+            this.textBox1.Size = new System.Drawing.Size(413, 20);
+            this.textBox1.TabIndex = 12;
+            // 
+            // iS31KiselevStudDataSet
+            // 
+            this.iS31KiselevStudDataSet.DataSetName = "IS31KiselevStudDataSet";
+            this.iS31KiselevStudDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // studentsBindingSource
+            // 
+            this.studentsBindingSource.DataMember = "Students";
+            this.studentsBindingSource.DataSource = this.iS31KiselevStudDataSet;
+            // 
+            // studentsTableAdapter
+            // 
+            this.studentsTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.OcenkaTableAdapter = null;
+            this.tableAdapterManager.PredmetTableAdapter = null;
+            this.tableAdapterManager.specTableAdapter = null;
+            this.tableAdapterManager.StudentsTableAdapter = this.studentsTableAdapter;
+            this.tableAdapterManager.UpdateOrder = IS31KiselevStudent.IS31KiselevStudDataSetTableAdapters.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(738, 25);
+            this.studentsBindingNavigator.TabIndex = 13;
+            this.studentsBindingNavigator.Text = "bindingNavigator1";
+            // 
+            // 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 = "Переместить в начало";
+            // 
+            // 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 = "Переместить назад";
+            // 
+            // bindingNavigatorSeparator
+            // 
+            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
+            // 
+            // bindingNavigatorPositionItem
+            // 
+            this.bindingNavigatorPositionItem.AccessibleName = "Положение";
+            this.bindingNavigatorPositionItem.AutoSize = false;
+            this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
+            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
+            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
+            this.bindingNavigatorPositionItem.Text = "0";
+            this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
+            // 
+            // bindingNavigatorCountItem
+            // 
+            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
+            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // bindingNavigatorSeparator1
+            // 
+            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
+            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 = "Переместить вперед";
+            // 
+            // 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 = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
+            // 
+            // 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 = "Добавить";
+            // 
+            // 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 = "Удалить";
+            // 
+            // 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 = "Сохранить данные";
+            this.studentsBindingNavigatorSaveItem.Click += new System.EventHandler(this.studentsBindingNavigatorSaveItem_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.dataGridViewTextBoxColumn4,
+            this.dataGridViewTextBoxColumn5,
+            this.dataGridViewTextBoxColumn6,
+            this.dataGridViewTextBoxColumn7,
+            this.dataGridViewTextBoxColumn8,
+            this.dataGridViewTextBoxColumn9,
+            this.dataGridViewTextBoxColumn10,
+            this.dataGridViewCheckBoxColumn1,
+            this.dataGridViewTextBoxColumn11,
+            this.dataGridViewTextBoxColumn12});
+            this.studentsDataGridView.DataSource = this.studentsBindingSource;
+            this.studentsDataGridView.Location = new System.Drawing.Point(45, 79);
+            this.studentsDataGridView.Name = "studentsDataGridView";
+            this.studentsDataGridView.Size = new System.Drawing.Size(452, 295);
+            this.studentsDataGridView.TabIndex = 13;
+            this.studentsDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.studentsDataGridView_CellContentClick);
+            // 
+            // dataGridViewTextBoxColumn2
+            // 
+            this.dataGridViewTextBoxColumn2.DataPropertyName = "ФИО";
+            this.dataGridViewTextBoxColumn2.HeaderText = "ФИО";
+            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
+            // 
+            // dataGridViewTextBoxColumn3
+            // 
+            this.dataGridViewTextBoxColumn3.DataPropertyName = "Пол";
+            this.dataGridViewTextBoxColumn3.HeaderText = "Пол";
+            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
+            // 
+            // dataGridViewTextBoxColumn4
+            // 
+            this.dataGridViewTextBoxColumn4.DataPropertyName = "Родители";
+            this.dataGridViewTextBoxColumn4.HeaderText = "Родители";
+            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
+            // 
+            // dataGridViewTextBoxColumn5
+            // 
+            this.dataGridViewTextBoxColumn5.DataPropertyName = "Адрес";
+            this.dataGridViewTextBoxColumn5.HeaderText = "Адрес";
+            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
+            // 
+            // dataGridViewTextBoxColumn6
+            // 
+            this.dataGridViewTextBoxColumn6.DataPropertyName = "Телефон";
+            this.dataGridViewTextBoxColumn6.HeaderText = "Телефон";
+            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
+            // 
+            // dataGridViewTextBoxColumn7
+            // 
+            this.dataGridViewTextBoxColumn7.DataPropertyName = "Паспортные данные";
+            this.dataGridViewTextBoxColumn7.HeaderText = "Паспортные данные";
+            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
+            // 
+            // dataGridViewTextBoxColumn8
+            // 
+            this.dataGridViewTextBoxColumn8.DataPropertyName = "Группа";
+            this.dataGridViewTextBoxColumn8.HeaderText = "Группа";
+            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
+            // 
+            // dataGridViewTextBoxColumn9
+            // 
+            this.dataGridViewTextBoxColumn9.DataPropertyName = "Дата рождения";
+            this.dataGridViewTextBoxColumn9.HeaderText = "Дата рождения";
+            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
+            // 
+            // dataGridViewTextBoxColumn10
+            // 
+            this.dataGridViewTextBoxColumn10.DataPropertyName = "Дата поступления";
+            this.dataGridViewTextBoxColumn10.HeaderText = "Дата поступления";
+            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
+            // 
+            // dataGridViewCheckBoxColumn1
+            // 
+            this.dataGridViewCheckBoxColumn1.DataPropertyName = "Очная форма обучения";
+            this.dataGridViewCheckBoxColumn1.HeaderText = "Очная форма обучения";
+            this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
+            // 
+            // dataGridViewTextBoxColumn11
+            // 
+            this.dataGridViewTextBoxColumn11.DataPropertyName = "Номер зачетки";
+            this.dataGridViewTextBoxColumn11.HeaderText = "Номер зачетки";
+            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
+            // 
+            // dataGridViewTextBoxColumn12
+            // 
+            this.dataGridViewTextBoxColumn12.DataPropertyName = "Курс";
+            this.dataGridViewTextBoxColumn12.HeaderText = "Курс";
+            this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
+            // 
+            // studentsBindingSource1
+            // 
+            this.studentsBindingSource1.DataMember = "Students";
+            this.studentsBindingSource1.DataSource = this.iS31KiselevStudDataSet;
+            // 
+            // Form6
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(738, 482);
+            this.Controls.Add(this.studentsDataGridView);
+            this.Controls.Add(this.studentsBindingNavigator);
+            this.Controls.Add(this.textBox1);
+            this.Controls.Add(this.comboBox1);
+            this.Controls.Add(this.label4);
+            this.Controls.Add(this.label3);
+            this.Controls.Add(this.button5);
+            this.Controls.Add(this.button4);
+            this.Controls.Add(this.button3);
+            this.Controls.Add(this.button2);
+            this.Controls.Add(this.groupBox1);
+            this.Controls.Add(this.label1);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "Form6";
+            this.Text = "Таблица \"Студенты\" (Табличный вид)";
+            this.Load += new System.EventHandler(this.Form6_Load);
+            this.groupBox1.ResumeLayout(false);
+            this.groupBox1.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingNavigator)).EndInit();
+            this.studentsBindingNavigator.ResumeLayout(false);
+            this.studentsBindingNavigator.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsDataGridView)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.studentsBindingSource1)).EndInit();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.GroupBox groupBox1;
+        private System.Windows.Forms.Button button1;
+        private System.Windows.Forms.RadioButton radioButton2;
+        private System.Windows.Forms.RadioButton radioButton1;
+        private System.Windows.Forms.ListBox listBox1;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Button button2;
+        private System.Windows.Forms.Button button3;
+        private System.Windows.Forms.Button button4;
+        private System.Windows.Forms.Button button5;
+        private System.Windows.Forms.Label label3;
+        private System.Windows.Forms.Label label4;
+        private System.Windows.Forms.ComboBox comboBox1;
+        private System.Windows.Forms.TextBox textBox1;
+        private IS31KiselevStudDataSet iS31KiselevStudDataSet;
+        private System.Windows.Forms.BindingSource studentsBindingSource;
+        private IS31KiselevStudDataSetTableAdapters.StudentsTableAdapter studentsTableAdapter;
+        private IS31KiselevStudDataSetTableAdapters.TableAdapterManager tableAdapterManager;
+        private System.Windows.Forms.BindingNavigator studentsBindingNavigator;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
+        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
+        private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
+        private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
+        private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
+        private System.Windows.Forms.ToolStripButton studentsBindingNavigatorSaveItem;
+        private System.Windows.Forms.DataGridView studentsDataGridView;
+        private System.Windows.Forms.BindingSource studentsBindingSource1;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
+        private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
+    }
+}

+ 126 - 0
IS31KiselevStudent/Form6.cs

@@ -0,0 +1,126 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace IS31KiselevStudent
+{
+    public partial class Form6 : Form
+    {
+        public Form6()
+        {
+            InitializeComponent();
+        }
+
+        private void studentsBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.studentsBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.iS31KiselevStudDataSet);
+
+        }
+
+        private void Form6_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "iS31KiselevStudDataSet.Students". При необходимости она может быть перемещена или удалена.
+            this.studentsTableAdapter.Fill(this.iS31KiselevStudDataSet.Students);
+
+        }
+
+        private void studentsDataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e)
+        {
+
+        }
+
+        private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
+        {
+            button1.Enabled = true;
+        }
+
+        private void button1_Click(object sender, EventArgs e)
+        {
+            DataGridViewColumn Col = null;
+            switch (listBox1.SelectedIndex)
+            {
+                case 0:
+                    Col = dataGridViewTextBoxColumn2;
+                    break;
+                case 1:
+                    Col = dataGridViewTextBoxColumn3;
+                    break;
+                case 2:
+                    Col = dataGridViewTextBoxColumn4;
+                    break;
+                case 3:
+                    Col = dataGridViewTextBoxColumn5;
+                    break;
+                case 4:
+                    Col = dataGridViewTextBoxColumn6;
+                    break;
+                case 5:
+                    Col = dataGridViewTextBoxColumn7;
+                    break;
+                case 6:
+                    Col = dataGridViewTextBoxColumn8;
+                    break;
+                case 7:
+                    Col = dataGridViewTextBoxColumn9;
+                    break;
+                case 8:
+                    Col = dataGridViewTextBoxColumn10;
+                    break;
+                case 9:
+                    Col = dataGridViewTextBoxColumn11;
+                    break;
+                case 10:
+                    Col = dataGridViewTextBoxColumn12;
+                    break;
+                    //case 11: Col = dataGridViewTextBoxColumn1;//    break;
+            }
+            if (radioButton1.Checked)
+                studentsDataGridView.Sort(Col, ListSortDirection.Ascending);
+            else
+                studentsDataGridView.Sort(Col, ListSortDirection.Descending);
+
+        }
+
+        private void button2_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.Filter = "ФИО = '" + comboBox1.Text + "'";
+        }
+
+        private void button3_Click(object sender, EventArgs e)
+        {
+            studentsBindingSource.Filter = "";
+        }
+
+        private void button4_Click(object sender, EventArgs e)
+        {
+            for (int i = 0; i < studentsDataGridView.ColumnCount; i++)
+                for (int j = 0; j < studentsDataGridView.RowCount; j++)
+                {
+                    studentsDataGridView[i, j].Style.BackColor = Color.White;
+                    studentsDataGridView[i, j].Style.ForeColor = Color.Black;
+                }
+            for (int i = 0; i < studentsDataGridView.ColumnCount; i++)
+                for (int j = 0; j < studentsDataGridView.RowCount; j++)
+                    if (studentsDataGridView[i, j].Value != null)
+                        if (studentsDataGridView[i, j].Value.ToString().IndexOf(textBox1.Text) > -1)
+                        {
+                            studentsDataGridView[i, j].Style.BackColor = Color.AliceBlue;
+                            studentsDataGridView[i, j].Style.ForeColor = Color.Blue;
+                        }
+
+        }
+
+        private void button5_Click(object sender, EventArgs e)
+        {
+            this.Close();
+        }
+    }
+}

+ 217 - 0
IS31KiselevStudent/Form6.resx

@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <metadata name="studentsBindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>908, 17</value>
+  </metadata>
+  <metadata name="iS31KiselevStudDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
+  <metadata name="studentsBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>196, 17</value>
+  </metadata>
+  <metadata name="studentsTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>373, 17</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>544, 17</value>
+  </metadata>
+  <metadata name="studentsBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>715, 17</value>
+  </metadata>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFKSURBVDhPYxi84O4C9v+35nH+vzqH6//FGbz/ocLEg+tA
+        jX8eNf7/87Dh/8nJAqQbcH46L9yAgz0ipBtwfJIgUHPd/z8Pqv7vaBcnbMClmTz/z07l+38SqPFIv9D/
+        fd0iQM3l///eK/q/vkHm/6oauf9LKxX/zy9V/j+rSBXTwFNAf/55WA/UVAvElf//3CsB4rz/f+9m/v97
+        J/n/39tx///djADikP+TcjQxDTjUKwx27t/7pUCNBUCN2UCNqUCNCf//3YoGagz7/+9G0P9/1/3+d6Xp
+        Yhqws13i/5Zmqf/rwM6V/7+kQvH/31sxQI3h/6fmafyfkKX1vztD9397qv7/5kRDwmEyG+hPkHP/3Qj4
+        35OhQ1gDOgD5898NfyD2+9+arE+6Ad3pumD/gnB9nBHpBrQkGfxviDf8XxNr/L8y2oR0A+gEGBgAJCPY
+        nnX8iGkAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFvSURBVDhPtZBNKMNhHMd3Vd5K7eKCWjkgk7yEZDKksciE
+        yMwkBw6LhHZxcCDlQg64SA4kJeVE4jRv89qaWn8tUtoF/7g8H2Ootb+x4nt56nm+38/v+/xUfyJcJ9Bt
+        BMcOH1eRiZV5RGcVwqyHrfWwELweWJoJ9rC2AL0mRLse0VEBcxOKkLeGwlwGIz2h75w6ApC6bERjAdia
+        gkxiyIow5cKkPWxDFYvTiMrUdxDDVnCfwVh/AOo/P2zhhccFzcWBLxmzEPV50Nfyu/Cn2N/1V85DGNKh
+        Rhth+EaCxkLISUDWxvOgjYXa7F/Wv7kGUz4UJeKzGODi6H25d2l+yPLsDwu8v4NWHY8lSbhL0/HtbX8F
+        GLXh1MQgnxwoQ3h5hkEL6JI5TlPj21gNMd6WZyC1VSN7r0Mh7G4i56pxpkQhdTWA/KQ4aUcTh+x0KACm
+        RpBSo3HrM0G6Uq7pl2zvhvNDBcClE8YH4HDv2/A/SKV6BYojAxyEJtLJAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEqSURBVDhPYxg8oHDW8/9NC57/z5z4+D9UCAOEtz/AKceQ
+        O/PZ/1VH3v/HpSi++8H/4IZruA3ImPL0/8J9H7Aqiu95+H/p/v///asv4DYgoefJ/2lb3mMoimi/D9ac
+        Oev/f6/SE7gNiOx69L939QcURaGt98CaW9cBbe/8+98l/wBuAwKbH/6vm/8Orii45e7/RXv//+8Aas6Y
+        8/O/Xd3P//YZ23Eb4FF1/3/+tDcoiuyKb/9Pn/P7v3/Xt/86he/+WySsx22Afend/9mTX2Mo0k85/9+k
+        6MV/laxP/40jl+E2wCLvzv/U/tdYFRkknfgvm/b1v27wPNwGGGbd/h/W8hKnIv3Uy/81fKfhNkAn7cZ/
+        v+qHeBWpeEzAbYBT7pX/IAV4FQ1CwMAAAPB2wKul5ZpwAAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC2SURBVDhPYxg6ILz9wX8ok3QQ3/3gf3DDNfIMiO95+H/p
+        /v///asvkG5ARPt9sObMWf//e5WeIM2A0NZ7YM2t64C2d/7975J/gHgDglvu/l+09///DqDmjDk//9vV
+        /fxvn7GdNBfYFd/+nz7n93//rm//dQrf/bdIWE96GOinnP9vUvTiv0rWp//GkctINwAEDJJO/JdN+/pf
+        N3geeQaAgH7q5f8avtPINwAEVDwmUGbAYAUMDADQFGCYBLpQVQAAAABJRU5ErkJggg==
+</value>
+  </data>
+  <data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACjSURBVDhPYxh8oHDW8/9QJnkgd+az/wnd98g3JGPK0//z
+        9v/+n9B1hzxDEnqe/J+979f/zq1//7uVXibdkMiuR/+nbPv1v2Tp3/8J0//+t8k9S5ohgc0P/7eufQ/W
+        bFzy5b909LX/xpHLiDfEo+r+/5K57+CaFV16SHOBfend/4Etz8jTDAIWeXf+2xRcIU8zCBhm3SZfMwjo
+        pN0gX/NQBAwMAKB+X6AHNEI4AAAAAElFTkSuQmCC
+</value>
+  </data>
+  <data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEsSURBVDhPYxhcoHDW8/9QJgYAyTUteP4/c+JjnGoYcmc+
+        +5/QfQ+rApDcqiPv/4e3P8BtQMaUp//n7f/9P6HrDoYikNzCfR/+Bzdcw21AQs+T/7P3/frfufXvf7fS
+        yygKQXLTtrz/7199AbcBkV2P/k/Z9ut/ydK//xOm//1vk3sWrhgk17v6w3+v0hO4DQhsfvi/de17sGbj
+        ki//paOv/TeOXAbWAJKrm//uv0v+AdwGeFTd/18y9x1cs6JLD1wxSC5/2pv/9hnbcRtgX3r3f2DLMwzN
+        IACSy578+r9FwnrcBljk3flvU3AFQzMIgORS+1/DvYQVGGbdxqoZBEByYS0v/+sGz8NtgE7aDZySIDm/
+        6of/NXyn4TYAH3DKvfJfxWMCGEOFBgVgYAAAvtG/s7kMTpwAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="studentsBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABMSURBVDhPY6AK+Pbt239SMVQrBIAFgufA8Yf3H+EYWQxE
+        x0zYh2kIKQaAMMwQqHbSDQBhog1AxshqaGsAMXjUgEFpADkYqp0SwMAAAPRDDFPA2mtzAAAAAElFTkSu
+        QmCC
+</value>
+  </data>
+  <metadata name="studentsBindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>908, 17</value>
+  </metadata>
+  <metadata name="iS31KiselevStudDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>17, 17</value>
+  </metadata>
+</root>

+ 49 - 1
IS31KiselevStudent/IS31KiselevStudDataSet.xsc

@@ -1 +1,49 @@
-
+<?xml version="1.0" encoding="utf-8"?>
+<!--<autogenerated>
+     This code was generated by a tool.
+     Changes to this file may cause incorrect behavior and will be lost if
+     the code is regenerated.
+</autogenerated>-->
+<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
+  <TableUISettings>
+    <TableUISetting Name="Students">
+      <ColumnUISettings>
+        <ColumnUISetting Name="Пол">
+          <ControlSettings>
+            <ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
+              <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+            </ControlSetting>
+          </ControlSettings>
+        </ColumnUISetting>
+        <ColumnUISetting Name="Родители">
+          <ControlSettings>
+            <ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
+              <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+            </ControlSetting>
+          </ControlSettings>
+        </ColumnUISetting>
+        <ColumnUISetting Name="Дата рождения">
+          <ControlSettings>
+            <ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
+              <BindableControlInfo Name="DateTimePicker" Type="System.Windows.Forms.DateTimePicker" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+            </ControlSetting>
+          </ControlSettings>
+        </ColumnUISetting>
+        <ColumnUISetting Name="Курс">
+          <ControlSettings>
+            <ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
+              <BindableControlInfo Name="NumericUpDown" Type="System.Windows.Forms.NumericUpDown" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+            </ControlSetting>
+          </ControlSettings>
+        </ColumnUISetting>
+        <ColumnUISetting Name="Код специальности">
+          <ControlSettings>
+            <ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
+              <BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+            </ControlSetting>
+          </ControlSettings>
+        </ColumnUISetting>
+      </ColumnUISettings>
+    </TableUISetting>
+  </TableUISettings>
+</DataSetUISetting>

+ 27 - 0
IS31KiselevStudent/IS31KiselevStudent.csproj

@@ -64,6 +64,24 @@
     <Compile Include="Form3.Designer.cs">
       <DependentUpon>Form3.cs</DependentUpon>
     </Compile>
+    <Compile Include="Form4.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form4.Designer.cs">
+      <DependentUpon>Form4.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Form5.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form5.Designer.cs">
+      <DependentUpon>Form5.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Form6.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Form6.Designer.cs">
+      <DependentUpon>Form6.cs</DependentUpon>
+    </Compile>
     <Compile Include="IS31KiselevStudDataSet.Designer.cs">
       <AutoGen>True</AutoGen>
       <DesignTime>True</DesignTime>
@@ -85,6 +103,15 @@
     <EmbeddedResource Include="Form3.resx">
       <DependentUpon>Form3.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="Form4.resx">
+      <DependentUpon>Form4.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Form5.resx">
+      <DependentUpon>Form5.cs</DependentUpon>
+    </EmbeddedResource>
+    <EmbeddedResource Include="Form6.resx">
+      <DependentUpon>Form6.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>

BIN
IS31KiselevStudent/bin/Debug/IS31KiselevStudent.exe


BIN
IS31KiselevStudent/bin/Debug/IS31KiselevStudent.pdb


BIN
IS31KiselevStudent/obj/Debug/DesignTimeResolveAssemblyReferences.cache


BIN
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.Form4.resources


BIN
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.Form5.resources


BIN
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.Form6.resources


+ 1 - 1
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
-ee81c28762567920f840b06de46652184c904a7d
+ed0db10b5e7a9b972d9a48e8d2b378a1ab0b0e8e

+ 3 - 0
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.csproj.FileListAbsolute.txt

@@ -10,3 +10,6 @@ C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31
 C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31KiselevStudent.exe
 C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31KiselevStudent.pdb
 C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31KiselevStudent.Form3.resources
+C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31KiselevStudent.Form4.resources
+C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31KiselevStudent.Form5.resources
+C:\Users\user2\source\repos\IS31KiselevStudent\IS31KiselevStudent\obj\Debug\IS31KiselevStudent.Form6.resources

BIN
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.csproj.GenerateResource.cache


BIN
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.exe


BIN
IS31KiselevStudent/obj/Debug/IS31KiselevStudent.pdb