namespace IS31Kiselev5
{
partial class FModel
{
///
/// 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(FModel));
System.Windows.Forms.Label код_моделиLabel;
System.Windows.Forms.Label наименование_моделиLabel;
System.Windows.Forms.Label код_товараLabel;
System.Windows.Forms.Label цена_моделиLabel;
this.LabModel = new System.Windows.Forms.Label();
this.iS31Kiselev5DataSet = new IS31Kiselev5.IS31Kiselev5DataSet();
this.моделиBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.моделиTableAdapter = new IS31Kiselev5.IS31Kiselev5DataSetTableAdapters.моделиTableAdapter();
this.tableAdapterManager = new IS31Kiselev5.IS31Kiselev5DataSetTableAdapters.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.код_товараTextBox = new System.Windows.Forms.TextBox();
this.цена_моделиTextBox = new System.Windows.Forms.TextBox();
код_моделиLabel = new System.Windows.Forms.Label();
наименование_моделиLabel = new System.Windows.Forms.Label();
код_товараLabel = new System.Windows.Forms.Label();
цена_моделиLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.iS31Kiselev5DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.моделиBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.моделиBindingNavigator)).BeginInit();
this.моделиBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// LabModel
//
this.LabModel.AutoSize = true;
this.LabModel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.LabModel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LabModel.ForeColor = System.Drawing.Color.DarkBlue;
this.LabModel.Location = new System.Drawing.Point(298, 54);
this.LabModel.Name = "LabModel";
this.LabModel.Size = new System.Drawing.Size(177, 26);
this.LabModel.TabIndex = 1;
this.LabModel.Text = "Таблица \"Модель\"";
//
// iS31Kiselev5DataSet
//
this.iS31Kiselev5DataSet.DataSetName = "IS31Kiselev5DataSet";
this.iS31Kiselev5DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// моделиBindingSource
//
this.моделиBindingSource.DataMember = "модели";
this.моделиBindingSource.DataSource = this.iS31Kiselev5DataSet;
//
// моделиTableAdapter
//
this.моделиTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = IS31Kiselev5.IS31Kiselev5DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.моделиTableAdapter = this.моделиTableAdapter;
this.tableAdapterManager.поступленияTableAdapter = null;
this.tableAdapterManager.товарTableAdapter = null;
//
// модели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(300, 117);
код_моделиLabel.Name = "код_моделиLabel";
код_моделиLabel.Size = new System.Drawing.Size(69, 13);
код_моделиLabel.TabIndex = 2;
код_моделиLabel.Text = "код модели:";
//
// код_моделиTextBox
//
this.код_моделиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "код модели", true));
this.код_моделиTextBox.Location = new System.Drawing.Point(375, 114);
this.код_моделиTextBox.Name = "код_моделиTextBox";
this.код_моделиTextBox.Size = new System.Drawing.Size(100, 20);
this.код_моделиTextBox.TabIndex = 3;
//
// наименование_моделиLabel
//
наименование_моделиLabel.AutoSize = true;
наименование_моделиLabel.Location = new System.Drawing.Point(244, 143);
наименование_моделиLabel.Name = "наименование_моделиLabel";
наименование_моделиLabel.Size = new System.Drawing.Size(125, 13);
наименование_моделиLabel.TabIndex = 4;
наименование_моделиLabel.Text = "наименование модели:";
//
// наименование_моделиTextBox
//
this.наименование_моделиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "наименование модели", true));
this.наименование_моделиTextBox.Location = new System.Drawing.Point(375, 140);
this.наименование_моделиTextBox.Name = "наименование_моделиTextBox";
this.наименование_моделиTextBox.Size = new System.Drawing.Size(100, 20);
this.наименование_моделиTextBox.TabIndex = 5;
//
// код_товараLabel
//
код_товараLabel.AutoSize = true;
код_товараLabel.Location = new System.Drawing.Point(303, 169);
код_товараLabel.Name = "код_товараLabel";
код_товараLabel.Size = new System.Drawing.Size(66, 13);
код_товараLabel.TabIndex = 6;
код_товараLabel.Text = "код товара:";
//
// код_товараTextBox
//
this.код_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "код товара", true));
this.код_товараTextBox.Location = new System.Drawing.Point(375, 166);
this.код_товараTextBox.Name = "код_товараTextBox";
this.код_товараTextBox.Size = new System.Drawing.Size(100, 20);
this.код_товараTextBox.TabIndex = 7;
//
// цена_моделиLabel
//
цена_моделиLabel.AutoSize = true;
цена_моделиLabel.Location = new System.Drawing.Point(294, 195);
цена_моделиLabel.Name = "цена_моделиLabel";
цена_моделиLabel.Size = new System.Drawing.Size(75, 13);
цена_моделиLabel.TabIndex = 8;
цена_моделиLabel.Text = "цена модели:";
//
// цена_моделиTextBox
//
this.цена_моделиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "цена модели", true));
this.цена_моделиTextBox.Location = new System.Drawing.Point(375, 192);
this.цена_моделиTextBox.Name = "цена_моделиTextBox";
this.цена_моделиTextBox.Size = new System.Drawing.Size(100, 20);
this.цена_моделиTextBox.TabIndex = 9;
//
// FModel
//
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(цена_моделиLabel);
this.Controls.Add(this.цена_моделиTextBox);
this.Controls.Add(код_товараLabel);
this.Controls.Add(this.код_товараTextBox);
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.LabModel);
this.Name = "FModel";
this.Text = "Таблица \"Модели\"";
this.Load += new System.EventHandler(this.FModel_Load);
((System.ComponentModel.ISupportInitialize)(this.iS31Kiselev5DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.моделиBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.моделиBindingNavigator)).EndInit();
this.моделиBindingNavigator.ResumeLayout(false);
this.моделиBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label LabModel;
private IS31Kiselev5DataSet iS31Kiselev5DataSet;
private System.Windows.Forms.BindingSource моделиBindingSource;
private IS31Kiselev5DataSetTableAdapters.моделиTableAdapter моделиTableAdapter;
private IS31Kiselev5DataSetTableAdapters.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 System.Windows.Forms.TextBox код_товараTextBox;
private System.Windows.Forms.TextBox цена_моделиTextBox;
}
}