namespace SavelevShevchenkoStudents
{
partial class Form4
{
///
/// 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(Form4));
System.Windows.Forms.Label fIOLabel;
System.Windows.Forms.Label polLabel;
System.Windows.Forms.Label data_pojdeniyaLabel;
System.Windows.Forms.Label roditeliLabel;
System.Windows.Forms.Label adresLabel;
System.Windows.Forms.Label telephoneLabel;
System.Windows.Forms.Label pasportnie_dannieLabel;
System.Windows.Forms.Label nomer_zachetkiLabel;
System.Windows.Forms.Label data_postypleniyaLabel;
System.Windows.Forms.Label gryppaLabel;
System.Windows.Forms.Label kypcLabel;
System.Windows.Forms.Label ochnay_forma_obycheniyaLabel;
this.label1 = new System.Windows.Forms.Label();
this.savelev_Shevchenko_pr2DataSet1 = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1();
this.studentBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.studentTableAdapter = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.StudentTableAdapter();
this.tableAdapterManager = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager();
this.studentBindingNavigator = 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.studentBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.fIOTextBox = new System.Windows.Forms.TextBox();
this.polTextBox = new System.Windows.Forms.TextBox();
this.data_pojdeniyaDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.roditeliTextBox = new System.Windows.Forms.TextBox();
this.adresTextBox = new System.Windows.Forms.TextBox();
this.telephoneTextBox = new System.Windows.Forms.TextBox();
this.pasportnie_dannieTextBox = new System.Windows.Forms.TextBox();
this.nomer_zachetkiTextBox = new System.Windows.Forms.TextBox();
this.data_postypleniyaDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.gryppaTextBox = new System.Windows.Forms.TextBox();
this.kypcTextBox = new System.Windows.Forms.TextBox();
this.ochnay_forma_obycheniyaCheckBox = new System.Windows.Forms.CheckBox();
this.studentDataGridView = 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();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
fIOLabel = new System.Windows.Forms.Label();
polLabel = new System.Windows.Forms.Label();
data_pojdeniyaLabel = new System.Windows.Forms.Label();
roditeliLabel = new System.Windows.Forms.Label();
adresLabel = new System.Windows.Forms.Label();
telephoneLabel = new System.Windows.Forms.Label();
pasportnie_dannieLabel = new System.Windows.Forms.Label();
nomer_zachetkiLabel = new System.Windows.Forms.Label();
data_postypleniyaLabel = new System.Windows.Forms.Label();
gryppaLabel = new System.Windows.Forms.Label();
kypcLabel = new System.Windows.Forms.Label();
ochnay_forma_obycheniyaLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.studentBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.studentBindingNavigator)).BeginInit();
this.studentBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.studentDataGridView)).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(262, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(201, 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;
//
// studentBindingSource
//
this.studentBindingSource.DataMember = "Student";
this.studentBindingSource.DataSource = this.savelev_Shevchenko_pr2DataSet1;
//
// studentTableAdapter
//
this.studentTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.OcenkaTableAdapter = null;
this.tableAdapterManager.PredmetTableAdapter = null;
this.tableAdapterManager.SpecialnostTableAdapter = null;
this.tableAdapterManager.StudentTableAdapter = this.studentTableAdapter;
this.tableAdapterManager.UpdateOrder = SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// studentBindingNavigator
//
this.studentBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.studentBindingNavigator.BindingSource = this.studentBindingSource;
this.studentBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.studentBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.studentBindingNavigator.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.studentBindingNavigatorSaveItem});
this.studentBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.studentBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.studentBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.studentBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.studentBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.studentBindingNavigator.Name = "studentBindingNavigator";
this.studentBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.studentBindingNavigator.Size = new System.Drawing.Size(1111, 25);
this.studentBindingNavigator.TabIndex = 1;
this.studentBindingNavigator.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 = "Удалить";
//
// studentBindingNavigatorSaveItem
//
this.studentBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.studentBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("studentBindingNavigatorSaveItem.Image")));
this.studentBindingNavigatorSaveItem.Name = "studentBindingNavigatorSaveItem";
this.studentBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.studentBindingNavigatorSaveItem.Text = "Сохранить данные";
this.studentBindingNavigatorSaveItem.Click += new System.EventHandler(this.studentBindingNavigatorSaveItem_Click);
//
// fIOLabel
//
fIOLabel.AutoSize = true;
fIOLabel.Location = new System.Drawing.Point(251, 73);
fIOLabel.Name = "fIOLabel";
fIOLabel.Size = new System.Drawing.Size(27, 13);
fIOLabel.TabIndex = 2;
fIOLabel.Text = "FIO:";
//
// fIOTextBox
//
this.fIOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "FIO", true));
this.fIOTextBox.Location = new System.Drawing.Point(284, 70);
this.fIOTextBox.Name = "fIOTextBox";
this.fIOTextBox.Size = new System.Drawing.Size(100, 20);
this.fIOTextBox.TabIndex = 3;
//
// polLabel
//
polLabel.AutoSize = true;
polLabel.Location = new System.Drawing.Point(254, 107);
polLabel.Name = "polLabel";
polLabel.Size = new System.Drawing.Size(24, 13);
polLabel.TabIndex = 4;
polLabel.Text = "pol:";
//
// polTextBox
//
this.polTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "pol", true));
this.polTextBox.Location = new System.Drawing.Point(284, 104);
this.polTextBox.Name = "polTextBox";
this.polTextBox.Size = new System.Drawing.Size(100, 20);
this.polTextBox.TabIndex = 5;
//
// data_pojdeniyaLabel
//
data_pojdeniyaLabel.AutoSize = true;
data_pojdeniyaLabel.Location = new System.Drawing.Point(194, 138);
data_pojdeniyaLabel.Name = "data_pojdeniyaLabel";
data_pojdeniyaLabel.Size = new System.Drawing.Size(81, 13);
data_pojdeniyaLabel.TabIndex = 6;
data_pojdeniyaLabel.Text = "Data pojdeniya:";
//
// data_pojdeniyaDateTimePicker
//
this.data_pojdeniyaDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentBindingSource, "Data_pojdeniya", true));
this.data_pojdeniyaDateTimePicker.Location = new System.Drawing.Point(281, 138);
this.data_pojdeniyaDateTimePicker.Name = "data_pojdeniyaDateTimePicker";
this.data_pojdeniyaDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.data_pojdeniyaDateTimePicker.TabIndex = 7;
//
// roditeliLabel
//
roditeliLabel.AutoSize = true;
roditeliLabel.Location = new System.Drawing.Point(238, 166);
roditeliLabel.Name = "roditeliLabel";
roditeliLabel.Size = new System.Drawing.Size(40, 13);
roditeliLabel.TabIndex = 8;
roditeliLabel.Text = "roditeli:";
//
// roditeliTextBox
//
this.roditeliTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "roditeli", true));
this.roditeliTextBox.Location = new System.Drawing.Point(284, 166);
this.roditeliTextBox.Name = "roditeliTextBox";
this.roditeliTextBox.Size = new System.Drawing.Size(100, 20);
this.roditeliTextBox.TabIndex = 9;
//
// adresLabel
//
adresLabel.AutoSize = true;
adresLabel.Location = new System.Drawing.Point(242, 197);
adresLabel.Name = "adresLabel";
adresLabel.Size = new System.Drawing.Size(36, 13);
adresLabel.TabIndex = 10;
adresLabel.Text = "adres:";
//
// adresTextBox
//
this.adresTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "adres", true));
this.adresTextBox.Location = new System.Drawing.Point(284, 194);
this.adresTextBox.Name = "adresTextBox";
this.adresTextBox.Size = new System.Drawing.Size(100, 20);
this.adresTextBox.TabIndex = 11;
//
// telephoneLabel
//
telephoneLabel.AutoSize = true;
telephoneLabel.Location = new System.Drawing.Point(221, 227);
telephoneLabel.Name = "telephoneLabel";
telephoneLabel.Size = new System.Drawing.Size(57, 13);
telephoneLabel.TabIndex = 12;
telephoneLabel.Text = "telephone:";
//
// telephoneTextBox
//
this.telephoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "telephone", true));
this.telephoneTextBox.Location = new System.Drawing.Point(284, 224);
this.telephoneTextBox.Name = "telephoneTextBox";
this.telephoneTextBox.Size = new System.Drawing.Size(100, 20);
this.telephoneTextBox.TabIndex = 13;
//
// pasportnie_dannieLabel
//
pasportnie_dannieLabel.AutoSize = true;
pasportnie_dannieLabel.Location = new System.Drawing.Point(183, 259);
pasportnie_dannieLabel.Name = "pasportnie_dannieLabel";
pasportnie_dannieLabel.Size = new System.Drawing.Size(95, 13);
pasportnie_dannieLabel.TabIndex = 14;
pasportnie_dannieLabel.Text = "Pasportnie dannie:";
//
// pasportnie_dannieTextBox
//
this.pasportnie_dannieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "Pasportnie_dannie", true));
this.pasportnie_dannieTextBox.Location = new System.Drawing.Point(284, 256);
this.pasportnie_dannieTextBox.Name = "pasportnie_dannieTextBox";
this.pasportnie_dannieTextBox.Size = new System.Drawing.Size(100, 20);
this.pasportnie_dannieTextBox.TabIndex = 15;
//
// nomer_zachetkiLabel
//
nomer_zachetkiLabel.AutoSize = true;
nomer_zachetkiLabel.Location = new System.Drawing.Point(194, 289);
nomer_zachetkiLabel.Name = "nomer_zachetkiLabel";
nomer_zachetkiLabel.Size = new System.Drawing.Size(84, 13);
nomer_zachetkiLabel.TabIndex = 16;
nomer_zachetkiLabel.Text = "Nomer zachetki:";
//
// nomer_zachetkiTextBox
//
this.nomer_zachetkiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "Nomer_zachetki", true));
this.nomer_zachetkiTextBox.Location = new System.Drawing.Point(284, 286);
this.nomer_zachetkiTextBox.Name = "nomer_zachetkiTextBox";
this.nomer_zachetkiTextBox.Size = new System.Drawing.Size(100, 20);
this.nomer_zachetkiTextBox.TabIndex = 17;
//
// data_postypleniyaLabel
//
data_postypleniyaLabel.AutoSize = true;
data_postypleniyaLabel.Location = new System.Drawing.Point(184, 315);
data_postypleniyaLabel.Name = "data_postypleniyaLabel";
data_postypleniyaLabel.Size = new System.Drawing.Size(94, 13);
data_postypleniyaLabel.TabIndex = 18;
data_postypleniyaLabel.Text = "Data postypleniya:";
data_postypleniyaLabel.Click += new System.EventHandler(this.data_postypleniyaLabel_Click);
//
// data_postypleniyaDateTimePicker
//
this.data_postypleniyaDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentBindingSource, "Data_postypleniya", true));
this.data_postypleniyaDateTimePicker.Location = new System.Drawing.Point(283, 315);
this.data_postypleniyaDateTimePicker.Name = "data_postypleniyaDateTimePicker";
this.data_postypleniyaDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.data_postypleniyaDateTimePicker.TabIndex = 19;
//
// gryppaLabel
//
gryppaLabel.AutoSize = true;
gryppaLabel.Location = new System.Drawing.Point(231, 346);
gryppaLabel.Name = "gryppaLabel";
gryppaLabel.Size = new System.Drawing.Size(44, 13);
gryppaLabel.TabIndex = 20;
gryppaLabel.Text = "Gryppa:";
//
// gryppaTextBox
//
this.gryppaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "Gryppa", true));
this.gryppaTextBox.Location = new System.Drawing.Point(281, 343);
this.gryppaTextBox.Name = "gryppaTextBox";
this.gryppaTextBox.Size = new System.Drawing.Size(100, 20);
this.gryppaTextBox.TabIndex = 21;
//
// kypcLabel
//
kypcLabel.AutoSize = true;
kypcLabel.Location = new System.Drawing.Point(241, 375);
kypcLabel.Name = "kypcLabel";
kypcLabel.Size = new System.Drawing.Size(34, 13);
kypcLabel.TabIndex = 22;
kypcLabel.Text = "Kypc:";
//
// kypcTextBox
//
this.kypcTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "Kypc", true));
this.kypcTextBox.Location = new System.Drawing.Point(281, 372);
this.kypcTextBox.Name = "kypcTextBox";
this.kypcTextBox.Size = new System.Drawing.Size(100, 20);
this.kypcTextBox.TabIndex = 23;
//
// ochnay_forma_obycheniyaLabel
//
ochnay_forma_obycheniyaLabel.AutoSize = true;
ochnay_forma_obycheniyaLabel.Location = new System.Drawing.Point(238, 410);
ochnay_forma_obycheniyaLabel.Name = "ochnay_forma_obycheniyaLabel";
ochnay_forma_obycheniyaLabel.Size = new System.Drawing.Size(134, 13);
ochnay_forma_obycheniyaLabel.TabIndex = 24;
ochnay_forma_obycheniyaLabel.Text = "ochnay forma obycheniya]:";
//
// ochnay_forma_obycheniyaCheckBox
//
this.ochnay_forma_obycheniyaCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.studentBindingSource, "ochnay forma obycheniya]", true));
this.ochnay_forma_obycheniyaCheckBox.Location = new System.Drawing.Point(377, 405);
this.ochnay_forma_obycheniyaCheckBox.Name = "ochnay_forma_obycheniyaCheckBox";
this.ochnay_forma_obycheniyaCheckBox.Size = new System.Drawing.Size(104, 24);
this.ochnay_forma_obycheniyaCheckBox.TabIndex = 25;
this.ochnay_forma_obycheniyaCheckBox.UseVisualStyleBackColor = true;
this.ochnay_forma_obycheniyaCheckBox.CheckedChanged += new System.EventHandler(this.ochnay_forma_obycheniyaCheckBox_CheckedChanged);
//
// studentDataGridView
//
this.studentDataGridView.AutoGenerateColumns = false;
this.studentDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.studentDataGridView.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.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13,
this.dataGridViewCheckBoxColumn1});
this.studentDataGridView.DataSource = this.studentBindingSource;
this.studentDataGridView.Location = new System.Drawing.Point(520, 38);
this.studentDataGridView.Name = "studentDataGridView";
this.studentDataGridView.Size = new System.Drawing.Size(579, 385);
this.studentDataGridView.TabIndex = 26;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_studenta";
this.dataGridViewTextBoxColumn1.HeaderText = "ID_studenta";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "FIO";
this.dataGridViewTextBoxColumn2.HeaderText = "FIO";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "pol";
this.dataGridViewTextBoxColumn3.HeaderText = "pol";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Data_pojdeniya";
this.dataGridViewTextBoxColumn4.HeaderText = "Data_pojdeniya";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "roditeli";
this.dataGridViewTextBoxColumn5.HeaderText = "roditeli";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "adres";
this.dataGridViewTextBoxColumn6.HeaderText = "adres";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "telephone";
this.dataGridViewTextBoxColumn7.HeaderText = "telephone";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "Pasportnie_dannie";
this.dataGridViewTextBoxColumn8.HeaderText = "Pasportnie_dannie";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "Nomer_zachetki";
this.dataGridViewTextBoxColumn9.HeaderText = "Nomer_zachetki";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "Data_postypleniya";
this.dataGridViewTextBoxColumn10.HeaderText = "Data_postypleniya";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "Gryppa";
this.dataGridViewTextBoxColumn11.HeaderText = "Gryppa";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.DataPropertyName = "Kypc";
this.dataGridViewTextBoxColumn12.HeaderText = "Kypc";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
//
// dataGridViewTextBoxColumn13
//
this.dataGridViewTextBoxColumn13.DataPropertyName = "ID_sresialnostu";
this.dataGridViewTextBoxColumn13.HeaderText = "ID_sresialnostu";
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
//
// dataGridViewCheckBoxColumn1
//
this.dataGridViewCheckBoxColumn1.DataPropertyName = "ochnay forma obycheniya]";
this.dataGridViewCheckBoxColumn1.HeaderText = "ochnay forma obycheniya]";
this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1111, 466);
this.Controls.Add(this.studentDataGridView);
this.Controls.Add(ochnay_forma_obycheniyaLabel);
this.Controls.Add(this.ochnay_forma_obycheniyaCheckBox);
this.Controls.Add(kypcLabel);
this.Controls.Add(this.kypcTextBox);
this.Controls.Add(gryppaLabel);
this.Controls.Add(this.gryppaTextBox);
this.Controls.Add(data_postypleniyaLabel);
this.Controls.Add(this.data_postypleniyaDateTimePicker);
this.Controls.Add(nomer_zachetkiLabel);
this.Controls.Add(this.nomer_zachetkiTextBox);
this.Controls.Add(pasportnie_dannieLabel);
this.Controls.Add(this.pasportnie_dannieTextBox);
this.Controls.Add(telephoneLabel);
this.Controls.Add(this.telephoneTextBox);
this.Controls.Add(adresLabel);
this.Controls.Add(this.adresTextBox);
this.Controls.Add(roditeliLabel);
this.Controls.Add(this.roditeliTextBox);
this.Controls.Add(data_pojdeniyaLabel);
this.Controls.Add(this.data_pojdeniyaDateTimePicker);
this.Controls.Add(polLabel);
this.Controls.Add(this.polTextBox);
this.Controls.Add(fIOLabel);
this.Controls.Add(this.fIOTextBox);
this.Controls.Add(this.studentBindingNavigator);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form4";
this.Text = "Таблица\"Студенты\"";
this.Load += new System.EventHandler(this.Form4_Load);
((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.studentBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.studentBindingNavigator)).EndInit();
this.studentBindingNavigator.ResumeLayout(false);
this.studentBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.studentDataGridView)).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 studentBindingSource;
private Savelev_Shevchenko_pr2DataSet1TableAdapters.StudentTableAdapter studentTableAdapter;
private Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator studentBindingNavigator;
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 studentBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox fIOTextBox;
private System.Windows.Forms.TextBox polTextBox;
private System.Windows.Forms.DateTimePicker data_pojdeniyaDateTimePicker;
private System.Windows.Forms.TextBox roditeliTextBox;
private System.Windows.Forms.TextBox adresTextBox;
private System.Windows.Forms.TextBox telephoneTextBox;
private System.Windows.Forms.TextBox pasportnie_dannieTextBox;
private System.Windows.Forms.TextBox nomer_zachetkiTextBox;
private System.Windows.Forms.DateTimePicker data_postypleniyaDateTimePicker;
private System.Windows.Forms.TextBox gryppaTextBox;
private System.Windows.Forms.TextBox kypcTextBox;
private System.Windows.Forms.CheckBox ochnay_forma_obycheniyaCheckBox;
private System.Windows.Forms.DataGridView studentDataGridView;
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;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
}
}