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