388 lines
18 KiB
C#
388 lines
18 KiB
C#
namespace ProjectBulldozer
|
|
{
|
|
partial class FormBulldozerCollection
|
|
{
|
|
/// <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();
|
|
panelCompanyTools = new Panel();
|
|
buttonAddDozer = new Button();
|
|
buttonDelBulldozer = new Button();
|
|
maskedTextBox = new MaskedTextBox();
|
|
buttonGoToCheck = new Button();
|
|
buttonRefresh = new Button();
|
|
panelStorage = new Panel();
|
|
listBoxCollection = new ListBox();
|
|
buttonCollectionDel = new Button();
|
|
buttonCollectionAdd = new Button();
|
|
radioButtonList = new RadioButton();
|
|
radioButtonMassive = new RadioButton();
|
|
textBoxCollectionName = new TextBox();
|
|
labelCollectionName = new Label();
|
|
buttonCreateCompany = new Button();
|
|
comboBoxSelectorCompany = new ComboBox();
|
|
pictureBox = new PictureBox();
|
|
menuStrip = new MenuStrip();
|
|
fileToolStripMenuItem = new ToolStripMenuItem();
|
|
saveToolStripMenuItem = new ToolStripMenuItem();
|
|
loadToolStripMenuItem = new ToolStripMenuItem();
|
|
saveFileDialog = new SaveFileDialog();
|
|
openFileDialog = new OpenFileDialog();
|
|
buttonSortByColor = new Button();
|
|
buttonSortByType = new Button();
|
|
groupBoxTools.SuspendLayout();
|
|
panelCompanyTools.SuspendLayout();
|
|
panelStorage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
|
menuStrip.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// groupBoxTools
|
|
//
|
|
groupBoxTools.Controls.Add(panelCompanyTools);
|
|
groupBoxTools.Controls.Add(panelStorage);
|
|
groupBoxTools.Controls.Add(buttonCreateCompany);
|
|
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
|
groupBoxTools.Dock = DockStyle.Right;
|
|
groupBoxTools.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
groupBoxTools.Location = new Point(1489, 41);
|
|
groupBoxTools.Name = "groupBoxTools";
|
|
groupBoxTools.Size = new Size(413, 1114);
|
|
groupBoxTools.TabIndex = 0;
|
|
groupBoxTools.TabStop = false;
|
|
groupBoxTools.Text = "Инструменты";
|
|
//
|
|
// panelCompanyTools
|
|
//
|
|
panelCompanyTools.Controls.Add(buttonAddDozer);
|
|
panelCompanyTools.Controls.Add(buttonDelBulldozer);
|
|
panelCompanyTools.Controls.Add(maskedTextBox);
|
|
panelCompanyTools.Controls.Add(buttonSortByType);
|
|
panelCompanyTools.Controls.Add(buttonGoToCheck);
|
|
panelCompanyTools.Controls.Add(buttonSortByColor);
|
|
panelCompanyTools.Controls.Add(buttonRefresh);
|
|
panelCompanyTools.Enabled = false;
|
|
panelCompanyTools.Location = new Point(3, 602);
|
|
panelCompanyTools.Name = "panelCompanyTools";
|
|
panelCompanyTools.Size = new Size(406, 512);
|
|
panelCompanyTools.TabIndex = 7;
|
|
//
|
|
// buttonAddDozer
|
|
//
|
|
buttonAddDozer.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonAddDozer.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
buttonAddDozer.Location = new Point(13, 14);
|
|
buttonAddDozer.Name = "buttonAddDozer";
|
|
buttonAddDozer.Size = new Size(383, 66);
|
|
buttonAddDozer.TabIndex = 2;
|
|
buttonAddDozer.Text = "Добавление бульдозера";
|
|
buttonAddDozer.UseVisualStyleBackColor = true;
|
|
buttonAddDozer.Click += ButtonAddDozer_Click;
|
|
//
|
|
// buttonDelBulldozer
|
|
//
|
|
buttonDelBulldozer.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonDelBulldozer.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
buttonDelBulldozer.Location = new Point(13, 135);
|
|
buttonDelBulldozer.Name = "buttonDelBulldozer";
|
|
buttonDelBulldozer.Size = new Size(383, 65);
|
|
buttonDelBulldozer.TabIndex = 3;
|
|
buttonDelBulldozer.Text = "Удаленить бульдозер";
|
|
buttonDelBulldozer.UseVisualStyleBackColor = true;
|
|
buttonDelBulldozer.Click += ButtonDelBulldozer_Click;
|
|
//
|
|
// maskedTextBox
|
|
//
|
|
maskedTextBox.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
maskedTextBox.Location = new Point(13, 87);
|
|
maskedTextBox.Mask = "00";
|
|
maskedTextBox.Name = "maskedTextBox";
|
|
maskedTextBox.Size = new Size(382, 41);
|
|
maskedTextBox.TabIndex = 5;
|
|
maskedTextBox.ValidatingType = typeof(int);
|
|
//
|
|
// buttonGoToCheck
|
|
//
|
|
buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonGoToCheck.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
buttonGoToCheck.Location = new Point(13, 206);
|
|
buttonGoToCheck.Name = "buttonGoToCheck";
|
|
buttonGoToCheck.Size = new Size(383, 65);
|
|
buttonGoToCheck.TabIndex = 3;
|
|
buttonGoToCheck.Text = "Передать на тесты";
|
|
buttonGoToCheck.UseVisualStyleBackColor = true;
|
|
buttonGoToCheck.Click += ButtonGoToCheck_Click;
|
|
//
|
|
// buttonRefresh
|
|
//
|
|
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonRefresh.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
buttonRefresh.Location = new Point(13, 277);
|
|
buttonRefresh.Name = "buttonRefresh";
|
|
buttonRefresh.Size = new Size(383, 65);
|
|
buttonRefresh.TabIndex = 3;
|
|
buttonRefresh.Text = "Обновить";
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
buttonRefresh.Click += ButtonRefresh_Click;
|
|
//
|
|
// panelStorage
|
|
//
|
|
panelStorage.Controls.Add(listBoxCollection);
|
|
panelStorage.Controls.Add(buttonCollectionDel);
|
|
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, 37);
|
|
panelStorage.Name = "panelStorage";
|
|
panelStorage.Size = new Size(407, 448);
|
|
panelStorage.TabIndex = 6;
|
|
//
|
|
// listBoxCollection
|
|
//
|
|
listBoxCollection.FormattingEnabled = true;
|
|
listBoxCollection.ItemHeight = 33;
|
|
listBoxCollection.Location = new Point(13, 209);
|
|
listBoxCollection.Name = "listBoxCollection";
|
|
listBoxCollection.Size = new Size(382, 169);
|
|
listBoxCollection.TabIndex = 5;
|
|
//
|
|
// buttonCollectionDel
|
|
//
|
|
buttonCollectionDel.Location = new Point(13, 394);
|
|
buttonCollectionDel.Name = "buttonCollectionDel";
|
|
buttonCollectionDel.Size = new Size(383, 47);
|
|
buttonCollectionDel.TabIndex = 4;
|
|
buttonCollectionDel.Text = "Удалить коллекцию";
|
|
buttonCollectionDel.UseVisualStyleBackColor = true;
|
|
buttonCollectionDel.Click += ButtonCollectionDel_Click;
|
|
//
|
|
// buttonCollectionAdd
|
|
//
|
|
buttonCollectionAdd.Location = new Point(13, 144);
|
|
buttonCollectionAdd.Name = "buttonCollectionAdd";
|
|
buttonCollectionAdd.Size = new Size(383, 47);
|
|
buttonCollectionAdd.TabIndex = 4;
|
|
buttonCollectionAdd.Text = "Добавить коллекцию";
|
|
buttonCollectionAdd.UseVisualStyleBackColor = true;
|
|
buttonCollectionAdd.Click += ButtonCollectionAdd_Click;
|
|
//
|
|
// radioButtonList
|
|
//
|
|
radioButtonList.AutoSize = true;
|
|
radioButtonList.Location = new Point(211, 99);
|
|
radioButtonList.Name = "radioButtonList";
|
|
radioButtonList.Size = new Size(129, 37);
|
|
radioButtonList.TabIndex = 3;
|
|
radioButtonList.TabStop = true;
|
|
radioButtonList.Text = "Список";
|
|
radioButtonList.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButtonMassive
|
|
//
|
|
radioButtonMassive.AutoSize = true;
|
|
radioButtonMassive.Location = new Point(44, 99);
|
|
radioButtonMassive.Name = "radioButtonMassive";
|
|
radioButtonMassive.Size = new Size(130, 37);
|
|
radioButtonMassive.TabIndex = 2;
|
|
radioButtonMassive.TabStop = true;
|
|
radioButtonMassive.Text = "Массив";
|
|
radioButtonMassive.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBoxCollectionName
|
|
//
|
|
textBoxCollectionName.Location = new Point(13, 48);
|
|
textBoxCollectionName.Name = "textBoxCollectionName";
|
|
textBoxCollectionName.Size = new Size(382, 41);
|
|
textBoxCollectionName.TabIndex = 1;
|
|
//
|
|
// labelCollectionName
|
|
//
|
|
labelCollectionName.AutoSize = true;
|
|
labelCollectionName.Location = new Point(54, 5);
|
|
labelCollectionName.Name = "labelCollectionName";
|
|
labelCollectionName.Size = new Size(263, 33);
|
|
labelCollectionName.TabIndex = 0;
|
|
labelCollectionName.Text = "Название коллекции:";
|
|
//
|
|
// buttonCreateCompany
|
|
//
|
|
buttonCreateCompany.Location = new Point(16, 547);
|
|
buttonCreateCompany.Name = "buttonCreateCompany";
|
|
buttonCreateCompany.Size = new Size(383, 47);
|
|
buttonCreateCompany.TabIndex = 4;
|
|
buttonCreateCompany.Text = "Создать компанию";
|
|
buttonCreateCompany.UseVisualStyleBackColor = true;
|
|
buttonCreateCompany.Click += ButtonCreateCompany_Click;
|
|
//
|
|
// comboBoxSelectorCompany
|
|
//
|
|
comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBoxSelectorCompany.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
comboBoxSelectorCompany.FormattingEnabled = true;
|
|
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
|
|
comboBoxSelectorCompany.Location = new Point(16, 498);
|
|
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
|
comboBoxSelectorCompany.Size = new Size(382, 41);
|
|
comboBoxSelectorCompany.TabIndex = 1;
|
|
comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged;
|
|
//
|
|
// pictureBox
|
|
//
|
|
pictureBox.Dock = DockStyle.Fill;
|
|
pictureBox.Location = new Point(0, 41);
|
|
pictureBox.Name = "pictureBox";
|
|
pictureBox.Size = new Size(1489, 1114);
|
|
pictureBox.TabIndex = 4;
|
|
pictureBox.TabStop = false;
|
|
//
|
|
// menuStrip
|
|
//
|
|
menuStrip.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
menuStrip.ImageScalingSize = new Size(32, 32);
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem });
|
|
menuStrip.Location = new Point(0, 0);
|
|
menuStrip.Name = "menuStrip";
|
|
menuStrip.Padding = new Padding(7, 2, 0, 2);
|
|
menuStrip.Size = new Size(1902, 41);
|
|
menuStrip.TabIndex = 5;
|
|
menuStrip.Text = "menuStrip";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { saveToolStripMenuItem, loadToolStripMenuItem });
|
|
fileToolStripMenuItem.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
fileToolStripMenuItem.Size = new Size(93, 37);
|
|
fileToolStripMenuItem.Text = "Файл";
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
saveToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.S;
|
|
saveToolStripMenuItem.Size = new Size(369, 44);
|
|
saveToolStripMenuItem.Text = "Сохранение";
|
|
saveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
|
//
|
|
// loadToolStripMenuItem
|
|
//
|
|
loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
loadToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.L;
|
|
loadToolStripMenuItem.Size = new Size(369, 44);
|
|
loadToolStripMenuItem.Text = "Загрузка";
|
|
loadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
|
|
//
|
|
// saveFileDialog
|
|
//
|
|
saveFileDialog.Filter = "txt file | *.txt";
|
|
//
|
|
// openFileDialog
|
|
//
|
|
openFileDialog.FileName = "openFileDialog";
|
|
openFileDialog.Filter = "txt file | *.txt";
|
|
//
|
|
// buttonSortByColor
|
|
//
|
|
buttonSortByColor.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonSortByColor.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
buttonSortByColor.Location = new Point(12, 435);
|
|
buttonSortByColor.Name = "buttonSortByColor";
|
|
buttonSortByColor.Size = new Size(383, 65);
|
|
buttonSortByColor.TabIndex = 3;
|
|
buttonSortByColor.Text = "Сортировка по цвету";
|
|
buttonSortByColor.UseVisualStyleBackColor = true;
|
|
buttonSortByColor.Click += buttonSortByColor_Click;
|
|
//
|
|
// buttonSortByType
|
|
//
|
|
buttonSortByType.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonSortByType.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
buttonSortByType.Location = new Point(12, 364);
|
|
buttonSortByType.Name = "buttonSortByType";
|
|
buttonSortByType.Size = new Size(383, 65);
|
|
buttonSortByType.TabIndex = 3;
|
|
buttonSortByType.Text = "Сортировка по типу";
|
|
buttonSortByType.UseVisualStyleBackColor = true;
|
|
buttonSortByType.Click += buttonSortByType_Click;
|
|
//
|
|
// FormBulldozerCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(15F, 33F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1902, 1155);
|
|
Controls.Add(pictureBox);
|
|
Controls.Add(groupBoxTools);
|
|
Controls.Add(menuStrip);
|
|
Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
MainMenuStrip = menuStrip;
|
|
Name = "FormBulldozerCollection";
|
|
Text = "Коллекция бульдозеров";
|
|
groupBoxTools.ResumeLayout(false);
|
|
panelCompanyTools.ResumeLayout(false);
|
|
panelCompanyTools.PerformLayout();
|
|
panelStorage.ResumeLayout(false);
|
|
panelStorage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
|
menuStrip.ResumeLayout(false);
|
|
menuStrip.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox groupBoxTools;
|
|
private ComboBox comboBoxSelectorCompany;
|
|
private Button buttonAddDozer;
|
|
private PictureBox pictureBox;
|
|
private MaskedTextBox maskedTextBox;
|
|
private Button buttonDelBulldozer;
|
|
private Button buttonRefresh;
|
|
private Button buttonGoToCheck;
|
|
private Panel panelStorage;
|
|
private Label labelCollectionName;
|
|
private RadioButton radioButtonList;
|
|
private RadioButton radioButtonMassive;
|
|
private TextBox textBoxCollectionName;
|
|
private Button buttonCollectionAdd;
|
|
private ListBox listBoxCollection;
|
|
private Button buttonCollectionDel;
|
|
private Button buttonCreateCompany;
|
|
private Panel panelCompanyTools;
|
|
private MenuStrip menuStrip;
|
|
private ToolStripMenuItem fileToolStripMenuItem;
|
|
private ToolStripMenuItem saveToolStripMenuItem;
|
|
private ToolStripMenuItem loadToolStripMenuItem;
|
|
private SaveFileDialog saveFileDialog;
|
|
private OpenFileDialog openFileDialog;
|
|
private Button buttonSortByType;
|
|
private Button buttonSortByColor;
|
|
}
|
|
} |