PIBD-14_Lavrova_K.I._Simple/solution/lab1/FormTrackedVehicleCollection.Designer.cs

300 lines
14 KiB
C#
Raw Permalink Normal View History

2024-04-24 22:45:48 +04:00
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();
2024-05-23 09:17:13 +04:00
buttonCollectionDel = new Button();
panelCompanyTools = new Panel();
buttonAddFighter = new Button();
buttonAddTrackedVehicle = new Button();
2024-04-24 22:45:48 +04:00
buttonRefresh = new Button();
maskedTextBox = new MaskedTextBox();
2024-04-24 22:45:48 +04:00
buttonGoToCheck = new Button();
buttonRemoveTrackedVehicle = new Button();
button1CreateCompany = new Button();
panelStorage = new Panel();
listBoxCollection = new ListBox();
buttonCollectionAdd = new Button();
radioButtonList = new RadioButton();
radioButtonMassive = new RadioButton();
textBoxCollectionName = new TextBox();
labelCollectionName = new Label();
2024-04-24 22:45:48 +04:00
comboBoxSelectorCompany = new ComboBox();
pictureBox = new PictureBox();
groupBoxTools.SuspendLayout();
panelCompanyTools.SuspendLayout();
panelStorage.SuspendLayout();
2024-04-24 22:45:48 +04:00
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
SuspendLayout();
//
// groupBoxTools
//
2024-05-23 09:17:13 +04:00
groupBoxTools.Controls.Add(buttonCollectionDel);
groupBoxTools.Controls.Add(panelCompanyTools);
groupBoxTools.Controls.Add(button1CreateCompany);
groupBoxTools.Controls.Add(panelStorage);
2024-04-24 22:45:48 +04:00
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
groupBoxTools.Dock = DockStyle.Right;
2024-05-23 09:17:13 +04:00
groupBoxTools.Location = new Point(677, 0);
2024-04-24 22:45:48 +04:00
groupBoxTools.Name = "groupBoxTools";
2024-05-23 09:17:13 +04:00
groupBoxTools.Size = new Size(297, 710);
2024-04-24 22:45:48 +04:00
groupBoxTools.TabIndex = 0;
groupBoxTools.TabStop = false;
groupBoxTools.Text = "Инструменты";
//
2024-05-23 09:17:13 +04:00
// buttonCollectionDel
//
buttonCollectionDel.Location = new Point(3, 284);
buttonCollectionDel.Name = "buttonCollectionDel";
buttonCollectionDel.Size = new Size(276, 34);
buttonCollectionDel.TabIndex = 6;
buttonCollectionDel.Text = "Удалить коллекцию";
buttonCollectionDel.UseVisualStyleBackColor = true;
buttonCollectionDel.Click += buttonCollectionDel_Click;
//
// panelCompanyTools
//
panelCompanyTools.Controls.Add(buttonAddFighter);
panelCompanyTools.Controls.Add(buttonAddTrackedVehicle);
panelCompanyTools.Controls.Add(buttonRefresh);
panelCompanyTools.Controls.Add(maskedTextBox);
panelCompanyTools.Controls.Add(buttonGoToCheck);
panelCompanyTools.Controls.Add(buttonRemoveTrackedVehicle);
panelCompanyTools.Enabled = false;
2024-05-23 09:17:13 +04:00
panelCompanyTools.Location = new Point(3, 431);
panelCompanyTools.Name = "panelCompanyTools";
panelCompanyTools.Size = new Size(282, 273);
panelCompanyTools.TabIndex = 10;
//
// buttonAddFighter
//
buttonAddFighter.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
2024-05-20 14:42:55 +04:00
buttonAddFighter.Location = new Point(6, 59);
buttonAddFighter.Name = "buttonAddFighter";
2024-05-20 14:42:55 +04:00
buttonAddFighter.Size = new Size(273, 59);
buttonAddFighter.TabIndex = 2;
2024-05-20 14:42:55 +04:00
buttonAddFighter.Text = "Добавление гусеничной машины с оборудованием";
buttonAddFighter.UseVisualStyleBackColor = true;
2024-05-20 14:42:55 +04:00
buttonAddFighter.Click += ButtonAddFighter_Click;
//
// buttonAddTrackedVehicle
//
buttonAddTrackedVehicle.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
2024-05-20 14:42:55 +04:00
buttonAddTrackedVehicle.Location = new Point(6, 0);
buttonAddTrackedVehicle.Name = "buttonAddTrackedVehicle";
2024-05-20 14:42:55 +04:00
buttonAddTrackedVehicle.Size = new Size(273, 63);
buttonAddTrackedVehicle.TabIndex = 3;
buttonAddTrackedVehicle.Text = "Добавление гусеничной машины";
buttonAddTrackedVehicle.UseVisualStyleBackColor = true;
buttonAddTrackedVehicle.Click += ButtonAddTrackedVehicle_Click;
//
2024-04-24 22:45:48 +04:00
// buttonRefresh
//
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
2024-05-23 09:17:13 +04:00
buttonRefresh.Location = new Point(7, 239);
2024-04-24 22:45:48 +04:00
buttonRefresh.Name = "buttonRefresh";
buttonRefresh.Size = new Size(272, 31);
2024-04-24 22:45:48 +04:00
buttonRefresh.TabIndex = 7;
buttonRefresh.Text = "Обновить";
buttonRefresh.UseVisualStyleBackColor = true;
buttonRefresh.Click += ButtonRefresh_Click_1;
//
// maskedTextBox
//
maskedTextBox.Location = new Point(3, 124);
maskedTextBox.Mask = "00";
maskedTextBox.Name = "maskedTextBox";
maskedTextBox.Size = new Size(284, 31);
maskedTextBox.TabIndex = 4;
maskedTextBox.ValidatingType = typeof(int);
//
2024-04-24 22:45:48 +04:00
// buttonGoToCheck
//
buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
buttonGoToCheck.Location = new Point(7, 205);
2024-04-24 22:45:48 +04:00
buttonGoToCheck.Name = "buttonGoToCheck";
buttonGoToCheck.Size = new Size(274, 33);
2024-04-24 22:45:48 +04:00
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(7, 161);
2024-04-24 22:45:48 +04:00
buttonRemoveTrackedVehicle.Name = "buttonRemoveTrackedVehicle";
buttonRemoveTrackedVehicle.Size = new Size(274, 38);
2024-04-24 22:45:48 +04:00
buttonRemoveTrackedVehicle.TabIndex = 5;
buttonRemoveTrackedVehicle.Text = "Удаление гусеничной машины";
buttonRemoveTrackedVehicle.UseVisualStyleBackColor = true;
buttonRemoveTrackedVehicle.Click += ButtonRemoveTrackedVehicle_Click;
//
// button1CreateCompany
2024-04-24 22:45:48 +04:00
//
2024-05-23 09:17:13 +04:00
button1CreateCompany.Location = new Point(6, 376);
button1CreateCompany.Name = "button1CreateCompany";
button1CreateCompany.Size = new Size(276, 34);
button1CreateCompany.TabIndex = 9;
button1CreateCompany.Text = "Создать компанию";
button1CreateCompany.UseVisualStyleBackColor = true;
button1CreateCompany.Click += button1CreateCompany_Click;
2024-04-24 22:45:48 +04:00
//
// panelStorage
2024-04-24 22:45:48 +04:00
//
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, 27);
panelStorage.Name = "panelStorage";
panelStorage.Size = new Size(291, 226);
panelStorage.TabIndex = 8;
2024-04-24 22:45:48 +04:00
//
// listBoxCollection
//
listBoxCollection.FormattingEnabled = true;
listBoxCollection.ItemHeight = 25;
listBoxCollection.Location = new Point(6, 154);
listBoxCollection.Name = "listBoxCollection";
2024-05-23 09:17:13 +04:00
listBoxCollection.Size = new Size(276, 104);
listBoxCollection.TabIndex = 5;
//
// buttonCollectionAdd
//
buttonCollectionAdd.Location = new Point(6, 114);
buttonCollectionAdd.Name = "buttonCollectionAdd";
buttonCollectionAdd.Size = new Size(276, 34);
buttonCollectionAdd.TabIndex = 4;
buttonCollectionAdd.Text = "Добавить коллекцию";
buttonCollectionAdd.UseVisualStyleBackColor = true;
buttonCollectionAdd.Click += buttonCollectionAdd_Click;
//
// radioButtonList
//
radioButtonList.AutoSize = true;
radioButtonList.Location = new Point(153, 79);
radioButtonList.Name = "radioButtonList";
radioButtonList.Size = new Size(96, 29);
radioButtonList.TabIndex = 3;
radioButtonList.TabStop = true;
radioButtonList.Text = "Список";
radioButtonList.UseVisualStyleBackColor = true;
//
// radioButtonMassive
//
radioButtonMassive.AutoSize = true;
radioButtonMassive.Location = new Point(41, 79);
radioButtonMassive.Name = "radioButtonMassive";
radioButtonMassive.Size = new Size(98, 29);
radioButtonMassive.TabIndex = 2;
radioButtonMassive.TabStop = true;
radioButtonMassive.Text = "Массив";
radioButtonMassive.UseVisualStyleBackColor = true;
//
// textBoxCollectionName
//
textBoxCollectionName.Location = new Point(4, 42);
textBoxCollectionName.Name = "textBoxCollectionName";
textBoxCollectionName.Size = new Size(278, 31);
textBoxCollectionName.TabIndex = 1;
//
// labelCollectionName
//
labelCollectionName.AutoSize = true;
labelCollectionName.Location = new Point(41, 14);
labelCollectionName.Name = "labelCollectionName";
labelCollectionName.Size = new Size(186, 25);
labelCollectionName.TabIndex = 0;
labelCollectionName.Text = "Название коллекции:";
2024-04-24 22:45:48 +04:00
//
// comboBoxSelectorCompany
//
comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
comboBoxSelectorCompany.FormattingEnabled = true;
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
2024-05-23 09:17:13 +04:00
comboBoxSelectorCompany.Location = new Point(1, 324);
2024-04-24 22:45:48 +04:00
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
comboBoxSelectorCompany.Size = new Size(284, 33);
comboBoxSelectorCompany.TabIndex = 1;
//
// pictureBox
//
pictureBox.Dock = DockStyle.Fill;
pictureBox.Location = new Point(0, 0);
pictureBox.Name = "pictureBox";
2024-05-23 09:17:13 +04:00
pictureBox.Size = new Size(677, 710);
2024-04-24 22:45:48 +04:00
pictureBox.TabIndex = 1;
pictureBox.TabStop = false;
//
// FormTrackedVehicleCollection
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
2024-05-23 09:17:13 +04:00
ClientSize = new Size(974, 710);
2024-04-24 22:45:48 +04:00
Controls.Add(pictureBox);
Controls.Add(groupBoxTools);
Name = "FormTrackedVehicleCollection";
Text = "Коллекция гусеничных машин";
groupBoxTools.ResumeLayout(false);
panelCompanyTools.ResumeLayout(false);
panelCompanyTools.PerformLayout();
panelStorage.ResumeLayout(false);
panelStorage.PerformLayout();
2024-04-24 22:45:48 +04:00
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
ResumeLayout(false);
}
#endregion
private GroupBox groupBoxTools;
private ComboBox comboBoxSelectorCompany;
private Button buttonAddTrackedVehicle;
private Button buttonAddFighter;
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;
2024-04-24 22:45:48 +04:00
}
}