namespace YurevichIS31_Stroymaterialy { partial class zakazaddform { /// /// 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 пункт_выдачи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.дата_заказаDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.дата_доставкиDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.пункт_выдачи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.nextbutton = new System.Windows.Forms.Button(); this.prevbutton = new System.Windows.Forms.Button(); this.delbutton = new System.Windows.Forms.Button(); this.addbutton = new System.Windows.Forms.Button(); this.savebutton = new System.Windows.Forms.Button(); this.backbutton = 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(); пункт_выдачи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(48, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(712, 67); this.label1.TabIndex = 1; 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 = this.заказ_importTableAdapter; this.tableAdapterManager.Пункты_выдачи_importTableAdapter = null; this.tableAdapterManager.Товар_import_СтройматериалыTableAdapter = null; // // id_заказаLabel // id_заказаLabel.AutoSize = true; id_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); id_заказаLabel.Location = new System.Drawing.Point(263, 151); id_заказаLabel.Name = "id_заказаLabel"; id_заказаLabel.Size = new System.Drawing.Size(56, 15); id_заказаLabel.TabIndex = 2; 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(390, 151); this.id_заказаTextBox.Name = "id_заказаTextBox"; this.id_заказаTextBox.Size = new System.Drawing.Size(200, 20); this.id_заказаTextBox.TabIndex = 3; // // состав_заказаLabel // состав_заказаLabel.AutoSize = true; состав_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); состав_заказаLabel.Location = new System.Drawing.Point(263, 177); состав_заказаLabel.Name = "состав_заказаLabel"; состав_заказаLabel.Size = new System.Drawing.Size(83, 15); состав_заказаLabel.TabIndex = 4; состав_заказаLabel.Text = "Состав заказа:"; // // состав_заказаTextBox // this.состав_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Состав_заказа", true)); this.состав_заказаTextBox.Location = new System.Drawing.Point(390, 177); this.состав_заказаTextBox.Name = "состав_заказаTextBox"; this.состав_заказаTextBox.Size = new System.Drawing.Size(200, 20); this.состав_заказаTextBox.TabIndex = 5; // // дата_заказаLabel // дата_заказаLabel.AutoSize = true; дата_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); дата_заказаLabel.Location = new System.Drawing.Point(263, 204); дата_заказаLabel.Name = "дата_заказаLabel"; дата_заказаLabel.Size = new System.Drawing.Size(71, 15); дата_заказаLabel.TabIndex = 6; дата_заказаLabel.Text = "Дата заказа:"; // // дата_заказаDateTimePicker // this.дата_заказаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказ_importBindingSource, "Дата_заказа", true)); this.дата_заказаDateTimePicker.Location = new System.Drawing.Point(390, 203); this.дата_заказаDateTimePicker.Name = "дата_заказаDateTimePicker"; this.дата_заказаDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_заказаDateTimePicker.TabIndex = 7; // // дата_доставкиLabel // дата_доставкиLabel.AutoSize = true; дата_доставкиLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); дата_доставкиLabel.Location = new System.Drawing.Point(263, 230); дата_доставкиLabel.Name = "дата_доставкиLabel"; дата_доставкиLabel.Size = new System.Drawing.Size(87, 15); дата_доставкиLabel.TabIndex = 8; дата_доставкиLabel.Text = "Дата доставки:"; // // дата_доставкиDateTimePicker // this.дата_доставкиDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.заказ_importBindingSource, "Дата_доставки", true)); this.дата_доставкиDateTimePicker.Location = new System.Drawing.Point(390, 229); this.дата_доставкиDateTimePicker.Name = "дата_доставкиDateTimePicker"; this.дата_доставкиDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_доставкиDateTimePicker.TabIndex = 9; // // пункт_выдачиLabel // пункт_выдачиLabel.AutoSize = true; пункт_выдачиLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); пункт_выдачиLabel.Location = new System.Drawing.Point(263, 255); пункт_выдачиLabel.Name = "пункт_выдачиLabel"; пункт_выдачиLabel.Size = new System.Drawing.Size(86, 15); пункт_выдачиLabel.TabIndex = 10; пункт_выдачиLabel.Text = "Пункт выдачи:"; // // пункт_выдачиTextBox // this.пункт_выдачиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Пункт_выдачи", true)); this.пункт_выдачиTextBox.Location = new System.Drawing.Point(390, 255); this.пункт_выдачиTextBox.Name = "пункт_выдачиTextBox"; this.пункт_выдачиTextBox.Size = new System.Drawing.Size(200, 20); this.пункт_выдачиTextBox.TabIndex = 11; // // фИО_клиентаLabel // фИО_клиентаLabel.AutoSize = true; фИО_клиентаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); фИО_клиентаLabel.Location = new System.Drawing.Point(263, 281); фИО_клиентаLabel.Name = "фИО_клиентаLabel"; фИО_клиентаLabel.Size = new System.Drawing.Size(79, 15); фИО_клиентаLabel.TabIndex = 12; фИО_клиентаLabel.Text = "ФИО клиента:"; // // фИО_клиентаTextBox // this.фИО_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "ФИО_клиента", true)); this.фИО_клиентаTextBox.Location = new System.Drawing.Point(390, 281); this.фИО_клиентаTextBox.Name = "фИО_клиентаTextBox"; this.фИО_клиентаTextBox.Size = new System.Drawing.Size(200, 20); this.фИО_клиентаTextBox.TabIndex = 13; // // код_для_полученияLabel // код_для_полученияLabel.AutoSize = true; код_для_полученияLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); код_для_полученияLabel.Location = new System.Drawing.Point(263, 307); код_для_полученияLabel.Name = "код_для_полученияLabel"; код_для_полученияLabel.Size = new System.Drawing.Size(115, 15); код_для_полученияLabel.TabIndex = 14; код_для_полученияLabel.Text = "Код для получения:"; // // код_для_полученияTextBox // this.код_для_полученияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Код_для_получения", true)); this.код_для_полученияTextBox.Location = new System.Drawing.Point(390, 307); this.код_для_полученияTextBox.Name = "код_для_полученияTextBox"; this.код_для_полученияTextBox.Size = new System.Drawing.Size(200, 20); this.код_для_полученияTextBox.TabIndex = 15; // // статус_заказаLabel // статус_заказаLabel.AutoSize = true; статус_заказаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); статус_заказаLabel.Location = new System.Drawing.Point(263, 333); статус_заказаLabel.Name = "статус_заказаLabel"; статус_заказаLabel.Size = new System.Drawing.Size(81, 15); статус_заказаLabel.TabIndex = 16; статус_заказаLabel.Text = "Статус заказа:"; // // статус_заказаTextBox // this.статус_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_importBindingSource, "Статус_заказа", true)); this.статус_заказаTextBox.Location = new System.Drawing.Point(390, 333); this.статус_заказаTextBox.Name = "статус_заказаTextBox"; this.статус_заказаTextBox.Size = new System.Drawing.Size(200, 20); this.статус_заказаTextBox.TabIndex = 17; // // id_сотрудникаLabel // id_сотрудникаLabel.AutoSize = true; id_сотрудникаLabel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F); id_сотрудникаLabel.Location = new System.Drawing.Point(263, 359); id_сотрудникаLabel.Name = "id_сотрудникаLabel"; id_сотрудникаLabel.Size = new System.Drawing.Size(84, 15); id_сотрудникаLabel.TabIndex = 18; 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(390, 359); this.id_сотрудникаTextBox.Name = "id_сотрудникаTextBox"; this.id_сотрудникаTextBox.Size = new System.Drawing.Size(200, 20); this.id_сотрудникаTextBox.TabIndex = 19; // // 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(2, 420); this.nextbutton.Name = "nextbutton"; this.nextbutton.Size = new System.Drawing.Size(115, 27); this.nextbutton.TabIndex = 20; this.nextbutton.Text = "Следующий"; this.nextbutton.UseVisualStyleBackColor = false; this.nextbutton.Click += new System.EventHandler(this.nextbutton_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(123, 420); this.prevbutton.Name = "prevbutton"; this.prevbutton.Size = new System.Drawing.Size(115, 27); this.prevbutton.TabIndex = 21; this.prevbutton.Text = "Предыдущий"; this.prevbutton.UseVisualStyleBackColor = false; this.prevbutton.Click += new System.EventHandler(this.prevbutton_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(244, 420); this.delbutton.Name = "delbutton"; this.delbutton.Size = new System.Drawing.Size(115, 27); this.delbutton.TabIndex = 22; 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(365, 420); this.addbutton.Name = "addbutton"; this.addbutton.Size = new System.Drawing.Size(115, 27); this.addbutton.TabIndex = 23; this.addbutton.Text = "Добавить"; this.addbutton.UseVisualStyleBackColor = false; this.addbutton.Click += new System.EventHandler(this.addbutton_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(486, 420); this.savebutton.Name = "savebutton"; this.savebutton.Size = new System.Drawing.Size(115, 27); this.savebutton.TabIndex = 24; this.savebutton.Text = "Сохранить"; this.savebutton.UseVisualStyleBackColor = false; this.savebutton.Click += new System.EventHandler(this.savebutton_Click); // // 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(682, 420); this.backbutton.Name = "backbutton"; this.backbutton.Size = new System.Drawing.Size(115, 27); this.backbutton.TabIndex = 25; this.backbutton.Text = "Назад"; this.backbutton.UseVisualStyleBackColor = false; this.backbutton.Click += new System.EventHandler(this.backbutton_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; // // zakazaddform // 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(800, 450); 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.дата_заказаDateTimePicker); this.Controls.Add(дата_доставкиLabel); this.Controls.Add(this.дата_доставкиDateTimePicker); 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(статус_заказаLabel); this.Controls.Add(this.статус_заказаTextBox); this.Controls.Add(id_сотрудникаLabel); this.Controls.Add(this.id_сотрудникаTextBox); this.Controls.Add(this.label1); this.Name = "zakazaddform"; this.Text = "zakazaddform"; this.Load += new System.EventHandler(this.zakazaddform_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.DateTimePicker дата_заказаDateTimePicker; private System.Windows.Forms.DateTimePicker дата_доставкиDateTimePicker; private System.Windows.Forms.TextBox пункт_выдачи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 nextbutton; private System.Windows.Forms.Button prevbutton; private System.Windows.Forms.Button delbutton; private System.Windows.Forms.Button addbutton; private System.Windows.Forms.Button savebutton; private System.Windows.Forms.Button backbutton; private IS31YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager1; } }