namespace _09_OOO_StroyMateryali
{
partial class ProsmotrTovarForm
{
///
/// 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 productNameLabel;
System.Windows.Forms.Label productDescriptionLabel;
System.Windows.Forms.Label productManufacturerLabel;
System.Windows.Forms.Label productCostLabel;
System.Windows.Forms.Label productQuantityInStockLabel;
this.panel1 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tradebaseDataSet = new _09_OOO_StroyMateryali.TradebaseDataSet();
this.productTableAdapter = new _09_OOO_StroyMateryali.TradebaseDataSetTableAdapters.ProductTableAdapter();
this.ExitButton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tableAdapterManager = new _09_OOO_StroyMateryali.TradebaseDataSetTableAdapters.TableAdapterManager();
this.productNameTextBox = new System.Windows.Forms.TextBox();
this.productDescriptionTextBox = new System.Windows.Forms.TextBox();
this.productManufacturerTextBox = new System.Windows.Forms.TextBox();
this.productCostTextBox = new System.Windows.Forms.TextBox();
this.productQuantityInStockTextBox = new System.Windows.Forms.TextBox();
productNameLabel = new System.Windows.Forms.Label();
productDescriptionLabel = new System.Windows.Forms.Label();
productManufacturerLabel = new System.Windows.Forms.Label();
productCostLabel = new System.Windows.Forms.Label();
productQuantityInStockLabel = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tradebaseDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
this.panel1.Controls.Add(this.label3);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1209, 115);
this.panel1.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(486, 24);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(266, 58);
this.label3.TabIndex = 0;
this.label3.Text = " Список товаров \r\nООО «Стройматериалы»";
//
// productBindingSource
//
this.productBindingSource.DataMember = "Product";
this.productBindingSource.DataSource = this.tradebaseDataSet;
//
// tradebaseDataSet
//
this.tradebaseDataSet.DataSetName = "TradebaseDataSet";
this.tradebaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// productTableAdapter
//
this.productTableAdapter.ClearBeforeFill = true;
//
// ExitButton
//
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(512, 503);
this.ExitButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ExitButton.Name = "ExitButton";
this.ExitButton.Size = new System.Drawing.Size(213, 75);
this.ExitButton.TabIndex = 10;
this.ExitButton.Text = "Выход";
this.ExitButton.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(18, 125);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(456, 329);
this.pictureBox1.TabIndex = 11;
this.pictureBox1.TabStop = false;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.OrderProductTableAdapter = null;
this.tableAdapterManager.OrderTableAdapter = null;
this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
this.tableAdapterManager.punkt_vydachyTableAdapter = null;
this.tableAdapterManager.RoleTableAdapter = null;
this.tableAdapterManager.UpdateOrder = _09_OOO_StroyMateryali.TradebaseDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UserTableAdapter = null;
//
// productNameLabel
//
productNameLabel.AutoSize = true;
productNameLabel.Font = new System.Drawing.Font("Comic Sans MS", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
productNameLabel.Location = new System.Drawing.Point(507, 148);
productNameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
productNameLabel.Name = "productNameLabel";
productNameLabel.Size = new System.Drawing.Size(111, 20);
productNameLabel.TabIndex = 11;
productNameLabel.Text = "Product Name:";
//
// productNameTextBox
//
this.productNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductName", true));
this.productNameTextBox.Location = new System.Drawing.Point(686, 145);
this.productNameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.productNameTextBox.Name = "productNameTextBox";
this.productNameTextBox.Size = new System.Drawing.Size(148, 28);
this.productNameTextBox.TabIndex = 12;
//
// productDescriptionLabel
//
productDescriptionLabel.AutoSize = true;
productDescriptionLabel.Font = new System.Drawing.Font("Comic Sans MS", 11.25F);
productDescriptionLabel.Location = new System.Drawing.Point(507, 218);
productDescriptionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
productDescriptionLabel.Name = "productDescriptionLabel";
productDescriptionLabel.Size = new System.Drawing.Size(152, 20);
productDescriptionLabel.TabIndex = 12;
productDescriptionLabel.Text = "Product Description:";
//
// productDescriptionTextBox
//
this.productDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDescription", true));
this.productDescriptionTextBox.Location = new System.Drawing.Point(686, 215);
this.productDescriptionTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.productDescriptionTextBox.Name = "productDescriptionTextBox";
this.productDescriptionTextBox.Size = new System.Drawing.Size(148, 28);
this.productDescriptionTextBox.TabIndex = 13;
//
// productManufacturerLabel
//
productManufacturerLabel.AutoSize = true;
productManufacturerLabel.Font = new System.Drawing.Font("Comic Sans MS", 11.25F);
productManufacturerLabel.Location = new System.Drawing.Point(507, 291);
productManufacturerLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
productManufacturerLabel.Name = "productManufacturerLabel";
productManufacturerLabel.Size = new System.Drawing.Size(170, 20);
productManufacturerLabel.TabIndex = 13;
productManufacturerLabel.Text = "Product Manufacturer:";
//
// productManufacturerTextBox
//
this.productManufacturerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductManufacturer", true));
this.productManufacturerTextBox.Location = new System.Drawing.Point(686, 286);
this.productManufacturerTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.productManufacturerTextBox.Name = "productManufacturerTextBox";
this.productManufacturerTextBox.Size = new System.Drawing.Size(148, 28);
this.productManufacturerTextBox.TabIndex = 14;
//
// productCostLabel
//
productCostLabel.AutoSize = true;
productCostLabel.Location = new System.Drawing.Point(518, 371);
productCostLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
productCostLabel.Name = "productCostLabel";
productCostLabel.Size = new System.Drawing.Size(103, 20);
productCostLabel.TabIndex = 14;
productCostLabel.Text = "Product Cost:";
//
// productCostTextBox
//
this.productCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCost", true));
this.productCostTextBox.Location = new System.Drawing.Point(686, 363);
this.productCostTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.productCostTextBox.Name = "productCostTextBox";
this.productCostTextBox.Size = new System.Drawing.Size(148, 28);
this.productCostTextBox.TabIndex = 15;
//
// productQuantityInStockLabel
//
productQuantityInStockLabel.AutoSize = true;
productQuantityInStockLabel.Location = new System.Drawing.Point(995, 218);
productQuantityInStockLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
productQuantityInStockLabel.Name = "productQuantityInStockLabel";
productQuantityInStockLabel.Size = new System.Drawing.Size(201, 20);
productQuantityInStockLabel.TabIndex = 15;
productQuantityInStockLabel.Text = "Product Quantity In Stock:";
//
// productQuantityInStockTextBox
//
this.productQuantityInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductQuantityInStock", true));
this.productQuantityInStockTextBox.Font = new System.Drawing.Font("Comic Sans MS", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.productQuantityInStockTextBox.Location = new System.Drawing.Point(1021, 258);
this.productQuantityInStockTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.productQuantityInStockTextBox.Multiline = true;
this.productQuantityInStockTextBox.Name = "productQuantityInStockTextBox";
this.productQuantityInStockTextBox.Size = new System.Drawing.Size(148, 84);
this.productQuantityInStockTextBox.TabIndex = 16;
this.productQuantityInStockTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// ProsmotrTovarForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1209, 609);
this.Controls.Add(productQuantityInStockLabel);
this.Controls.Add(this.productQuantityInStockTextBox);
this.Controls.Add(productCostLabel);
this.Controls.Add(this.productCostTextBox);
this.Controls.Add(productManufacturerLabel);
this.Controls.Add(this.productManufacturerTextBox);
this.Controls.Add(productDescriptionLabel);
this.Controls.Add(this.productDescriptionTextBox);
this.Controls.Add(productNameLabel);
this.Controls.Add(this.productNameTextBox);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.ExitButton);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Comic Sans MS", 11.25F);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "ProsmotrTovarForm";
this.Text = "Товары";
this.Load += new System.EventHandler(this.ProsmotrTovarForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tradebaseDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private TradebaseDataSet tradebaseDataSet;
private System.Windows.Forms.BindingSource productBindingSource;
private TradebaseDataSetTableAdapters.ProductTableAdapter productTableAdapter;
private System.Windows.Forms.Button ExitButton;
private System.Windows.Forms.PictureBox pictureBox1;
private TradebaseDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox productNameTextBox;
private System.Windows.Forms.TextBox productDescriptionTextBox;
private System.Windows.Forms.TextBox productManufacturerTextBox;
private System.Windows.Forms.TextBox productCostTextBox;
private System.Windows.Forms.TextBox productQuantityInStockTextBox;
}
}