namespace OsadchiStr { partial class ДобавлениеТоваров { /// /// 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 productArticleNumberLabel; System.Windows.Forms.Label productNameLabel; System.Windows.Forms.Label productDescriptionLabel; System.Windows.Forms.Label productCategoryLabel; System.Windows.Forms.Label productManufacturerLabel; System.Windows.Forms.Label productCostLabel; System.Windows.Forms.Label productDiscountAmountLabel; System.Windows.Forms.Label productMaxDiscountLabel; System.Windows.Forms.Label productQuantityInStockLabel; System.Windows.Forms.Label productStatusLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавлениеТоваров)); this.button4 = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.Panel(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this._05TradeDataSet = new OsadchiStr._05TradeDataSet(); this.productBindingSource = new System.Windows.Forms.BindingSource(this.components); this.productTableAdapter = new OsadchiStr._05TradeDataSetTableAdapters.ProductTableAdapter(); this.tableAdapterManager = new OsadchiStr._05TradeDataSetTableAdapters.TableAdapterManager(); this.productNameTextBox = new System.Windows.Forms.TextBox(); this.productDescriptionTextBox = new System.Windows.Forms.TextBox(); this.productCategoryTextBox = new System.Windows.Forms.TextBox(); this.productManufacturerTextBox = new System.Windows.Forms.TextBox(); this.productCostTextBox = new System.Windows.Forms.TextBox(); this.productDiscountAmountTextBox = new System.Windows.Forms.TextBox(); this.productMaxDiscountTextBox = new System.Windows.Forms.TextBox(); this.productQuantityInStockTextBox = new System.Windows.Forms.TextBox(); this.productStatusTextBox = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.productArticleNumberTextBox = new System.Windows.Forms.TextBox(); productArticleNumberLabel = new System.Windows.Forms.Label(); productNameLabel = new System.Windows.Forms.Label(); productDescriptionLabel = new System.Windows.Forms.Label(); productCategoryLabel = new System.Windows.Forms.Label(); productManufacturerLabel = new System.Windows.Forms.Label(); productCostLabel = new System.Windows.Forms.Label(); productDiscountAmountLabel = new System.Windows.Forms.Label(); productMaxDiscountLabel = new System.Windows.Forms.Label(); productQuantityInStockLabel = new System.Windows.Forms.Label(); productStatusLabel = new System.Windows.Forms.Label(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // productArticleNumberLabel // productArticleNumberLabel.AutoSize = true; productArticleNumberLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productArticleNumberLabel.Location = new System.Drawing.Point(225, 100); productArticleNumberLabel.Name = "productArticleNumberLabel"; productArticleNumberLabel.Size = new System.Drawing.Size(93, 26); productArticleNumberLabel.TabIndex = 34; productArticleNumberLabel.Text = "Артикул:"; // // productNameLabel // productNameLabel.AutoSize = true; productNameLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productNameLabel.Location = new System.Drawing.Point(98, 141); productNameLabel.Name = "productNameLabel"; productNameLabel.Size = new System.Drawing.Size(220, 26); productNameLabel.TabIndex = 35; productNameLabel.Text = "Наименование товара:"; // // productDescriptionLabel // productDescriptionLabel.AutoSize = true; productDescriptionLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productDescriptionLabel.Location = new System.Drawing.Point(142, 181); productDescriptionLabel.Name = "productDescriptionLabel"; productDescriptionLabel.Size = new System.Drawing.Size(176, 26); productDescriptionLabel.TabIndex = 36; productDescriptionLabel.Text = "Описание товара:"; // // productCategoryLabel // productCategoryLabel.AutoSize = true; productCategoryLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productCategoryLabel.Location = new System.Drawing.Point(207, 218); productCategoryLabel.Name = "productCategoryLabel"; productCategoryLabel.Size = new System.Drawing.Size(111, 26); productCategoryLabel.TabIndex = 37; productCategoryLabel.Text = "Категория:"; // // productManufacturerLabel // productManufacturerLabel.AutoSize = true; productManufacturerLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productManufacturerLabel.Location = new System.Drawing.Point(158, 263); productManufacturerLabel.Name = "productManufacturerLabel"; productManufacturerLabel.Size = new System.Drawing.Size(160, 26); productManufacturerLabel.TabIndex = 38; productManufacturerLabel.Text = "Производитель:"; // // productCostLabel // productCostLabel.AutoSize = true; productCostLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productCostLabel.Location = new System.Drawing.Point(138, 304); productCostLabel.Name = "productCostLabel"; productCostLabel.Size = new System.Drawing.Size(180, 26); productCostLabel.TabIndex = 39; productCostLabel.Text = "Стоимость товара:"; // // productDiscountAmountLabel // productDiscountAmountLabel.AutoSize = true; productDiscountAmountLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productDiscountAmountLabel.Location = new System.Drawing.Point(172, 341); productDiscountAmountLabel.Name = "productDiscountAmountLabel"; productDiscountAmountLabel.Size = new System.Drawing.Size(146, 26); productDiscountAmountLabel.TabIndex = 40; productDiscountAmountLabel.Text = "Скидка товара:"; // // productMaxDiscountLabel // productMaxDiscountLabel.AutoSize = true; productMaxDiscountLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productMaxDiscountLabel.Location = new System.Drawing.Point(117, 378); productMaxDiscountLabel.Name = "productMaxDiscountLabel"; productMaxDiscountLabel.Size = new System.Drawing.Size(201, 26); productMaxDiscountLabel.TabIndex = 41; productMaxDiscountLabel.Text = "Макс. скидка товара:"; // // productQuantityInStockLabel // productQuantityInStockLabel.AutoSize = true; productQuantityInStockLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productQuantityInStockLabel.Location = new System.Drawing.Point(124, 413); productQuantityInStockLabel.Name = "productQuantityInStockLabel"; productQuantityInStockLabel.Size = new System.Drawing.Size(194, 26); productQuantityInStockLabel.TabIndex = 42; productQuantityInStockLabel.Text = "Наличие на складе:"; // // productStatusLabel // productStatusLabel.AutoSize = true; productStatusLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productStatusLabel.Location = new System.Drawing.Point(241, 445); productStatusLabel.Name = "productStatusLabel"; productStatusLabel.Size = new System.Drawing.Size(77, 26); productStatusLabel.TabIndex = 43; productStatusLabel.Text = "Статус:"; // // button4 // this.button4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(12, 593); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(165, 34); this.button4.TabIndex = 33; this.button4.Text = "Товары"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // panel4 // this.panel4.BackColor = System.Drawing.Color.YellowGreen; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.button3); this.panel4.Controls.Add(this.button2); this.panel4.Controls.Add(this.button1); this.panel4.Location = new System.Drawing.Point(517, 477); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(279, 150); this.panel4.TabIndex = 32; this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint); // // button3 // this.button3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(43, 105); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(190, 34); this.button3.TabIndex = 2; this.button3.Text = "Сохранить запись"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(54, 55); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(172, 34); this.button2.TabIndex = 1; this.button2.Text = "Удалить запись"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(20, 7); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(239, 34); this.button1.TabIndex = 0; this.button1.Text = "Добавить новую запись"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // _05TradeDataSet // this._05TradeDataSet.DataSetName = "_05TradeDataSet"; this._05TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // productBindingSource // this.productBindingSource.DataMember = "Product"; this.productBindingSource.DataSource = this._05TradeDataSet; // // productTableAdapter // this.productTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.OrderProductTableAdapter = null; this.tableAdapterManager.OrderTableAdapter = null; this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter; this.tableAdapterManager.pynkt_vidachi_importTableAdapter = null; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.UpdateOrder = OsadchiStr._05TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UserTableAdapter = null; // // productNameTextBox // this.productNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductName", true)); this.productNameTextBox.Location = new System.Drawing.Point(517, 147); this.productNameTextBox.Name = "productNameTextBox"; this.productNameTextBox.Size = new System.Drawing.Size(100, 20); this.productNameTextBox.TabIndex = 36; // // productDescriptionTextBox // this.productDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDescription", true)); this.productDescriptionTextBox.Location = new System.Drawing.Point(517, 187); this.productDescriptionTextBox.Name = "productDescriptionTextBox"; this.productDescriptionTextBox.Size = new System.Drawing.Size(100, 20); this.productDescriptionTextBox.TabIndex = 37; // // productCategoryTextBox // this.productCategoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCategory", true)); this.productCategoryTextBox.Location = new System.Drawing.Point(517, 224); this.productCategoryTextBox.Name = "productCategoryTextBox"; this.productCategoryTextBox.Size = new System.Drawing.Size(100, 20); this.productCategoryTextBox.TabIndex = 38; // // productManufacturerTextBox // this.productManufacturerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductManufacturer", true)); this.productManufacturerTextBox.Location = new System.Drawing.Point(517, 269); this.productManufacturerTextBox.Name = "productManufacturerTextBox"; this.productManufacturerTextBox.Size = new System.Drawing.Size(100, 20); this.productManufacturerTextBox.TabIndex = 39; // // productCostTextBox // this.productCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCost", true)); this.productCostTextBox.Location = new System.Drawing.Point(517, 310); this.productCostTextBox.Name = "productCostTextBox"; this.productCostTextBox.Size = new System.Drawing.Size(100, 20); this.productCostTextBox.TabIndex = 40; // // productDiscountAmountTextBox // this.productDiscountAmountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDiscountAmount", true)); this.productDiscountAmountTextBox.Location = new System.Drawing.Point(517, 347); this.productDiscountAmountTextBox.Name = "productDiscountAmountTextBox"; this.productDiscountAmountTextBox.Size = new System.Drawing.Size(100, 20); this.productDiscountAmountTextBox.TabIndex = 41; // // productMaxDiscountTextBox // this.productMaxDiscountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductMaxDiscount", true)); this.productMaxDiscountTextBox.Location = new System.Drawing.Point(517, 384); this.productMaxDiscountTextBox.Name = "productMaxDiscountTextBox"; this.productMaxDiscountTextBox.Size = new System.Drawing.Size(100, 20); this.productMaxDiscountTextBox.TabIndex = 42; // // productQuantityInStockTextBox // this.productQuantityInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductQuantityInStock", true)); this.productQuantityInStockTextBox.Location = new System.Drawing.Point(517, 419); this.productQuantityInStockTextBox.Name = "productQuantityInStockTextBox"; this.productQuantityInStockTextBox.Size = new System.Drawing.Size(100, 20); this.productQuantityInStockTextBox.TabIndex = 43; // // productStatusTextBox // this.productStatusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductStatus", true)); this.productStatusTextBox.Location = new System.Drawing.Point(517, 451); this.productStatusTextBox.Name = "productStatusTextBox"; this.productStatusTextBox.Size = new System.Drawing.Size(100, 20); this.productStatusTextBox.TabIndex = 44; // // panel2 // this.panel2.BackColor = System.Drawing.Color.ForestGreen; this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(816, 100); this.panel2.TabIndex = 45; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label9.Location = new System.Drawing.Point(286, 32); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(336, 45); this.label9.TabIndex = 19; this.label9.Text = "Добавление товаров"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(109, 76); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 18; this.pictureBox1.TabStop = false; // // productArticleNumberTextBox // this.productArticleNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductArticleNumber", true)); this.productArticleNumberTextBox.Location = new System.Drawing.Point(517, 106); this.productArticleNumberTextBox.Name = "productArticleNumberTextBox"; this.productArticleNumberTextBox.Size = new System.Drawing.Size(100, 20); this.productArticleNumberTextBox.TabIndex = 46; // // ДобавлениеТоваров // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(816, 647); this.Controls.Add(this.productArticleNumberTextBox); this.Controls.Add(this.panel2); this.Controls.Add(productStatusLabel); this.Controls.Add(this.productStatusTextBox); this.Controls.Add(productQuantityInStockLabel); this.Controls.Add(this.productQuantityInStockTextBox); this.Controls.Add(productMaxDiscountLabel); this.Controls.Add(this.productMaxDiscountTextBox); this.Controls.Add(productDiscountAmountLabel); this.Controls.Add(this.productDiscountAmountTextBox); this.Controls.Add(productCostLabel); this.Controls.Add(this.productCostTextBox); this.Controls.Add(productManufacturerLabel); this.Controls.Add(this.productManufacturerTextBox); this.Controls.Add(productCategoryLabel); this.Controls.Add(this.productCategoryTextBox); this.Controls.Add(productDescriptionLabel); this.Controls.Add(this.productDescriptionTextBox); this.Controls.Add(productNameLabel); this.Controls.Add(this.productNameTextBox); this.Controls.Add(productArticleNumberLabel); this.Controls.Add(this.button4); this.Controls.Add(this.panel4); this.Name = "ДобавлениеТоваров"; this.Text = " ДобавлниеТоваров"; this.Load += new System.EventHandler(this.ДобавлениеТоваров_Load); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button4; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private _05TradeDataSet _05TradeDataSet; private System.Windows.Forms.BindingSource productBindingSource; private _05TradeDataSetTableAdapters.ProductTableAdapter productTableAdapter; private _05TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox productNameTextBox; private System.Windows.Forms.TextBox productDescriptionTextBox; private System.Windows.Forms.TextBox productCategoryTextBox; private System.Windows.Forms.TextBox productManufacturerTextBox; private System.Windows.Forms.TextBox productCostTextBox; private System.Windows.Forms.TextBox productDiscountAmountTextBox; private System.Windows.Forms.TextBox productMaxDiscountTextBox; private System.Windows.Forms.TextBox productQuantityInStockTextBox; private System.Windows.Forms.TextBox productStatusTextBox; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label9; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox productArticleNumberTextBox; } }