PIbd-23-Lisov-N.A-SewingDre.../SewingDresses/FormAtelierRestocking.Designer.cs

148 lines
6.5 KiB
C#
Raw Permalink Normal View History

2023-02-27 00:35:38 +04:00
namespace SewingDresses
{
partial class FormAtelierRestocking
{
/// <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.atelierComboBox = new System.Windows.Forms.ComboBox();
this.atelierLabel = new System.Windows.Forms.Label();
this.dressComboBox = new System.Windows.Forms.ComboBox();
this.dressLabel = new System.Windows.Forms.Label();
this.quantityTextBox = new System.Windows.Forms.TextBox();
this.quantityLabel = new System.Windows.Forms.Label();
this.ButtonCancel = new System.Windows.Forms.Button();
this.ButtonSave = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// atelierComboBox
//
this.atelierComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.atelierComboBox.FormattingEnabled = true;
this.atelierComboBox.Location = new System.Drawing.Point(114, 21);
this.atelierComboBox.Name = "atelierComboBox";
this.atelierComboBox.Size = new System.Drawing.Size(293, 23);
this.atelierComboBox.TabIndex = 7;
//
// atelierLabel
//
this.atelierLabel.AutoSize = true;
this.atelierLabel.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.atelierLabel.Location = new System.Drawing.Point(12, 18);
this.atelierLabel.Name = "atelierLabel";
this.atelierLabel.Size = new System.Drawing.Size(71, 25);
this.atelierLabel.TabIndex = 6;
this.atelierLabel.Text = "Atelier:";
//
// dressComboBox
//
this.dressComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dressComboBox.FormattingEnabled = true;
this.dressComboBox.Location = new System.Drawing.Point(114, 69);
this.dressComboBox.Name = "dressComboBox";
this.dressComboBox.Size = new System.Drawing.Size(320, 23);
this.dressComboBox.TabIndex = 9;
//
// dressLabel
//
this.dressLabel.AutoSize = true;
this.dressLabel.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.dressLabel.Location = new System.Drawing.Point(12, 66);
this.dressLabel.Name = "dressLabel";
this.dressLabel.Size = new System.Drawing.Size(82, 25);
this.dressLabel.TabIndex = 8;
this.dressLabel.Text = "Product:";
//
// quantityTextBox
//
this.quantityTextBox.Location = new System.Drawing.Point(114, 113);
this.quantityTextBox.Name = "quantityTextBox";
this.quantityTextBox.Size = new System.Drawing.Size(320, 23);
this.quantityTextBox.TabIndex = 11;
//
// quantityLabel
//
this.quantityLabel.AutoSize = true;
this.quantityLabel.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.quantityLabel.Location = new System.Drawing.Point(12, 111);
this.quantityLabel.Name = "quantityLabel";
this.quantityLabel.Size = new System.Drawing.Size(88, 25);
this.quantityLabel.TabIndex = 10;
this.quantityLabel.Text = "Quantity:";
//
// ButtonCancel
//
this.ButtonCancel.Location = new System.Drawing.Point(336, 177);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(100, 32);
this.ButtonCancel.TabIndex = 13;
this.ButtonCancel.Text = "Cancel";
this.ButtonCancel.UseVisualStyleBackColor = true;
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// ButtonSave
//
this.ButtonSave.Location = new System.Drawing.Point(222, 177);
this.ButtonSave.Name = "ButtonSave";
this.ButtonSave.Size = new System.Drawing.Size(100, 32);
this.ButtonSave.TabIndex = 12;
this.ButtonSave.Text = "Save";
this.ButtonSave.UseVisualStyleBackColor = true;
this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// FormAtelierRestocking
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(448, 221);
this.Controls.Add(this.ButtonCancel);
this.Controls.Add(this.ButtonSave);
this.Controls.Add(this.quantityTextBox);
this.Controls.Add(this.quantityLabel);
this.Controls.Add(this.dressComboBox);
this.Controls.Add(this.dressLabel);
this.Controls.Add(this.atelierComboBox);
this.Controls.Add(this.atelierLabel);
this.Name = "FormAtelierRestocking";
this.Text = "FormAtelierRestocking";
this.Load += new System.EventHandler(this.FormAtelierRestocking_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ComboBox atelierComboBox;
private Label atelierLabel;
private ComboBox dressComboBox;
private Label dressLabel;
private TextBox quantityTextBox;
private Label quantityLabel;
private Button ButtonCancel;
private Button ButtonSave;
}
}