ModulSkryabina_14.05/SkryabinaModul/SkryabinaModul/OrdersEditForm.Designer.cs
2026-05-14 15:38:46 +04:00

274 lines
14 KiB
C#

namespace SkryabinaModul
{
partial class OrdersEditForm
{
/// <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.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.textBoxDateDel = new System.Windows.Forms.TextBox();
this.labelPhoto = new System.Windows.Forms.Label();
this.comboBoxProduct = new System.Windows.Forms.ComboBox();
this.labelSupplier = new System.Windows.Forms.Label();
this.comboBoxStatus = new System.Windows.Forms.ComboBox();
this.labelManufacturer = new System.Windows.Forms.Label();
this.textBoxDateOrders = new System.Windows.Forms.TextBox();
this.labelDescription = new System.Windows.Forms.Label();
this.comboBoxFio = new System.Windows.Forms.ComboBox();
this.labelCategory = new System.Windows.Forms.Label();
this.textBoxPick = new System.Windows.Forms.TextBox();
this.labelName = new System.Windows.Forms.Label();
this.textBoxArticle = new System.Windows.Forms.TextBox();
this.labelArticle = new System.Windows.Forms.Label();
this.labelTitle = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonCancel
//
this.buttonCancel.BackColor = System.Drawing.Color.Red;
this.buttonCancel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold);
this.buttonCancel.ForeColor = System.Drawing.Color.Black;
this.buttonCancel.Location = new System.Drawing.Point(490, 337);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(140, 45);
this.buttonCancel.TabIndex = 49;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = false;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonSave
//
this.buttonSave.BackColor = System.Drawing.Color.Red;
this.buttonSave.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold);
this.buttonSave.Location = new System.Drawing.Point(334, 337);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(140, 45);
this.buttonSave.TabIndex = 48;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = false;
//
// textBoxDateDel
//
this.textBoxDateDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.textBoxDateDel.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.textBoxDateDel.Location = new System.Drawing.Point(30, 283);
this.textBoxDateDel.Name = "textBoxDateDel";
this.textBoxDateDel.Size = new System.Drawing.Size(400, 26);
this.textBoxDateDel.TabIndex = 47;
//
// labelPhoto
//
this.labelPhoto.AutoSize = true;
this.labelPhoto.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelPhoto.Location = new System.Drawing.Point(28, 250);
this.labelPhoto.Name = "labelPhoto";
this.labelPhoto.Size = new System.Drawing.Size(109, 19);
this.labelPhoto.TabIndex = 46;
this.labelPhoto.Text = "Дата доставки:";
//
// comboBoxProduct
//
this.comboBoxProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.comboBoxProduct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxProduct.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.comboBoxProduct.FormattingEnabled = true;
this.comboBoxProduct.Location = new System.Drawing.Point(248, 202);
this.comboBoxProduct.Name = "comboBoxProduct";
this.comboBoxProduct.Size = new System.Drawing.Size(200, 26);
this.comboBoxProduct.TabIndex = 37;
//
// labelSupplier
//
this.labelSupplier.AutoSize = true;
this.labelSupplier.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelSupplier.Location = new System.Drawing.Point(244, 180);
this.labelSupplier.Name = "labelSupplier";
this.labelSupplier.Size = new System.Drawing.Size(115, 19);
this.labelSupplier.TabIndex = 36;
this.labelSupplier.Text = "Артикул товара:";
//
// comboBoxStatus
//
this.comboBoxStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.comboBoxStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxStatus.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.comboBoxStatus.FormattingEnabled = true;
this.comboBoxStatus.Location = new System.Drawing.Point(30, 202);
this.comboBoxStatus.Name = "comboBoxStatus";
this.comboBoxStatus.Size = new System.Drawing.Size(200, 26);
this.comboBoxStatus.TabIndex = 35;
//
// labelManufacturer
//
this.labelManufacturer.AutoSize = true;
this.labelManufacturer.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelManufacturer.Location = new System.Drawing.Point(26, 180);
this.labelManufacturer.Name = "labelManufacturer";
this.labelManufacturer.Size = new System.Drawing.Size(56, 19);
this.labelManufacturer.TabIndex = 34;
this.labelManufacturer.Text = "Статус:";
//
// textBoxDateOrders
//
this.textBoxDateOrders.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.textBoxDateOrders.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.textBoxDateOrders.Location = new System.Drawing.Point(248, 142);
this.textBoxDateOrders.Name = "textBoxDateOrders";
this.textBoxDateOrders.Size = new System.Drawing.Size(300, 26);
this.textBoxDateOrders.TabIndex = 33;
//
// labelDescription
//
this.labelDescription.AutoSize = true;
this.labelDescription.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelDescription.Location = new System.Drawing.Point(244, 120);
this.labelDescription.Name = "labelDescription";
this.labelDescription.Size = new System.Drawing.Size(89, 19);
this.labelDescription.TabIndex = 32;
this.labelDescription.Text = "Дата заказа:";
//
// comboBoxFio
//
this.comboBoxFio.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.comboBoxFio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxFio.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.comboBoxFio.FormattingEnabled = true;
this.comboBoxFio.Location = new System.Drawing.Point(30, 142);
this.comboBoxFio.Name = "comboBoxFio";
this.comboBoxFio.Size = new System.Drawing.Size(200, 26);
this.comboBoxFio.TabIndex = 31;
//
// labelCategory
//
this.labelCategory.AutoSize = true;
this.labelCategory.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelCategory.Location = new System.Drawing.Point(26, 120);
this.labelCategory.Name = "labelCategory";
this.labelCategory.Size = new System.Drawing.Size(43, 19);
this.labelCategory.TabIndex = 30;
this.labelCategory.Text = "ФИО:";
//
// textBoxPick
//
this.textBoxPick.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.textBoxPick.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.textBoxPick.Location = new System.Drawing.Point(198, 82);
this.textBoxPick.Name = "textBoxPick";
this.textBoxPick.Size = new System.Drawing.Size(250, 26);
this.textBoxPick.TabIndex = 29;
//
// labelName
//
this.labelName.AutoSize = true;
this.labelName.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelName.Location = new System.Drawing.Point(194, 60);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(108, 19);
this.labelName.TabIndex = 28;
this.labelName.Text = "Пункт выдачи:";
//
// textBoxArticle
//
this.textBoxArticle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
this.textBoxArticle.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.textBoxArticle.Location = new System.Drawing.Point(30, 82);
this.textBoxArticle.Name = "textBoxArticle";
this.textBoxArticle.Size = new System.Drawing.Size(150, 26);
this.textBoxArticle.TabIndex = 27;
//
// labelArticle
//
this.labelArticle.AutoSize = true;
this.labelArticle.Font = new System.Drawing.Font("Comic Sans MS", 10F);
this.labelArticle.Location = new System.Drawing.Point(26, 60);
this.labelArticle.Name = "labelArticle";
this.labelArticle.Size = new System.Drawing.Size(68, 19);
this.labelArticle.TabIndex = 26;
this.labelArticle.Text = "Артикул:";
//
// labelTitle
//
this.labelTitle.AutoSize = true;
this.labelTitle.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold);
this.labelTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.labelTitle.Location = new System.Drawing.Point(26, 9);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(282, 35);
this.labelTitle.TabIndex = 25;
this.labelTitle.Text = "Редактирование заказа";
//
// OrdersEditForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(237)))), ((int)(((byte)(215)))));
this.ClientSize = new System.Drawing.Size(661, 400);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.textBoxDateDel);
this.Controls.Add(this.labelPhoto);
this.Controls.Add(this.comboBoxProduct);
this.Controls.Add(this.labelSupplier);
this.Controls.Add(this.comboBoxStatus);
this.Controls.Add(this.labelManufacturer);
this.Controls.Add(this.textBoxDateOrders);
this.Controls.Add(this.labelDescription);
this.Controls.Add(this.comboBoxFio);
this.Controls.Add(this.labelCategory);
this.Controls.Add(this.textBoxPick);
this.Controls.Add(this.labelName);
this.Controls.Add(this.textBoxArticle);
this.Controls.Add(this.labelArticle);
this.Controls.Add(this.labelTitle);
this.Name = "OrdersEditForm";
this.Text = "OrdersEditForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonSave;
private System.Windows.Forms.TextBox textBoxDateDel;
private System.Windows.Forms.Label labelPhoto;
private System.Windows.Forms.ComboBox comboBoxProduct;
private System.Windows.Forms.Label labelSupplier;
private System.Windows.Forms.ComboBox comboBoxStatus;
private System.Windows.Forms.Label labelManufacturer;
private System.Windows.Forms.TextBox textBoxDateOrders;
private System.Windows.Forms.Label labelDescription;
private System.Windows.Forms.ComboBox comboBoxFio;
private System.Windows.Forms.Label labelCategory;
private System.Windows.Forms.TextBox textBoxPick;
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.TextBox textBoxArticle;
private System.Windows.Forms.Label labelArticle;
private System.Windows.Forms.Label labelTitle;
}
}