PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlant/FormSellReinforced.Designer.cs
2023-04-21 04:01:40 +03:00

128 lines
5.7 KiB
C#

namespace PrecastConcretePlantView
{
partial class FormSellReinforced
{
/// <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.labelReinforced = new System.Windows.Forms.Label();
this.comboBoxReinforced = new System.Windows.Forms.ComboBox();
this.labelCount = new System.Windows.Forms.Label();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.numericUpDownCount = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCount)).BeginInit();
this.SuspendLayout();
//
// labelReinforced
//
this.labelReinforced.AutoSize = true;
this.labelReinforced.Location = new System.Drawing.Point(27, 9);
this.labelReinforced.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelReinforced.Name = "labelReinforced";
this.labelReinforced.Size = new System.Drawing.Size(34, 15);
this.labelReinforced.TabIndex = 1;
this.labelReinforced.Text = "ЖБИ";
//
// comboBoxReinforced
//
this.comboBoxReinforced.FormattingEnabled = true;
this.comboBoxReinforced.Location = new System.Drawing.Point(88, 7);
this.comboBoxReinforced.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.comboBoxReinforced.Name = "comboBoxReinforced";
this.comboBoxReinforced.Size = new System.Drawing.Size(195, 23);
this.comboBoxReinforced.TabIndex = 2;
//
// labelCount
//
this.labelCount.AutoSize = true;
this.labelCount.Location = new System.Drawing.Point(8, 41);
this.labelCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(72, 15);
this.labelCount.TabIndex = 3;
this.labelCount.Text = "Количество";
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(203, 77);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(78, 20);
this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(120, 77);
this.buttonSave.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(78, 20);
this.buttonSave.TabIndex = 5;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// numericUpDownCount
//
this.numericUpDownCount.Location = new System.Drawing.Point(88, 40);
this.numericUpDownCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.numericUpDownCount.Name = "numericUpDownCount";
this.numericUpDownCount.Size = new System.Drawing.Size(194, 23);
this.numericUpDownCount.TabIndex = 6;
//
// FormSellReinforced
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(293, 105);
this.Controls.Add(this.numericUpDownCount);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.labelCount);
this.Controls.Add(this.comboBoxReinforced);
this.Controls.Add(this.labelReinforced);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FormSellReinforced";
this.Text = "Продажа ЖБИ";
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCount)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label labelReinforced;
private ComboBox comboBoxReinforced;
private Label labelCount;
private Button buttonCancel;
private Button buttonSave;
private NumericUpDown numericUpDownCount;
}
}