namespace Digital_World_08
{
partial class AddBuild
{
///
/// 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 номер_заказаLabel;
System.Windows.Forms.Label датаLabel;
System.Windows.Forms.Label id_статусаLabel;
System.Windows.Forms.Label номер_сборкиLabel;
this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.orderTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.OrderTableAdapter();
this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
this.button1 = new System.Windows.Forms.Button();
this.номер_заказаTextBox = new System.Windows.Forms.TextBox();
this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.id_статусаTextBox = new System.Windows.Forms.TextBox();
this.номер_сборкиTextBox = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
номер_заказаLabel = new System.Windows.Forms.Label();
датаLabel = new System.Windows.Forms.Label();
id_статусаLabel = new System.Windows.Forms.Label();
номер_сборкиLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit();
this.SuspendLayout();
//
// номер_заказаLabel
//
номер_заказаLabel.AutoSize = true;
номер_заказаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
номер_заказаLabel.Location = new System.Drawing.Point(51, 98);
номер_заказаLabel.Name = "номер_заказаLabel";
номер_заказаLabel.Size = new System.Drawing.Size(121, 21);
номер_заказаLabel.TabIndex = 2;
номер_заказаLabel.Text = "Номер заказа:";
//
// датаLabel
//
датаLabel.AutoSize = true;
датаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
датаLabel.Location = new System.Drawing.Point(51, 139);
датаLabel.Name = "датаLabel";
датаLabel.Size = new System.Drawing.Size(51, 21);
датаLabel.TabIndex = 3;
датаLabel.Text = "Дата:";
//
// id_статусаLabel
//
id_статусаLabel.AutoSize = true;
id_статусаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
id_статусаLabel.Location = new System.Drawing.Point(51, 182);
id_статусаLabel.Name = "id_статусаLabel";
id_статусаLabel.Size = new System.Drawing.Size(92, 21);
id_статусаLabel.TabIndex = 5;
id_статусаLabel.Text = "id статуса:";
//
// номер_сборкиLabel
//
номер_сборкиLabel.AutoSize = true;
номер_сборкиLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
номер_сборкиLabel.Location = new System.Drawing.Point(51, 233);
номер_сборкиLabel.Name = "номер_сборкиLabel";
номер_сборкиLabel.Size = new System.Drawing.Size(130, 21);
номер_сборкиLabel.TabIndex = 7;
номер_сборкиLabel.Text = "Номер сборки:";
//
// digital_world_8DataSet1
//
this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// orderBindingSource
//
this.orderBindingSource.DataMember = "Order";
this.orderBindingSource.DataSource = this.digital_world_8DataSet1;
//
// orderTableAdapter
//
this.orderTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ComponentsTableAdapter = null;
this.tableAdapterManager.computer_assemblyTableAdapter = null;
this.tableAdapterManager.order_by_clientsTableAdapter = null;
this.tableAdapterManager.Order_statusTableAdapter = null;
this.tableAdapterManager.OrderTableAdapter = this.orderTableAdapter;
this.tableAdapterManager.Postavka_materialTableAdapter = null;
this.tableAdapterManager.providerTableAdapter = null;
this.tableAdapterManager.RoleTableAdapter = null;
this.tableAdapterManager.unit_of_measurementTableAdapter = null;
this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UsersTableAdapter = null;
//
// button1
//
this.button1.Location = new System.Drawing.Point(256, 363);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(136, 40);
this.button1.TabIndex = 2;
this.button1.Text = "Сменить статус";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// номер_заказаTextBox
//
this.номер_заказаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "Номер заказа", true));
this.номер_заказаTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.номер_заказаTextBox.Location = new System.Drawing.Point(202, 95);
this.номер_заказаTextBox.Name = "номер_заказаTextBox";
this.номер_заказаTextBox.Size = new System.Drawing.Size(198, 29);
this.номер_заказаTextBox.TabIndex = 3;
//
// датаDateTimePicker
//
this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.orderBindingSource, "Дата", true));
this.датаDateTimePicker.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.датаDateTimePicker.Location = new System.Drawing.Point(155, 135);
this.датаDateTimePicker.Name = "датаDateTimePicker";
this.датаDateTimePicker.Size = new System.Drawing.Size(298, 29);
this.датаDateTimePicker.TabIndex = 4;
//
// id_статусаTextBox
//
this.id_статусаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "id статуса", true));
this.id_статусаTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.id_статусаTextBox.Location = new System.Drawing.Point(179, 179);
this.id_статусаTextBox.Name = "id_статусаTextBox";
this.id_статусаTextBox.Size = new System.Drawing.Size(198, 29);
this.id_статусаTextBox.TabIndex = 6;
//
// номер_сборкиTextBox
//
this.номер_сборкиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.orderBindingSource, "Номер сборки", true));
this.номер_сборкиTextBox.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.номер_сборкиTextBox.Location = new System.Drawing.Point(202, 230);
this.номер_сборкиTextBox.Name = "номер_сборкиTextBox";
this.номер_сборкиTextBox.Size = new System.Drawing.Size(198, 29);
this.номер_сборкиTextBox.TabIndex = 8;
//
// button2
//
this.button2.Location = new System.Drawing.Point(255, 419);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(136, 35);
this.button2.TabIndex = 9;
this.button2.Text = "добавить заказ";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(54, 368);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(136, 44);
this.button3.TabIndex = 10;
this.button3.Text = "Сохранить ";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(54, 419);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(136, 36);
this.button4.TabIndex = 11;
this.button4.Text = "Сборки пк";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(275, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 33);
this.label1.TabIndex = 12;
this.label1.Text = "Заказ";
//
// button5
//
this.button5.Location = new System.Drawing.Point(537, 404);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(94, 66);
this.button5.TabIndex = 13;
this.button5.Text = "закрыть";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// AddBuild
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(632, 479);
this.Controls.Add(this.button5);
this.Controls.Add(this.label1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(номер_сборкиLabel);
this.Controls.Add(this.номер_сборкиTextBox);
this.Controls.Add(id_статусаLabel);
this.Controls.Add(this.id_статусаTextBox);
this.Controls.Add(датаLabel);
this.Controls.Add(this.датаDateTimePicker);
this.Controls.Add(номер_заказаLabel);
this.Controls.Add(this.номер_заказаTextBox);
this.Controls.Add(this.button1);
this.Name = "AddBuild";
this.Text = "AddBuild";
this.Load += new System.EventHandler(this.AddBuild_Load);
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private digital_world_8DataSet1 digital_world_8DataSet1;
private System.Windows.Forms.BindingSource orderBindingSource;
private digital_world_8DataSet1TableAdapters.OrderTableAdapter orderTableAdapter;
private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox номер_заказаTextBox;
private System.Windows.Forms.DateTimePicker датаDateTimePicker;
private System.Windows.Forms.TextBox id_статусаTextBox;
private System.Windows.Forms.TextBox номер_сборкиTextBox;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button5;
}
}