123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628 |
- 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;
- }
- }
|