namespace NeshinaPolina2111 { partial class AddProduction { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddProduction)); this.btnAdd = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.cmbProduct = new System.Windows.Forms.ComboBox(); this.tbName = new System.Windows.Forms.TextBox(); this.tbArticle = new System.Windows.Forms.TextBox(); this.tbMinPrice = new System.Windows.Forms.TextBox(); this.tbWidth = new System.Windows.Forms.TextBox(); this.lbType = new System.Windows.Forms.Label(); this.lbName = new System.Windows.Forms.Label(); this.lbArticle = new System.Windows.Forms.Label(); this.lbMinPrice = new System.Windows.Forms.Label(); this.lbWidth = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51))))); this.btnAdd.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnAdd.ForeColor = System.Drawing.SystemColors.ButtonFace; this.btnAdd.Location = new System.Drawing.Point(93, 402); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(190, 45); this.btnAdd.TabIndex = 0; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnExit // this.btnExit.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnExit.Location = new System.Drawing.Point(13, 470); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 1; this.btnExit.Text = "Назад"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(86, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(210, 45); this.label1.TabIndex = 2; this.label1.Text = "Добавление"; // // cmbProduct // this.cmbProduct.FormattingEnabled = true; this.cmbProduct.Location = new System.Drawing.Point(13, 133); this.cmbProduct.Name = "cmbProduct"; this.cmbProduct.Size = new System.Drawing.Size(347, 21); this.cmbProduct.TabIndex = 3; // // tbName // this.tbName.Location = new System.Drawing.Point(13, 185); this.tbName.Name = "tbName"; this.tbName.Size = new System.Drawing.Size(347, 20); this.tbName.TabIndex = 4; // // tbArticle // this.tbArticle.Location = new System.Drawing.Point(13, 239); this.tbArticle.Name = "tbArticle"; this.tbArticle.Size = new System.Drawing.Size(347, 20); this.tbArticle.TabIndex = 5; // // tbMinPrice // this.tbMinPrice.Location = new System.Drawing.Point(13, 288); this.tbMinPrice.Name = "tbMinPrice"; this.tbMinPrice.Size = new System.Drawing.Size(347, 20); this.tbMinPrice.TabIndex = 6; // // tbWidth // this.tbWidth.Location = new System.Drawing.Point(13, 342); this.tbWidth.Name = "tbWidth"; this.tbWidth.Size = new System.Drawing.Size(347, 20); this.tbWidth.TabIndex = 7; // // lbType // this.lbType.AutoSize = true; this.lbType.Location = new System.Drawing.Point(10, 117); this.lbType.Name = "lbType"; this.lbType.Size = new System.Drawing.Size(82, 13); this.lbType.TabIndex = 8; this.lbType.Text = "Тип продукции"; // // lbName // this.lbName.AutoSize = true; this.lbName.Location = new System.Drawing.Point(10, 169); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(57, 13); this.lbName.TabIndex = 9; this.lbName.Text = "Название"; // // lbArticle // this.lbArticle.AutoSize = true; this.lbArticle.Location = new System.Drawing.Point(10, 223); this.lbArticle.Name = "lbArticle"; this.lbArticle.Size = new System.Drawing.Size(48, 13); this.lbArticle.TabIndex = 10; this.lbArticle.Text = "Артикул"; // // lbMinPrice // this.lbMinPrice.AutoSize = true; this.lbMinPrice.Location = new System.Drawing.Point(10, 272); this.lbMinPrice.Name = "lbMinPrice"; this.lbMinPrice.Size = new System.Drawing.Size(105, 13); this.lbMinPrice.TabIndex = 11; this.lbMinPrice.Text = "Минимальная цена"; // // lbWidth // this.lbWidth.AutoSize = true; this.lbWidth.Location = new System.Drawing.Point(10, 326); this.lbWidth.Name = "lbWidth"; this.lbWidth.Size = new System.Drawing.Size(102, 13); this.lbWidth.TabIndex = 12; this.lbWidth.Text = "Ширина продукции"; // // AddProduction // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178))))); this.ClientSize = new System.Drawing.Size(372, 511); this.Controls.Add(this.lbWidth); this.Controls.Add(this.lbMinPrice); this.Controls.Add(this.lbArticle); this.Controls.Add(this.lbName); this.Controls.Add(this.lbType); this.Controls.Add(this.tbWidth); this.Controls.Add(this.tbMinPrice); this.Controls.Add(this.tbArticle); this.Controls.Add(this.tbName); this.Controls.Add(this.cmbProduct); this.Controls.Add(this.label1); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnAdd); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "AddProduction"; this.Text = "AddProduction"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbProduct; private System.Windows.Forms.TextBox tbName; private System.Windows.Forms.TextBox tbArticle; private System.Windows.Forms.TextBox tbMinPrice; private System.Windows.Forms.TextBox tbWidth; private System.Windows.Forms.Label lbType; private System.Windows.Forms.Label lbName; private System.Windows.Forms.Label lbArticle; private System.Windows.Forms.Label lbMinPrice; private System.Windows.Forms.Label lbWidth; } }