372 lines
17 KiB
C#
372 lines
17 KiB
C#
namespace lab1
|
||
{
|
||
partial class FormTrackedVehicleCollection
|
||
{
|
||
/// <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();
|
||
buttonAddTrackedVehicle = new Button();
|
||
buttonRefresh = new Button();
|
||
maskedTextBox = new MaskedTextBox();
|
||
buttonGoToCheck = new Button();
|
||
buttonRemoveTrackedVehicle = new Button();
|
||
button1CreateCompany = 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();
|
||
comboBoxSelectorCompany = new ComboBox();
|
||
pictureBox = new PictureBox();
|
||
menuStrip = new MenuStrip();
|
||
файлToolStripMenuItem = new ToolStripMenuItem();
|
||
SaveToolStripMenuItem = new ToolStripMenuItem();
|
||
LoadToolStripMenuItem = new ToolStripMenuItem();
|
||
openFileDialog = new OpenFileDialog();
|
||
saveFileDialog = new SaveFileDialog();
|
||
groupBoxTools.SuspendLayout();
|
||
panelCompanyTools.SuspendLayout();
|
||
panelStorage.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
||
menuStrip.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBoxTools
|
||
//
|
||
groupBoxTools.Controls.Add(panelCompanyTools);
|
||
groupBoxTools.Controls.Add(button1CreateCompany);
|
||
groupBoxTools.Controls.Add(panelStorage);
|
||
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
||
groupBoxTools.Dock = DockStyle.Right;
|
||
groupBoxTools.Location = new Point(652, 24);
|
||
groupBoxTools.Margin = new Padding(2);
|
||
groupBoxTools.Name = "groupBoxTools";
|
||
groupBoxTools.Padding = new Padding(2);
|
||
groupBoxTools.Size = new Size(208, 490);
|
||
groupBoxTools.TabIndex = 0;
|
||
groupBoxTools.TabStop = false;
|
||
groupBoxTools.Text = "Инструменты";
|
||
//
|
||
// panelCompanyTools
|
||
//
|
||
panelCompanyTools.Controls.Add(buttonAddTrackedVehicle);
|
||
panelCompanyTools.Controls.Add(buttonRefresh);
|
||
panelCompanyTools.Controls.Add(maskedTextBox);
|
||
panelCompanyTools.Controls.Add(buttonGoToCheck);
|
||
panelCompanyTools.Controls.Add(buttonRemoveTrackedVehicle);
|
||
panelCompanyTools.Enabled = false;
|
||
panelCompanyTools.Location = new Point(5, 302);
|
||
panelCompanyTools.Margin = new Padding(2);
|
||
panelCompanyTools.Name = "panelCompanyTools";
|
||
panelCompanyTools.Size = new Size(197, 184);
|
||
panelCompanyTools.TabIndex = 10;
|
||
//
|
||
// buttonAddTrackedVehicle
|
||
//
|
||
buttonAddTrackedVehicle.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonAddTrackedVehicle.Location = new Point(3, 2);
|
||
buttonAddTrackedVehicle.Margin = new Padding(2);
|
||
buttonAddTrackedVehicle.Name = "buttonAddTrackedVehicle";
|
||
buttonAddTrackedVehicle.Size = new Size(191, 38);
|
||
buttonAddTrackedVehicle.TabIndex = 3;
|
||
buttonAddTrackedVehicle.Text = "Добавление гусеничной машины";
|
||
buttonAddTrackedVehicle.UseVisualStyleBackColor = true;
|
||
buttonAddTrackedVehicle.Click += ButtonAddTrackedVehicle_Click;
|
||
//
|
||
// buttonRefresh
|
||
//
|
||
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonRefresh.Location = new Point(3, 146);
|
||
buttonRefresh.Margin = new Padding(2);
|
||
buttonRefresh.Name = "buttonRefresh";
|
||
buttonRefresh.Size = new Size(190, 29);
|
||
buttonRefresh.TabIndex = 7;
|
||
buttonRefresh.Text = "Обновить";
|
||
buttonRefresh.UseVisualStyleBackColor = true;
|
||
buttonRefresh.Click += ButtonRefresh_Click_1;
|
||
//
|
||
// maskedTextBox
|
||
//
|
||
maskedTextBox.Location = new Point(4, 44);
|
||
maskedTextBox.Margin = new Padding(2);
|
||
maskedTextBox.Mask = "00";
|
||
maskedTextBox.Name = "maskedTextBox";
|
||
maskedTextBox.Size = new Size(191, 23);
|
||
maskedTextBox.TabIndex = 4;
|
||
maskedTextBox.ValidatingType = typeof(int);
|
||
maskedTextBox.MaskInputRejected += maskedTextBox1_MaskInputRejected;
|
||
//
|
||
// buttonGoToCheck
|
||
//
|
||
buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonGoToCheck.Location = new Point(4, 104);
|
||
buttonGoToCheck.Margin = new Padding(2);
|
||
buttonGoToCheck.Name = "buttonGoToCheck";
|
||
buttonGoToCheck.Size = new Size(192, 38);
|
||
buttonGoToCheck.TabIndex = 6;
|
||
buttonGoToCheck.Text = "Передать на тесты";
|
||
buttonGoToCheck.UseVisualStyleBackColor = true;
|
||
buttonGoToCheck.Click += button1_Click;
|
||
//
|
||
// buttonRemoveTrackedVehicle
|
||
//
|
||
buttonRemoveTrackedVehicle.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
buttonRemoveTrackedVehicle.Location = new Point(1, 71);
|
||
buttonRemoveTrackedVehicle.Margin = new Padding(2);
|
||
buttonRemoveTrackedVehicle.Name = "buttonRemoveTrackedVehicle";
|
||
buttonRemoveTrackedVehicle.Size = new Size(192, 29);
|
||
buttonRemoveTrackedVehicle.TabIndex = 5;
|
||
buttonRemoveTrackedVehicle.Text = "Удаление гусеничной машины";
|
||
buttonRemoveTrackedVehicle.UseVisualStyleBackColor = true;
|
||
buttonRemoveTrackedVehicle.Click += ButtonRemoveTrackedVehicle_Click;
|
||
//
|
||
// button1CreateCompany
|
||
//
|
||
button1CreateCompany.Location = new Point(7, 269);
|
||
button1CreateCompany.Margin = new Padding(2);
|
||
button1CreateCompany.Name = "button1CreateCompany";
|
||
button1CreateCompany.Size = new Size(193, 29);
|
||
button1CreateCompany.TabIndex = 9;
|
||
button1CreateCompany.Text = "Создать компанию";
|
||
button1CreateCompany.UseVisualStyleBackColor = true;
|
||
button1CreateCompany.Click += button1CreateCompany_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(2, 18);
|
||
panelStorage.Margin = new Padding(2);
|
||
panelStorage.Name = "panelStorage";
|
||
panelStorage.Size = new Size(204, 220);
|
||
panelStorage.TabIndex = 8;
|
||
//
|
||
// buttonCollectionDel
|
||
//
|
||
buttonCollectionDel.Location = new Point(6, 183);
|
||
buttonCollectionDel.Margin = new Padding(2);
|
||
buttonCollectionDel.Name = "buttonCollectionDel";
|
||
buttonCollectionDel.Size = new Size(193, 35);
|
||
buttonCollectionDel.TabIndex = 6;
|
||
buttonCollectionDel.Text = "Удалить коллекцию";
|
||
buttonCollectionDel.UseVisualStyleBackColor = true;
|
||
buttonCollectionDel.Click += buttonCollectionDel_Click;
|
||
//
|
||
// listBoxCollection
|
||
//
|
||
listBoxCollection.FormattingEnabled = true;
|
||
listBoxCollection.ItemHeight = 15;
|
||
listBoxCollection.Location = new Point(7, 130);
|
||
listBoxCollection.Margin = new Padding(2);
|
||
listBoxCollection.Name = "listBoxCollection";
|
||
listBoxCollection.Size = new Size(191, 49);
|
||
listBoxCollection.TabIndex = 5;
|
||
//
|
||
// buttonCollectionAdd
|
||
//
|
||
buttonCollectionAdd.Location = new Point(7, 75);
|
||
buttonCollectionAdd.Margin = new Padding(2);
|
||
buttonCollectionAdd.Name = "buttonCollectionAdd";
|
||
buttonCollectionAdd.Size = new Size(193, 32);
|
||
buttonCollectionAdd.TabIndex = 4;
|
||
buttonCollectionAdd.Text = "Добавить коллекцию";
|
||
buttonCollectionAdd.UseVisualStyleBackColor = true;
|
||
buttonCollectionAdd.Click += buttonCollectionAdd_Click;
|
||
//
|
||
// radioButtonList
|
||
//
|
||
radioButtonList.AutoSize = true;
|
||
radioButtonList.Location = new Point(109, 52);
|
||
radioButtonList.Margin = new Padding(2);
|
||
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(29, 52);
|
||
radioButtonMassive.Margin = new Padding(2);
|
||
radioButtonMassive.Name = "radioButtonMassive";
|
||
radioButtonMassive.Size = new Size(67, 19);
|
||
radioButtonMassive.TabIndex = 2;
|
||
radioButtonMassive.TabStop = true;
|
||
radioButtonMassive.Text = "Массив";
|
||
radioButtonMassive.UseVisualStyleBackColor = true;
|
||
radioButtonMassive.CheckedChanged += radioButtonMassive_CheckedChanged;
|
||
//
|
||
// textBoxCollectionName
|
||
//
|
||
textBoxCollectionName.Location = new Point(3, 25);
|
||
textBoxCollectionName.Margin = new Padding(2);
|
||
textBoxCollectionName.Name = "textBoxCollectionName";
|
||
textBoxCollectionName.Size = new Size(196, 23);
|
||
textBoxCollectionName.TabIndex = 1;
|
||
//
|
||
// labelCollectionName
|
||
//
|
||
labelCollectionName.AutoSize = true;
|
||
labelCollectionName.Location = new Point(29, 8);
|
||
labelCollectionName.Margin = new Padding(2, 0, 2, 0);
|
||
labelCollectionName.Name = "labelCollectionName";
|
||
labelCollectionName.Size = new Size(125, 15);
|
||
labelCollectionName.TabIndex = 0;
|
||
labelCollectionName.Text = "Название коллекции:";
|
||
//
|
||
// comboBoxSelectorCompany
|
||
//
|
||
comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
|
||
comboBoxSelectorCompany.FormattingEnabled = true;
|
||
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
|
||
comboBoxSelectorCompany.Location = new Point(7, 242);
|
||
comboBoxSelectorCompany.Margin = new Padding(2);
|
||
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
||
comboBoxSelectorCompany.Size = new Size(194, 23);
|
||
comboBoxSelectorCompany.TabIndex = 1;
|
||
comboBoxSelectorCompany.SelectedIndexChanged += comboBoxSelectorCompany_SelectedIndexChanged;
|
||
//
|
||
// pictureBox
|
||
//
|
||
pictureBox.Dock = DockStyle.Fill;
|
||
pictureBox.Location = new Point(0, 24);
|
||
pictureBox.Margin = new Padding(2);
|
||
pictureBox.Name = "pictureBox";
|
||
pictureBox.Size = new Size(652, 490);
|
||
pictureBox.TabIndex = 1;
|
||
pictureBox.TabStop = false;
|
||
pictureBox.Click += pictureBox1_Click;
|
||
//
|
||
// menuStrip
|
||
//
|
||
menuStrip.ImageScalingSize = new Size(24, 24);
|
||
menuStrip.Items.AddRange(new ToolStripItem[] { файлToolStripMenuItem });
|
||
menuStrip.Location = new Point(0, 0);
|
||
menuStrip.Name = "menuStrip";
|
||
menuStrip.Padding = new Padding(4, 1, 0, 1);
|
||
menuStrip.Size = new Size(860, 24);
|
||
menuStrip.TabIndex = 2;
|
||
menuStrip.Text = "menuStrip1";
|
||
//
|
||
// файлToolStripMenuItem
|
||
//
|
||
файлToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { SaveToolStripMenuItem, LoadToolStripMenuItem });
|
||
файлToolStripMenuItem.Name = "файлToolStripMenuItem";
|
||
файлToolStripMenuItem.Size = new Size(48, 22);
|
||
файл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;
|
||
//
|
||
// openFileDialog
|
||
//
|
||
openFileDialog.FileName = "openFileDialog1";
|
||
openFileDialog.Filter = "txt file | *txt";
|
||
//
|
||
// saveFileDialog
|
||
//
|
||
saveFileDialog.Filter = "txt file | *txt";
|
||
//
|
||
// FormTrackedVehicleCollection
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(860, 514);
|
||
Controls.Add(pictureBox);
|
||
Controls.Add(groupBoxTools);
|
||
Controls.Add(menuStrip);
|
||
MainMenuStrip = menuStrip;
|
||
Margin = new Padding(2);
|
||
Name = "FormTrackedVehicleCollection";
|
||
Text = "Коллекция гусеничных машин";
|
||
Load += FormTrackedVehicleCollection_Load;
|
||
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 buttonAddTrackedVehicle;
|
||
private PictureBox pictureBox;
|
||
private Button buttonRemoveTrackedVehicle;
|
||
private MaskedTextBox maskedTextBox;
|
||
private Button buttonGoToCheck;
|
||
private Button buttonRefresh;
|
||
private Panel panelStorage;
|
||
private TextBox textBoxCollectionName;
|
||
private Label labelCollectionName;
|
||
private RadioButton radioButtonList;
|
||
private RadioButton radioButtonMassive;
|
||
private ListBox listBoxCollection;
|
||
private Button buttonCollectionAdd;
|
||
private Button button1CreateCompany;
|
||
private Button buttonCollectionDel;
|
||
private Panel panelCompanyTools;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem файлToolStripMenuItem;
|
||
private ToolStripMenuItem SaveToolStripMenuItem;
|
||
private ToolStripMenuItem LoadToolStripMenuItem;
|
||
private OpenFileDialog openFileDialog;
|
||
private SaveFileDialog saveFileDialog;
|
||
}
|
||
} |