135 lines
5.9 KiB
C#
135 lines
5.9 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();
|
|
buttonreFreshCollection = new Button();
|
|
textBoxCollectionWarmlyLocomotive = new TextBox();
|
|
buttonRemove = new Button();
|
|
buttonadd = new Button();
|
|
pictureBoxCollectionWarmlyLocomotive = new PictureBox();
|
|
panelCollectionWarmlyLocomotive.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(buttonreFreshCollection);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(textBoxCollectionWarmlyLocomotive);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(buttonRemove);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(buttonadd);
|
|
panelCollectionWarmlyLocomotive.Location = new Point(662, 28);
|
|
panelCollectionWarmlyLocomotive.Name = "panelCollectionWarmlyLocomotive";
|
|
panelCollectionWarmlyLocomotive.Size = new Size(149, 350);
|
|
panelCollectionWarmlyLocomotive.TabIndex = 1;
|
|
//
|
|
// buttonreFreshCollection
|
|
//
|
|
buttonreFreshCollection.Location = new Point(3, 193);
|
|
buttonreFreshCollection.Name = "buttonreFreshCollection";
|
|
buttonreFreshCollection.Size = new Size(146, 23);
|
|
buttonreFreshCollection.TabIndex = 3;
|
|
buttonreFreshCollection.Text = "Обновить коллекцию";
|
|
buttonreFreshCollection.UseVisualStyleBackColor = true;
|
|
buttonreFreshCollection.Click += buttonreFreshCollection_Click;
|
|
//
|
|
// textBoxCollectionWarmlyLocomotive
|
|
//
|
|
textBoxCollectionWarmlyLocomotive.Location = new Point(17, 128);
|
|
textBoxCollectionWarmlyLocomotive.Name = "textBoxCollectionWarmlyLocomotive";
|
|
textBoxCollectionWarmlyLocomotive.Size = new Size(117, 23);
|
|
textBoxCollectionWarmlyLocomotive.TabIndex = 2;
|
|
//
|
|
// buttonRemove
|
|
//
|
|
buttonRemove.Location = new Point(3, 71);
|
|
buttonRemove.Name = "buttonRemove";
|
|
buttonRemove.Size = new Size(131, 23);
|
|
buttonRemove.TabIndex = 1;
|
|
buttonRemove.Text = "Удалить тепловоз";
|
|
buttonRemove.UseVisualStyleBackColor = true;
|
|
buttonRemove.Click += buttonRemove_Click;
|
|
//
|
|
// buttonadd
|
|
//
|
|
buttonadd.Location = new Point(3, 22);
|
|
buttonadd.Name = "buttonadd";
|
|
buttonadd.Size = new Size(131, 23);
|
|
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, 350);
|
|
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();
|
|
((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 textBoxCollectionWarmlyLocomotive;
|
|
}
|
|
} |