137 lines
5.4 KiB
C#
137 lines
5.4 KiB
C#
|
namespace SushiBarView
|
|||
|
{
|
|||
|
partial class FormSushiComponent
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
labelComponent = new Label();
|
|||
|
labelCountComponent = new Label();
|
|||
|
buttonSave = new Button();
|
|||
|
textBoxComponentCount = new TextBox();
|
|||
|
comboBoxComponent = new ComboBox();
|
|||
|
buttonCancel = new Button();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// labelComponent
|
|||
|
//
|
|||
|
labelComponent.AutoSize = true;
|
|||
|
labelComponent.Location = new Point(35, 39);
|
|||
|
labelComponent.Margin = new Padding(4, 0, 4, 0);
|
|||
|
labelComponent.Name = "labelComponent";
|
|||
|
labelComponent.Size = new Size(107, 24);
|
|||
|
labelComponent.TabIndex = 0;
|
|||
|
labelComponent.Text = "Компонент";
|
|||
|
//
|
|||
|
// labelCountComponent
|
|||
|
//
|
|||
|
labelCountComponent.AutoSize = true;
|
|||
|
labelCountComponent.Location = new Point(35, 128);
|
|||
|
labelCountComponent.Margin = new Padding(4, 0, 4, 0);
|
|||
|
labelCountComponent.Name = "labelCountComponent";
|
|||
|
labelCountComponent.Size = new Size(112, 24);
|
|||
|
labelCountComponent.TabIndex = 1;
|
|||
|
labelCountComponent.Text = "Количество";
|
|||
|
//
|
|||
|
// buttonSave
|
|||
|
//
|
|||
|
buttonSave.BackColor = Color.Green;
|
|||
|
buttonSave.BackgroundImageLayout = ImageLayout.Center;
|
|||
|
buttonSave.Cursor = Cursors.Hand;
|
|||
|
buttonSave.ForeColor = SystemColors.ControlLightLight;
|
|||
|
buttonSave.Location = new Point(205, 197);
|
|||
|
buttonSave.Margin = new Padding(4);
|
|||
|
buttonSave.Name = "buttonSave";
|
|||
|
buttonSave.Size = new Size(132, 54);
|
|||
|
buttonSave.TabIndex = 2;
|
|||
|
buttonSave.Text = "Сохранить";
|
|||
|
buttonSave.UseVisualStyleBackColor = false;
|
|||
|
buttonSave.Click += ButtonSave_Click;
|
|||
|
//
|
|||
|
// textBoxComponentCount
|
|||
|
//
|
|||
|
textBoxComponentCount.Location = new Point(205, 125);
|
|||
|
textBoxComponentCount.Margin = new Padding(4);
|
|||
|
textBoxComponentCount.Name = "textBoxComponentCount";
|
|||
|
textBoxComponentCount.Size = new Size(293, 32);
|
|||
|
textBoxComponentCount.TabIndex = 3;
|
|||
|
//
|
|||
|
// comboBoxComponent
|
|||
|
//
|
|||
|
comboBoxComponent.Cursor = Cursors.Hand;
|
|||
|
comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList;
|
|||
|
comboBoxComponent.FormattingEnabled = true;
|
|||
|
comboBoxComponent.Location = new Point(205, 36);
|
|||
|
comboBoxComponent.Margin = new Padding(4);
|
|||
|
comboBoxComponent.Name = "comboBoxComponent";
|
|||
|
comboBoxComponent.Size = new Size(293, 32);
|
|||
|
comboBoxComponent.TabIndex = 4;
|
|||
|
//
|
|||
|
// buttonCancel
|
|||
|
//
|
|||
|
buttonCancel.BackColor = Color.Green;
|
|||
|
buttonCancel.BackgroundImageLayout = ImageLayout.Center;
|
|||
|
buttonCancel.Cursor = Cursors.Hand;
|
|||
|
buttonCancel.ForeColor = SystemColors.ControlLightLight;
|
|||
|
buttonCancel.Location = new Point(362, 197);
|
|||
|
buttonCancel.Margin = new Padding(4);
|
|||
|
buttonCancel.Name = "buttonCancel";
|
|||
|
buttonCancel.Size = new Size(136, 54);
|
|||
|
buttonCancel.TabIndex = 5;
|
|||
|
buttonCancel.Text = "Отмена";
|
|||
|
buttonCancel.UseVisualStyleBackColor = false;
|
|||
|
buttonCancel.Click += ButtonCancel_Click;
|
|||
|
//
|
|||
|
// FormSushiComponent
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(11F, 24F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
BackColor = Color.FromArgb(210, 255, 200);
|
|||
|
ClientSize = new Size(542, 280);
|
|||
|
Controls.Add(buttonCancel);
|
|||
|
Controls.Add(comboBoxComponent);
|
|||
|
Controls.Add(textBoxComponentCount);
|
|||
|
Controls.Add(buttonSave);
|
|||
|
Controls.Add(labelCountComponent);
|
|||
|
Controls.Add(labelComponent);
|
|||
|
Font = new Font("Candara", 12F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|||
|
Margin = new Padding(4);
|
|||
|
Name = "FormSushiComponent";
|
|||
|
Text = "Компонент изделия";
|
|||
|
ResumeLayout(false);
|
|||
|
PerformLayout();
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Label labelComponent;
|
|||
|
private Label labelCountComponent;
|
|||
|
private Button buttonSave;
|
|||
|
private TextBox textBoxComponentCount;
|
|||
|
private ComboBox comboBoxComponent;
|
|||
|
private Button buttonCancel;
|
|||
|
}
|
|||
|
}
|