2024-03-21 10:52:11 +04:00
|
|
|
|
namespace ProjectCruiser
|
|
|
|
|
{
|
|
|
|
|
partial class FormCruisersCollection
|
|
|
|
|
{
|
|
|
|
|
/// <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();
|
2024-04-04 11:05:33 +04:00
|
|
|
|
buttonCreateCompany = new Button();
|
|
|
|
|
panelStorage = new Panel();
|
|
|
|
|
buttonCollectionDel = new Button();
|
|
|
|
|
listBoxCollection = new ListBox();
|
|
|
|
|
buttonCollecctionAdd = new Button();
|
|
|
|
|
radioButtonList = new RadioButton();
|
|
|
|
|
radioButtonMassive = new RadioButton();
|
|
|
|
|
textBoxCollectionName = new TextBox();
|
|
|
|
|
labelCollectionName = new Label();
|
|
|
|
|
comboBoxSelectorCompany = new ComboBox();
|
|
|
|
|
panelCompanyTools = new Panel();
|
|
|
|
|
ButtonAddCruiser = new Button();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
buttonRefresh = new Button();
|
|
|
|
|
ButtonRemoveCruiser = new Button();
|
2024-04-04 11:05:33 +04:00
|
|
|
|
maskedTextBoxPosision = new MaskedTextBox();
|
|
|
|
|
buttonGetToTest = new Button();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
pictureBoxCruiser = new PictureBox();
|
2024-05-13 12:59:51 +04:00
|
|
|
|
menuStrip = new MenuStrip();
|
|
|
|
|
файлToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
saveToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
loadToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
saveFileDialog = new SaveFileDialog();
|
|
|
|
|
openFileDialog = new OpenFileDialog();
|
2024-05-14 23:17:44 +04:00
|
|
|
|
buttonSortByColor = new Button();
|
|
|
|
|
buttonSortByType = new Button();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
groupBoxTools.SuspendLayout();
|
2024-04-04 11:05:33 +04:00
|
|
|
|
panelStorage.SuspendLayout();
|
|
|
|
|
panelCompanyTools.SuspendLayout();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCruiser).BeginInit();
|
2024-05-13 12:59:51 +04:00
|
|
|
|
menuStrip.SuspendLayout();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBoxTools
|
|
|
|
|
//
|
2024-04-04 11:05:33 +04:00
|
|
|
|
groupBoxTools.Controls.Add(buttonCreateCompany);
|
|
|
|
|
groupBoxTools.Controls.Add(panelStorage);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
2024-04-04 11:05:33 +04:00
|
|
|
|
groupBoxTools.Controls.Add(panelCompanyTools);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
groupBoxTools.Dock = DockStyle.Right;
|
2024-05-13 12:59:51 +04:00
|
|
|
|
groupBoxTools.Location = new Point(631, 28);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
groupBoxTools.Name = "groupBoxTools";
|
2024-05-13 12:59:51 +04:00
|
|
|
|
groupBoxTools.Size = new Size(222, 651);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
groupBoxTools.TabIndex = 0;
|
|
|
|
|
groupBoxTools.TabStop = false;
|
|
|
|
|
groupBoxTools.Text = "инструменты";
|
|
|
|
|
//
|
2024-04-04 11:05:33 +04:00
|
|
|
|
// buttonCreateCompany
|
2024-03-21 10:52:11 +04:00
|
|
|
|
//
|
2024-04-04 11:05:33 +04:00
|
|
|
|
buttonCreateCompany.Location = new Point(21, 345);
|
|
|
|
|
buttonCreateCompany.Name = "buttonCreateCompany";
|
|
|
|
|
buttonCreateCompany.Size = new Size(186, 27);
|
|
|
|
|
buttonCreateCompany.TabIndex = 7;
|
|
|
|
|
buttonCreateCompany.Text = "Создать компанию";
|
|
|
|
|
buttonCreateCompany.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCreateCompany.Click += ButtonCreateCompany_Click;
|
|
|
|
|
//
|
|
|
|
|
// panelStorage
|
|
|
|
|
//
|
|
|
|
|
panelStorage.Controls.Add(buttonCollectionDel);
|
|
|
|
|
panelStorage.Controls.Add(listBoxCollection);
|
|
|
|
|
panelStorage.Controls.Add(buttonCollecctionAdd);
|
|
|
|
|
panelStorage.Controls.Add(radioButtonList);
|
|
|
|
|
panelStorage.Controls.Add(radioButtonMassive);
|
|
|
|
|
panelStorage.Controls.Add(textBoxCollectionName);
|
|
|
|
|
panelStorage.Controls.Add(labelCollectionName);
|
|
|
|
|
panelStorage.Dock = DockStyle.Top;
|
|
|
|
|
panelStorage.Location = new Point(3, 23);
|
|
|
|
|
panelStorage.Name = "panelStorage";
|
|
|
|
|
panelStorage.Size = new Size(216, 283);
|
|
|
|
|
panelStorage.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// buttonCollectionDel
|
|
|
|
|
//
|
|
|
|
|
buttonCollectionDel.Location = new Point(17, 247);
|
|
|
|
|
buttonCollectionDel.Name = "buttonCollectionDel";
|
|
|
|
|
buttonCollectionDel.Size = new Size(186, 27);
|
|
|
|
|
buttonCollectionDel.TabIndex = 6;
|
|
|
|
|
buttonCollectionDel.Text = "Удалить коллекцию";
|
|
|
|
|
buttonCollectionDel.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCollectionDel.Click += ButtonCollectionDel_Click;
|
|
|
|
|
//
|
|
|
|
|
// listBoxCollection
|
|
|
|
|
//
|
|
|
|
|
listBoxCollection.FormattingEnabled = true;
|
|
|
|
|
listBoxCollection.ItemHeight = 20;
|
|
|
|
|
listBoxCollection.Location = new Point(17, 137);
|
|
|
|
|
listBoxCollection.Name = "listBoxCollection";
|
|
|
|
|
listBoxCollection.Size = new Size(186, 104);
|
|
|
|
|
listBoxCollection.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// buttonCollecctionAdd
|
|
|
|
|
//
|
|
|
|
|
buttonCollecctionAdd.Location = new Point(17, 104);
|
|
|
|
|
buttonCollecctionAdd.Name = "buttonCollecctionAdd";
|
|
|
|
|
buttonCollecctionAdd.Size = new Size(186, 27);
|
|
|
|
|
buttonCollecctionAdd.TabIndex = 4;
|
|
|
|
|
buttonCollecctionAdd.Text = "Добавить коллекцию";
|
|
|
|
|
buttonCollecctionAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCollecctionAdd.Click += ButtonCollecctionAdd_Click;
|
|
|
|
|
//
|
|
|
|
|
// radioButtonList
|
|
|
|
|
//
|
|
|
|
|
radioButtonList.AutoSize = true;
|
|
|
|
|
radioButtonList.Location = new Point(123, 75);
|
|
|
|
|
radioButtonList.Name = "radioButtonList";
|
|
|
|
|
radioButtonList.Size = new Size(80, 24);
|
|
|
|
|
radioButtonList.TabIndex = 3;
|
|
|
|
|
radioButtonList.TabStop = true;
|
|
|
|
|
radioButtonList.Text = "Список";
|
|
|
|
|
radioButtonList.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// radioButtonMassive
|
|
|
|
|
//
|
|
|
|
|
radioButtonMassive.AutoSize = true;
|
|
|
|
|
radioButtonMassive.Location = new Point(17, 75);
|
|
|
|
|
radioButtonMassive.Name = "radioButtonMassive";
|
|
|
|
|
radioButtonMassive.Size = new Size(82, 24);
|
|
|
|
|
radioButtonMassive.TabIndex = 2;
|
|
|
|
|
radioButtonMassive.TabStop = true;
|
|
|
|
|
radioButtonMassive.Text = "Массив";
|
|
|
|
|
radioButtonMassive.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBoxCollectionName
|
|
|
|
|
//
|
|
|
|
|
textBoxCollectionName.Location = new Point(17, 32);
|
|
|
|
|
textBoxCollectionName.Name = "textBoxCollectionName";
|
|
|
|
|
textBoxCollectionName.Size = new Size(186, 27);
|
|
|
|
|
textBoxCollectionName.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// labelCollectionName
|
|
|
|
|
//
|
|
|
|
|
labelCollectionName.AutoSize = true;
|
|
|
|
|
labelCollectionName.Location = new Point(26, 9);
|
|
|
|
|
labelCollectionName.Name = "labelCollectionName";
|
|
|
|
|
labelCollectionName.Size = new Size(155, 20);
|
|
|
|
|
labelCollectionName.TabIndex = 0;
|
|
|
|
|
labelCollectionName.Text = "Название коллекции";
|
|
|
|
|
//
|
|
|
|
|
// comboBoxSelectorCompany
|
|
|
|
|
//
|
|
|
|
|
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
|
|
|
comboBoxSelectorCompany.FormattingEnabled = true;
|
|
|
|
|
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
|
|
|
|
|
comboBoxSelectorCompany.Location = new Point(21, 311);
|
|
|
|
|
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
|
|
|
|
comboBoxSelectorCompany.Size = new Size(186, 28);
|
|
|
|
|
comboBoxSelectorCompany.TabIndex = 0;
|
|
|
|
|
comboBoxSelectorCompany.SelectedIndexChanged += comboBoxSelectorCompany_SelectedIndexChanged_1;
|
|
|
|
|
//
|
|
|
|
|
// panelCompanyTools
|
|
|
|
|
//
|
2024-05-14 23:17:44 +04:00
|
|
|
|
panelCompanyTools.Controls.Add(buttonSortByColor);
|
|
|
|
|
panelCompanyTools.Controls.Add(buttonSortByType);
|
2024-04-04 11:05:33 +04:00
|
|
|
|
panelCompanyTools.Controls.Add(ButtonAddCruiser);
|
|
|
|
|
panelCompanyTools.Controls.Add(buttonRefresh);
|
|
|
|
|
panelCompanyTools.Controls.Add(ButtonRemoveCruiser);
|
|
|
|
|
panelCompanyTools.Controls.Add(maskedTextBoxPosision);
|
|
|
|
|
panelCompanyTools.Controls.Add(buttonGetToTest);
|
|
|
|
|
panelCompanyTools.Enabled = false;
|
|
|
|
|
panelCompanyTools.Location = new Point(3, 379);
|
|
|
|
|
panelCompanyTools.Name = "panelCompanyTools";
|
|
|
|
|
panelCompanyTools.Size = new Size(216, 274);
|
|
|
|
|
panelCompanyTools.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// ButtonAddCruiser
|
|
|
|
|
//
|
|
|
|
|
ButtonAddCruiser.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
ButtonAddCruiser.BackgroundImageLayout = ImageLayout.Center;
|
|
|
|
|
ButtonAddCruiser.Location = new Point(18, 3);
|
|
|
|
|
ButtonAddCruiser.Name = "ButtonAddCruiser";
|
|
|
|
|
ButtonAddCruiser.Size = new Size(186, 40);
|
|
|
|
|
ButtonAddCruiser.TabIndex = 1;
|
|
|
|
|
ButtonAddCruiser.Text = "добваление крейсера";
|
|
|
|
|
ButtonAddCruiser.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonAddCruiser.Click += ButtonAddCruiser_Click;
|
|
|
|
|
//
|
2024-03-21 10:52:11 +04:00
|
|
|
|
// buttonRefresh
|
|
|
|
|
//
|
|
|
|
|
buttonRefresh.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
2024-05-14 23:17:44 +04:00
|
|
|
|
buttonRefresh.Location = new Point(19, 149);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
buttonRefresh.Name = "buttonRefresh";
|
2024-05-14 23:17:44 +04:00
|
|
|
|
buttonRefresh.Size = new Size(186, 29);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
buttonRefresh.TabIndex = 5;
|
|
|
|
|
buttonRefresh.Text = "обновить";
|
|
|
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonRefresh.Click += ButtonRefresh_Click;
|
|
|
|
|
//
|
|
|
|
|
// ButtonRemoveCruiser
|
|
|
|
|
//
|
|
|
|
|
ButtonRemoveCruiser.Anchor = AnchorStyles.Right;
|
2024-05-14 23:17:44 +04:00
|
|
|
|
ButtonRemoveCruiser.Location = new Point(19, 82);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
ButtonRemoveCruiser.Name = "ButtonRemoveCruiser";
|
2024-05-14 23:17:44 +04:00
|
|
|
|
ButtonRemoveCruiser.Size = new Size(186, 28);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
ButtonRemoveCruiser.TabIndex = 3;
|
|
|
|
|
ButtonRemoveCruiser.Text = "удалить крейсер";
|
|
|
|
|
ButtonRemoveCruiser.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonRemoveCruiser.Click += ButtonRemoveCruiser_Click;
|
|
|
|
|
//
|
2024-04-04 11:05:33 +04:00
|
|
|
|
// maskedTextBoxPosision
|
2024-03-21 10:52:11 +04:00
|
|
|
|
//
|
2024-05-14 23:17:44 +04:00
|
|
|
|
maskedTextBoxPosision.Location = new Point(18, 49);
|
2024-04-04 11:05:33 +04:00
|
|
|
|
maskedTextBoxPosision.Mask = "00";
|
|
|
|
|
maskedTextBoxPosision.Name = "maskedTextBoxPosision";
|
|
|
|
|
maskedTextBoxPosision.Size = new Size(187, 27);
|
|
|
|
|
maskedTextBoxPosision.TabIndex = 2;
|
|
|
|
|
maskedTextBoxPosision.ValidatingType = typeof(int);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
//
|
2024-04-04 11:05:33 +04:00
|
|
|
|
// buttonGetToTest
|
2024-03-21 10:52:11 +04:00
|
|
|
|
//
|
2024-04-04 11:05:33 +04:00
|
|
|
|
buttonGetToTest.Anchor = AnchorStyles.Right;
|
2024-05-14 23:17:44 +04:00
|
|
|
|
buttonGetToTest.Location = new Point(19, 116);
|
2024-04-04 11:05:33 +04:00
|
|
|
|
buttonGetToTest.Name = "buttonGetToTest";
|
2024-05-14 23:17:44 +04:00
|
|
|
|
buttonGetToTest.Size = new Size(186, 27);
|
2024-04-04 11:05:33 +04:00
|
|
|
|
buttonGetToTest.TabIndex = 4;
|
|
|
|
|
buttonGetToTest.Text = "передать на тесты";
|
|
|
|
|
buttonGetToTest.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonGetToTest.Click += ButtonGetToTest_Click;
|
2024-03-21 10:52:11 +04:00
|
|
|
|
//
|
|
|
|
|
// pictureBoxCruiser
|
|
|
|
|
//
|
|
|
|
|
pictureBoxCruiser.Dock = DockStyle.Fill;
|
2024-05-13 12:59:51 +04:00
|
|
|
|
pictureBoxCruiser.Location = new Point(0, 28);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
pictureBoxCruiser.Name = "pictureBoxCruiser";
|
2024-05-13 12:59:51 +04:00
|
|
|
|
pictureBoxCruiser.Size = new Size(631, 651);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
pictureBoxCruiser.TabIndex = 1;
|
|
|
|
|
pictureBoxCruiser.TabStop = false;
|
|
|
|
|
//
|
2024-05-13 12:59:51 +04:00
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
menuStrip.ImageScalingSize = new Size(20, 20);
|
|
|
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { файлToolStripMenuItem });
|
|
|
|
|
menuStrip.Location = new Point(0, 0);
|
|
|
|
|
menuStrip.Name = "menuStrip";
|
|
|
|
|
menuStrip.Size = new Size(853, 28);
|
|
|
|
|
menuStrip.TabIndex = 2;
|
|
|
|
|
menuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// файлToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
файлToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { saveToolStripMenuItem, loadToolStripMenuItem });
|
|
|
|
|
файлToolStripMenuItem.Name = "файлToolStripMenuItem";
|
|
|
|
|
файлToolStripMenuItem.Size = new Size(59, 24);
|
|
|
|
|
файлToolStripMenuItem.Text = "Файл";
|
|
|
|
|
//
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
|
|
|
saveToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.S;
|
|
|
|
|
saveToolStripMenuItem.Size = new Size(227, 26);
|
|
|
|
|
saveToolStripMenuItem.Text = "Сохранение";
|
|
|
|
|
saveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// loadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
|
|
|
loadToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.L;
|
|
|
|
|
loadToolStripMenuItem.Size = new Size(227, 26);
|
|
|
|
|
loadToolStripMenuItem.Text = "Загрузка";
|
|
|
|
|
loadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// saveFileDialog
|
|
|
|
|
//
|
|
|
|
|
saveFileDialog.Filter = "txt file|*.txt";
|
|
|
|
|
//
|
|
|
|
|
// openFileDialog
|
|
|
|
|
//
|
|
|
|
|
openFileDialog.Filter = "txt file|*.txt";
|
|
|
|
|
//
|
2024-05-14 23:17:44 +04:00
|
|
|
|
// buttonSortByColor
|
|
|
|
|
//
|
|
|
|
|
buttonSortByColor.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
buttonSortByColor.Location = new Point(19, 228);
|
|
|
|
|
buttonSortByColor.Name = "buttonSortByColor";
|
|
|
|
|
buttonSortByColor.Size = new Size(186, 31);
|
|
|
|
|
buttonSortByColor.TabIndex = 7;
|
|
|
|
|
buttonSortByColor.Text = "Сортировка по цвету";
|
|
|
|
|
buttonSortByColor.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSortByColor.Click += ButtonSortByColor_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSortByType
|
|
|
|
|
//
|
|
|
|
|
buttonSortByType.Anchor = AnchorStyles.Right;
|
|
|
|
|
buttonSortByType.Location = new Point(19, 184);
|
|
|
|
|
buttonSortByType.Name = "buttonSortByType";
|
|
|
|
|
buttonSortByType.Size = new Size(186, 38);
|
|
|
|
|
buttonSortByType.TabIndex = 6;
|
|
|
|
|
buttonSortByType.Text = "Сортировка по типу";
|
|
|
|
|
buttonSortByType.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSortByType.Click += ButtonSortByType_Click;
|
|
|
|
|
//
|
2024-03-21 10:52:11 +04:00
|
|
|
|
// FormCruisersCollection
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-05-13 12:59:51 +04:00
|
|
|
|
ClientSize = new Size(853, 679);
|
2024-03-21 10:52:11 +04:00
|
|
|
|
Controls.Add(pictureBoxCruiser);
|
|
|
|
|
Controls.Add(groupBoxTools);
|
2024-05-13 12:59:51 +04:00
|
|
|
|
Controls.Add(menuStrip);
|
|
|
|
|
MainMenuStrip = menuStrip;
|
2024-03-21 10:52:11 +04:00
|
|
|
|
Name = "FormCruisersCollection";
|
|
|
|
|
Text = "FormCruisersCollection";
|
|
|
|
|
groupBoxTools.ResumeLayout(false);
|
2024-04-04 11:05:33 +04:00
|
|
|
|
panelStorage.ResumeLayout(false);
|
|
|
|
|
panelStorage.PerformLayout();
|
|
|
|
|
panelCompanyTools.ResumeLayout(false);
|
|
|
|
|
panelCompanyTools.PerformLayout();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCruiser).EndInit();
|
2024-05-13 12:59:51 +04:00
|
|
|
|
menuStrip.ResumeLayout(false);
|
|
|
|
|
menuStrip.PerformLayout();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
ResumeLayout(false);
|
2024-05-13 12:59:51 +04:00
|
|
|
|
PerformLayout();
|
2024-03-21 10:52:11 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private GroupBox groupBoxTools;
|
|
|
|
|
private ComboBox comboBoxSelectorCompany;
|
|
|
|
|
private Button ButtonAddCruiser;
|
|
|
|
|
private Button ButtonRemoveCruiser;
|
|
|
|
|
private Button buttonRefresh;
|
|
|
|
|
private Button buttonGetToTest;
|
|
|
|
|
private PictureBox pictureBoxCruiser;
|
|
|
|
|
private MaskedTextBox maskedTextBoxPosision;
|
2024-04-04 11:05:33 +04:00
|
|
|
|
private Panel panelStorage;
|
|
|
|
|
private TextBox textBoxCollectionName;
|
|
|
|
|
private Label labelCollectionName;
|
|
|
|
|
private ListBox listBoxCollection;
|
|
|
|
|
private Button buttonCollecctionAdd;
|
|
|
|
|
private RadioButton radioButtonList;
|
|
|
|
|
private RadioButton radioButtonMassive;
|
|
|
|
|
private Button buttonCreateCompany;
|
|
|
|
|
private Button buttonCollectionDel;
|
|
|
|
|
private Panel panelCompanyTools;
|
2024-05-13 12:59:51 +04:00
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem файлToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem saveToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem loadToolStripMenuItem;
|
|
|
|
|
private SaveFileDialog saveFileDialog;
|
|
|
|
|
private OpenFileDialog openFileDialog;
|
2024-05-14 23:17:44 +04:00
|
|
|
|
private Button buttonSortByColor;
|
|
|
|
|
private Button buttonSortByType;
|
2024-03-21 10:52:11 +04:00
|
|
|
|
}
|
|
|
|
|
}
|