2023-02-05 21:07:54 +04:00
|
|
|
|
namespace PrecastConcretePlantView
|
|
|
|
|
{
|
|
|
|
|
partial class FormComponent
|
|
|
|
|
{
|
|
|
|
|
/// <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.labelName = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.labelPrice = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxCost = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// labelName
|
|
|
|
|
//
|
|
|
|
|
this.labelName.AutoSize = true;
|
|
|
|
|
this.labelName.Location = new System.Drawing.Point(37, 29);
|
|
|
|
|
this.labelName.Name = "labelName";
|
|
|
|
|
this.labelName.Size = new System.Drawing.Size(62, 15);
|
|
|
|
|
this.labelName.TabIndex = 0;
|
|
|
|
|
this.labelName.Text = "Название:";
|
|
|
|
|
//
|
|
|
|
|
// textBoxName
|
|
|
|
|
//
|
|
|
|
|
this.textBoxName.Location = new System.Drawing.Point(105, 26);
|
|
|
|
|
this.textBoxName.Name = "textBoxName";
|
|
|
|
|
this.textBoxName.Size = new System.Drawing.Size(258, 23);
|
|
|
|
|
this.textBoxName.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// labelPrice
|
|
|
|
|
//
|
|
|
|
|
this.labelPrice.AutoSize = true;
|
|
|
|
|
this.labelPrice.Location = new System.Drawing.Point(37, 73);
|
|
|
|
|
this.labelPrice.Name = "labelPrice";
|
|
|
|
|
this.labelPrice.Size = new System.Drawing.Size(38, 15);
|
|
|
|
|
this.labelPrice.TabIndex = 2;
|
|
|
|
|
this.labelPrice.Text = "Цена:";
|
|
|
|
|
//
|
|
|
|
|
// textBoxCost
|
|
|
|
|
//
|
|
|
|
|
this.textBoxCost.Location = new System.Drawing.Point(105, 73);
|
|
|
|
|
this.textBoxCost.Name = "textBoxCost";
|
|
|
|
|
this.textBoxCost.Size = new System.Drawing.Size(136, 23);
|
|
|
|
|
this.textBoxCost.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
|
|
|
|
this.buttonSave.Location = new System.Drawing.Point(207, 111);
|
|
|
|
|
this.buttonSave.Name = "buttonSave";
|
|
|
|
|
this.buttonSave.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.buttonSave.TabIndex = 7;
|
|
|
|
|
this.buttonSave.Text = "Сохранить";
|
|
|
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
|
|
|
|
this.buttonCancel.Location = new System.Drawing.Point(288, 111);
|
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.buttonCancel.TabIndex = 6;
|
|
|
|
|
this.buttonCancel.Text = "Отмена";
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// FormComponent
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(387, 149);
|
|
|
|
|
this.Controls.Add(this.buttonSave);
|
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
this.Controls.Add(this.textBoxCost);
|
|
|
|
|
this.Controls.Add(this.labelPrice);
|
|
|
|
|
this.Controls.Add(this.textBoxName);
|
|
|
|
|
this.Controls.Add(this.labelName);
|
|
|
|
|
this.Name = "FormComponent";
|
2023-04-11 20:26:48 +04:00
|
|
|
|
this.Text = "Компонент";
|
2023-02-05 21:07:54 +04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Label labelName;
|
|
|
|
|
private TextBox textBoxName;
|
|
|
|
|
private Label labelPrice;
|
|
|
|
|
private TextBox textBoxCost;
|
|
|
|
|
private Button buttonSave;
|
|
|
|
|
private Button buttonCancel;
|
|
|
|
|
}
|
|
|
|
|
}
|