namespace YurevichIS31_Stroymaterialy
{
partial class punktformadd
{
///
/// 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 id_пунктаLabel;
System.Windows.Forms.Label городLabel;
System.Windows.Forms.Label улицаLabel;
System.Windows.Forms.Label номерLabel;
System.Windows.Forms.Label id_заказаLabel;
this.label1 = new System.Windows.Forms.Label();
this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
this.пункты_выдачи_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.пункты_выдачи_importTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Пункты_выдачи_importTableAdapter();
this.tableAdapterManager = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
this.id_пунктаTextBox = new System.Windows.Forms.TextBox();
this.городTextBox = new System.Windows.Forms.TextBox();
this.улицаTextBox = new System.Windows.Forms.TextBox();
this.номерTextBox = new System.Windows.Forms.TextBox();
this.id_заказаTextBox = new System.Windows.Forms.TextBox();
this.backbutton = new System.Windows.Forms.Button();
this.savebutton = new System.Windows.Forms.Button();
this.addbutton = new System.Windows.Forms.Button();
this.delbutton = new System.Windows.Forms.Button();
this.prevbutton = new System.Windows.Forms.Button();
this.nextbutton = new System.Windows.Forms.Button();
this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
id_пунктаLabel = new System.Windows.Forms.Label();
городLabel = new System.Windows.Forms.Label();
улицаLabel = new System.Windows.Forms.Label();
номерLabel = new System.Windows.Forms.Label();
id_заказаLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.пункты_выдачи_importBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(35, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(917, 67);
this.label1.TabIndex = 2;
this.label1.Text = "Добавление данных \"Пункты выдачи\"";
//
// iS31YurevichDataSet
//
this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// пункты_выдачи_importBindingSource
//
this.пункты_выдачи_importBindingSource.DataMember = "Пункты выдачи_import";
this.пункты_выдачи_importBindingSource.DataSource = this.iS31YurevichDataSet;
//
// пункты_выдачи_importTableAdapter
//
this.пункты_выдачи_importTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.user_importTableAdapter = null;
this.tableAdapterManager.Заказ_importTableAdapter = null;
this.tableAdapterManager.Пункты_выдачи_importTableAdapter = this.пункты_выдачи_importTableAdapter;
this.tableAdapterManager.Товар_import_СтройматериалыTableAdapter = null;
//
// id_пунктаLabel
//
id_пунктаLabel.AutoSize = true;
id_пунктаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
id_пунктаLabel.Location = new System.Drawing.Point(430, 99);
id_пунктаLabel.Name = "id_пунктаLabel";
id_пунктаLabel.Size = new System.Drawing.Size(58, 15);
id_пунктаLabel.TabIndex = 3;
id_пунктаLabel.Text = "id пункта:";
//
// id_пунктаTextBox
//
this.id_пунктаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пункты_выдачи_importBindingSource, "id_пункта", true));
this.id_пунктаTextBox.Location = new System.Drawing.Point(493, 96);
this.id_пунктаTextBox.Name = "id_пунктаTextBox";
this.id_пунктаTextBox.Size = new System.Drawing.Size(100, 20);
this.id_пунктаTextBox.TabIndex = 4;
//
// городLabel
//
городLabel.AutoSize = true;
городLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
городLabel.Location = new System.Drawing.Point(430, 125);
городLabel.Name = "городLabel";
городLabel.Size = new System.Drawing.Size(44, 15);
городLabel.TabIndex = 5;
городLabel.Text = "Город:";
//
// городTextBox
//
this.городTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пункты_выдачи_importBindingSource, "Город", true));
this.городTextBox.Location = new System.Drawing.Point(493, 122);
this.городTextBox.Name = "городTextBox";
this.городTextBox.Size = new System.Drawing.Size(100, 20);
this.городTextBox.TabIndex = 6;
//
// улицаLabel
//
улицаLabel.AutoSize = true;
улицаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
улицаLabel.Location = new System.Drawing.Point(430, 151);
улицаLabel.Name = "улицаLabel";
улицаLabel.Size = new System.Drawing.Size(44, 15);
улицаLabel.TabIndex = 7;
улицаLabel.Text = "Улица:";
//
// улицаTextBox
//
this.улицаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пункты_выдачи_importBindingSource, "Улица", true));
this.улицаTextBox.Location = new System.Drawing.Point(493, 148);
this.улицаTextBox.Name = "улицаTextBox";
this.улицаTextBox.Size = new System.Drawing.Size(100, 20);
this.улицаTextBox.TabIndex = 8;
//
// номерLabel
//
номерLabel.AutoSize = true;
номерLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
номерLabel.Location = new System.Drawing.Point(430, 177);
номерLabel.Name = "номерLabel";
номерLabel.Size = new System.Drawing.Size(45, 15);
номерLabel.TabIndex = 9;
номерLabel.Text = "Номер:";
//
// номерTextBox
//
this.номерTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пункты_выдачи_importBindingSource, "Номер", true));
this.номерTextBox.Location = new System.Drawing.Point(493, 174);
this.номерTextBox.Name = "номерTextBox";
this.номерTextBox.Size = new System.Drawing.Size(100, 20);
this.номерTextBox.TabIndex = 10;
//
// id_заказаLabel
//
id_заказаLabel.AutoSize = true;
id_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
id_заказаLabel.Location = new System.Drawing.Point(430, 203);
id_заказаLabel.Name = "id_заказаLabel";
id_заказаLabel.Size = new System.Drawing.Size(56, 15);
id_заказаLabel.TabIndex = 11;
id_заказаLabel.Text = "id заказа:";
//
// id_заказаTextBox
//
this.id_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.пункты_выдачи_importBindingSource, "id_заказа", true));
this.id_заказаTextBox.Location = new System.Drawing.Point(493, 200);
this.id_заказаTextBox.Name = "id_заказаTextBox";
this.id_заказаTextBox.Size = new System.Drawing.Size(100, 20);
this.id_заказаTextBox.TabIndex = 12;
//
// backbutton
//
this.backbutton.BackColor = System.Drawing.Color.White;
this.backbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.backbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.backbutton.Location = new System.Drawing.Point(845, 248);
this.backbutton.Name = "backbutton";
this.backbutton.Size = new System.Drawing.Size(115, 27);
this.backbutton.TabIndex = 31;
this.backbutton.Text = "Назад";
this.backbutton.UseVisualStyleBackColor = false;
this.backbutton.Click += new System.EventHandler(this.backbutton_Click);
//
// savebutton
//
this.savebutton.BackColor = System.Drawing.Color.White;
this.savebutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.savebutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.savebutton.Location = new System.Drawing.Point(487, 248);
this.savebutton.Name = "savebutton";
this.savebutton.Size = new System.Drawing.Size(115, 27);
this.savebutton.TabIndex = 30;
this.savebutton.Text = "Сохранить";
this.savebutton.UseVisualStyleBackColor = false;
this.savebutton.Click += new System.EventHandler(this.savebutton_Click);
//
// addbutton
//
this.addbutton.BackColor = System.Drawing.Color.White;
this.addbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addbutton.Location = new System.Drawing.Point(366, 248);
this.addbutton.Name = "addbutton";
this.addbutton.Size = new System.Drawing.Size(115, 27);
this.addbutton.TabIndex = 29;
this.addbutton.Text = "Добавить";
this.addbutton.UseVisualStyleBackColor = false;
this.addbutton.Click += new System.EventHandler(this.addbutton_Click);
//
// delbutton
//
this.delbutton.BackColor = System.Drawing.Color.White;
this.delbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.delbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.delbutton.Location = new System.Drawing.Point(245, 248);
this.delbutton.Name = "delbutton";
this.delbutton.Size = new System.Drawing.Size(115, 27);
this.delbutton.TabIndex = 28;
this.delbutton.Text = "Удалить";
this.delbutton.UseVisualStyleBackColor = false;
this.delbutton.Click += new System.EventHandler(this.delbutton_Click);
//
// prevbutton
//
this.prevbutton.BackColor = System.Drawing.Color.White;
this.prevbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.prevbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.prevbutton.Location = new System.Drawing.Point(124, 248);
this.prevbutton.Name = "prevbutton";
this.prevbutton.Size = new System.Drawing.Size(115, 27);
this.prevbutton.TabIndex = 27;
this.prevbutton.Text = "Предыдущий";
this.prevbutton.UseVisualStyleBackColor = false;
this.prevbutton.Click += new System.EventHandler(this.prevbutton_Click);
//
// nextbutton
//
this.nextbutton.BackColor = System.Drawing.Color.White;
this.nextbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.nextbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.nextbutton.Location = new System.Drawing.Point(3, 248);
this.nextbutton.Name = "nextbutton";
this.nextbutton.Size = new System.Drawing.Size(115, 27);
this.nextbutton.TabIndex = 26;
this.nextbutton.Text = "Следующий";
this.nextbutton.UseVisualStyleBackColor = false;
this.nextbutton.Click += new System.EventHandler(this.nextbutton_Click);
//
// tableAdapterManager1
//
this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager1.Connection = null;
this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager1.user_importTableAdapter = null;
this.tableAdapterManager1.Заказ_importTableAdapter = null;
this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = null;
this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = null;
//
// punktformadd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
this.ClientSize = new System.Drawing.Size(972, 278);
this.Controls.Add(this.backbutton);
this.Controls.Add(this.savebutton);
this.Controls.Add(this.addbutton);
this.Controls.Add(this.delbutton);
this.Controls.Add(this.prevbutton);
this.Controls.Add(this.nextbutton);
this.Controls.Add(id_пунктаLabel);
this.Controls.Add(this.id_пунктаTextBox);
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(id_заказаLabel);
this.Controls.Add(this.id_заказаTextBox);
this.Controls.Add(this.label1);
this.Name = "punktformadd";
this.Text = "punktformadd";
this.Load += new System.EventHandler(this.punktformadd_Load);
((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.пункты_выдачи_importBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private IS31YurevichDataSet iS31YurevichDataSet;
private System.Windows.Forms.BindingSource пункты_выдачи_importBindingSource;
private IS31YurevichDataSetTableAdapters.Пункты_выдачи_importTableAdapter пункты_выдачи_importTableAdapter;
private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox id_пунктаTextBox;
private System.Windows.Forms.TextBox городTextBox;
private System.Windows.Forms.TextBox улицаTextBox;
private System.Windows.Forms.TextBox номерTextBox;
private System.Windows.Forms.TextBox id_заказаTextBox;
private System.Windows.Forms.Button backbutton;
private System.Windows.Forms.Button savebutton;
private System.Windows.Forms.Button addbutton;
private System.Windows.Forms.Button delbutton;
private System.Windows.Forms.Button prevbutton;
private System.Windows.Forms.Button nextbutton;
private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
}
}