PIbd-22_Kurbanova_A.A.Warml.../WarmlyLocomotive/FormWarmlyLocomotiveCollection.Designer.cs
2023-11-11 21:26:13 +04:00

209 lines
9.0 KiB
C#

namespace WarmlyLocomotive
{
partial class FormWarmlyLocomotiveCollection
{
/// <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()
{
labelCollection = new Label();
panelCollectionWarmlyLocomotive = new Panel();
labelGenericCollection = new Label();
panel1 = new Panel();
buttonDelObject = new Button();
textBoxStorageName = new TextBox();
listBoxStorages = new ListBox();
buttonAddObject = new Button();
buttonreFreshCollection = new Button();
maskedTextBoxNumber = new TextBox();
buttonRemove = new Button();
buttonAdd = new Button();
pictureBoxCollectionWarmlyLocomotive = new PictureBox();
panelCollectionWarmlyLocomotive.SuspendLayout();
panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBoxCollectionWarmlyLocomotive).BeginInit();
SuspendLayout();
//
// labelCollection
//
labelCollection.AutoSize = true;
labelCollection.BorderStyle = BorderStyle.Fixed3D;
labelCollection.Location = new Point(662, 10);
labelCollection.Name = "labelCollection";
labelCollection.Size = new Size(85, 17);
labelCollection.TabIndex = 0;
labelCollection.Text = "Инструменты";
//
// panelCollectionWarmlyLocomotive
//
panelCollectionWarmlyLocomotive.Controls.Add(labelGenericCollection);
panelCollectionWarmlyLocomotive.Controls.Add(panel1);
panelCollectionWarmlyLocomotive.Controls.Add(buttonreFreshCollection);
panelCollectionWarmlyLocomotive.Controls.Add(maskedTextBoxNumber);
panelCollectionWarmlyLocomotive.Controls.Add(buttonRemove);
panelCollectionWarmlyLocomotive.Controls.Add(buttonAdd);
panelCollectionWarmlyLocomotive.Location = new Point(662, 28);
panelCollectionWarmlyLocomotive.Name = "panelCollectionWarmlyLocomotive";
panelCollectionWarmlyLocomotive.Size = new Size(149, 410);
panelCollectionWarmlyLocomotive.TabIndex = 1;
//
// labelGenericCollection
//
labelGenericCollection.AutoSize = true;
labelGenericCollection.Location = new Point(17, -1);
labelGenericCollection.Name = "labelGenericCollection";
labelGenericCollection.Size = new Size(52, 15);
labelGenericCollection.TabIndex = 5;
labelGenericCollection.Text = "Наборы";
//
// panel1
//
panel1.Controls.Add(buttonDelObject);
panel1.Controls.Add(textBoxStorageName);
panel1.Controls.Add(listBoxStorages);
panel1.Controls.Add(buttonAddObject);
panel1.Location = new Point(3, 16);
panel1.Name = "panel1";
panel1.Size = new Size(143, 209);
panel1.TabIndex = 4;
//
// buttonDelObject
//
buttonDelObject.Location = new Point(15, 175);
buttonDelObject.Name = "buttonDelObject";
buttonDelObject.Size = new Size(115, 23);
buttonDelObject.TabIndex = 3;
buttonDelObject.Text = "Удалить набор";
buttonDelObject.UseVisualStyleBackColor = true;
buttonDelObject.Click += buttonDelObject_Click;
//
// textBoxStorageName
//
textBoxStorageName.Location = new Point(13, 13);
textBoxStorageName.Name = "textBoxStorageName";
textBoxStorageName.Size = new Size(117, 23);
textBoxStorageName.TabIndex = 2;
//
// listBoxStorages
//
listBoxStorages.FormattingEnabled = true;
listBoxStorages.ItemHeight = 15;
listBoxStorages.Location = new Point(14, 90);
listBoxStorages.Name = "listBoxStorages";
listBoxStorages.Size = new Size(119, 79);
listBoxStorages.TabIndex = 1;
listBoxStorages.SelectedIndexChanged += listBoxStorages_SelectedIndexChanged;
//
// buttonAddObject
//
buttonAddObject.Location = new Point(15, 51);
buttonAddObject.Name = "buttonAddObject";
buttonAddObject.Size = new Size(118, 22);
buttonAddObject.TabIndex = 0;
buttonAddObject.Text = "Добавить набор";
buttonAddObject.UseVisualStyleBackColor = true;
buttonAddObject.Click += buttonAddObject_Click;
//
// buttonreFreshCollection
//
buttonreFreshCollection.Location = new Point(3, 325);
buttonreFreshCollection.Name = "buttonreFreshCollection";
buttonreFreshCollection.Size = new Size(146, 23);
buttonreFreshCollection.TabIndex = 3;
buttonreFreshCollection.Text = "Обновить коллекцию";
buttonreFreshCollection.UseVisualStyleBackColor = true;
buttonreFreshCollection.Click += buttonreFreshCollection_Click;
//
// maskedTextBoxNumber
//
maskedTextBoxNumber.Location = new Point(16, 296);
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
maskedTextBoxNumber.Size = new Size(117, 23);
maskedTextBoxNumber.TabIndex = 2;
//
// buttonRemove
//
buttonRemove.Location = new Point(6, 369);
buttonRemove.Name = "buttonRemove";
buttonRemove.Size = new Size(143, 23);
buttonRemove.TabIndex = 1;
buttonRemove.Text = "Удалить тепловоз";
buttonRemove.UseVisualStyleBackColor = true;
buttonRemove.Click += buttonRemove_Click;
//
// buttonAdd
//
buttonAdd.Location = new Point(6, 247);
buttonAdd.Name = "buttonAdd";
buttonAdd.Size = new Size(143, 22);
buttonAdd.TabIndex = 0;
buttonAdd.Text = "Добавить тепловоз";
buttonAdd.UseVisualStyleBackColor = true;
buttonAdd.Click += buttonAdd_Click;
//
// pictureBoxCollectionWarmlyLocomotive
//
pictureBoxCollectionWarmlyLocomotive.Location = new Point(12, 28);
pictureBoxCollectionWarmlyLocomotive.Name = "pictureBoxCollectionWarmlyLocomotive";
pictureBoxCollectionWarmlyLocomotive.Size = new Size(647, 410);
pictureBoxCollectionWarmlyLocomotive.TabIndex = 2;
pictureBoxCollectionWarmlyLocomotive.TabStop = false;
//
// FormWarmlyLocomotiveCollection
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(823, 450);
Controls.Add(pictureBoxCollectionWarmlyLocomotive);
Controls.Add(panelCollectionWarmlyLocomotive);
Controls.Add(labelCollection);
Name = "FormWarmlyLocomotiveCollection";
Text = "FormWarmlyLocomotiveCollection";
panelCollectionWarmlyLocomotive.ResumeLayout(false);
panelCollectionWarmlyLocomotive.PerformLayout();
panel1.ResumeLayout(false);
panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBoxCollectionWarmlyLocomotive).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label labelCollection;
private Panel panelCollectionWarmlyLocomotive;
private PictureBox pictureBoxCollectionWarmlyLocomotive;
private Button buttonAdd;
private Button buttonRemove;
private Button buttonreFreshCollection;
private TextBox maskedTextBoxNumber;
private Label labelGenericCollection;
private Panel panel1;
private Button buttonAddObject;
private ListBox listBoxStorages;
private TextBox textBoxStorageName;
private Button buttonDelObject;
}
}