2024-04-02 08:53:49 +04:00
|
|
|
|
namespace ProjectStormtrooper
|
|
|
|
|
{
|
|
|
|
|
partial class FormStormtrooperCollection
|
|
|
|
|
{
|
|
|
|
|
/// <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-05-16 21:57:38 +04:00
|
|
|
|
buttonSortByColor = new Button();
|
|
|
|
|
buttonSortByType = new Button();
|
2024-04-26 15:53:05 +04:00
|
|
|
|
panelCompanyTools = new Panel();
|
|
|
|
|
buttonAddStormtrooperBase = new Button();
|
|
|
|
|
maskedTextBox = new MaskedTextBox();
|
|
|
|
|
buttonRefresh = new Button();
|
|
|
|
|
buttonRemoveStormtrooper = new Button();
|
|
|
|
|
buttonGoToCheck = new Button();
|
2024-04-16 10:33:52 +04:00
|
|
|
|
buttonCreateCompany = new Button();
|
|
|
|
|
panelStorage = new Panel();
|
|
|
|
|
buttonCollectionDel = new Button();
|
|
|
|
|
listBoxCollection = new ListBox();
|
|
|
|
|
buttonCollectionAdd = new Button();
|
|
|
|
|
radioButtonList = new RadioButton();
|
|
|
|
|
radioButtonMassive = new RadioButton();
|
|
|
|
|
textBoxCollectionName = new TextBox();
|
|
|
|
|
labelCollectionName = new Label();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
comboBoxSelectorCompany = new ComboBox();
|
|
|
|
|
pictureBox = new PictureBox();
|
2024-04-30 11:26:54 +04:00
|
|
|
|
menuStrip = new MenuStrip();
|
|
|
|
|
файлToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
saveToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
loadToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
saveFileDialog = new SaveFileDialog();
|
|
|
|
|
openFileDialog = new OpenFileDialog();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
groupBoxTools.SuspendLayout();
|
2024-04-26 15:53:05 +04:00
|
|
|
|
panelCompanyTools.SuspendLayout();
|
2024-04-16 10:33:52 +04:00
|
|
|
|
panelStorage.SuspendLayout();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
2024-04-30 11:26:54 +04:00
|
|
|
|
menuStrip.SuspendLayout();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupBoxTools
|
|
|
|
|
//
|
2024-04-16 10:33:52 +04:00
|
|
|
|
groupBoxTools.Controls.Add(panelCompanyTools);
|
|
|
|
|
groupBoxTools.Controls.Add(buttonCreateCompany);
|
|
|
|
|
groupBoxTools.Controls.Add(panelStorage);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
|
|
|
|
groupBoxTools.Dock = DockStyle.Right;
|
2024-04-30 11:26:54 +04:00
|
|
|
|
groupBoxTools.Location = new Point(911, 24);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
groupBoxTools.Name = "groupBoxTools";
|
2024-05-16 21:57:38 +04:00
|
|
|
|
groupBoxTools.Size = new Size(173, 687);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
groupBoxTools.TabIndex = 0;
|
|
|
|
|
groupBoxTools.TabStop = false;
|
|
|
|
|
groupBoxTools.Text = "Инструменты";
|
|
|
|
|
//
|
2024-05-16 21:57:38 +04:00
|
|
|
|
// buttonSortByColor
|
|
|
|
|
//
|
|
|
|
|
buttonSortByColor.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
buttonSortByColor.Location = new Point(5, 238);
|
|
|
|
|
buttonSortByColor.Name = "buttonSortByColor";
|
|
|
|
|
buttonSortByColor.Size = new Size(153, 32);
|
|
|
|
|
buttonSortByColor.TabIndex = 10;
|
|
|
|
|
buttonSortByColor.Text = "Сортировка по цвету";
|
|
|
|
|
buttonSortByColor.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSortByColor.Click += ButtonSortByColor_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSortByType
|
|
|
|
|
//
|
|
|
|
|
buttonSortByType.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
buttonSortByType.Location = new Point(3, 196);
|
|
|
|
|
buttonSortByType.Name = "buttonSortByType";
|
|
|
|
|
buttonSortByType.Size = new Size(155, 36);
|
|
|
|
|
buttonSortByType.TabIndex = 9;
|
|
|
|
|
buttonSortByType.Text = "Сортировка по типу";
|
|
|
|
|
buttonSortByType.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSortByType.Click += ButtonSortByType_Click;
|
|
|
|
|
//
|
2024-04-26 15:53:05 +04:00
|
|
|
|
// panelCompanyTools
|
|
|
|
|
//
|
2024-05-16 21:57:38 +04:00
|
|
|
|
panelCompanyTools.Controls.Add(buttonSortByColor);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
panelCompanyTools.Controls.Add(buttonAddStormtrooperBase);
|
2024-05-16 21:57:38 +04:00
|
|
|
|
panelCompanyTools.Controls.Add(buttonSortByType);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
panelCompanyTools.Controls.Add(maskedTextBox);
|
|
|
|
|
panelCompanyTools.Controls.Add(buttonRefresh);
|
|
|
|
|
panelCompanyTools.Controls.Add(buttonRemoveStormtrooper);
|
|
|
|
|
panelCompanyTools.Controls.Add(buttonGoToCheck);
|
|
|
|
|
panelCompanyTools.Enabled = false;
|
|
|
|
|
panelCompanyTools.Location = new Point(6, 361);
|
|
|
|
|
panelCompanyTools.Name = "panelCompanyTools";
|
2024-05-16 21:57:38 +04:00
|
|
|
|
panelCompanyTools.Size = new Size(161, 276);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
panelCompanyTools.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// buttonAddStormtrooperBase
|
|
|
|
|
//
|
|
|
|
|
buttonAddStormtrooperBase.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
buttonAddStormtrooperBase.Location = new Point(6, 3);
|
|
|
|
|
buttonAddStormtrooperBase.Name = "buttonAddStormtrooperBase";
|
|
|
|
|
buttonAddStormtrooperBase.Size = new Size(154, 39);
|
|
|
|
|
buttonAddStormtrooperBase.TabIndex = 1;
|
|
|
|
|
buttonAddStormtrooperBase.Text = "Добавление базового Штурмовика";
|
|
|
|
|
buttonAddStormtrooperBase.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonAddStormtrooperBase.Click += ButtonAddStormtrooperBase_Click;
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBox
|
|
|
|
|
//
|
2024-05-16 21:57:38 +04:00
|
|
|
|
maskedTextBox.Location = new Point(7, 48);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
maskedTextBox.Mask = "00";
|
|
|
|
|
maskedTextBox.Name = "maskedTextBox";
|
|
|
|
|
maskedTextBox.Size = new Size(153, 23);
|
|
|
|
|
maskedTextBox.TabIndex = 3;
|
|
|
|
|
maskedTextBox.ValidatingType = typeof(int);
|
|
|
|
|
//
|
|
|
|
|
// buttonRefresh
|
|
|
|
|
//
|
|
|
|
|
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
2024-05-16 21:57:38 +04:00
|
|
|
|
buttonRefresh.Location = new Point(5, 158);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
buttonRefresh.Name = "buttonRefresh";
|
|
|
|
|
buttonRefresh.Size = new Size(155, 32);
|
|
|
|
|
buttonRefresh.TabIndex = 6;
|
|
|
|
|
buttonRefresh.Text = "Обновить";
|
|
|
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonRefresh.Click += ButtonRefresh_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonRemoveStormtrooper
|
|
|
|
|
//
|
|
|
|
|
buttonRemoveStormtrooper.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
2024-05-16 21:57:38 +04:00
|
|
|
|
buttonRemoveStormtrooper.Location = new Point(5, 77);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
buttonRemoveStormtrooper.Name = "buttonRemoveStormtrooper";
|
2024-05-16 21:57:38 +04:00
|
|
|
|
buttonRemoveStormtrooper.Size = new Size(153, 33);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
buttonRemoveStormtrooper.TabIndex = 4;
|
|
|
|
|
buttonRemoveStormtrooper.Text = "Удалить Штурмовик";
|
|
|
|
|
buttonRemoveStormtrooper.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonRemoveStormtrooper.Click += ButtonRemoveStormtrooper_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonGoToCheck
|
|
|
|
|
//
|
|
|
|
|
buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
2024-05-16 21:57:38 +04:00
|
|
|
|
buttonGoToCheck.Location = new Point(3, 116);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
buttonGoToCheck.Name = "buttonGoToCheck";
|
2024-05-16 21:57:38 +04:00
|
|
|
|
buttonGoToCheck.Size = new Size(158, 36);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
buttonGoToCheck.TabIndex = 5;
|
|
|
|
|
buttonGoToCheck.Text = "Передать на тесты";
|
|
|
|
|
buttonGoToCheck.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonGoToCheck.Click += ButtonGoToCheck_Click;
|
|
|
|
|
//
|
2024-04-16 10:33:52 +04:00
|
|
|
|
// buttonCreateCompany
|
|
|
|
|
//
|
|
|
|
|
buttonCreateCompany.Location = new Point(14, 332);
|
|
|
|
|
buttonCreateCompany.Name = "buttonCreateCompany";
|
|
|
|
|
buttonCreateCompany.Size = new Size(150, 23);
|
|
|
|
|
buttonCreateCompany.TabIndex = 8;
|
|
|
|
|
buttonCreateCompany.Text = "Создать компанию";
|
|
|
|
|
buttonCreateCompany.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCreateCompany.Click += ButtonCreateCompany_Click;
|
|
|
|
|
//
|
|
|
|
|
// panelStorage
|
|
|
|
|
//
|
|
|
|
|
panelStorage.Controls.Add(buttonCollectionDel);
|
|
|
|
|
panelStorage.Controls.Add(listBoxCollection);
|
|
|
|
|
panelStorage.Controls.Add(buttonCollectionAdd);
|
|
|
|
|
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, 19);
|
|
|
|
|
panelStorage.Name = "panelStorage";
|
|
|
|
|
panelStorage.Size = new Size(167, 278);
|
|
|
|
|
panelStorage.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// buttonCollectionDel
|
|
|
|
|
//
|
|
|
|
|
buttonCollectionDel.Location = new Point(0, 247);
|
|
|
|
|
buttonCollectionDel.Name = "buttonCollectionDel";
|
|
|
|
|
buttonCollectionDel.Size = new Size(150, 23);
|
|
|
|
|
buttonCollectionDel.TabIndex = 6;
|
|
|
|
|
buttonCollectionDel.Text = "Удалить коллекцию";
|
|
|
|
|
buttonCollectionDel.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCollectionDel.Click += ButtonCollectionDel_Click;
|
|
|
|
|
//
|
|
|
|
|
// listBoxCollection
|
|
|
|
|
//
|
|
|
|
|
listBoxCollection.FormattingEnabled = true;
|
|
|
|
|
listBoxCollection.ItemHeight = 15;
|
|
|
|
|
listBoxCollection.Location = new Point(6, 117);
|
|
|
|
|
listBoxCollection.Name = "listBoxCollection";
|
|
|
|
|
listBoxCollection.Size = new Size(144, 124);
|
|
|
|
|
listBoxCollection.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// buttonCollectionAdd
|
|
|
|
|
//
|
|
|
|
|
buttonCollectionAdd.Location = new Point(6, 88);
|
|
|
|
|
buttonCollectionAdd.Name = "buttonCollectionAdd";
|
|
|
|
|
buttonCollectionAdd.Size = new Size(150, 23);
|
|
|
|
|
buttonCollectionAdd.TabIndex = 4;
|
|
|
|
|
buttonCollectionAdd.Text = "Добавить коллекцию";
|
|
|
|
|
buttonCollectionAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCollectionAdd.Click += ButtonCollectionAdd_Click;
|
|
|
|
|
//
|
|
|
|
|
// radioButtonList
|
|
|
|
|
//
|
|
|
|
|
radioButtonList.AutoSize = true;
|
|
|
|
|
radioButtonList.Location = new Point(90, 63);
|
|
|
|
|
radioButtonList.Name = "radioButtonList";
|
|
|
|
|
radioButtonList.Size = new Size(66, 19);
|
|
|
|
|
radioButtonList.TabIndex = 3;
|
|
|
|
|
radioButtonList.TabStop = true;
|
|
|
|
|
radioButtonList.Text = "Список";
|
|
|
|
|
radioButtonList.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// radioButtonMassive
|
|
|
|
|
//
|
|
|
|
|
radioButtonMassive.AutoSize = true;
|
|
|
|
|
radioButtonMassive.Location = new Point(3, 63);
|
|
|
|
|
radioButtonMassive.Name = "radioButtonMassive";
|
|
|
|
|
radioButtonMassive.Size = new Size(67, 19);
|
|
|
|
|
radioButtonMassive.TabIndex = 2;
|
|
|
|
|
radioButtonMassive.TabStop = true;
|
|
|
|
|
radioButtonMassive.Text = "Массив";
|
|
|
|
|
radioButtonMassive.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBoxCollectionName
|
|
|
|
|
//
|
|
|
|
|
textBoxCollectionName.Location = new Point(3, 34);
|
|
|
|
|
textBoxCollectionName.Name = "textBoxCollectionName";
|
|
|
|
|
textBoxCollectionName.Size = new Size(153, 23);
|
|
|
|
|
textBoxCollectionName.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// labelCollectionName
|
|
|
|
|
//
|
|
|
|
|
labelCollectionName.AutoSize = true;
|
|
|
|
|
labelCollectionName.Location = new Point(18, 16);
|
|
|
|
|
labelCollectionName.Name = "labelCollectionName";
|
|
|
|
|
labelCollectionName.Size = new Size(122, 15);
|
|
|
|
|
labelCollectionName.TabIndex = 0;
|
|
|
|
|
labelCollectionName.Text = "Название коллекции";
|
|
|
|
|
//
|
2024-04-02 08:53:49 +04:00
|
|
|
|
// comboBoxSelectorCompany
|
|
|
|
|
//
|
|
|
|
|
comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
|
|
|
comboBoxSelectorCompany.FormattingEnabled = true;
|
|
|
|
|
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
|
2024-04-16 10:33:52 +04:00
|
|
|
|
comboBoxSelectorCompany.Location = new Point(6, 303);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
2024-04-16 10:33:52 +04:00
|
|
|
|
comboBoxSelectorCompany.Size = new Size(161, 23);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
comboBoxSelectorCompany.TabIndex = 0;
|
|
|
|
|
comboBoxSelectorCompany.SelectedIndexChanged += СomboBoxSelectorCompany_SelectedIndexChanged;
|
|
|
|
|
//
|
|
|
|
|
// pictureBox
|
|
|
|
|
//
|
|
|
|
|
pictureBox.Dock = DockStyle.Fill;
|
2024-04-30 11:26:54 +04:00
|
|
|
|
pictureBox.Location = new Point(0, 24);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
pictureBox.Name = "pictureBox";
|
2024-05-16 21:57:38 +04:00
|
|
|
|
pictureBox.Size = new Size(911, 687);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
pictureBox.TabIndex = 3;
|
|
|
|
|
pictureBox.TabStop = false;
|
|
|
|
|
//
|
2024-04-30 11:26:54 +04:00
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { файлToolStripMenuItem });
|
|
|
|
|
menuStrip.Location = new Point(0, 0);
|
|
|
|
|
menuStrip.Name = "menuStrip";
|
|
|
|
|
menuStrip.Size = new Size(1084, 24);
|
|
|
|
|
menuStrip.TabIndex = 4;
|
|
|
|
|
menuStrip.Text = "menuStrip";
|
|
|
|
|
//
|
|
|
|
|
// файлToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
файлToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { saveToolStripMenuItem, loadToolStripMenuItem });
|
|
|
|
|
файлToolStripMenuItem.Name = "файлToolStripMenuItem";
|
|
|
|
|
файлToolStripMenuItem.Size = new Size(48, 20);
|
|
|
|
|
файлToolStripMenuItem.Text = "Файл";
|
|
|
|
|
//
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
|
|
|
saveToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.S;
|
|
|
|
|
saveToolStripMenuItem.Size = new Size(181, 22);
|
|
|
|
|
saveToolStripMenuItem.Text = "Сохранение";
|
|
|
|
|
saveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// loadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
|
|
|
loadToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.L;
|
|
|
|
|
loadToolStripMenuItem.Size = new Size(181, 22);
|
|
|
|
|
loadToolStripMenuItem.Text = "Загрузка";
|
|
|
|
|
loadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// saveFileDialog
|
|
|
|
|
//
|
|
|
|
|
saveFileDialog.Filter = "txt file|*.txt";
|
|
|
|
|
//
|
|
|
|
|
// openFileDialog
|
|
|
|
|
//
|
|
|
|
|
openFileDialog.Filter = "txt file|*.txt";
|
|
|
|
|
//
|
2024-04-02 08:53:49 +04:00
|
|
|
|
// FormStormtrooperCollection
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-05-16 21:57:38 +04:00
|
|
|
|
ClientSize = new Size(1084, 711);
|
2024-04-02 08:53:49 +04:00
|
|
|
|
Controls.Add(pictureBox);
|
|
|
|
|
Controls.Add(groupBoxTools);
|
2024-04-30 11:26:54 +04:00
|
|
|
|
Controls.Add(menuStrip);
|
|
|
|
|
MainMenuStrip = menuStrip;
|
2024-04-02 08:53:49 +04:00
|
|
|
|
Name = "FormStormtrooperCollection";
|
|
|
|
|
Text = "Коллекция штурмовиков";
|
|
|
|
|
groupBoxTools.ResumeLayout(false);
|
2024-04-26 15:53:05 +04:00
|
|
|
|
panelCompanyTools.ResumeLayout(false);
|
|
|
|
|
panelCompanyTools.PerformLayout();
|
2024-04-16 10:33:52 +04:00
|
|
|
|
panelStorage.ResumeLayout(false);
|
|
|
|
|
panelStorage.PerformLayout();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
2024-04-30 11:26:54 +04:00
|
|
|
|
menuStrip.ResumeLayout(false);
|
|
|
|
|
menuStrip.PerformLayout();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
ResumeLayout(false);
|
2024-04-30 11:26:54 +04:00
|
|
|
|
PerformLayout();
|
2024-04-02 08:53:49 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private GroupBox groupBoxTools;
|
|
|
|
|
private Button buttonAddStormtrooperBase;
|
|
|
|
|
private ComboBox comboBoxSelectorCompany;
|
|
|
|
|
private PictureBox pictureBox;
|
|
|
|
|
private Button buttonRemoveStormtrooper;
|
|
|
|
|
private MaskedTextBox maskedTextBox;
|
|
|
|
|
private Button buttonGoToCheck;
|
|
|
|
|
private Button buttonRefresh;
|
2024-04-16 10:33:52 +04:00
|
|
|
|
private Panel panelStorage;
|
|
|
|
|
private TextBox textBoxCollectionName;
|
|
|
|
|
private Label labelCollectionName;
|
|
|
|
|
private ListBox listBoxCollection;
|
|
|
|
|
private Button buttonCollectionAdd;
|
|
|
|
|
private RadioButton radioButtonList;
|
|
|
|
|
private RadioButton radioButtonMassive;
|
|
|
|
|
private Button buttonCreateCompany;
|
|
|
|
|
private Button buttonCollectionDel;
|
|
|
|
|
private Panel panelCompanyTools;
|
2024-04-30 11:26:54 +04:00
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem файлToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem saveToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem loadToolStripMenuItem;
|
|
|
|
|
private SaveFileDialog saveFileDialog;
|
|
|
|
|
private OpenFileDialog openFileDialog;
|
2024-05-16 21:57:38 +04:00
|
|
|
|
private Button buttonSortByColor;
|
|
|
|
|
private Button buttonSortByType;
|
2024-04-02 08:53:49 +04:00
|
|
|
|
}
|
|
|
|
|
}
|