namespace SavelevShevchenkoStudents
{
partial class Form2
{
///
/// 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(Form2));
System.Windows.Forms.Label nazvanie_specialnostiLabel;
System.Windows.Forms.Label opisanie_specialnostiLabel;
this.label1 = new System.Windows.Forms.Label();
this.savelev_Shevchenko_pr2DataSet1 = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1();
this.specialnostBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.specialnostTableAdapter = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.SpecialnostTableAdapter();
this.tableAdapterManager = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager();
this.specialnostBindingNavigator = 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.specialnostBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.nazvanie_specialnostiTextBox = new System.Windows.Forms.TextBox();
this.opisanie_specialnostiTextBox = new System.Windows.Forms.TextBox();
this.specialnostDataGridView = 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();
nazvanie_specialnostiLabel = new System.Windows.Forms.Label();
opisanie_specialnostiLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.specialnostBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.specialnostBindingNavigator)).BeginInit();
this.specialnostBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.specialnostDataGridView)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
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(272, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(245, 24);
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;
//
// specialnostBindingSource
//
this.specialnostBindingSource.DataMember = "Specialnost";
this.specialnostBindingSource.DataSource = this.savelev_Shevchenko_pr2DataSet1;
//
// specialnostTableAdapter
//
this.specialnostTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.OcenkaTableAdapter = null;
this.tableAdapterManager.PredmetTableAdapter = null;
this.tableAdapterManager.SpecialnostTableAdapter = this.specialnostTableAdapter;
this.tableAdapterManager.StudentTableAdapter = null;
this.tableAdapterManager.UpdateOrder = SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// specialnostBindingNavigator
//
this.specialnostBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.specialnostBindingNavigator.BindingSource = this.specialnostBindingSource;
this.specialnostBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.specialnostBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.specialnostBindingNavigator.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.specialnostBindingNavigatorSaveItem});
this.specialnostBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.specialnostBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.specialnostBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.specialnostBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.specialnostBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.specialnostBindingNavigator.Name = "specialnostBindingNavigator";
this.specialnostBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.specialnostBindingNavigator.Size = new System.Drawing.Size(800, 25);
this.specialnostBindingNavigator.TabIndex = 1;
this.specialnostBindingNavigator.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 = "Удалить";
//
// specialnostBindingNavigatorSaveItem
//
this.specialnostBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.specialnostBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("specialnostBindingNavigatorSaveItem.Image")));
this.specialnostBindingNavigatorSaveItem.Name = "specialnostBindingNavigatorSaveItem";
this.specialnostBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.specialnostBindingNavigatorSaveItem.Text = "Сохранить данные";
this.specialnostBindingNavigatorSaveItem.Click += new System.EventHandler(this.specialnostBindingNavigatorSaveItem_Click);
//
// nazvanie_specialnostiLabel
//
nazvanie_specialnostiLabel.AutoSize = true;
nazvanie_specialnostiLabel.Location = new System.Drawing.Point(200, 147);
nazvanie_specialnostiLabel.Name = "nazvanie_specialnostiLabel";
nazvanie_specialnostiLabel.Size = new System.Drawing.Size(113, 13);
nazvanie_specialnostiLabel.TabIndex = 2;
nazvanie_specialnostiLabel.Text = "Nazvanie specialnosti:";
//
// nazvanie_specialnostiTextBox
//
this.nazvanie_specialnostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.specialnostBindingSource, "Nazvanie_specialnosti", true));
this.nazvanie_specialnostiTextBox.Location = new System.Drawing.Point(340, 144);
this.nazvanie_specialnostiTextBox.Name = "nazvanie_specialnostiTextBox";
this.nazvanie_specialnostiTextBox.Size = new System.Drawing.Size(165, 20);
this.nazvanie_specialnostiTextBox.TabIndex = 3;
//
// opisanie_specialnostiLabel
//
opisanie_specialnostiLabel.AutoSize = true;
opisanie_specialnostiLabel.Location = new System.Drawing.Point(200, 219);
opisanie_specialnostiLabel.Name = "opisanie_specialnostiLabel";
opisanie_specialnostiLabel.Size = new System.Drawing.Size(109, 13);
opisanie_specialnostiLabel.TabIndex = 4;
opisanie_specialnostiLabel.Text = "Opisanie specialnosti:";
//
// opisanie_specialnostiTextBox
//
this.opisanie_specialnostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.specialnostBindingSource, "Opisanie_specialnosti", true));
this.opisanie_specialnostiTextBox.Location = new System.Drawing.Point(340, 216);
this.opisanie_specialnostiTextBox.Name = "opisanie_specialnostiTextBox";
this.opisanie_specialnostiTextBox.Size = new System.Drawing.Size(165, 20);
this.opisanie_specialnostiTextBox.TabIndex = 5;
//
// specialnostDataGridView
//
this.specialnostDataGridView.AutoGenerateColumns = false;
this.specialnostDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.specialnostDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.specialnostDataGridView.DataSource = this.specialnostBindingSource;
this.specialnostDataGridView.Location = new System.Drawing.Point(173, 281);
this.specialnostDataGridView.Name = "specialnostDataGridView";
this.specialnostDataGridView.Size = new System.Drawing.Size(344, 220);
this.specialnostDataGridView.TabIndex = 6;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_specialnosti";
this.dataGridViewTextBoxColumn1.HeaderText = "ID_specialnosti";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Nazvanie_specialnosti";
this.dataGridViewTextBoxColumn2.HeaderText = "Nazvanie_specialnosti";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Opisanie_specialnosti";
this.dataGridViewTextBoxColumn3.HeaderText = "Opisanie_specialnosti";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 594);
this.Controls.Add(this.specialnostDataGridView);
this.Controls.Add(opisanie_specialnostiLabel);
this.Controls.Add(this.opisanie_specialnostiTextBox);
this.Controls.Add(nazvanie_specialnostiLabel);
this.Controls.Add(this.nazvanie_specialnostiTextBox);
this.Controls.Add(this.specialnostBindingNavigator);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form2";
this.Text = "Таблица \"Специальности\"";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.specialnostBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.specialnostBindingNavigator)).EndInit();
this.specialnostBindingNavigator.ResumeLayout(false);
this.specialnostBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.specialnostDataGridView)).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 specialnostBindingSource;
private Savelev_Shevchenko_pr2DataSet1TableAdapters.SpecialnostTableAdapter specialnostTableAdapter;
private Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator specialnostBindingNavigator;
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 specialnostBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox nazvanie_specialnostiTextBox;
private System.Windows.Forms.TextBox opisanie_specialnostiTextBox;
private System.Windows.Forms.DataGridView specialnostDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
}
}