Browse Source

Загрузить файлы ''

andrey 3 years ago
parent
commit
8989bde5ed
4 changed files with 904 additions and 0 deletions
  1. 628 0
      Form5.Designer.cs
  2. 35 0
      Form5.cs
  3. 241 0
      Form5.resx
  4. BIN
      Документ Microsoft Word (5).docx

+ 628 - 0
Form5.Designer.cs

@@ -0,0 +1,628 @@
+namespace SavelevShevchenkoStudents
+{
+    partial class Form5
+    {
+        /// <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(Form5));
+            System.Windows.Forms.Label iD_studentaLabel;
+            System.Windows.Forms.Label data_ikzamena1Label;
+            System.Windows.Forms.Label iD_predmeta1Label;
+            System.Windows.Forms.Label ocenka1Label;
+            System.Windows.Forms.Label data_ikzamena2Label;
+            System.Windows.Forms.Label iD_predmeta2Label;
+            System.Windows.Forms.Label ocenka2Label;
+            System.Windows.Forms.Label data_ikzamena3Label;
+            System.Windows.Forms.Label iD_predmeta3Label;
+            System.Windows.Forms.Label ocenka3Label;
+            System.Windows.Forms.Label srednii_ballLabel;
+            this.label1 = new System.Windows.Forms.Label();
+            this.savelev_Shevchenko_pr2DataSet1 = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1();
+            this.ocenkaBindingSource = new System.Windows.Forms.BindingSource(this.components);
+            this.ocenkaTableAdapter = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.OcenkaTableAdapter();
+            this.tableAdapterManager = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager();
+            this.ocenkaBindingNavigator = 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.ocenkaBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
+            this.iD_studentaTextBox = new System.Windows.Forms.TextBox();
+            this.data_ikzamena1DateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.iD_predmeta1TextBox = new System.Windows.Forms.TextBox();
+            this.ocenka1TextBox = new System.Windows.Forms.TextBox();
+            this.data_ikzamena2DateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.iD_predmeta2TextBox = new System.Windows.Forms.TextBox();
+            this.ocenka2TextBox = new System.Windows.Forms.TextBox();
+            this.data_ikzamena3DateTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.iD_predmeta3TextBox = new System.Windows.Forms.TextBox();
+            this.ocenka3TextBox = new System.Windows.Forms.TextBox();
+            this.srednii_ballTextBox = new System.Windows.Forms.TextBox();
+            this.ocenkaDataGridView = new System.Windows.Forms.DataGridView();
+            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.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.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            iD_studentaLabel = new System.Windows.Forms.Label();
+            data_ikzamena1Label = new System.Windows.Forms.Label();
+            iD_predmeta1Label = new System.Windows.Forms.Label();
+            ocenka1Label = new System.Windows.Forms.Label();
+            data_ikzamena2Label = new System.Windows.Forms.Label();
+            iD_predmeta2Label = new System.Windows.Forms.Label();
+            ocenka2Label = new System.Windows.Forms.Label();
+            data_ikzamena3Label = new System.Windows.Forms.Label();
+            iD_predmeta3Label = new System.Windows.Forms.Label();
+            ocenka3Label = new System.Windows.Forms.Label();
+            srednii_ballLabel = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingSource)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingNavigator)).BeginInit();
+            this.ocenkaBindingNavigator.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaDataGridView)).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(37, 29);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(174, 23);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "Таблица\"Оценки\"";
+            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // savelev_Shevchenko_pr2DataSet1
+            // 
+            this.savelev_Shevchenko_pr2DataSet1.DataSetName = "Savelev_Shevchenko_pr2DataSet1";
+            this.savelev_Shevchenko_pr2DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+            // 
+            // ocenkaBindingSource
+            // 
+            this.ocenkaBindingSource.DataMember = "Ocenka";
+            this.ocenkaBindingSource.DataSource = this.savelev_Shevchenko_pr2DataSet1;
+            // 
+            // ocenkaTableAdapter
+            // 
+            this.ocenkaTableAdapter.ClearBeforeFill = true;
+            // 
+            // tableAdapterManager
+            // 
+            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
+            this.tableAdapterManager.OcenkaTableAdapter = this.ocenkaTableAdapter;
+            this.tableAdapterManager.PredmetTableAdapter = null;
+            this.tableAdapterManager.SpecialnostTableAdapter = null;
+            this.tableAdapterManager.StudentTableAdapter = null;
+            this.tableAdapterManager.UpdateOrder = SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.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(824, 25);
+            this.ocenkaBindingNavigator.TabIndex = 1;
+            this.ocenkaBindingNavigator.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.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, 15);
+            this.bindingNavigatorCountItem.Text = "для {0}";
+            this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
+            // 
+            // bindingNavigatorSeparator1
+            // 
+            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
+            // 
+            // 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, 20);
+            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, 20);
+            this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
+            // 
+            // bindingNavigatorSeparator2
+            // 
+            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
+            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
+            // 
+            // 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, 20);
+            this.bindingNavigatorDeleteItem.Text = "Удалить";
+            // 
+            // 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, 23);
+            this.ocenkaBindingNavigatorSaveItem.Text = "Сохранить данные";
+            this.ocenkaBindingNavigatorSaveItem.Click += new System.EventHandler(this.ocenkaBindingNavigatorSaveItem_Click);
+            // 
+            // iD_studentaLabel
+            // 
+            iD_studentaLabel.AutoSize = true;
+            iD_studentaLabel.Location = new System.Drawing.Point(49, 77);
+            iD_studentaLabel.Name = "iD_studentaLabel";
+            iD_studentaLabel.Size = new System.Drawing.Size(65, 13);
+            iD_studentaLabel.TabIndex = 2;
+            iD_studentaLabel.Text = "ID studenta:";
+            // 
+            // iD_studentaTextBox
+            // 
+            this.iD_studentaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_studenta", true));
+            this.iD_studentaTextBox.Location = new System.Drawing.Point(120, 74);
+            this.iD_studentaTextBox.Name = "iD_studentaTextBox";
+            this.iD_studentaTextBox.Size = new System.Drawing.Size(100, 20);
+            this.iD_studentaTextBox.TabIndex = 3;
+            // 
+            // data_ikzamena1Label
+            // 
+            data_ikzamena1Label.AutoSize = true;
+            data_ikzamena1Label.Location = new System.Drawing.Point(27, 114);
+            data_ikzamena1Label.Name = "data_ikzamena1Label";
+            data_ikzamena1Label.Size = new System.Drawing.Size(87, 13);
+            data_ikzamena1Label.TabIndex = 4;
+            data_ikzamena1Label.Text = "Data ikzamena1:";
+            // 
+            // data_ikzamena1DateTimePicker
+            // 
+            this.data_ikzamena1DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Data_ikzamena1", true));
+            this.data_ikzamena1DateTimePicker.Location = new System.Drawing.Point(120, 110);
+            this.data_ikzamena1DateTimePicker.Name = "data_ikzamena1DateTimePicker";
+            this.data_ikzamena1DateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.data_ikzamena1DateTimePicker.TabIndex = 5;
+            // 
+            // iD_predmeta1Label
+            // 
+            iD_predmeta1Label.AutoSize = true;
+            iD_predmeta1Label.Location = new System.Drawing.Point(38, 147);
+            iD_predmeta1Label.Name = "iD_predmeta1Label";
+            iD_predmeta1Label.Size = new System.Drawing.Size(74, 13);
+            iD_predmeta1Label.TabIndex = 6;
+            iD_predmeta1Label.Text = "ID predmeta1:";
+            // 
+            // iD_predmeta1TextBox
+            // 
+            this.iD_predmeta1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_predmeta1", true));
+            this.iD_predmeta1TextBox.Location = new System.Drawing.Point(118, 144);
+            this.iD_predmeta1TextBox.Name = "iD_predmeta1TextBox";
+            this.iD_predmeta1TextBox.Size = new System.Drawing.Size(100, 20);
+            this.iD_predmeta1TextBox.TabIndex = 7;
+            // 
+            // ocenka1Label
+            // 
+            ocenka1Label.AutoSize = true;
+            ocenka1Label.Location = new System.Drawing.Point(58, 179);
+            ocenka1Label.Name = "ocenka1Label";
+            ocenka1Label.Size = new System.Drawing.Size(54, 13);
+            ocenka1Label.TabIndex = 8;
+            ocenka1Label.Text = "Ocenka1:";
+            // 
+            // ocenka1TextBox
+            // 
+            this.ocenka1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Ocenka1", true));
+            this.ocenka1TextBox.Location = new System.Drawing.Point(118, 176);
+            this.ocenka1TextBox.Name = "ocenka1TextBox";
+            this.ocenka1TextBox.Size = new System.Drawing.Size(100, 20);
+            this.ocenka1TextBox.TabIndex = 9;
+            // 
+            // data_ikzamena2Label
+            // 
+            data_ikzamena2Label.AutoSize = true;
+            data_ikzamena2Label.Location = new System.Drawing.Point(25, 212);
+            data_ikzamena2Label.Name = "data_ikzamena2Label";
+            data_ikzamena2Label.Size = new System.Drawing.Size(87, 13);
+            data_ikzamena2Label.TabIndex = 10;
+            data_ikzamena2Label.Text = "Data ikzamena2:";
+            // 
+            // data_ikzamena2DateTimePicker
+            // 
+            this.data_ikzamena2DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Data_ikzamena2", true));
+            this.data_ikzamena2DateTimePicker.Location = new System.Drawing.Point(118, 208);
+            this.data_ikzamena2DateTimePicker.Name = "data_ikzamena2DateTimePicker";
+            this.data_ikzamena2DateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.data_ikzamena2DateTimePicker.TabIndex = 11;
+            // 
+            // iD_predmeta2Label
+            // 
+            iD_predmeta2Label.AutoSize = true;
+            iD_predmeta2Label.Location = new System.Drawing.Point(38, 242);
+            iD_predmeta2Label.Name = "iD_predmeta2Label";
+            iD_predmeta2Label.Size = new System.Drawing.Size(74, 13);
+            iD_predmeta2Label.TabIndex = 12;
+            iD_predmeta2Label.Text = "ID predmeta2:";
+            // 
+            // iD_predmeta2TextBox
+            // 
+            this.iD_predmeta2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_predmeta2", true));
+            this.iD_predmeta2TextBox.Location = new System.Drawing.Point(118, 239);
+            this.iD_predmeta2TextBox.Name = "iD_predmeta2TextBox";
+            this.iD_predmeta2TextBox.Size = new System.Drawing.Size(100, 20);
+            this.iD_predmeta2TextBox.TabIndex = 13;
+            // 
+            // ocenka2Label
+            // 
+            ocenka2Label.AutoSize = true;
+            ocenka2Label.Location = new System.Drawing.Point(58, 275);
+            ocenka2Label.Name = "ocenka2Label";
+            ocenka2Label.Size = new System.Drawing.Size(54, 13);
+            ocenka2Label.TabIndex = 14;
+            ocenka2Label.Text = "Ocenka2:";
+            // 
+            // ocenka2TextBox
+            // 
+            this.ocenka2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Ocenka2", true));
+            this.ocenka2TextBox.Location = new System.Drawing.Point(118, 272);
+            this.ocenka2TextBox.Name = "ocenka2TextBox";
+            this.ocenka2TextBox.Size = new System.Drawing.Size(100, 20);
+            this.ocenka2TextBox.TabIndex = 15;
+            // 
+            // data_ikzamena3Label
+            // 
+            data_ikzamena3Label.AutoSize = true;
+            data_ikzamena3Label.Location = new System.Drawing.Point(25, 309);
+            data_ikzamena3Label.Name = "data_ikzamena3Label";
+            data_ikzamena3Label.Size = new System.Drawing.Size(87, 13);
+            data_ikzamena3Label.TabIndex = 16;
+            data_ikzamena3Label.Text = "Data ikzamena3:";
+            // 
+            // data_ikzamena3DateTimePicker
+            // 
+            this.data_ikzamena3DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Data_ikzamena3", true));
+            this.data_ikzamena3DateTimePicker.Location = new System.Drawing.Point(118, 305);
+            this.data_ikzamena3DateTimePicker.Name = "data_ikzamena3DateTimePicker";
+            this.data_ikzamena3DateTimePicker.Size = new System.Drawing.Size(200, 20);
+            this.data_ikzamena3DateTimePicker.TabIndex = 17;
+            // 
+            // iD_predmeta3Label
+            // 
+            iD_predmeta3Label.AutoSize = true;
+            iD_predmeta3Label.Location = new System.Drawing.Point(38, 341);
+            iD_predmeta3Label.Name = "iD_predmeta3Label";
+            iD_predmeta3Label.Size = new System.Drawing.Size(74, 13);
+            iD_predmeta3Label.TabIndex = 18;
+            iD_predmeta3Label.Text = "ID predmeta3:";
+            // 
+            // iD_predmeta3TextBox
+            // 
+            this.iD_predmeta3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_predmeta3", true));
+            this.iD_predmeta3TextBox.Location = new System.Drawing.Point(118, 338);
+            this.iD_predmeta3TextBox.Name = "iD_predmeta3TextBox";
+            this.iD_predmeta3TextBox.Size = new System.Drawing.Size(100, 20);
+            this.iD_predmeta3TextBox.TabIndex = 19;
+            // 
+            // ocenka3Label
+            // 
+            ocenka3Label.AutoSize = true;
+            ocenka3Label.Location = new System.Drawing.Point(58, 371);
+            ocenka3Label.Name = "ocenka3Label";
+            ocenka3Label.Size = new System.Drawing.Size(54, 13);
+            ocenka3Label.TabIndex = 20;
+            ocenka3Label.Text = "Ocenka3:";
+            // 
+            // ocenka3TextBox
+            // 
+            this.ocenka3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Ocenka3", true));
+            this.ocenka3TextBox.Location = new System.Drawing.Point(118, 368);
+            this.ocenka3TextBox.Name = "ocenka3TextBox";
+            this.ocenka3TextBox.Size = new System.Drawing.Size(100, 20);
+            this.ocenka3TextBox.TabIndex = 21;
+            // 
+            // srednii_ballLabel
+            // 
+            srednii_ballLabel.AutoSize = true;
+            srednii_ballLabel.Location = new System.Drawing.Point(49, 403);
+            srednii_ballLabel.Name = "srednii_ballLabel";
+            srednii_ballLabel.Size = new System.Drawing.Size(61, 13);
+            srednii_ballLabel.TabIndex = 22;
+            srednii_ballLabel.Text = "Srednii ball:";
+            // 
+            // srednii_ballTextBox
+            // 
+            this.srednii_ballTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Srednii_ball", true));
+            this.srednii_ballTextBox.Location = new System.Drawing.Point(116, 400);
+            this.srednii_ballTextBox.Name = "srednii_ballTextBox";
+            this.srednii_ballTextBox.Size = new System.Drawing.Size(100, 20);
+            this.srednii_ballTextBox.TabIndex = 23;
+            // 
+            // ocenkaDataGridView
+            // 
+            this.ocenkaDataGridView.AutoGenerateColumns = false;
+            this.ocenkaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+            this.ocenkaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+            this.dataGridViewTextBoxColumn1,
+            this.dataGridViewTextBoxColumn2,
+            this.dataGridViewTextBoxColumn3,
+            this.dataGridViewTextBoxColumn4,
+            this.dataGridViewTextBoxColumn5,
+            this.dataGridViewTextBoxColumn6,
+            this.dataGridViewTextBoxColumn7,
+            this.dataGridViewTextBoxColumn8,
+            this.dataGridViewTextBoxColumn9,
+            this.dataGridViewTextBoxColumn10,
+            this.dataGridViewTextBoxColumn11});
+            this.ocenkaDataGridView.DataSource = this.ocenkaBindingSource;
+            this.ocenkaDataGridView.Location = new System.Drawing.Point(341, 29);
+            this.ocenkaDataGridView.Name = "ocenkaDataGridView";
+            this.ocenkaDataGridView.Size = new System.Drawing.Size(445, 220);
+            this.ocenkaDataGridView.TabIndex = 24;
+            // 
+            // dataGridViewTextBoxColumn1
+            // 
+            this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_studenta";
+            this.dataGridViewTextBoxColumn1.HeaderText = "ID_studenta";
+            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
+            this.dataGridViewTextBoxColumn1.ReadOnly = true;
+            // 
+            // dataGridViewTextBoxColumn2
+            // 
+            this.dataGridViewTextBoxColumn2.DataPropertyName = "Data_ikzamena1";
+            this.dataGridViewTextBoxColumn2.HeaderText = "Data_ikzamena1";
+            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
+            // 
+            // dataGridViewTextBoxColumn3
+            // 
+            this.dataGridViewTextBoxColumn3.DataPropertyName = "ID_predmeta1";
+            this.dataGridViewTextBoxColumn3.HeaderText = "ID_predmeta1";
+            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
+            // 
+            // dataGridViewTextBoxColumn4
+            // 
+            this.dataGridViewTextBoxColumn4.DataPropertyName = "Ocenka1";
+            this.dataGridViewTextBoxColumn4.HeaderText = "Ocenka1";
+            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
+            // 
+            // dataGridViewTextBoxColumn5
+            // 
+            this.dataGridViewTextBoxColumn5.DataPropertyName = "Data_ikzamena2";
+            this.dataGridViewTextBoxColumn5.HeaderText = "Data_ikzamena2";
+            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
+            // 
+            // dataGridViewTextBoxColumn6
+            // 
+            this.dataGridViewTextBoxColumn6.DataPropertyName = "ID_predmeta2";
+            this.dataGridViewTextBoxColumn6.HeaderText = "ID_predmeta2";
+            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
+            // 
+            // dataGridViewTextBoxColumn7
+            // 
+            this.dataGridViewTextBoxColumn7.DataPropertyName = "Ocenka2";
+            this.dataGridViewTextBoxColumn7.HeaderText = "Ocenka2";
+            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
+            // 
+            // dataGridViewTextBoxColumn8
+            // 
+            this.dataGridViewTextBoxColumn8.DataPropertyName = "Data_ikzamena3";
+            this.dataGridViewTextBoxColumn8.HeaderText = "Data_ikzamena3";
+            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
+            // 
+            // dataGridViewTextBoxColumn9
+            // 
+            this.dataGridViewTextBoxColumn9.DataPropertyName = "ID_predmeta3";
+            this.dataGridViewTextBoxColumn9.HeaderText = "ID_predmeta3";
+            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
+            // 
+            // dataGridViewTextBoxColumn10
+            // 
+            this.dataGridViewTextBoxColumn10.DataPropertyName = "Ocenka3";
+            this.dataGridViewTextBoxColumn10.HeaderText = "Ocenka3";
+            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
+            // 
+            // dataGridViewTextBoxColumn11
+            // 
+            this.dataGridViewTextBoxColumn11.DataPropertyName = "Srednii_ball";
+            this.dataGridViewTextBoxColumn11.HeaderText = "Srednii_ball";
+            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
+            // 
+            // Form5
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(824, 464);
+            this.Controls.Add(this.ocenkaDataGridView);
+            this.Controls.Add(srednii_ballLabel);
+            this.Controls.Add(this.srednii_ballTextBox);
+            this.Controls.Add(ocenka3Label);
+            this.Controls.Add(this.ocenka3TextBox);
+            this.Controls.Add(iD_predmeta3Label);
+            this.Controls.Add(this.iD_predmeta3TextBox);
+            this.Controls.Add(data_ikzamena3Label);
+            this.Controls.Add(this.data_ikzamena3DateTimePicker);
+            this.Controls.Add(ocenka2Label);
+            this.Controls.Add(this.ocenka2TextBox);
+            this.Controls.Add(iD_predmeta2Label);
+            this.Controls.Add(this.iD_predmeta2TextBox);
+            this.Controls.Add(data_ikzamena2Label);
+            this.Controls.Add(this.data_ikzamena2DateTimePicker);
+            this.Controls.Add(ocenka1Label);
+            this.Controls.Add(this.ocenka1TextBox);
+            this.Controls.Add(iD_predmeta1Label);
+            this.Controls.Add(this.iD_predmeta1TextBox);
+            this.Controls.Add(data_ikzamena1Label);
+            this.Controls.Add(this.data_ikzamena1DateTimePicker);
+            this.Controls.Add(iD_studentaLabel);
+            this.Controls.Add(this.iD_studentaTextBox);
+            this.Controls.Add(this.ocenkaBindingNavigator);
+            this.Controls.Add(this.label1);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "Form5";
+            this.Text = "Таблица\"Оценки\"";
+            this.Load += new System.EventHandler(this.Form5_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingSource)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingNavigator)).EndInit();
+            this.ocenkaBindingNavigator.ResumeLayout(false);
+            this.ocenkaBindingNavigator.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.ocenkaDataGridView)).EndInit();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label label1;
+        private Savelev_Shevchenko_pr2DataSet1 savelev_Shevchenko_pr2DataSet1;
+        private System.Windows.Forms.BindingSource ocenkaBindingSource;
+        private Savelev_Shevchenko_pr2DataSet1TableAdapters.OcenkaTableAdapter ocenkaTableAdapter;
+        private Savelev_Shevchenko_pr2DataSet1TableAdapters.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.TextBox iD_studentaTextBox;
+        private System.Windows.Forms.DateTimePicker data_ikzamena1DateTimePicker;
+        private System.Windows.Forms.TextBox iD_predmeta1TextBox;
+        private System.Windows.Forms.TextBox ocenka1TextBox;
+        private System.Windows.Forms.DateTimePicker data_ikzamena2DateTimePicker;
+        private System.Windows.Forms.TextBox iD_predmeta2TextBox;
+        private System.Windows.Forms.TextBox ocenka2TextBox;
+        private System.Windows.Forms.DateTimePicker data_ikzamena3DateTimePicker;
+        private System.Windows.Forms.TextBox iD_predmeta3TextBox;
+        private System.Windows.Forms.TextBox ocenka3TextBox;
+        private System.Windows.Forms.TextBox srednii_ballTextBox;
+        private System.Windows.Forms.DataGridView ocenkaDataGridView;
+        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
+        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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
+    }
+}

+ 35 - 0
Form5.cs

@@ -0,0 +1,35 @@
+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 SavelevShevchenkoStudents
+{
+    public partial class Form5 : Form
+    {
+        public Form5()
+        {
+            InitializeComponent();
+        }
+
+        private void Form5_Load(object sender, EventArgs e)
+        {
+            // TODO: данная строка кода позволяет загрузить данные в таблицу "savelev_Shevchenko_pr2DataSet1.Ocenka". При необходимости она может быть перемещена или удалена.
+            this.ocenkaTableAdapter.Fill(this.savelev_Shevchenko_pr2DataSet1.Ocenka);
+
+        }
+
+        private void ocenkaBindingNavigatorSaveItem_Click(object sender, EventArgs e)
+        {
+            this.Validate();
+            this.ocenkaBindingSource.EndEdit();
+            this.tableAdapterManager.UpdateAll(this.savelev_Shevchenko_pr2DataSet1);
+
+        }
+    }
+}

+ 241 - 0
Form5.resx

@@ -0,0 +1,241 @@
+<?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="savelev_Shevchenko_pr2DataSet1.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>251, 17</value>
+  </metadata>
+  <metadata name="ocenkaTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>420, 17</value>
+  </metadata>
+  <metadata name="tableAdapterManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>584, 17</value>
+  </metadata>
+  <metadata name="ocenkaBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>755, 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="ocenkaBindingNavigatorSaveItem.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="iD_studentaLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="data_ikzamena1Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="iD_predmeta1Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="ocenka1Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="data_ikzamena2Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="iD_predmeta2Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="ocenka2Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="data_ikzamena3Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="iD_predmeta3Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="ocenka3Label.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+  <metadata name="srednii_ballLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>False</value>
+  </metadata>
+</root>

BIN
Документ Microsoft Word (5).docx