namespace Digital_World_08
{
partial class receipt_of_goods
{
///
/// 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;
this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
this.postavka_materialBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.postavka_materialTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.Postavka_materialTableAdapter();
this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
this.id_производителяTextBox = new System.Windows.Forms.TextBox();
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.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
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();
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.postavka_materialBindingSource)).BeginInit();
this.SuspendLayout();
//
// 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(33, 88);
id_производителяLabel.Name = "id_производителяLabel";
id_производителяLabel.Size = new System.Drawing.Size(153, 21);
id_производителяLabel.TabIndex = 1;
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(33, 139);
датаLabel.Name = "датаLabel";
датаLabel.Size = new System.Drawing.Size(51, 21);
датаLabel.TabIndex = 3;
дата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(33, 195);
названиеLabel.Name = "названиеLabel";
названиеLabel.Size = new System.Drawing.Size(88, 21);
названиеLabel.TabIndex = 5;
название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(33, 239);
тип_материалаLabel.Name = "тип_материалаLabel";
тип_материалаLabel.Size = new System.Drawing.Size(132, 21);
тип_материалаLabel.TabIndex = 7;
тип_материала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(33, 286);
количествоLabel.Name = "количествоLabel";
количествоLabel.Size = new System.Drawing.Size(109, 21);
количествоLabel.TabIndex = 9;
количествоLabel.Text = "Количество:";
//
// digital_world_8DataSet1
//
this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// postavka_materialBindingSource
//
this.postavka_materialBindingSource.DataMember = "Postavka_material";
this.postavka_materialBindingSource.DataSource = this.digital_world_8DataSet1;
//
// postavka_materialTableAdapter
//
this.postavka_materialTableAdapter.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 = null;
this.tableAdapterManager.Postavka_materialTableAdapter = this.postavka_materialTableAdapter;
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;
//
// id_производителяTextBox
//
this.id_производителяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "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(195, 85);
this.id_производителяTextBox.Name = "id_производителяTextBox";
this.id_производителяTextBox.Size = new System.Drawing.Size(245, 29);
this.id_производителяTextBox.TabIndex = 2;
//
// датаDateTimePicker
//
this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.postavka_materialBindingSource, "Дата", 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(133, 135);
this.датаDateTimePicker.Name = "датаDateTimePicker";
this.датаDateTimePicker.Size = new System.Drawing.Size(345, 29);
this.датаDateTimePicker.TabIndex = 4;
//
// названиеTextBox
//
this.названиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "Название", 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(157, 192);
this.названиеTextBox.Name = "названиеTextBox";
this.названиеTextBox.Size = new System.Drawing.Size(245, 29);
this.названиеTextBox.TabIndex = 6;
//
// тип_материалаTextBox
//
this.тип_материалаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "Тип материала", 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(184, 236);
this.тип_материалаTextBox.Name = "тип_материалаTextBox";
this.тип_материалаTextBox.Size = new System.Drawing.Size(245, 29);
this.тип_материалаTextBox.TabIndex = 8;
//
// количествоTextBox
//
this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.postavka_materialBindingSource, "Количество", 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(166, 283);
this.количествоTextBox.Name = "количествоTextBox";
this.количествоTextBox.Size = new System.Drawing.Size(245, 29);
this.количествоTextBox.TabIndex = 10;
//
// button1
//
this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(38, 329);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(263, 33);
this.button1.TabIndex = 11;
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(226, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(288, 33);
this.label1.TabIndex = 12;
this.label1.Text = "Добавление поставки ";
//
// button2
//
this.button2.Location = new System.Drawing.Point(664, 385);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(111, 53);
this.button2.TabIndex = 13;
this.button2.Text = "закрыть";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// receipt_of_goods
//
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(800, 450);
this.Controls.Add(this.button2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
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.датаDateTimePicker);
this.Controls.Add(id_производителяLabel);
this.Controls.Add(this.id_производителяTextBox);
this.Name = "receipt_of_goods";
this.Text = "receipt_of_goods";
this.Load += new System.EventHandler(this.receipt_of_goods_Load);
((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.postavka_materialBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private digital_world_8DataSet1 digital_world_8DataSet1;
private System.Windows.Forms.BindingSource postavka_materialBindingSource;
private digital_world_8DataSet1TableAdapters.Postavka_materialTableAdapter postavka_materialTableAdapter;
private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox id_производителяTextBox;
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.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
}
}