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