namespace Badretdinov_specodezhda
{
partial class Form5
{
///
/// 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(Form5));
System.Windows.Forms.Label наименование_цехаLabel;
System.Windows.Forms.Label фИО_начальника_цехаLabel;
System.Windows.Forms.Label код_работникаLabel;
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.badretdinov_cpecodezhdaDataSet = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSet();
this.цехиBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.цехиTableAdapter = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.ЦехиTableAdapter();
this.tableAdapterManager = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.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.фИО_начальника_цехаTextBox = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.работникиBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.работникиTableAdapter = new Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.РаботникиTableAdapter();
наименование_цехаLabel = new System.Windows.Forms.Label();
фИО_начальника_цехаLabel = new System.Windows.Forms.Label();
код_работникаLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.badretdinov_cpecodezhdaDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.цехиBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.цехиBindingNavigator)).BeginInit();
this.цехиBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(285, 60);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(32, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Цехи";
//
// button1
//
this.button1.Location = new System.Drawing.Point(424, 183);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "Закрыть";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// badretdinov_cpecodezhdaDataSet
//
this.badretdinov_cpecodezhdaDataSet.DataSetName = "badretdinov_cpecodezhdaDataSet";
this.badretdinov_cpecodezhdaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// цехиBindingSource
//
this.цехиBindingSource.DataMember = "Цехи";
this.цехиBindingSource.DataSource = this.badretdinov_cpecodezhdaDataSet;
//
// цехиTableAdapter
//
this.цехиTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Badretdinov_specodezhda.badretdinov_cpecodezhdaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.О_спецодеждеTableAdapter = null;
this.tableAdapterManager.ПолучениеTableAdapter = null;
this.tableAdapterManager.РаботникиTableAdapter = this.работникиTableAdapter;
this.tableAdapterManager.ЦехиTableAdapter = this.цехиTableAdapter;
//
// цехи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(800, 25);
this.цехиBindingNavigator.TabIndex = 2;
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(29, 140);
наименование_цехаLabel.Name = "наименование_цехаLabel";
наименование_цехаLabel.Size = new System.Drawing.Size(112, 13);
наименование_цехаLabel.TabIndex = 5;
наименование_цехаLabel.Text = "Наименование цеха:";
//
// наименование_цехаTextBox
//
this.наименование_цехаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.цехиBindingSource, "Наименование_цеха", true));
this.наименование_цехаTextBox.Location = new System.Drawing.Point(147, 137);
this.наименование_цехаTextBox.Name = "наименование_цехаTextBox";
this.наименование_цехаTextBox.Size = new System.Drawing.Size(100, 20);
this.наименование_цехаTextBox.TabIndex = 6;
//
// фИО_начальника_цехаLabel
//
фИО_начальника_цехаLabel.AutoSize = true;
фИО_начальника_цехаLabel.Location = new System.Drawing.Point(29, 183);
фИО_начальника_цехаLabel.Name = "фИО_начальника_цехаLabel";
фИО_начальника_цехаLabel.Size = new System.Drawing.Size(125, 13);
фИО_начальника_цехаLabel.TabIndex = 7;
фИО_начальника_цехаLabel.Text = "ФИО начальника цеха:";
//
// фИО_начальника_цехаTextBox
//
this.фИО_начальника_цехаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.цехиBindingSource, "ФИО_начальника_цеха", true));
this.фИО_начальника_цехаTextBox.Location = new System.Drawing.Point(160, 180);
this.фИО_начальника_цехаTextBox.Name = "фИО_начальника_цехаTextBox";
this.фИО_начальника_цехаTextBox.Size = new System.Drawing.Size(100, 20);
this.фИО_начальника_цехаTextBox.TabIndex = 8;
//
// код_работникаLabel
//
код_работникаLabel.AutoSize = true;
код_работникаLabel.Location = new System.Drawing.Point(29, 219);
код_работникаLabel.Name = "код_работникаLabel";
код_работникаLabel.Size = new System.Drawing.Size(85, 13);
код_работникаLabel.TabIndex = 9;
код_работникаLabel.Text = "Код работника:";
//
// comboBox1
//
this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.цехиBindingSource, "Код_работника", true));
this.comboBox1.DataSource = this.работникиBindingSource;
this.comboBox1.DisplayMember = "ФИО работника";
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(120, 219);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 21);
this.comboBox1.TabIndex = 31;
this.comboBox1.ValueMember = "Код работника";
//
// работникиBindingSource
//
this.работникиBindingSource.DataMember = "Работники";
this.работникиBindingSource.DataSource = this.badretdinov_cpecodezhdaDataSet;
//
// работникиTableAdapter
//
this.работникиTableAdapter.ClearBeforeFill = true;
//
// Form5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.comboBox1);
this.Controls.Add(код_работникаLabel);
this.Controls.Add(фИО_начальника_цехаLabel);
this.Controls.Add(this.фИО_начальника_цехаTextBox);
this.Controls.Add(наименование_цехаLabel);
this.Controls.Add(this.наименование_цехаTextBox);
this.Controls.Add(this.цехиBindingNavigator);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Name = "Form5";
this.Text = "Цеха";
this.Load += new System.EventHandler(this.Form5_Load);
((System.ComponentModel.ISupportInitialize)(this.badretdinov_cpecodezhdaDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.цехиBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.цехиBindingNavigator)).EndInit();
this.цехиBindingNavigator.ResumeLayout(false);
this.цехиBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.работникиBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private badretdinov_cpecodezhdaDataSet badretdinov_cpecodezhdaDataSet;
private System.Windows.Forms.BindingSource цехиBindingSource;
private badretdinov_cpecodezhdaDataSetTableAdapters.ЦехиTableAdapter цехиTableAdapter;
private badretdinov_cpecodezhdaDataSetTableAdapters.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.TextBox фИО_начальника_цехаTextBox;
private badretdinov_cpecodezhdaDataSetTableAdapters.РаботникиTableAdapter работникиTableAdapter;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.BindingSource работникиBindingSource;
}
}