PIbd-21_RazubaevSM_Plumbing.../PlumbingRepair/PlumbingRepairView/FormWorkComponent.Designer.cs
2024-03-23 11:06:35 +04:00

126 lines
5.4 KiB
C#

namespace PlumbingRepairView
{
partial class FormWorkComponent
{
/// <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.labelCount = new System.Windows.Forms.Label();
this.comboBoxComponent = new System.Windows.Forms.ComboBox();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.textBoxCount = new System.Windows.Forms.TextBox();
this.labelComponent = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// labelCount
//
this.labelCount.AutoSize = true;
this.labelCount.Location = new System.Drawing.Point(4, 91);
this.labelCount.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(111, 25);
this.labelCount.TabIndex = 8;
this.labelCount.Text = "Количество:";
//
// comboBoxComponent
//
this.comboBoxComponent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxComponent.FormattingEnabled = true;
this.comboBoxComponent.Location = new System.Drawing.Point(129, 34);
this.comboBoxComponent.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.comboBoxComponent.Name = "comboBoxComponent";
this.comboBoxComponent.Size = new System.Drawing.Size(359, 33);
this.comboBoxComponent.TabIndex = 7;
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(347, 135);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(125, 44);
this.buttonCancel.TabIndex = 11;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(212, 135);
this.buttonSave.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(125, 44);
this.buttonSave.TabIndex = 10;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// textBoxCount
//
this.textBoxCount.Location = new System.Drawing.Point(129, 85);
this.textBoxCount.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.textBoxCount.Name = "textBoxCount";
this.textBoxCount.Size = new System.Drawing.Size(359, 31);
this.textBoxCount.TabIndex = 9;
//
// labelComponent
//
this.labelComponent.AutoSize = true;
this.labelComponent.Location = new System.Drawing.Point(4, 39);
this.labelComponent.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.labelComponent.Name = "labelComponent";
this.labelComponent.Size = new System.Drawing.Size(107, 25);
this.labelComponent.TabIndex = 6;
this.labelComponent.Text = "Компонент:";
//
// FormWorkComponent
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(513, 210);
this.Controls.Add(this.labelCount);
this.Controls.Add(this.comboBoxComponent);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.textBoxCount);
this.Controls.Add(this.labelComponent);
this.Name = "FormWorkComponent";
this.Text = "Компонент изделия";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label labelCount;
private ComboBox comboBoxComponent;
private Button buttonCancel;
private Button buttonSave;
private TextBox textBoxCount;
private Label labelComponent;
}
}