homework24nov/NeshinaPolina2111/EditProduction.Designer.cs
2025-11-24 01:18:10 +04:00

213 lines
10 KiB
C#

namespace NeshinaPolina2111
{
partial class EditProduction
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditProduction));
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.btnEdit = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(48, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(269, 45);
this.label1.TabIndex = 0;
this.label1.Text = "Редактирование";
//
// cmbProduct
//
this.cmbProduct.FormattingEnabled = true;
this.cmbProduct.Location = new System.Drawing.Point(13, 136);
this.cmbProduct.Name = "cmbProduct";
this.cmbProduct.Size = new System.Drawing.Size(347, 21);
this.cmbProduct.TabIndex = 4;
//
// tbName
//
this.tbName.Location = new System.Drawing.Point(13, 191);
this.tbName.Name = "tbName";
this.tbName.Size = new System.Drawing.Size(347, 20);
this.tbName.TabIndex = 5;
//
// tbArticle
//
this.tbArticle.Location = new System.Drawing.Point(13, 247);
this.tbArticle.Name = "tbArticle";
this.tbArticle.Size = new System.Drawing.Size(347, 20);
this.tbArticle.TabIndex = 6;
//
// tbMinPrice
//
this.tbMinPrice.Location = new System.Drawing.Point(13, 303);
this.tbMinPrice.Name = "tbMinPrice";
this.tbMinPrice.Size = new System.Drawing.Size(347, 20);
this.tbMinPrice.TabIndex = 7;
//
// tbWidth
//
this.tbWidth.Location = new System.Drawing.Point(13, 361);
this.tbWidth.Name = "tbWidth";
this.tbWidth.Size = new System.Drawing.Size(347, 20);
this.tbWidth.TabIndex = 8;
//
// lbType
//
this.lbType.AutoSize = true;
this.lbType.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbType.Location = new System.Drawing.Point(10, 120);
this.lbType.Name = "lbType";
this.lbType.Size = new System.Drawing.Size(90, 15);
this.lbType.TabIndex = 9;
this.lbType.Text = "Тип продукции";
//
// lbName
//
this.lbName.AutoSize = true;
this.lbName.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbName.Location = new System.Drawing.Point(10, 175);
this.lbName.Name = "lbName";
this.lbName.Size = new System.Drawing.Size(57, 15);
this.lbName.TabIndex = 10;
this.lbName.Text = "Название";
//
// lbArticle
//
this.lbArticle.AutoSize = true;
this.lbArticle.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbArticle.Location = new System.Drawing.Point(10, 231);
this.lbArticle.Name = "lbArticle";
this.lbArticle.Size = new System.Drawing.Size(51, 15);
this.lbArticle.TabIndex = 11;
this.lbArticle.Text = "Артикул";
//
// lbMinPrice
//
this.lbMinPrice.AutoSize = true;
this.lbMinPrice.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbMinPrice.Location = new System.Drawing.Point(10, 287);
this.lbMinPrice.Name = "lbMinPrice";
this.lbMinPrice.Size = new System.Drawing.Size(109, 15);
this.lbMinPrice.TabIndex = 12;
this.lbMinPrice.Text = "Минимальная цена";
//
// lbWidth
//
this.lbWidth.AutoSize = true;
this.lbWidth.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lbWidth.Location = new System.Drawing.Point(10, 345);
this.lbWidth.Name = "lbWidth";
this.lbWidth.Size = new System.Drawing.Size(111, 15);
this.lbWidth.TabIndex = 13;
this.lbWidth.Text = "Ширина продукции";
//
// btnEdit
//
this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnEdit.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnEdit.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.btnEdit.Location = new System.Drawing.Point(86, 410);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(190, 45);
this.btnEdit.TabIndex = 14;
this.btnEdit.Text = "Сохранить";
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_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, 476);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 15;
this.btnExit.Text = "Назад";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// EditProduction
//
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.btnExit);
this.Controls.Add(this.btnEdit);
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "EditProduction";
this.Text = "EditProduction";
this.Load += new System.EventHandler(this.EditProduction_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnExit;
}
}