namespace Lyakhov_Bilet10
{
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));
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.label1 = new System.Windows.Forms.Label();
this.товарыDataGridView = 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.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.lyakhov_Bilet10DataSet = new Lyakhov_Bilet10.Lyakhov_Bilet10DataSet();
this.товарыTableAdapter = new Lyakhov_Bilet10.Lyakhov_Bilet10DataSetTableAdapters.ТоварыTableAdapter();
this.tableAdapterManager = new Lyakhov_Bilet10.Lyakhov_Bilet10DataSetTableAdapters.TableAdapterManager();
this.заказTableAdapter = new Lyakhov_Bilet10.Lyakhov_Bilet10DataSetTableAdapters.ЗаказTableAdapter();
this.клиентыTableAdapter = new Lyakhov_Bilet10.Lyakhov_Bilet10DataSetTableAdapters.КлиентыTableAdapter();
this.клиентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.заказBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).BeginInit();
this.товарыBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lyakhov_Bilet10DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.клиентыBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.заказBindingSource)).BeginInit();
this.SuspendLayout();
//
// товары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(546, 25);
this.товарыBindingNavigator.TabIndex = 0;
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.Font = new System.Drawing.Font("Segoe UI", 9F);
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, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// 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, 22);
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, 22);
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// 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, 22);
this.bindingNavigatorDeleteItem.Text = "Удалить";
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
//
// товары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, 22);
this.товарыBindingNavigatorSaveItem.Text = "Сохранить данные";
this.товарыBindingNavigatorSaveItem.Click += new System.EventHandler(this.товарыBindingNavigatorSaveItem_Click);
//
// label1
//
this.label1.BackColor = System.Drawing.SystemColors.Menu;
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.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(120, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(266, 43);
this.label1.TabIndex = 9;
this.label1.Text = "Просмотр списка товаров";
//
// товарыDataGridView
//
this.товарыDataGridView.AutoGenerateColumns = false;
this.товарыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.товарыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4});
this.товарыDataGridView.DataSource = this.товарыBindingSource;
this.товарыDataGridView.Location = new System.Drawing.Point(12, 81);
this.товарыDataGridView.Name = "товарыDataGridView";
this.товарыDataGridView.Size = new System.Drawing.Size(487, 134);
this.товарыDataGridView.TabIndex = 9;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_Tovara";
this.dataGridViewTextBoxColumn1.HeaderText = "ID_Tovara";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Nazvanie";
this.dataGridViewTextBoxColumn2.HeaderText = "Nazvanie";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Cena";
this.dataGridViewTextBoxColumn3.HeaderText = "Cena";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "ID_Klienta";
this.dataGridViewTextBoxColumn4.HeaderText = "ID_Klienta";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// товарыBindingSource
//
this.товарыBindingSource.DataMember = "Товары";
this.товарыBindingSource.DataSource = this.lyakhov_Bilet10DataSet;
//
// lyakhov_Bilet10DataSet
//
this.lyakhov_Bilet10DataSet.DataSetName = "Lyakhov_Bilet10DataSet";
this.lyakhov_Bilet10DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// товарыTableAdapter
//
this.товарыTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = Lyakhov_Bilet10.Lyakhov_Bilet10DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.ЗаказTableAdapter = this.заказTableAdapter;
this.tableAdapterManager.История_продажиTableAdapter = null;
this.tableAdapterManager.КлиентыTableAdapter = this.клиентыTableAdapter;
this.tableAdapterManager.ТоварыTableAdapter = this.товарыTableAdapter;
//
// заказTableAdapter
//
this.заказTableAdapter.ClearBeforeFill = true;
//
// клиентыTableAdapter
//
this.клиентыTableAdapter.ClearBeforeFill = true;
//
// клиентыBindingSource
//
this.клиентыBindingSource.DataMember = "Клиенты";
this.клиентыBindingSource.DataSource = this.lyakhov_Bilet10DataSet;
//
// заказBindingSource
//
this.заказBindingSource.DataMember = "Заказ";
this.заказBindingSource.DataSource = this.lyakhov_Bilet10DataSet;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(546, 318);
this.Controls.Add(this.товарыDataGridView);
this.Controls.Add(this.label1);
this.Controls.Add(this.товарыBindingNavigator);
this.Name = "Form2";
this.Text = "Товары";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).EndInit();
this.товарыBindingNavigator.ResumeLayout(false);
this.товарыBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.товарыDataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lyakhov_Bilet10DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.клиентыBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.заказBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Lyakhov_Bilet10DataSet lyakhov_Bilet10DataSet;
private System.Windows.Forms.BindingSource товарыBindingSource;
private Lyakhov_Bilet10DataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter;
private Lyakhov_Bilet10DataSetTableAdapters.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 Lyakhov_Bilet10DataSetTableAdapters.КлиентыTableAdapter клиентыTableAdapter;
private System.Windows.Forms.BindingSource клиентыBindingSource;
private Lyakhov_Bilet10DataSetTableAdapters.ЗаказTableAdapter заказTableAdapter;
private System.Windows.Forms.BindingSource заказBindingSource;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView товарыDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
}
}