namespace yshakov
{
partial class Form5
{
///
/// 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();
this.iS31YshakovDataSet = new yshakov.IS31YshakovDataSet();
this.заказ_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.заказ_importTableAdapter = new yshakov.IS31YshakovDataSetTableAdapters.Заказ_importTableAdapter();
this.tableAdapterManager = new yshakov.IS31YshakovDataSetTableAdapters.TableAdapterManager();
this.заказ_importDataGridView = 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.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.iS31YshakovDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.заказ_importBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.заказ_importDataGridView)).BeginInit();
this.SuspendLayout();
//
// iS31YshakovDataSet
//
this.iS31YshakovDataSet.DataSetName = "IS31YshakovDataSet";
this.iS31YshakovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// заказ_importBindingSource
//
this.заказ_importBindingSource.DataMember = "Заказ_import";
this.заказ_importBindingSource.DataSource = this.iS31YshakovDataSet;
//
// заказ_importTableAdapter
//
this.заказ_importTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = yshakov.IS31YshakovDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.user_importTableAdapter = null;
this.tableAdapterManager.Заказ_importTableAdapter = this.заказ_importTableAdapter;
this.tableAdapterManager.Пункты_выдачи_importTableAdapter = null;
this.tableAdapterManager.Товар_import_СтройматериалыTableAdapter = null;
//
// заказ_importDataGridView
//
this.заказ_importDataGridView.AutoGenerateColumns = false;
this.заказ_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.заказ_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8});
this.заказ_importDataGridView.DataSource = this.заказ_importBindingSource;
this.заказ_importDataGridView.Location = new System.Drawing.Point(60, 109);
this.заказ_importDataGridView.Name = "заказ_importDataGridView";
this.заказ_importDataGridView.Size = new System.Drawing.Size(854, 335);
this.заказ_importDataGridView.TabIndex = 10;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Номер_заказа";
this.dataGridViewTextBoxColumn1.HeaderText = "Номер_заказа";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Состав_заказа";
this.dataGridViewTextBoxColumn2.HeaderText = "Состав_заказа";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Дата_заказа";
this.dataGridViewTextBoxColumn3.HeaderText = "Дата_заказа";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Дата_доставки";
this.dataGridViewTextBoxColumn4.HeaderText = "Дата_доставки";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Пункт_выдачи";
this.dataGridViewTextBoxColumn5.HeaderText = "Пункт_выдачи";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "ФИО_клиента";
this.dataGridViewTextBoxColumn6.HeaderText = "ФИО_клиента";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "Код_для_получения";
this.dataGridViewTextBoxColumn7.HeaderText = "Код_для_получения";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "Статус_заказа";
this.dataGridViewTextBoxColumn8.HeaderText = "Статус_заказа";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// button5
//
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.button5.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button5.Location = new System.Drawing.Point(468, 64);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(105, 39);
this.button5.TabIndex = 14;
this.button5.Text = "Сохранить";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.button4.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button4.Location = new System.Drawing.Point(810, 64);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(104, 39);
this.button4.TabIndex = 13;
this.button4.Text = "Удалить";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.button3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(696, 64);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(108, 39);
this.button3.TabIndex = 12;
this.button3.Text = "Изменить";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.button2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button2.Location = new System.Drawing.Point(579, 64);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(111, 39);
this.button2.TabIndex = 11;
this.button2.Text = "Добавить";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(60, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 44);
this.button1.TabIndex = 15;
this.button1.Text = "Назад";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(430, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 45);
this.label1.TabIndex = 16;
this.label1.Text = "Заказ";
//
// Form5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(980, 468);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.заказ_importDataGridView);
this.Name = "Form5";
this.Text = "Form5";
this.Load += new System.EventHandler(this.Form5_Load);
((System.ComponentModel.ISupportInitialize)(this.iS31YshakovDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.заказ_importBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.заказ_importDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private IS31YshakovDataSet iS31YshakovDataSet;
private System.Windows.Forms.BindingSource заказ_importBindingSource;
private IS31YshakovDataSetTableAdapters.Заказ_importTableAdapter заказ_importTableAdapter;
private IS31YshakovDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.DataGridView заказ_importDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
}
}