188 lines
7.4 KiB
C#
188 lines
7.4 KiB
C#
namespace Cruiser
|
||
{
|
||
partial class FormCruiserCollection
|
||
{
|
||
/// <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()
|
||
{
|
||
groupBoxTools = new GroupBox();
|
||
button2 = new Button();
|
||
textBoxNumber = new TextBox();
|
||
buttonAddCruiser = new Button();
|
||
button3 = new Button();
|
||
pictureBoxCollection = new PictureBox();
|
||
groupBoxStorage = new GroupBox();
|
||
listBoxStorages = new ListBox();
|
||
buttonDelObject = new Button();
|
||
textBoxStorageName = new TextBox();
|
||
buttonAddObject = new Button();
|
||
groupBoxTools.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
|
||
groupBoxStorage.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBoxTools
|
||
//
|
||
groupBoxTools.Controls.Add(button2);
|
||
groupBoxTools.Controls.Add(textBoxNumber);
|
||
groupBoxTools.Controls.Add(buttonAddCruiser);
|
||
groupBoxTools.Location = new Point(653, 1);
|
||
groupBoxTools.Name = "groupBoxTools";
|
||
groupBoxTools.Size = new Size(148, 140);
|
||
groupBoxTools.TabIndex = 0;
|
||
groupBoxTools.TabStop = false;
|
||
groupBoxTools.Text = "Инструменты";
|
||
//
|
||
// button2
|
||
//
|
||
button2.Location = new Point(15, 95);
|
||
button2.Name = "button2";
|
||
button2.Size = new Size(122, 37);
|
||
button2.TabIndex = 2;
|
||
button2.Text = "Удалить лайнер";
|
||
button2.UseVisualStyleBackColor = true;
|
||
button2.Click += ButtonRemoveCar_Click;
|
||
//
|
||
// textBoxNumber
|
||
//
|
||
textBoxNumber.Location = new Point(15, 66);
|
||
textBoxNumber.Name = "textBoxNumber";
|
||
textBoxNumber.Size = new Size(122, 23);
|
||
textBoxNumber.TabIndex = 1;
|
||
//
|
||
// buttonAddCruiser
|
||
//
|
||
buttonAddCruiser.Location = new Point(15, 22);
|
||
buttonAddCruiser.Name = "buttonAddCruiser";
|
||
buttonAddCruiser.Size = new Size(122, 38);
|
||
buttonAddCruiser.TabIndex = 0;
|
||
buttonAddCruiser.Text = "Добавить лайнер";
|
||
buttonAddCruiser.UseVisualStyleBackColor = true;
|
||
buttonAddCruiser.Click += ButtonAddCruiser_Click;
|
||
//
|
||
// button3
|
||
//
|
||
button3.Location = new Point(662, 397);
|
||
button3.Name = "button3";
|
||
button3.Size = new Size(131, 41);
|
||
button3.TabIndex = 3;
|
||
button3.Text = "Обновить коллекцию";
|
||
button3.UseVisualStyleBackColor = true;
|
||
button3.Click += ButtonRefreshCollection_Click;
|
||
//
|
||
// pictureBoxCollection
|
||
//
|
||
pictureBoxCollection.Location = new Point(14, 1);
|
||
pictureBoxCollection.Name = "pictureBoxCollection";
|
||
pictureBoxCollection.Size = new Size(642, 448);
|
||
pictureBoxCollection.TabIndex = 1;
|
||
pictureBoxCollection.TabStop = false;
|
||
//
|
||
// groupBoxStorage
|
||
//
|
||
groupBoxStorage.Controls.Add(listBoxStorages);
|
||
groupBoxStorage.Controls.Add(buttonDelObject);
|
||
groupBoxStorage.Controls.Add(textBoxStorageName);
|
||
groupBoxStorage.Controls.Add(buttonAddObject);
|
||
groupBoxStorage.Location = new Point(662, 139);
|
||
groupBoxStorage.Name = "groupBoxStorage";
|
||
groupBoxStorage.Size = new Size(136, 252);
|
||
groupBoxStorage.TabIndex = 2;
|
||
groupBoxStorage.TabStop = false;
|
||
groupBoxStorage.Text = "Наборы";
|
||
//
|
||
// listBoxStorages
|
||
//
|
||
listBoxStorages.FormattingEnabled = true;
|
||
listBoxStorages.ItemHeight = 15;
|
||
listBoxStorages.Location = new Point(10, 117);
|
||
listBoxStorages.Name = "listBoxStorages";
|
||
listBoxStorages.Size = new Size(120, 124);
|
||
listBoxStorages.TabIndex = 7;
|
||
listBoxStorages.SelectedIndexChanged += ListBoxObjects_SelectedIndexChanged;
|
||
//
|
||
// buttonDelObject
|
||
//
|
||
buttonDelObject.Location = new Point(8, 86);
|
||
buttonDelObject.Name = "buttonDelObject";
|
||
buttonDelObject.Size = new Size(122, 25);
|
||
buttonDelObject.TabIndex = 2;
|
||
buttonDelObject.Text = "Удалить набор";
|
||
buttonDelObject.UseVisualStyleBackColor = true;
|
||
buttonDelObject.Click += ButtonDelObject_Click;
|
||
//
|
||
// textBoxStorageName
|
||
//
|
||
textBoxStorageName.Location = new Point(8, 22);
|
||
textBoxStorageName.Name = "textBoxStorageName";
|
||
textBoxStorageName.Size = new Size(122, 23);
|
||
textBoxStorageName.TabIndex = 1;
|
||
//
|
||
// buttonAddObject
|
||
//
|
||
buttonAddObject.Location = new Point(8, 52);
|
||
buttonAddObject.Name = "buttonAddObject";
|
||
buttonAddObject.Size = new Size(122, 28);
|
||
buttonAddObject.TabIndex = 0;
|
||
buttonAddObject.Text = "Добавить набор";
|
||
buttonAddObject.UseVisualStyleBackColor = true;
|
||
buttonAddObject.Click += ButtonAddObject_Click;
|
||
//
|
||
// FormCruiserCollection
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(800, 450);
|
||
Controls.Add(button3);
|
||
Controls.Add(groupBoxStorage);
|
||
Controls.Add(pictureBoxCollection);
|
||
Controls.Add(groupBoxTools);
|
||
Name = "FormCruiserCollection";
|
||
Text = "Набор Крейсеров";
|
||
groupBoxTools.ResumeLayout(false);
|
||
groupBoxTools.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
|
||
groupBoxStorage.ResumeLayout(false);
|
||
groupBoxStorage.PerformLayout();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxTools;
|
||
private TextBox textBoxNumber;
|
||
private Button buttonAddCruiser;
|
||
private Button button3;
|
||
private Button button2;
|
||
private PictureBox pictureBoxCollection;
|
||
private GroupBox groupBoxStorage;
|
||
private Button button1;
|
||
private Button buttonDelObject;
|
||
private TextBox textBoxStorageName;
|
||
private Button buttonAddObject;
|
||
private ListBox listBoxStorages;
|
||
}
|
||
} |