123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627 |
- namespace YurevichDuevaStudent
- {
- 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 код_студентаLabel;
- System.Windows.Forms.Label дата_экзамена1Label;
- System.Windows.Forms.Label код_предмета1Label;
- System.Windows.Forms.Label оценка1Label;
- System.Windows.Forms.Label даnа_экзамена2Label;
- System.Windows.Forms.Label код_предмета2Label;
- System.Windows.Forms.Label оценка2Label;
- System.Windows.Forms.Label дата_экзамена3Label;
- System.Windows.Forms.Label код_предмета3Label;
- System.Windows.Forms.Label оценка3Label;
- System.Windows.Forms.Label средний_баллLabel;
- this.label1 = new System.Windows.Forms.Label();
- this.dueva_YurevichDataSet = new YurevichDuevaStudent.Dueva_YurevichDataSet();
- this.оценкиBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.оценкиTableAdapter = new YurevichDuevaStudent.Dueva_YurevichDataSetTableAdapters.ОценкиTableAdapter();
- this.tableAdapterManager = new YurevichDuevaStudent.Dueva_YurevichDataSetTableAdapters.TableAdapterManager();
- this.оценкиBindingNavigator = 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.оценкиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.код_студентаTextBox = new System.Windows.Forms.TextBox();
- this.дата_экзамена1DateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.код_предмета1TextBox = new System.Windows.Forms.TextBox();
- this.оценка1TextBox = new System.Windows.Forms.TextBox();
- this.даnа_экзамена2DateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.код_предмета2TextBox = new System.Windows.Forms.TextBox();
- this.оценка2TextBox = new System.Windows.Forms.TextBox();
- this.дата_экзамена3DateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.код_предмета3TextBox = new System.Windows.Forms.TextBox();
- this.оценка3TextBox = new System.Windows.Forms.TextBox();
- this.средний_баллTextBox = new System.Windows.Forms.TextBox();
- this.оценкиDataGridView = 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();
- код_студентаLabel = new System.Windows.Forms.Label();
- дата_экзамена1Label = new System.Windows.Forms.Label();
- код_предмета1Label = new System.Windows.Forms.Label();
- оценка1Label = new System.Windows.Forms.Label();
- даnа_экзамена2Label = new System.Windows.Forms.Label();
- код_предмета2Label = new System.Windows.Forms.Label();
- оценка2Label = new System.Windows.Forms.Label();
- дата_экзамена3Label = new System.Windows.Forms.Label();
- код_предмета3Label = new System.Windows.Forms.Label();
- оценка3Label = new System.Windows.Forms.Label();
- средний_баллLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dueva_YurevichDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingNavigator)).BeginInit();
- this.оценкиBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.оценкиDataGridView)).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.SystemColors.HotTrack;
- this.label1.Location = new System.Drawing.Point(292, 44);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(233, 23);
- this.label1.TabIndex = 0;
- this.label1.Text = "Таблица \"Оценки\"";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // dueva_YurevichDataSet
- //
- this.dueva_YurevichDataSet.DataSetName = "Dueva_YurevichDataSet";
- this.dueva_YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // оценкиBindingSource
- //
- this.оценкиBindingSource.DataMember = "Оценки";
- this.оценкиBindingSource.DataSource = this.dueva_YurevichDataSet;
- //
- // оценкиTableAdapter
- //
- this.оценкиTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = YurevichDuevaStudent.Dueva_YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.ОценкиTableAdapter = this.оценкиTableAdapter;
- this.tableAdapterManager.ПредметыTableAdapter = null;
- this.tableAdapterManager.СпециальностиTableAdapter = null;
- this.tableAdapterManager.СтудентыTableAdapter = null;
- //
- // оценкиBindingNavigator
- //
- this.оценкиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.оценкиBindingNavigator.BindingSource = this.оценкиBindingSource;
- this.оценкиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.оценкиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.оценкиBindingNavigator.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.оценкиBindingNavigatorSaveItem});
- this.оценкиBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.оценкиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.оценкиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.оценкиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.оценкиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.оценкиBindingNavigator.Name = "оценкиBindingNavigator";
- this.оценкиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.оценкиBindingNavigator.Size = new System.Drawing.Size(869, 25);
- this.оценкиBindingNavigator.TabIndex = 1;
- this.оценкиBindingNavigator.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 = "Удалить";
- //
- // оценкиBindingNavigatorSaveItem
- //
- this.оценкиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.оценкиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("оценкиBindingNavigatorSaveItem.Image")));
- this.оценкиBindingNavigatorSaveItem.Name = "оценкиBindingNavigatorSaveItem";
- this.оценкиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
- this.оценкиBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.оценкиBindingNavigatorSaveItem.Click += new System.EventHandler(this.оценкиBindingNavigatorSaveItem_Click);
- //
- // код_студентаLabel
- //
- код_студентаLabel.AutoSize = true;
- код_студентаLabel.Location = new System.Drawing.Point(162, 86);
- код_студентаLabel.Name = "код_студентаLabel";
- код_студентаLabel.Size = new System.Drawing.Size(77, 13);
- код_студентаLabel.TabIndex = 2;
- код_студентаLabel.Text = "Код студента:";
- //
- // код_студентаTextBox
- //
- this.код_студентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_студента", true));
- this.код_студентаTextBox.Location = new System.Drawing.Point(245, 83);
- this.код_студентаTextBox.Name = "код_студентаTextBox";
- this.код_студентаTextBox.Size = new System.Drawing.Size(100, 20);
- this.код_студентаTextBox.TabIndex = 3;
- //
- // дата_экзамена1Label
- //
- дата_экзамена1Label.AutoSize = true;
- дата_экзамена1Label.Location = new System.Drawing.Point(44, 116);
- дата_экзамена1Label.Name = "дата_экзамена1Label";
- дата_экзамена1Label.Size = new System.Drawing.Size(95, 13);
- дата_экзамена1Label.TabIndex = 4;
- дата_экзамена1Label.Text = "Дата экзамена1:";
- //
- // дата_экзамена1DateTimePicker
- //
- this.дата_экзамена1DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.оценкиBindingSource, "Дата_экзамена1", true));
- this.дата_экзамена1DateTimePicker.Location = new System.Drawing.Point(145, 109);
- this.дата_экзамена1DateTimePicker.Name = "дата_экзамена1DateTimePicker";
- this.дата_экзамена1DateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_экзамена1DateTimePicker.TabIndex = 5;
- //
- // код_предмета1Label
- //
- код_предмета1Label.AutoSize = true;
- код_предмета1Label.Location = new System.Drawing.Point(152, 142);
- код_предмета1Label.Name = "код_предмета1Label";
- код_предмета1Label.Size = new System.Drawing.Size(87, 13);
- код_предмета1Label.TabIndex = 6;
- код_предмета1Label.Text = "Код предмета1:";
- //
- // код_предмета1TextBox
- //
- this.код_предмета1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_предмета1", true));
- this.код_предмета1TextBox.Location = new System.Drawing.Point(245, 135);
- this.код_предмета1TextBox.Name = "код_предмета1TextBox";
- this.код_предмета1TextBox.Size = new System.Drawing.Size(100, 20);
- this.код_предмета1TextBox.TabIndex = 7;
- //
- // оценка1Label
- //
- оценка1Label.AutoSize = true;
- оценка1Label.Location = new System.Drawing.Point(185, 168);
- оценка1Label.Name = "оценка1Label";
- оценка1Label.Size = new System.Drawing.Size(54, 13);
- оценка1Label.TabIndex = 8;
- оценка1Label.Text = "Оценка1:";
- //
- // оценка1TextBox
- //
- this.оценка1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Оценка1", true));
- this.оценка1TextBox.Location = new System.Drawing.Point(245, 161);
- this.оценка1TextBox.Name = "оценка1TextBox";
- this.оценка1TextBox.Size = new System.Drawing.Size(100, 20);
- this.оценка1TextBox.TabIndex = 9;
- //
- // даnа_экзамена2Label
- //
- даnа_экзамена2Label.AutoSize = true;
- даnа_экзамена2Label.Location = new System.Drawing.Point(43, 191);
- даnа_экзамена2Label.Name = "даnа_экзамена2Label";
- даnа_экзамена2Label.Size = new System.Drawing.Size(96, 13);
- даnа_экзамена2Label.TabIndex = 10;
- даnа_экзамена2Label.Text = "Даnа экзамена2:";
- //
- // даnа_экзамена2DateTimePicker
- //
- this.даnа_экзамена2DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.оценкиBindingSource, "Даnа_экзамена2", true));
- this.даnа_экзамена2DateTimePicker.Location = new System.Drawing.Point(145, 187);
- this.даnа_экзамена2DateTimePicker.Name = "даnа_экзамена2DateTimePicker";
- this.даnа_экзамена2DateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.даnа_экзамена2DateTimePicker.TabIndex = 11;
- //
- // код_предмета2Label
- //
- код_предмета2Label.AutoSize = true;
- код_предмета2Label.Location = new System.Drawing.Point(152, 216);
- код_предмета2Label.Name = "код_предмета2Label";
- код_предмета2Label.Size = new System.Drawing.Size(87, 13);
- код_предмета2Label.TabIndex = 12;
- код_предмета2Label.Text = "Код предмета2:";
- //
- // код_предмета2TextBox
- //
- this.код_предмета2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_предмета2", true));
- this.код_предмета2TextBox.Location = new System.Drawing.Point(245, 213);
- this.код_предмета2TextBox.Name = "код_предмета2TextBox";
- this.код_предмета2TextBox.Size = new System.Drawing.Size(100, 20);
- this.код_предмета2TextBox.TabIndex = 13;
- //
- // оценка2Label
- //
- оценка2Label.AutoSize = true;
- оценка2Label.Location = new System.Drawing.Point(185, 242);
- оценка2Label.Name = "оценка2Label";
- оценка2Label.Size = new System.Drawing.Size(54, 13);
- оценка2Label.TabIndex = 14;
- оценка2Label.Text = "Оценка2:";
- //
- // оценка2TextBox
- //
- this.оценка2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Оценка2", true));
- this.оценка2TextBox.Location = new System.Drawing.Point(245, 239);
- this.оценка2TextBox.Name = "оценка2TextBox";
- this.оценка2TextBox.Size = new System.Drawing.Size(100, 20);
- this.оценка2TextBox.TabIndex = 15;
- //
- // дата_экзамена3Label
- //
- дата_экзамена3Label.AutoSize = true;
- дата_экзамена3Label.Location = new System.Drawing.Point(44, 269);
- дата_экзамена3Label.Name = "дата_экзамена3Label";
- дата_экзамена3Label.Size = new System.Drawing.Size(95, 13);
- дата_экзамена3Label.TabIndex = 16;
- дата_экзамена3Label.Text = "Дата экзамена3:";
- //
- // дата_экзамена3DateTimePicker
- //
- this.дата_экзамена3DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.оценкиBindingSource, "Дата_экзамена3", true));
- this.дата_экзамена3DateTimePicker.Location = new System.Drawing.Point(145, 265);
- this.дата_экзамена3DateTimePicker.Name = "дата_экзамена3DateTimePicker";
- this.дата_экзамена3DateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_экзамена3DateTimePicker.TabIndex = 17;
- //
- // код_предмета3Label
- //
- код_предмета3Label.AutoSize = true;
- код_предмета3Label.Location = new System.Drawing.Point(152, 294);
- код_предмета3Label.Name = "код_предмета3Label";
- код_предмета3Label.Size = new System.Drawing.Size(87, 13);
- код_предмета3Label.TabIndex = 18;
- код_предмета3Label.Text = "Код предмета3:";
- //
- // код_предмета3TextBox
- //
- this.код_предмета3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_предмета3", true));
- this.код_предмета3TextBox.Location = new System.Drawing.Point(245, 291);
- this.код_предмета3TextBox.Name = "код_предмета3TextBox";
- this.код_предмета3TextBox.Size = new System.Drawing.Size(100, 20);
- this.код_предмета3TextBox.TabIndex = 19;
- //
- // оценка3Label
- //
- оценка3Label.AutoSize = true;
- оценка3Label.Location = new System.Drawing.Point(185, 320);
- оценка3Label.Name = "оценка3Label";
- оценка3Label.Size = new System.Drawing.Size(54, 13);
- оценка3Label.TabIndex = 20;
- оценка3Label.Text = "Оценка3:";
- //
- // оценка3TextBox
- //
- this.оценка3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Оценка3", true));
- this.оценка3TextBox.Location = new System.Drawing.Point(245, 317);
- this.оценка3TextBox.Name = "оценка3TextBox";
- this.оценка3TextBox.Size = new System.Drawing.Size(100, 20);
- this.оценка3TextBox.TabIndex = 21;
- //
- // средний_баллLabel
- //
- средний_баллLabel.AutoSize = true;
- средний_баллLabel.Location = new System.Drawing.Point(159, 346);
- средний_баллLabel.Name = "средний_баллLabel";
- средний_баллLabel.Size = new System.Drawing.Size(80, 13);
- средний_баллLabel.TabIndex = 22;
- средний_баллLabel.Text = "Средний балл:";
- //
- // средний_баллTextBox
- //
- this.средний_баллTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Средний_балл", true));
- this.средний_баллTextBox.Location = new System.Drawing.Point(245, 343);
- this.средний_баллTextBox.Name = "средний_баллTextBox";
- this.средний_баллTextBox.Size = new System.Drawing.Size(100, 20);
- this.средний_баллTextBox.TabIndex = 23;
- //
- // оценкиDataGridView
- //
- this.оценкиDataGridView.AutoGenerateColumns = false;
- this.оценкиDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.оценкиDataGridView.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.оценкиDataGridView.DataSource = this.оценкиBindingSource;
- this.оценкиDataGridView.Location = new System.Drawing.Point(365, 83);
- this.оценкиDataGridView.Name = "оценкиDataGridView";
- this.оценкиDataGridView.Size = new System.Drawing.Size(442, 280);
- this.оценкиDataGridView.TabIndex = 24;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_студента";
- this.dataGridViewTextBoxColumn1.HeaderText = "Код_студента";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "Дата_экзамена1";
- this.dataGridViewTextBoxColumn2.HeaderText = "Дата_экзамена1";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Код_предмета1";
- this.dataGridViewTextBoxColumn3.HeaderText = "Код_предмета1";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "Оценка1";
- this.dataGridViewTextBoxColumn4.HeaderText = "Оценка1";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "Даnа_экзамена2";
- this.dataGridViewTextBoxColumn5.HeaderText = "Даnа_экзамена2";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "Код_предмета2";
- this.dataGridViewTextBoxColumn6.HeaderText = "Код_предмета2";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "Оценка2";
- this.dataGridViewTextBoxColumn7.HeaderText = "Оценка2";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "Дата_экзамена3";
- this.dataGridViewTextBoxColumn8.HeaderText = "Дата_экзамена3";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.DataPropertyName = "Код_предмета3";
- this.dataGridViewTextBoxColumn9.HeaderText = "Код_предмета3";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.DataPropertyName = "Оценка3";
- this.dataGridViewTextBoxColumn10.HeaderText = "Оценка3";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.DataPropertyName = "Средний_балл";
- this.dataGridViewTextBoxColumn11.HeaderText = "Средний_балл";
- 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(869, 388);
- this.Controls.Add(this.оценкиDataGridView);
- this.Controls.Add(средний_баллLabel);
- this.Controls.Add(this.средний_баллTextBox);
- this.Controls.Add(оценка3Label);
- this.Controls.Add(this.оценка3TextBox);
- this.Controls.Add(код_предмета3Label);
- this.Controls.Add(this.код_предмета3TextBox);
- this.Controls.Add(дата_экзамена3Label);
- this.Controls.Add(this.дата_экзамена3DateTimePicker);
- this.Controls.Add(оценка2Label);
- this.Controls.Add(this.оценка2TextBox);
- this.Controls.Add(код_предмета2Label);
- this.Controls.Add(this.код_предмета2TextBox);
- this.Controls.Add(даnа_экзамена2Label);
- this.Controls.Add(this.даnа_экзамена2DateTimePicker);
- this.Controls.Add(оценка1Label);
- this.Controls.Add(this.оценка1TextBox);
- this.Controls.Add(код_предмета1Label);
- this.Controls.Add(this.код_предмета1TextBox);
- this.Controls.Add(дата_экзамена1Label);
- this.Controls.Add(this.дата_экзамена1DateTimePicker);
- this.Controls.Add(код_студентаLabel);
- this.Controls.Add(this.код_студентаTextBox);
- this.Controls.Add(this.оценкиBindingNavigator);
- 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.dueva_YurevichDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingNavigator)).EndInit();
- this.оценкиBindingNavigator.ResumeLayout(false);
- this.оценкиBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.оценкиDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private Dueva_YurevichDataSet dueva_YurevichDataSet;
- private System.Windows.Forms.BindingSource оценкиBindingSource;
- private Dueva_YurevichDataSetTableAdapters.ОценкиTableAdapter оценкиTableAdapter;
- private Dueva_YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator оценкиBindingNavigator;
- 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 оценкиBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox код_студентаTextBox;
- private System.Windows.Forms.DateTimePicker дата_экзамена1DateTimePicker;
- private System.Windows.Forms.TextBox код_предмета1TextBox;
- private System.Windows.Forms.TextBox оценка1TextBox;
- private System.Windows.Forms.DateTimePicker даnа_экзамена2DateTimePicker;
- private System.Windows.Forms.TextBox код_предмета2TextBox;
- private System.Windows.Forms.TextBox оценка2TextBox;
- private System.Windows.Forms.DateTimePicker дата_экзамена3DateTimePicker;
- private System.Windows.Forms.TextBox код_предмета3TextBox;
- private System.Windows.Forms.TextBox оценка3TextBox;
- private System.Windows.Forms.TextBox средний_баллTextBox;
- private System.Windows.Forms.DataGridView оценкиDataGridView;
- 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;
- }
- }
|