2023-12-16 11:10:10 +04:00
|
|
|
|
namespace ContainerShip
|
|
|
|
|
{
|
|
|
|
|
partial class FormShipCollection
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
buttonAdd = new Button();
|
|
|
|
|
buttonDelete = new Button();
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelTools = new Label();
|
2023-12-16 11:10:10 +04:00
|
|
|
|
maskedTextBoxNumber = new TextBox();
|
|
|
|
|
pictureBoxCollection = new PictureBox();
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelSet = new Label();
|
|
|
|
|
textBoxStorageName = new TextBox();
|
|
|
|
|
listBoxStorages = new ListBox();
|
|
|
|
|
buttonAddStorage = new Button();
|
|
|
|
|
buttonDeleteStorage = new Button();
|
|
|
|
|
buttonUpdate = new Button();
|
2023-12-16 11:10:10 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// buttonAdd
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonAdd.Location = new Point(739, 407);
|
|
|
|
|
buttonAdd.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
buttonAdd.Name = "buttonAdd";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonAdd.Size = new Size(165, 32);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
buttonAdd.TabIndex = 0;
|
|
|
|
|
buttonAdd.Text = "Добавить корабль";
|
|
|
|
|
buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonAdd.Click += buttonAdd_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonDelete
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonDelete.Location = new Point(737, 482);
|
|
|
|
|
buttonDelete.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
buttonDelete.Name = "buttonDelete";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonDelete.Size = new Size(163, 32);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
buttonDelete.TabIndex = 1;
|
|
|
|
|
buttonDelete.Text = "Удалить корабль";
|
|
|
|
|
buttonDelete.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonDelete.Click += buttonDelete_Click;
|
|
|
|
|
//
|
2023-12-16 11:14:14 +04:00
|
|
|
|
// labelTools
|
2023-12-16 11:10:10 +04:00
|
|
|
|
//
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelTools.AutoSize = true;
|
2023-12-16 11:16:37 +04:00
|
|
|
|
labelTools.Location = new Point(774, 12);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelTools.Name = "labelTools";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
labelTools.Size = new Size(103, 20);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelTools.TabIndex = 3;
|
|
|
|
|
labelTools.Text = "Инструменты";
|
2023-12-16 11:10:10 +04:00
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxNumber
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
maskedTextBoxNumber.Location = new Point(737, 447);
|
|
|
|
|
maskedTextBoxNumber.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
maskedTextBoxNumber.Size = new Size(162, 27);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
maskedTextBoxNumber.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxCollection
|
|
|
|
|
//
|
|
|
|
|
pictureBoxCollection.Location = new Point(0, 0);
|
2023-12-16 11:16:37 +04:00
|
|
|
|
pictureBoxCollection.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
pictureBoxCollection.Name = "pictureBoxCollection";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
pictureBoxCollection.Size = new Size(731, 609);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
pictureBoxCollection.TabIndex = 5;
|
|
|
|
|
pictureBoxCollection.TabStop = false;
|
|
|
|
|
//
|
2023-12-16 11:14:14 +04:00
|
|
|
|
// labelSet
|
|
|
|
|
//
|
|
|
|
|
labelSet.AutoSize = true;
|
2023-12-16 11:16:37 +04:00
|
|
|
|
labelSet.Location = new Point(748, 41);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelSet.Name = "labelSet";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
labelSet.Size = new Size(55, 20);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
labelSet.TabIndex = 6;
|
|
|
|
|
labelSet.Text = "Набор";
|
|
|
|
|
//
|
|
|
|
|
// textBoxStorageName
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
textBoxStorageName.Location = new Point(739, 65);
|
|
|
|
|
textBoxStorageName.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
textBoxStorageName.Name = "textBoxStorageName";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
textBoxStorageName.Size = new Size(162, 27);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
textBoxStorageName.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// listBoxStorages
|
|
|
|
|
//
|
|
|
|
|
listBoxStorages.FormattingEnabled = true;
|
2023-12-16 11:16:37 +04:00
|
|
|
|
listBoxStorages.ItemHeight = 20;
|
|
|
|
|
listBoxStorages.Location = new Point(739, 179);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
listBoxStorages.Name = "listBoxStorages";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
listBoxStorages.Size = new Size(165, 124);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
listBoxStorages.TabIndex = 8;
|
|
|
|
|
listBoxStorages.SelectedIndexChanged += buttonUpdate_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonAddStorage
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonAddStorage.Location = new Point(739, 100);
|
|
|
|
|
buttonAddStorage.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
buttonAddStorage.Name = "buttonAddStorage";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonAddStorage.Size = new Size(165, 32);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
buttonAddStorage.TabIndex = 9;
|
|
|
|
|
buttonAddStorage.Text = "Добавить набор";
|
|
|
|
|
buttonAddStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonAddStorage.Click += ButtonAddObject_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonDeleteStorage
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonDeleteStorage.Location = new Point(739, 322);
|
|
|
|
|
buttonDeleteStorage.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
buttonDeleteStorage.Name = "buttonDeleteStorage";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonDeleteStorage.Size = new Size(165, 32);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
buttonDeleteStorage.TabIndex = 11;
|
|
|
|
|
buttonDeleteStorage.Text = "Удалить набор";
|
|
|
|
|
buttonDeleteStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonDeleteStorage.Click += ButtonDelObject_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonUpdate
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonUpdate.Location = new Point(739, 140);
|
|
|
|
|
buttonUpdate.Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
buttonUpdate.Name = "buttonUpdate";
|
2023-12-16 11:16:37 +04:00
|
|
|
|
buttonUpdate.Size = new Size(163, 32);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
buttonUpdate.TabIndex = 2;
|
|
|
|
|
buttonUpdate.Text = "Обновить набор";
|
|
|
|
|
buttonUpdate.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonUpdate.Click += buttonUpdate_Click;
|
|
|
|
|
//
|
2023-12-16 11:10:10 +04:00
|
|
|
|
// FormShipCollection
|
|
|
|
|
//
|
2023-12-16 11:16:37 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2023-12-16 11:16:37 +04:00
|
|
|
|
ClientSize = new Size(914, 600);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
Controls.Add(buttonDeleteStorage);
|
|
|
|
|
Controls.Add(buttonAddStorage);
|
|
|
|
|
Controls.Add(listBoxStorages);
|
|
|
|
|
Controls.Add(textBoxStorageName);
|
|
|
|
|
Controls.Add(labelSet);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
Controls.Add(pictureBoxCollection);
|
|
|
|
|
Controls.Add(maskedTextBoxNumber);
|
2023-12-16 11:14:14 +04:00
|
|
|
|
Controls.Add(labelTools);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
Controls.Add(buttonUpdate);
|
|
|
|
|
Controls.Add(buttonDelete);
|
|
|
|
|
Controls.Add(buttonAdd);
|
2023-12-16 11:16:37 +04:00
|
|
|
|
Margin = new Padding(3, 4, 3, 4);
|
2023-12-16 11:10:10 +04:00
|
|
|
|
Name = "FormShipCollection";
|
|
|
|
|
Text = "Набор кораблей";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Button buttonAdd;
|
|
|
|
|
private Button buttonDelete;
|
2023-12-16 11:14:14 +04:00
|
|
|
|
private Label labelTools;
|
2023-12-16 11:10:10 +04:00
|
|
|
|
private TextBox maskedTextBoxNumber;
|
|
|
|
|
private PictureBox pictureBoxCollection;
|
2023-12-16 11:14:14 +04:00
|
|
|
|
private Label labelSet;
|
|
|
|
|
private TextBox textBoxStorageName;
|
|
|
|
|
private ListBox listBoxStorages;
|
|
|
|
|
private Button buttonAddStorage;
|
|
|
|
|
private Button buttonDeleteStorage;
|
|
|
|
|
private Button buttonUpdate;
|
2023-12-16 11:10:10 +04:00
|
|
|
|
}
|
|
|
|
|
}
|