namespace Digital_World_08
{
partial class Add_order_by_Client
{
///
/// 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;
this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
this.order_by_clientsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.order_by_clientsTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter();
this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
this.пожеланияTextBox = new System.Windows.Forms.TextBox();
this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
пожеланияLabel = new System.Windows.Forms.Label();
датаLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).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(24, 158);
пожеланияLabel.Name = "пожеланияLabel";
пожеланияLabel.Size = new System.Drawing.Size(104, 21);
пожеланияLabel.TabIndex = 1;
пожелания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(37, 220);
датаLabel.Name = "датаLabel";
датаLabel.Size = new System.Drawing.Size(51, 21);
датаLabel.TabIndex = 3;
датаLabel.Text = "Дата:";
//
// digital_world_8DataSet1
//
this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// order_by_clientsBindingSource
//
this.order_by_clientsBindingSource.DataMember = "order_by_clients";
this.order_by_clientsBindingSource.DataSource = this.digital_world_8DataSet1;
//
// order_by_clientsTableAdapter
//
this.order_by_clientsTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ComponentsTableAdapter = null;
this.tableAdapterManager.computer_assemblyTableAdapter = null;
this.tableAdapterManager.order_by_clientsTableAdapter = this.order_by_clientsTableAdapter;
this.tableAdapterManager.Order_statusTableAdapter = null;
this.tableAdapterManager.OrderTableAdapter = null;
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;
//
// пожеланияTextBox
//
this.пожеланияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.order_by_clientsBindingSource, "Пожелания", 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(145, 155);
this.пожеланияTextBox.Name = "пожеланияTextBox";
this.пожеланияTextBox.Size = new System.Drawing.Size(205, 29);
this.пожеланияTextBox.TabIndex = 2;
//
// датаDateTimePicker
//
this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.order_by_clientsBindingSource, "Дата", 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(145, 212);
this.датаDateTimePicker.Name = "датаDateTimePicker";
this.датаDateTimePicker.Size = new System.Drawing.Size(200, 29);
this.датаDateTimePicker.TabIndex = 4;
//
// button1
//
this.button1.Location = new System.Drawing.Point(118, 305);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(126, 50);
this.button1.TabIndex = 5;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_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(35, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(346, 33);
this.label1.TabIndex = 6;
this.label1.Text = "Добавление заказа клиента";
//
// button2
//
this.button2.Location = new System.Drawing.Point(118, 361);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(126, 61);
this.button2.TabIndex = 7;
this.button2.Text = "закрыть";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Add_order_by_Client
//
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(401, 450);
this.Controls.Add(this.button2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(датаLabel);
this.Controls.Add(this.датаDateTimePicker);
this.Controls.Add(пожеланияLabel);
this.Controls.Add(this.пожеланияTextBox);
this.Name = "Add_order_by_Client";
this.Text = "Add_order_by_Client";
this.Load += new System.EventHandler(this.Add_order_by_Client_Load);
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.order_by_clientsBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private digital_world_8DataSet1 digital_world_8DataSet1;
private System.Windows.Forms.BindingSource order_by_clientsBindingSource;
private digital_world_8DataSet1TableAdapters.order_by_clientsTableAdapter order_by_clientsTableAdapter;
private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox пожеланияTextBox;
private System.Windows.Forms.DateTimePicker датаDateTimePicker;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
}
}