namespace YurevichIS31_Stroymaterialy
{
partial class punktform
{
///
/// 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(punktform));
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.savebutton = new System.Windows.Forms.Button();
this.delbutton = new System.Windows.Forms.Button();
this.addbutton = new System.Windows.Forms.Button();
this.exitbutton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.savebuttonz = new System.Windows.Forms.Button();
this.delbuttonz = new System.Windows.Forms.Button();
this.addbuttonz = new System.Windows.Forms.Button();
this.exitbuttonz = new System.Windows.Forms.Button();
this.punct = new System.Windows.Forms.DataGridView();
this.idпунктаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.городDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.улицаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.номерDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.idзаказаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.пунктыВыдачиimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.iS31YurevichDataSet = new YurevichIS31_Stroymaterialy.IS31YurevichDataSet();
this.пункты_выдачи_importTableAdapter = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.Пункты_выдачи_importTableAdapter();
this.tableAdapterManager1 = new YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager();
this.searchtextbox = new System.Windows.Forms.TextBox();
this.poiskbutton = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.punct)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.пунктыВыдачиimportBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel1.Controls.Add(this.poiskbutton);
this.panel1.Controls.Add(this.searchtextbox);
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(-2, -1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(818, 102);
this.panel1.TabIndex = 3;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel2.Controls.Add(this.savebutton);
this.panel2.Controls.Add(this.delbutton);
this.panel2.Controls.Add(this.addbutton);
this.panel2.Controls.Add(this.exitbutton);
this.panel2.Location = new System.Drawing.Point(-2, 300);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(818, 102);
this.panel2.TabIndex = 4;
//
// 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(306, 20);
this.savebutton.Name = "savebutton";
this.savebutton.Size = new System.Drawing.Size(140, 54);
this.savebutton.TabIndex = 3;
this.savebutton.Text = "Сохранить";
this.savebutton.UseVisualStyleBackColor = false;
//
// 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(160, 20);
this.delbutton.Name = "delbutton";
this.delbutton.Size = new System.Drawing.Size(140, 54);
this.delbutton.TabIndex = 2;
this.delbutton.Text = "Удалить";
this.delbutton.UseVisualStyleBackColor = false;
//
// 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(14, 20);
this.addbutton.Name = "addbutton";
this.addbutton.Size = new System.Drawing.Size(140, 54);
this.addbutton.TabIndex = 1;
this.addbutton.Text = "Добавление данных";
this.addbutton.UseVisualStyleBackColor = false;
//
// exitbutton
//
this.exitbutton.BackColor = System.Drawing.Color.White;
this.exitbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exitbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.exitbutton.Location = new System.Drawing.Point(650, 20);
this.exitbutton.Name = "exitbutton";
this.exitbutton.Size = new System.Drawing.Size(140, 54);
this.exitbutton.TabIndex = 0;
this.exitbutton.Text = "Выход";
this.exitbutton.UseVisualStyleBackColor = false;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(-12, 15);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(123, 87);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// 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.White;
this.label1.Location = new System.Drawing.Point(117, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(396, 67);
this.label1.TabIndex = 0;
this.label1.Text = "Пункты выдачи";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel3.Controls.Add(this.savebuttonz);
this.panel3.Controls.Add(this.delbuttonz);
this.panel3.Controls.Add(this.addbuttonz);
this.panel3.Controls.Add(this.exitbuttonz);
this.panel3.Location = new System.Drawing.Point(-2, 364);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(818, 102);
this.panel3.TabIndex = 4;
//
// savebuttonz
//
this.savebuttonz.BackColor = System.Drawing.Color.White;
this.savebuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.savebuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.savebuttonz.Location = new System.Drawing.Point(306, 20);
this.savebuttonz.Name = "savebuttonz";
this.savebuttonz.Size = new System.Drawing.Size(140, 54);
this.savebuttonz.TabIndex = 3;
this.savebuttonz.Text = "Сохранить";
this.savebuttonz.UseVisualStyleBackColor = false;
this.savebuttonz.Click += new System.EventHandler(this.savebuttonz_Click);
//
// delbuttonz
//
this.delbuttonz.BackColor = System.Drawing.Color.White;
this.delbuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.delbuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.delbuttonz.Location = new System.Drawing.Point(160, 20);
this.delbuttonz.Name = "delbuttonz";
this.delbuttonz.Size = new System.Drawing.Size(140, 54);
this.delbuttonz.TabIndex = 2;
this.delbuttonz.Text = "Удалить";
this.delbuttonz.UseVisualStyleBackColor = false;
this.delbuttonz.Click += new System.EventHandler(this.delbuttonz_Click);
//
// addbuttonz
//
this.addbuttonz.BackColor = System.Drawing.Color.White;
this.addbuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addbuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addbuttonz.Location = new System.Drawing.Point(14, 20);
this.addbuttonz.Name = "addbuttonz";
this.addbuttonz.Size = new System.Drawing.Size(140, 54);
this.addbuttonz.TabIndex = 1;
this.addbuttonz.Text = "Добавление данных";
this.addbuttonz.UseVisualStyleBackColor = false;
this.addbuttonz.Click += new System.EventHandler(this.addbuttonz_Click);
//
// exitbuttonz
//
this.exitbuttonz.BackColor = System.Drawing.Color.White;
this.exitbuttonz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exitbuttonz.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.exitbuttonz.Location = new System.Drawing.Point(650, 20);
this.exitbuttonz.Name = "exitbuttonz";
this.exitbuttonz.Size = new System.Drawing.Size(140, 54);
this.exitbuttonz.TabIndex = 0;
this.exitbuttonz.Text = "Выход";
this.exitbuttonz.UseVisualStyleBackColor = false;
this.exitbuttonz.Click += new System.EventHandler(this.exitbuttonz_Click);
//
// punct
//
this.punct.AutoGenerateColumns = false;
this.punct.BackgroundColor = System.Drawing.Color.White;
this.punct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.punct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idпунктаDataGridViewTextBoxColumn,
this.городDataGridViewTextBoxColumn,
this.улицаDataGridViewTextBoxColumn,
this.номерDataGridViewTextBoxColumn,
this.idзаказаDataGridViewTextBoxColumn});
this.punct.DataSource = this.пунктыВыдачиimportBindingSource;
this.punct.Location = new System.Drawing.Point(-2, 107);
this.punct.Name = "punct";
this.punct.Size = new System.Drawing.Size(801, 251);
this.punct.TabIndex = 5;
//
// idпунктаDataGridViewTextBoxColumn
//
this.idпунктаDataGridViewTextBoxColumn.DataPropertyName = "id_пункта";
this.idпунктаDataGridViewTextBoxColumn.HeaderText = "id_пункта";
this.idпунктаDataGridViewTextBoxColumn.Name = "idпунктаDataGridViewTextBoxColumn";
this.idпунктаDataGridViewTextBoxColumn.ReadOnly = true;
//
// городDataGridViewTextBoxColumn
//
this.городDataGridViewTextBoxColumn.DataPropertyName = "Город";
this.городDataGridViewTextBoxColumn.HeaderText = "Город";
this.городDataGridViewTextBoxColumn.Name = "городDataGridViewTextBoxColumn";
//
// улицаDataGridViewTextBoxColumn
//
this.улицаDataGridViewTextBoxColumn.DataPropertyName = "Улица";
this.улицаDataGridViewTextBoxColumn.HeaderText = "Улица";
this.улицаDataGridViewTextBoxColumn.Name = "улицаDataGridViewTextBoxColumn";
//
// номерDataGridViewTextBoxColumn
//
this.номерDataGridViewTextBoxColumn.DataPropertyName = "Номер";
this.номерDataGridViewTextBoxColumn.HeaderText = "Номер";
this.номерDataGridViewTextBoxColumn.Name = "номерDataGridViewTextBoxColumn";
//
// idзаказаDataGridViewTextBoxColumn
//
this.idзаказаDataGridViewTextBoxColumn.DataPropertyName = "id_заказа";
this.idзаказаDataGridViewTextBoxColumn.HeaderText = "id_заказа";
this.idзаказаDataGridViewTextBoxColumn.Name = "idзаказаDataGridViewTextBoxColumn";
//
// пунктыВыдачиimportBindingSource
//
this.пунктыВыдачиimportBindingSource.DataMember = "Пункты выдачи_import";
this.пунктыВыдачиimportBindingSource.DataSource = this.iS31YurevichDataSet;
//
// iS31YurevichDataSet
//
this.iS31YurevichDataSet.DataSetName = "IS31YurevichDataSet";
this.iS31YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// пункты_выдачи_importTableAdapter
//
this.пункты_выдачи_importTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager1
//
this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager1.UpdateOrder = YurevichIS31_Stroymaterialy.IS31YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager1.user_importTableAdapter = null;
this.tableAdapterManager1.Заказ_importTableAdapter = null;
this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = this.пункты_выдачи_importTableAdapter;
this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = null;
//
// searchtextbox
//
this.searchtextbox.Location = new System.Drawing.Point(628, 13);
this.searchtextbox.Name = "searchtextbox";
this.searchtextbox.Size = new System.Drawing.Size(160, 20);
this.searchtextbox.TabIndex = 5;
//
// poiskbutton
//
this.poiskbutton.BackColor = System.Drawing.Color.White;
this.poiskbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.poiskbutton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.poiskbutton.Location = new System.Drawing.Point(628, 39);
this.poiskbutton.Name = "poiskbutton";
this.poiskbutton.Size = new System.Drawing.Size(160, 54);
this.poiskbutton.TabIndex = 4;
this.poiskbutton.Text = "Поиск";
this.poiskbutton.UseVisualStyleBackColor = false;
this.poiskbutton.Click += new System.EventHandler(this.poiskbutton_Click);
//
// punktform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.punct);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Name = "punktform";
this.Text = "punktform";
this.Load += new System.EventHandler(this.punktform_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.punct)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.пунктыВыдачиimportBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSet)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button savebutton;
private System.Windows.Forms.Button delbutton;
private System.Windows.Forms.Button addbutton;
private System.Windows.Forms.Button exitbutton;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button savebuttonz;
private System.Windows.Forms.Button delbuttonz;
private System.Windows.Forms.Button addbuttonz;
private System.Windows.Forms.Button exitbuttonz;
private System.Windows.Forms.DataGridView punct;
private IS31YurevichDataSet iS31YurevichDataSet;
private System.Windows.Forms.BindingSource пунктыВыдачиimportBindingSource;
private IS31YurevichDataSetTableAdapters.Пункты_выдачи_importTableAdapter пункты_выдачи_importTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn idпунктаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn городDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn улицаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn номерDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn idзаказаDataGridViewTextBoxColumn;
private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
private System.Windows.Forms.Button poiskbutton;
private System.Windows.Forms.TextBox searchtextbox;
}
}