374 lines
17 KiB
C#
374 lines
17 KiB
C#
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();
|
||
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();
|
||
buttonRefresh = new Button();
|
||
ButtonRemoveCruiser = new Button();
|
||
maskedTextBoxPosision = new MaskedTextBox();
|
||
buttonGetToTest = new Button();
|
||
pictureBoxCruiser = new PictureBox();
|
||
menuStrip = new MenuStrip();
|
||
файлToolStripMenuItem = new ToolStripMenuItem();
|
||
saveToolStripMenuItem = new ToolStripMenuItem();
|
||
loadToolStripMenuItem = new ToolStripMenuItem();
|
||
saveFileDialog = new SaveFileDialog();
|
||
openFileDialog = new OpenFileDialog();
|
||
buttonSortByColor = new Button();
|
||
buttonSortByType = new Button();
|
||
groupBoxTools.SuspendLayout();
|
||
panelStorage.SuspendLayout();
|
||
panelCompanyTools.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCruiser).BeginInit();
|
||
menuStrip.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBoxTools
|
||
//
|
||
groupBoxTools.Controls.Add(buttonCreateCompany);
|
||
groupBoxTools.Controls.Add(panelStorage);
|
||
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
||
groupBoxTools.Controls.Add(panelCompanyTools);
|
||
groupBoxTools.Dock = DockStyle.Right;
|
||
groupBoxTools.Location = new Point(631, 28);
|
||
groupBoxTools.Name = "groupBoxTools";
|
||
groupBoxTools.Size = new Size(222, 651);
|
||
groupBoxTools.TabIndex = 0;
|
||
groupBoxTools.TabStop = false;
|
||
groupBoxTools.Text = "инструменты";
|
||
//
|
||
// buttonCreateCompany
|
||
//
|
||
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
|
||
//
|
||
panelCompanyTools.Controls.Add(buttonSortByColor);
|
||
panelCompanyTools.Controls.Add(buttonSortByType);
|
||
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;
|
||
//
|
||
// buttonRefresh
|
||
//
|
||
buttonRefresh.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||
buttonRefresh.Location = new Point(19, 149);
|
||
buttonRefresh.Name = "buttonRefresh";
|
||
buttonRefresh.Size = new Size(186, 29);
|
||
buttonRefresh.TabIndex = 5;
|
||
buttonRefresh.Text = "обновить";
|
||
buttonRefresh.UseVisualStyleBackColor = true;
|
||
buttonRefresh.Click += ButtonRefresh_Click;
|
||
//
|
||
// ButtonRemoveCruiser
|
||
//
|
||
ButtonRemoveCruiser.Anchor = AnchorStyles.Right;
|
||
ButtonRemoveCruiser.Location = new Point(19, 82);
|
||
ButtonRemoveCruiser.Name = "ButtonRemoveCruiser";
|
||
ButtonRemoveCruiser.Size = new Size(186, 28);
|
||
ButtonRemoveCruiser.TabIndex = 3;
|
||
ButtonRemoveCruiser.Text = "удалить крейсер";
|
||
ButtonRemoveCruiser.UseVisualStyleBackColor = true;
|
||
ButtonRemoveCruiser.Click += ButtonRemoveCruiser_Click;
|
||
//
|
||
// maskedTextBoxPosision
|
||
//
|
||
maskedTextBoxPosision.Location = new Point(18, 49);
|
||
maskedTextBoxPosision.Mask = "00";
|
||
maskedTextBoxPosision.Name = "maskedTextBoxPosision";
|
||
maskedTextBoxPosision.Size = new Size(187, 27);
|
||
maskedTextBoxPosision.TabIndex = 2;
|
||
maskedTextBoxPosision.ValidatingType = typeof(int);
|
||
//
|
||
// buttonGetToTest
|
||
//
|
||
buttonGetToTest.Anchor = AnchorStyles.Right;
|
||
buttonGetToTest.Location = new Point(19, 116);
|
||
buttonGetToTest.Name = "buttonGetToTest";
|
||
buttonGetToTest.Size = new Size(186, 27);
|
||
buttonGetToTest.TabIndex = 4;
|
||
buttonGetToTest.Text = "передать на тесты";
|
||
buttonGetToTest.UseVisualStyleBackColor = true;
|
||
buttonGetToTest.Click += ButtonGetToTest_Click;
|
||
//
|
||
// pictureBoxCruiser
|
||
//
|
||
pictureBoxCruiser.Dock = DockStyle.Fill;
|
||
pictureBoxCruiser.Location = new Point(0, 28);
|
||
pictureBoxCruiser.Name = "pictureBoxCruiser";
|
||
pictureBoxCruiser.Size = new Size(631, 651);
|
||
pictureBoxCruiser.TabIndex = 1;
|
||
pictureBoxCruiser.TabStop = false;
|
||
//
|
||
// 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";
|
||
//
|
||
// 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;
|
||
//
|
||
// FormCruisersCollection
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(853, 679);
|
||
Controls.Add(pictureBoxCruiser);
|
||
Controls.Add(groupBoxTools);
|
||
Controls.Add(menuStrip);
|
||
MainMenuStrip = menuStrip;
|
||
Name = "FormCruisersCollection";
|
||
Text = "FormCruisersCollection";
|
||
groupBoxTools.ResumeLayout(false);
|
||
panelStorage.ResumeLayout(false);
|
||
panelStorage.PerformLayout();
|
||
panelCompanyTools.ResumeLayout(false);
|
||
panelCompanyTools.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCruiser).EndInit();
|
||
menuStrip.ResumeLayout(false);
|
||
menuStrip.PerformLayout();
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#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;
|
||
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;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem файлToolStripMenuItem;
|
||
private ToolStripMenuItem saveToolStripMenuItem;
|
||
private ToolStripMenuItem loadToolStripMenuItem;
|
||
private SaveFileDialog saveFileDialog;
|
||
private OpenFileDialog openFileDialog;
|
||
private Button buttonSortByColor;
|
||
private Button buttonSortByType;
|
||
}
|
||
} |