demMalyhinMerkulov/EditProductForm.Designer.cs
2025-11-25 12:59:48 +04:00

215 lines
9.4 KiB
C#

namespace megadem
{
partial class EditProductForm
{
/// <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()
{
this.btnRdct = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxType = new System.Windows.Forms.ComboBox();
this.NameProd = new System.Windows.Forms.TextBox();
this.MinPrice = new System.Windows.Forms.TextBox();
this.Width = new System.Windows.Forms.TextBox();
this.Article = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnRdct
//
this.btnRdct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnRdct.Font = new System.Drawing.Font("Gabriola", 20.25F);
this.btnRdct.Location = new System.Drawing.Point(145, 292);
this.btnRdct.Name = "btnRdct";
this.btnRdct.Size = new System.Drawing.Size(174, 54);
this.btnRdct.TabIndex = 21;
this.btnRdct.Text = "Редактировать";
this.btnRdct.UseVisualStyleBackColor = false;
this.btnRdct.Click += new System.EventHandler(this.btnAdd_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label5.Location = new System.Drawing.Point(2, 256);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 31);
this.label5.TabIndex = 20;
this.label5.Text = "Ширина";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label4.Location = new System.Drawing.Point(2, 210);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(34, 31);
this.label4.TabIndex = 19;
this.label4.Text = "Тип";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label3.Location = new System.Drawing.Point(2, 167);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(119, 31);
this.label3.TabIndex = 18;
this.label3.Text = "Минимальная цена";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label2.Location = new System.Drawing.Point(2, 128);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(96, 31);
this.label2.TabIndex = 17;
this.label2.Text = "Наименование ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label1.Location = new System.Drawing.Point(2, 85);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 31);
this.label1.TabIndex = 16;
this.label1.Text = "Артикул";
//
// comboBoxType
//
this.comboBoxType.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.comboBoxType.FormattingEnabled = true;
this.comboBoxType.Location = new System.Drawing.Point(127, 208);
this.comboBoxType.Name = "comboBoxType";
this.comboBoxType.Size = new System.Drawing.Size(211, 37);
this.comboBoxType.TabIndex = 15;
//
// NameProd
//
this.NameProd.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.NameProd.Location = new System.Drawing.Point(127, 126);
this.NameProd.Name = "NameProd";
this.NameProd.Size = new System.Drawing.Size(211, 35);
this.NameProd.TabIndex = 14;
//
// MinPrice
//
this.MinPrice.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.MinPrice.Location = new System.Drawing.Point(127, 167);
this.MinPrice.Name = "MinPrice";
this.MinPrice.Size = new System.Drawing.Size(211, 35);
this.MinPrice.TabIndex = 13;
//
// Width
//
this.Width.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.Width.Location = new System.Drawing.Point(127, 251);
this.Width.Name = "Width";
this.Width.Size = new System.Drawing.Size(211, 35);
this.Width.TabIndex = 12;
//
// Article
//
this.Article.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.Article.Location = new System.Drawing.Point(127, 85);
this.Article.Name = "Article";
this.Article.ReadOnly = true;
this.Article.Size = new System.Drawing.Size(211, 35);
this.Article.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
this.label6.Font = new System.Drawing.Font("Gabriola", 26.25F);
this.label6.Location = new System.Drawing.Point(77, 9);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(300, 65);
this.label6.TabIndex = 22;
this.label6.Text = "Форма редактирования";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
this.button1.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.button1.Location = new System.Drawing.Point(362, 341);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(68, 35);
this.button1.TabIndex = 23;
this.button1.Text = "Назад";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// EditProductForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 388);
this.Controls.Add(this.button1);
this.Controls.Add(this.label6);
this.Controls.Add(this.btnRdct);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBoxType);
this.Controls.Add(this.NameProd);
this.Controls.Add(this.MinPrice);
this.Controls.Add(this.Width);
this.Controls.Add(this.Article);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "EditProductForm";
this.Text = "EditProductForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnRdct;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBoxType;
private System.Windows.Forms.TextBox NameProd;
private System.Windows.Forms.TextBox MinPrice;
private System.Windows.Forms.TextBox Width;
private System.Windows.Forms.TextBox Article;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
}
}