namespace ГЕС_5
{
partial class Customer_FORM_1
{
///
/// 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(Customer_FORM_1));
System.Windows.Forms.Label код_заказчикаLabel;
System.Windows.Forms.Label название_заказчикаLabel;
System.Windows.Forms.Label телефонLabel;
this._ГЕС_5DataSet = new ГЕС_5._ГЕС_5DataSet();
this.customerBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.customerTableAdapter = new ГЕС_5._ГЕС_5DataSetTableAdapters.CustomerTableAdapter();
this.tableAdapterManager = new ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager();
this.customerBindingNavigator = 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.customerBindingNavigatorSaveItem = 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();
код_заказчикаLabel = new System.Windows.Forms.Label();
название_заказчикаLabel = new System.Windows.Forms.Label();
телефонLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.customerBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.customerBindingNavigator)).BeginInit();
this.customerBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// _ГЕС_5DataSet
//
this._ГЕС_5DataSet.DataSetName = "_ГЕС_5DataSet";
this._ГЕС_5DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// customerBindingSource
//
this.customerBindingSource.DataMember = "Customer";
this.customerBindingSource.DataSource = this._ГЕС_5DataSet;
//
// customerTableAdapter
//
this.customerTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ContractsTableAdapter = null;
this.tableAdapterManager.CustomerTableAdapter = this.customerTableAdapter;
this.tableAdapterManager.FlowersTableAdapter = null;
this.tableAdapterManager.OrdersTableAdapter = null;
this.tableAdapterManager.Postav_FlowersTableAdapter = null;
this.tableAdapterManager.PostavTableAdapter = null;
this.tableAdapterManager.UpdateOrder = ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// customerBindingNavigator
//
this.customerBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.customerBindingNavigator.BindingSource = this.customerBindingSource;
this.customerBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.customerBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.customerBindingNavigator.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.customerBindingNavigatorSaveItem});
this.customerBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.customerBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.customerBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.customerBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.customerBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.customerBindingNavigator.Name = "customerBindingNavigator";
this.customerBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.customerBindingNavigator.Size = new System.Drawing.Size(317, 25);
this.customerBindingNavigator.TabIndex = 0;
this.customerBindingNavigator.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 = "Удалить";
//
// customerBindingNavigatorSaveItem
//
this.customerBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.customerBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("customerBindingNavigatorSaveItem.Image")));
this.customerBindingNavigatorSaveItem.Name = "customerBindingNavigatorSaveItem";
this.customerBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.customerBindingNavigatorSaveItem.Text = "Сохранить данные";
this.customerBindingNavigatorSaveItem.Click += new System.EventHandler(this.customerBindingNavigatorSaveItem_Click);
//
// код_заказчикаLabel
//
код_заказчикаLabel.AutoSize = true;
код_заказчикаLabel.Location = new System.Drawing.Point(12, 40);
код_заказчикаLabel.Name = "код_заказчикаLabel";
код_заказчикаLabel.Size = new System.Drawing.Size(85, 13);
код_заказчикаLabel.TabIndex = 1;
код_заказчикаLabel.Text = "Код заказчика:";
//
// код_заказчикаTextBox
//
this.код_заказчикаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "Код заказчика", true));
this.код_заказчикаTextBox.Location = new System.Drawing.Point(134, 37);
this.код_заказчикаTextBox.Name = "код_заказчикаTextBox";
this.код_заказчикаTextBox.Size = new System.Drawing.Size(171, 20);
this.код_заказчикаTextBox.TabIndex = 2;
//
// название_заказчикаLabel
//
название_заказчикаLabel.AutoSize = true;
название_заказчикаLabel.Location = new System.Drawing.Point(12, 66);
название_заказчикаLabel.Name = "название_заказчикаLabel";
название_заказчикаLabel.Size = new System.Drawing.Size(116, 13);
название_заказчикаLabel.TabIndex = 3;
название_заказчикаLabel.Text = "Название заказчика:";
//
// название_заказчикаTextBox
//
this.название_заказчикаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "Название заказчика", true));
this.название_заказчикаTextBox.Location = new System.Drawing.Point(134, 63);
this.название_заказчикаTextBox.Name = "название_заказчикаTextBox";
this.название_заказчикаTextBox.Size = new System.Drawing.Size(171, 20);
this.название_заказчикаTextBox.TabIndex = 4;
//
// телефонLabel
//
телефонLabel.AutoSize = true;
телефонLabel.Location = new System.Drawing.Point(12, 92);
телефонLabel.Name = "телефонLabel";
телефонLabel.Size = new System.Drawing.Size(55, 13);
телефонLabel.TabIndex = 5;
телефонLabel.Text = "Телефон:";
//
// телефонTextBox
//
this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "Телефон", true));
this.телефонTextBox.Location = new System.Drawing.Point(134, 89);
this.телефонTextBox.Name = "телефонTextBox";
this.телефонTextBox.Size = new System.Drawing.Size(171, 20);
this.телефонTextBox.TabIndex = 6;
//
// Customer_FORM_1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(317, 127);
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.customerBindingNavigator);
this.Name = "Customer_FORM_1";
this.Text = "Customer_FORM_1";
this.Load += new System.EventHandler(this.Customer_FORM_1_Load);
((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.customerBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.customerBindingNavigator)).EndInit();
this.customerBindingNavigator.ResumeLayout(false);
this.customerBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private _ГЕС_5DataSet _ГЕС_5DataSet;
private System.Windows.Forms.BindingSource customerBindingSource;
private _ГЕС_5DataSetTableAdapters.CustomerTableAdapter customerTableAdapter;
private _ГЕС_5DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator customerBindingNavigator;
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 customerBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox код_заказчикаTextBox;
private System.Windows.Forms.TextBox название_заказчикаTextBox;
private System.Windows.Forms.TextBox телефонTextBox;
}
}