namespace ИС32Осадчий
{
partial class Добавление_заказов
{
///
/// 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.Windows.Forms.Label orderIDLabel;
System.Windows.Forms.Label orderStatusLabel;
System.Windows.Forms.Label orderDeliveryDateLabel;
System.Windows.Forms.Label orderPickupPointLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_заказов));
this.panel1 = new System.Windows.Forms.Panel();
this.orderPickupPointTextBox = new System.Windows.Forms.TextBox();
this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
this.orderDeliveryDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.orderStatusTextBox = new System.Windows.Forms.TextBox();
this.orderIDTextBox = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
this.orderTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.OrderTableAdapter();
this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
this.orderBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
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.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.orderBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
orderIDLabel = new System.Windows.Forms.Label();
orderStatusLabel = new System.Windows.Forms.Label();
orderDeliveryDateLabel = new System.Windows.Forms.Label();
orderPickupPointLabel = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.orderBindingNavigator)).BeginInit();
this.orderBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// orderIDLabel
//
orderIDLabel.AutoSize = true;
orderIDLabel.Location = new System.Drawing.Point(288, 67);
orderIDLabel.Name = "orderIDLabel";
orderIDLabel.Size = new System.Drawing.Size(50, 13);
orderIDLabel.TabIndex = 9;
orderIDLabel.Text = "Order ID:";
//
// orderStatusLabel
//
orderStatusLabel.AutoSize = true;
orderStatusLabel.Location = new System.Drawing.Point(288, 108);
orderStatusLabel.Name = "orderStatusLabel";
orderStatusLabel.Size = new System.Drawing.Size(69, 13);
orderStatusLabel.TabIndex = 10;
orderStatusLabel.Text = "Order Status:";
//
// orderDeliveryDateLabel
//
orderDeliveryDateLabel.AutoSize = true;
orderDeliveryDateLabel.Location = new System.Drawing.Point(288, 149);
orderDeliveryDateLabel.Name = "orderDeliveryDateLabel";
orderDeliveryDateLabel.Size = new System.Drawing.Size(103, 13);
orderDeliveryDateLabel.TabIndex = 11;
orderDeliveryDateLabel.Text = "Order Delivery Date:";
//
// orderPickupPointLabel
//
orderPickupPointLabel.AutoSize = true;
orderPickupPointLabel.Location = new System.Drawing.Point(288, 182);
orderPickupPointLabel.Name = "orderPickupPointLabel";
orderPickupPointLabel.Size = new System.Drawing.Size(99, 13);
orderPickupPointLabel.TabIndex = 12;
orderPickupPointLabel.Text = "Order Pickup Point:";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Moccasin;
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(orderPickupPointLabel);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.orderPickupPointTextBox);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(orderDeliveryDateLabel);
this.panel1.Controls.Add(this.orderDeliveryDateDateTimePicker);
this.panel1.Controls.Add(orderStatusLabel);
this.panel1.Controls.Add(this.orderStatusTextBox);
this.panel1.Controls.Add(orderIDLabel);
this.panel1.Controls.Add(this.orderIDTextBox);
this.panel1.Controls.Add(this.button6);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(808, 458);
this.panel1.TabIndex = 1;
//
// orderPickupPointTextBox
//
this.orderPickupPointTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "OrderPickupPoint", true));
this.orderPickupPointTextBox.Location = new System.Drawing.Point(418, 179);
this.orderPickupPointTextBox.Name = "orderPickupPointTextBox";
this.orderPickupPointTextBox.Size = new System.Drawing.Size(100, 20);
this.orderPickupPointTextBox.TabIndex = 13;
//
// orderBindingSource
//
this.orderBindingSource.DataMember = "Order";
this.orderBindingSource.DataSource = this.иС32ОсадчийDataSet;
//
// иС32ОсадчийDataSet
//
this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// orderDeliveryDateDateTimePicker
//
this.orderDeliveryDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.orderBindingSource, "OrderDeliveryDate", true));
this.orderDeliveryDateDateTimePicker.Location = new System.Drawing.Point(418, 149);
this.orderDeliveryDateDateTimePicker.Name = "orderDeliveryDateDateTimePicker";
this.orderDeliveryDateDateTimePicker.Size = new System.Drawing.Size(100, 20);
this.orderDeliveryDateDateTimePicker.TabIndex = 12;
//
// orderStatusTextBox
//
this.orderStatusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "OrderStatus", true));
this.orderStatusTextBox.Location = new System.Drawing.Point(418, 108);
this.orderStatusTextBox.Name = "orderStatusTextBox";
this.orderStatusTextBox.Size = new System.Drawing.Size(100, 20);
this.orderStatusTextBox.TabIndex = 11;
//
// orderIDTextBox
//
this.orderIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "OrderID", true));
this.orderIDTextBox.Location = new System.Drawing.Point(418, 67);
this.orderIDTextBox.Name = "orderIDTextBox";
this.orderIDTextBox.Size = new System.Drawing.Size(100, 20);
this.orderIDTextBox.TabIndex = 10;
//
// button6
//
this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button6.Location = new System.Drawing.Point(678, 400);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(110, 38);
this.button6.TabIndex = 9;
this.button6.Text = "Назад";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// orderTableAdapter
//
this.orderTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.OrderProductTableAdapter = null;
this.tableAdapterManager.OrderTableAdapter = this.orderTableAdapter;
this.tableAdapterManager.ProductTableAdapter = null;
this.tableAdapterManager.RoleTableAdapter = null;
this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UserTableAdapter = null;
//
// orderBindingNavigator
//
this.orderBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.orderBindingNavigator.BindingSource = this.orderBindingSource;
this.orderBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.orderBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.orderBindingNavigator.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.orderBindingNavigatorSaveItem});
this.orderBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.orderBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.orderBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.orderBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.orderBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.orderBindingNavigator.Name = "orderBindingNavigator";
this.orderBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.orderBindingNavigator.Size = new System.Drawing.Size(808, 25);
this.orderBindingNavigator.TabIndex = 2;
this.orderBindingNavigator.Text = "bindingNavigator1";
//
// 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 = "Добавить";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// 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 = "Удалить";
//
// 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 = "Текущее положение";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
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 = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// orderBindingNavigatorSaveItem
//
this.orderBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.orderBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("orderBindingNavigatorSaveItem.Image")));
this.orderBindingNavigatorSaveItem.Name = "orderBindingNavigatorSaveItem";
this.orderBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.orderBindingNavigatorSaveItem.Text = "Сохранить данные";
this.orderBindingNavigatorSaveItem.Click += new System.EventHandler(this.orderBindingNavigatorSaveItem_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(36, 143);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(180, 32);
this.button3.TabIndex = 22;
this.button3.Text = "Сохранить информацию";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(36, 105);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(180, 32);
this.button2.TabIndex = 21;
this.button2.Text = "Удалить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(36, 67);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(180, 32);
this.button1.TabIndex = 20;
this.button1.Text = "Добавить ";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Добавление_заказов
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(808, 458);
this.Controls.Add(this.orderBindingNavigator);
this.Controls.Add(this.panel1);
this.Name = "Добавление_заказов";
this.Text = "Добавление_заказов";
this.Load += new System.EventHandler(this.Добавление_заказов_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.orderBindingNavigator)).EndInit();
this.orderBindingNavigator.ResumeLayout(false);
this.orderBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button6;
private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
private System.Windows.Forms.BindingSource orderBindingSource;
private ИС32ОсадчийDataSetTableAdapters.OrderTableAdapter orderTableAdapter;
private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator orderBindingNavigator;
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 orderBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox orderPickupPointTextBox;
private System.Windows.Forms.DateTimePicker orderDeliveryDateDateTimePicker;
private System.Windows.Forms.TextBox orderStatusTextBox;
private System.Windows.Forms.TextBox orderIDTextBox;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
}
}