namespace ГЕС_5
{
partial class Flowers_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(Flowers_FORM_1));
System.Windows.Forms.Label код_цветкаLabel;
System.Windows.Forms.Label название_цветкаLabel;
System.Windows.Forms.Label цена_рассады__руб__Label;
this._ГЕС_5DataSet = new ГЕС_5._ГЕС_5DataSet();
this.flowersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.flowersTableAdapter = new ГЕС_5._ГЕС_5DataSetTableAdapters.FlowersTableAdapter();
this.tableAdapterManager = new ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager();
this.flowersBindingNavigator = 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.flowersBindingNavigatorSaveItem = 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.flowersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.flowersBindingNavigator)).BeginInit();
this.flowersBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// _ГЕС_5DataSet
//
this._ГЕС_5DataSet.DataSetName = "_ГЕС_5DataSet";
this._ГЕС_5DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// flowersBindingSource
//
this.flowersBindingSource.DataMember = "Flowers";
this.flowersBindingSource.DataSource = this._ГЕС_5DataSet;
//
// flowersTableAdapter
//
this.flowersTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ContractsTableAdapter = null;
this.tableAdapterManager.CustomerTableAdapter = null;
this.tableAdapterManager.FlowersTableAdapter = this.flowersTableAdapter;
this.tableAdapterManager.OrdersTableAdapter = null;
this.tableAdapterManager.Postav_FlowersTableAdapter = null;
this.tableAdapterManager.PostavTableAdapter = null;
this.tableAdapterManager.UpdateOrder = ГЕС_5._ГЕС_5DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// flowersBindingNavigator
//
this.flowersBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.flowersBindingNavigator.BindingSource = this.flowersBindingSource;
this.flowersBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.flowersBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.flowersBindingNavigator.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.flowersBindingNavigatorSaveItem});
this.flowersBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.flowersBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.flowersBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.flowersBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.flowersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.flowersBindingNavigator.Name = "flowersBindingNavigator";
this.flowersBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.flowersBindingNavigator.Size = new System.Drawing.Size(307, 25);
this.flowersBindingNavigator.TabIndex = 0;
this.flowersBindingNavigator.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 = "Удалить";
//
// flowersBindingNavigatorSaveItem
//
this.flowersBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.flowersBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("flowersBindingNavigatorSaveItem.Image")));
this.flowersBindingNavigatorSaveItem.Name = "flowersBindingNavigatorSaveItem";
this.flowersBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.flowersBindingNavigatorSaveItem.Text = "Сохранить данные";
this.flowersBindingNavigatorSaveItem.Click += new System.EventHandler(this.flowersBindingNavigatorSaveItem_Click);
//
// код_цветкаLabel
//
код_цветкаLabel.AutoSize = true;
код_цветкаLabel.Location = new System.Drawing.Point(12, 45);
код_цветкаLabel.Name = "код_цветкаLabel";
код_цветкаLabel.Size = new System.Drawing.Size(67, 13);
код_цветкаLabel.TabIndex = 1;
код_цветкаLabel.Text = "Код цветка:";
//
// код_цветкаTextBox
//
this.код_цветкаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.flowersBindingSource, "Код цветка", true));
this.код_цветкаTextBox.Location = new System.Drawing.Point(130, 42);
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(12, 71);
название_цветкаLabel.Name = "название_цветкаLabel";
название_цветкаLabel.Size = new System.Drawing.Size(98, 13);
название_цветкаLabel.TabIndex = 3;
название_цветкаLabel.Text = "Название цветка:";
//
// название_цветкаTextBox
//
this.название_цветкаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.flowersBindingSource, "Название цветка", true));
this.название_цветкаTextBox.Location = new System.Drawing.Point(130, 68);
this.название_цветкаTextBox.Name = "название_цветкаTextBox";
this.название_цветкаTextBox.Size = new System.Drawing.Size(100, 20);
this.название_цветкаTextBox.TabIndex = 4;
//
// цена_рассады__руб__Label
//
цена_рассады__руб__Label.AutoSize = true;
цена_рассады__руб__Label.Location = new System.Drawing.Point(12, 97);
цена_рассады__руб__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.flowersBindingSource, "Цена рассады (руб_)", true));
this.цена_рассады__руб__TextBox.Location = new System.Drawing.Point(130, 94);
this.цена_рассады__руб__TextBox.Name = "цена_рассады__руб__TextBox";
this.цена_рассады__руб__TextBox.Size = new System.Drawing.Size(100, 20);
this.цена_рассады__руб__TextBox.TabIndex = 6;
//
// Flowers_FORM_1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(307, 134);
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.flowersBindingNavigator);
this.Name = "Flowers_FORM_1";
this.Text = "Flowers_FORM_1";
this.Load += new System.EventHandler(this.Flowers_FORM_1_Load);
((System.ComponentModel.ISupportInitialize)(this._ГЕС_5DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.flowersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.flowersBindingNavigator)).EndInit();
this.flowersBindingNavigator.ResumeLayout(false);
this.flowersBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private _ГЕС_5DataSet _ГЕС_5DataSet;
private System.Windows.Forms.BindingSource flowersBindingSource;
private _ГЕС_5DataSetTableAdapters.FlowersTableAdapter flowersTableAdapter;
private _ГЕС_5DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator flowersBindingNavigator;
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 flowersBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox код_цветкаTextBox;
private System.Windows.Forms.TextBox название_цветкаTextBox;
private System.Windows.Forms.TextBox цена_рассады__руб__TextBox;
}
}