namespace YurevichIS31_Stroymaterialy { partial class zakazform { /// /// 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(zakazform)); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); 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.zakaz = 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.пунктвыдачи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.iS31YurevichDataSetBindingSource = 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.poiskbutton = new System.Windows.Forms.Button(); this.searchtextbox = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.zakaz)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.заказimportBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSetBindingSource)).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.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 = 2; // // 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(148, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(191, 67); this.label1.TabIndex = 0; this.label1.Text = "Заказы"; // // 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, 364); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(818, 102); this.panel2.TabIndex = 3; // // 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; this.savebutton.Click += new System.EventHandler(this.savebutton_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(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; this.delbutton.Click += new System.EventHandler(this.delbutton_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(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; this.addbutton.Click += new System.EventHandler(this.addbutton_Click); // // 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; this.exitbutton.Click += new System.EventHandler(this.exitbutton_Click); // // zakaz // this.zakaz.AutoGenerateColumns = false; this.zakaz.BackgroundColor = System.Drawing.Color.White; this.zakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.zakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idзаказаDataGridViewTextBoxColumn, this.составзаказаDataGridViewTextBoxColumn, this.датазаказаDataGridViewTextBoxColumn, this.датадоставкиDataGridViewTextBoxColumn, this.пунктвыдачиDataGridViewTextBoxColumn, this.фИОклиентаDataGridViewTextBoxColumn, this.коддляполученияDataGridViewTextBoxColumn, this.статусзаказаDataGridViewTextBoxColumn, this.idсотрудникаDataGridViewTextBoxColumn}); this.zakaz.DataSource = this.заказimportBindingSource; this.zakaz.Location = new System.Drawing.Point(1, 107); this.zakaz.Name = "zakaz"; this.zakaz.Size = new System.Drawing.Size(804, 251); this.zakaz.TabIndex = 4; // // 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"; // // пунктвыдачи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"; // // статусзаказа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.iS31YurevichDataSetBindingSource; // // iS31YurevichDataSetBindingSource // this.iS31YurevichDataSetBindingSource.DataSource = this.iS31YurevichDataSet; this.iS31YurevichDataSetBindingSource.Position = 0; // // 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 = this.заказ_importTableAdapter; this.tableAdapterManager1.Пункты_выдачи_importTableAdapter = null; this.tableAdapterManager1.Товар_import_СтройматериалыTableAdapter = null; // // 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(630, 36); this.poiskbutton.Name = "poiskbutton"; this.poiskbutton.Size = new System.Drawing.Size(160, 54); this.poiskbutton.TabIndex = 8; this.poiskbutton.Text = "Поиск"; this.poiskbutton.UseVisualStyleBackColor = false; this.poiskbutton.Click += new System.EventHandler(this.poiskbutton_Click); // // searchtextbox // this.searchtextbox.Location = new System.Drawing.Point(630, 10); this.searchtextbox.Name = "searchtextbox"; this.searchtextbox.Size = new System.Drawing.Size(160, 20); this.searchtextbox.TabIndex = 9; // // zakazform // 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.zakaz); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "zakazform"; this.Text = "zakazform"; this.Load += new System.EventHandler(this.zakazform_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.zakaz)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.заказimportBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.iS31YurevichDataSetBindingSource)).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 exitbutton; private System.Windows.Forms.DataGridView zakaz; private System.Windows.Forms.BindingSource iS31YurevichDataSetBindingSource; private IS31YurevichDataSet iS31YurevichDataSet; private System.Windows.Forms.BindingSource заказimportBindingSource; private IS31YurevichDataSetTableAdapters.Заказ_importTableAdapter заказ_importTableAdapter; private System.Windows.Forms.Button savebutton; private System.Windows.Forms.Button delbutton; private System.Windows.Forms.Button addbutton; 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 пунктвыдачи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; } }