namespace ZhorovaRP42
{
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 название_производителяLabel;
System.Windows.Forms.Label дата_начала_работыLabel;
System.Windows.Forms.Label iDLabel;
this.zhorovaRP42DataSet = new ZhorovaRP42.ZhorovaRP42DataSet();
this.manufacturer_b_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.manufacturer_b_importTableAdapter = new ZhorovaRP42.ZhorovaRP42DataSetTableAdapters.manufacturer_b_importTableAdapter();
this.tableAdapterManager = new ZhorovaRP42.ZhorovaRP42DataSetTableAdapters.TableAdapterManager();
this.manufacturer_b_importBindingNavigator = 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.manufacturer_b_importBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.название_производителяTextBox = new System.Windows.Forms.TextBox();
this.дата_начала_работыDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.iDTextBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
название_производителяLabel = new System.Windows.Forms.Label();
дата_начала_работыLabel = new System.Windows.Forms.Label();
iDLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.zhorovaRP42DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.manufacturer_b_importBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.manufacturer_b_importBindingNavigator)).BeginInit();
this.manufacturer_b_importBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// zhorovaRP42DataSet
//
this.zhorovaRP42DataSet.DataSetName = "ZhorovaRP42DataSet";
this.zhorovaRP42DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// manufacturer_b_importBindingSource
//
this.manufacturer_b_importBindingSource.DataMember = "manufacturer_b_import";
this.manufacturer_b_importBindingSource.DataSource = this.zhorovaRP42DataSet;
//
// manufacturer_b_importTableAdapter
//
this.manufacturer_b_importTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.manufacturer_b_importTableAdapter = this.manufacturer_b_importTableAdapter;
this.tableAdapterManager.product_b_importTableAdapter = null;
this.tableAdapterManager.productsale_b_importTableAdapter = null;
this.tableAdapterManager.UpdateOrder = ZhorovaRP42.ZhorovaRP42DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// manufacturer_b_importBindingNavigator
//
this.manufacturer_b_importBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.manufacturer_b_importBindingNavigator.BindingSource = this.manufacturer_b_importBindingSource;
this.manufacturer_b_importBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.manufacturer_b_importBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.manufacturer_b_importBindingNavigator.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.manufacturer_b_importBindingNavigatorSaveItem});
this.manufacturer_b_importBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.manufacturer_b_importBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.manufacturer_b_importBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.manufacturer_b_importBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.manufacturer_b_importBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.manufacturer_b_importBindingNavigator.Name = "manufacturer_b_importBindingNavigator";
this.manufacturer_b_importBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.manufacturer_b_importBindingNavigator.Size = new System.Drawing.Size(430, 25);
this.manufacturer_b_importBindingNavigator.TabIndex = 0;
this.manufacturer_b_importBindingNavigator.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 = "Удалить";
//
// manufacturer_b_importBindingNavigatorSaveItem
//
this.manufacturer_b_importBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.manufacturer_b_importBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("manufacturer_b_importBindingNavigatorSaveItem.Image")));
this.manufacturer_b_importBindingNavigatorSaveItem.Name = "manufacturer_b_importBindingNavigatorSaveItem";
this.manufacturer_b_importBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.manufacturer_b_importBindingNavigatorSaveItem.Text = "Сохранить данные";
this.manufacturer_b_importBindingNavigatorSaveItem.Click += new System.EventHandler(this.manufacturer_b_importBindingNavigatorSaveItem_Click);
//
// название_производителяLabel
//
название_производителяLabel.AutoSize = true;
название_производителяLabel.Location = new System.Drawing.Point(128, 64);
название_производителяLabel.Name = "название_производителяLabel";
название_производителяLabel.Size = new System.Drawing.Size(140, 13);
название_производителяLabel.TabIndex = 1;
название_производителяLabel.Text = "Название производителя:";
//
// название_производителяTextBox
//
this.название_производителяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.manufacturer_b_importBindingSource, "Название_производителя", true));
this.название_производителяTextBox.Location = new System.Drawing.Point(274, 61);
this.название_производителяTextBox.Name = "название_производителяTextBox";
this.название_производителяTextBox.Size = new System.Drawing.Size(100, 20);
this.название_производителяTextBox.TabIndex = 2;
//
// дата_начала_работыLabel
//
дата_начала_работыLabel.AutoSize = true;
дата_начала_работыLabel.Location = new System.Drawing.Point(54, 115);
дата_начала_работыLabel.Name = "дата_начала_работыLabel";
дата_начала_работыLabel.Size = new System.Drawing.Size(114, 13);
дата_начала_работыLabel.TabIndex = 3;
дата_начала_работыLabel.Text = "Дата начала работы:";
//
// дата_начала_работыDateTimePicker
//
this.дата_начала_работыDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.manufacturer_b_importBindingSource, "Дата_начала_работы", true));
this.дата_начала_работыDateTimePicker.Location = new System.Drawing.Point(174, 111);
this.дата_начала_работыDateTimePicker.Name = "дата_начала_работыDateTimePicker";
this.дата_начала_работыDateTimePicker.Size = new System.Drawing.Size(200, 20);
this.дата_начала_работыDateTimePicker.TabIndex = 4;
//
// iDLabel
//
iDLabel.AutoSize = true;
iDLabel.Location = new System.Drawing.Point(247, 161);
iDLabel.Name = "iDLabel";
iDLabel.Size = new System.Drawing.Size(21, 13);
iDLabel.TabIndex = 5;
iDLabel.Text = "ID:";
//
// iDTextBox
//
this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.manufacturer_b_importBindingSource, "ID", true));
this.iDTextBox.Location = new System.Drawing.Point(274, 158);
this.iDTextBox.Name = "iDTextBox";
this.iDTextBox.Size = new System.Drawing.Size(100, 20);
this.iDTextBox.TabIndex = 6;
//
// button1
//
this.button1.Location = new System.Drawing.Point(299, 228);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "удалить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(299, 275);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 8;
this.button2.Text = "сохранить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(299, 325);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 9;
this.button3.Text = "добавить";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(430, 450);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(iDLabel);
this.Controls.Add(this.iDTextBox);
this.Controls.Add(дата_начала_работыLabel);
this.Controls.Add(this.дата_начала_работыDateTimePicker);
this.Controls.Add(название_производителяLabel);
this.Controls.Add(this.название_производителяTextBox);
this.Controls.Add(this.manufacturer_b_importBindingNavigator);
this.Name = "Form2";
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.zhorovaRP42DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.manufacturer_b_importBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.manufacturer_b_importBindingNavigator)).EndInit();
this.manufacturer_b_importBindingNavigator.ResumeLayout(false);
this.manufacturer_b_importBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ZhorovaRP42DataSet zhorovaRP42DataSet;
private System.Windows.Forms.BindingSource manufacturer_b_importBindingSource;
private ZhorovaRP42DataSetTableAdapters.manufacturer_b_importTableAdapter manufacturer_b_importTableAdapter;
private ZhorovaRP42DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator manufacturer_b_importBindingNavigator;
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 manufacturer_b_importBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox название_производителяTextBox;
private System.Windows.Forms.DateTimePicker дата_начала_работыDateTimePicker;
private System.Windows.Forms.TextBox iDTextBox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}