299 lines
13 KiB
C#
299 lines
13 KiB
C#
namespace ProjectCleaningCar
|
|
{
|
|
partial class FormCleaningCarCollection
|
|
{
|
|
/// <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()
|
|
{
|
|
tools = new GroupBox();
|
|
panelCompanyTools = new Panel();
|
|
buttonRefresh = new Button();
|
|
buttonGoToCheck = new Button();
|
|
buttonAddTruck = new Button();
|
|
buttonAddCleaningCar = new Button();
|
|
maskedTextBoxPosition = new MaskedTextBox();
|
|
buttonDelCar = new Button();
|
|
buttonCreateCompany = new Button();
|
|
panelStorage = new Panel();
|
|
buttonCollectionDel = new Button();
|
|
listBoxCollection = new ListBox();
|
|
buttonCollectionAdd = new Button();
|
|
textBoxCollectionName = new TextBox();
|
|
radioButtonList = new RadioButton();
|
|
radioButtonMassive = new RadioButton();
|
|
labelCollectionName = new Label();
|
|
comboBoxSelectorCompany = new ComboBox();
|
|
pictureBox = new PictureBox();
|
|
tools.SuspendLayout();
|
|
panelCompanyTools.SuspendLayout();
|
|
panelStorage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// tools
|
|
//
|
|
tools.Controls.Add(panelCompanyTools);
|
|
tools.Controls.Add(buttonCreateCompany);
|
|
tools.Controls.Add(panelStorage);
|
|
tools.Controls.Add(comboBoxSelectorCompany);
|
|
tools.Dock = DockStyle.Right;
|
|
tools.Location = new Point(783, 0);
|
|
tools.Name = "tools";
|
|
tools.Size = new Size(208, 606);
|
|
tools.TabIndex = 0;
|
|
tools.TabStop = false;
|
|
tools.Text = "Инструменты";
|
|
//
|
|
// panelCompanyTools
|
|
//
|
|
panelCompanyTools.Controls.Add(buttonRefresh);
|
|
panelCompanyTools.Controls.Add(buttonGoToCheck);
|
|
panelCompanyTools.Controls.Add(buttonAddTruck);
|
|
panelCompanyTools.Controls.Add(buttonAddCleaningCar);
|
|
panelCompanyTools.Controls.Add(maskedTextBoxPosition);
|
|
panelCompanyTools.Controls.Add(buttonDelCar);
|
|
panelCompanyTools.Dock = DockStyle.Bottom;
|
|
panelCompanyTools.Enabled = false;
|
|
panelCompanyTools.Location = new Point(3, 354);
|
|
panelCompanyTools.Name = "panelCompanyTools";
|
|
panelCompanyTools.Size = new Size(202, 249);
|
|
panelCompanyTools.TabIndex = 7;
|
|
//
|
|
// buttonRefresh
|
|
//
|
|
buttonRefresh.Location = new Point(3, 208);
|
|
buttonRefresh.Name = "buttonRefresh";
|
|
buttonRefresh.Size = new Size(196, 38);
|
|
buttonRefresh.TabIndex = 6;
|
|
buttonRefresh.Text = "Обновить";
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
buttonRefresh.Click += ButtonRefresh_Click;
|
|
//
|
|
// buttonGoToCheck
|
|
//
|
|
buttonGoToCheck.Location = new Point(3, 164);
|
|
buttonGoToCheck.Name = "buttonGoToCheck";
|
|
buttonGoToCheck.Size = new Size(196, 38);
|
|
buttonGoToCheck.TabIndex = 5;
|
|
buttonGoToCheck.Text = "Передать на тесты";
|
|
buttonGoToCheck.UseVisualStyleBackColor = true;
|
|
buttonGoToCheck.Click += ButtonGoToCheck_Click;
|
|
//
|
|
// buttonAddTruck
|
|
//
|
|
buttonAddTruck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonAddTruck.Location = new Point(3, 3);
|
|
buttonAddTruck.Name = "buttonAddTruck";
|
|
buttonAddTruck.Size = new Size(196, 38);
|
|
buttonAddTruck.TabIndex = 1;
|
|
buttonAddTruck.Text = "Добавление грузовика";
|
|
buttonAddTruck.UseVisualStyleBackColor = true;
|
|
buttonAddTruck.Click += ButtonAddTruck_Click;
|
|
//
|
|
// buttonAddCleaningCar
|
|
//
|
|
buttonAddCleaningCar.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonAddCleaningCar.Location = new Point(3, 47);
|
|
buttonAddCleaningCar.Name = "buttonAddCleaningCar";
|
|
buttonAddCleaningCar.Size = new Size(196, 38);
|
|
buttonAddCleaningCar.TabIndex = 2;
|
|
buttonAddCleaningCar.Text = "Добавление уборочной машины";
|
|
buttonAddCleaningCar.UseVisualStyleBackColor = true;
|
|
buttonAddCleaningCar.Click += ButtonAddCleaningCar_Click;
|
|
//
|
|
// maskedTextBoxPosition
|
|
//
|
|
maskedTextBoxPosition.Location = new Point(3, 91);
|
|
maskedTextBoxPosition.Mask = "00";
|
|
maskedTextBoxPosition.Name = "maskedTextBoxPosition";
|
|
maskedTextBoxPosition.Size = new Size(196, 23);
|
|
maskedTextBoxPosition.TabIndex = 3;
|
|
maskedTextBoxPosition.ValidatingType = typeof(int);
|
|
//
|
|
// buttonDelCar
|
|
//
|
|
buttonDelCar.Location = new Point(3, 120);
|
|
buttonDelCar.Name = "buttonDelCar";
|
|
buttonDelCar.Size = new Size(196, 38);
|
|
buttonDelCar.TabIndex = 4;
|
|
buttonDelCar.Text = "Удалить машину";
|
|
buttonDelCar.UseVisualStyleBackColor = true;
|
|
buttonDelCar.Click += ButtonRemoveCar_Click;
|
|
//
|
|
// buttonCreateCompany
|
|
//
|
|
buttonCreateCompany.Location = new Point(6, 310);
|
|
buttonCreateCompany.Name = "buttonCreateCompany";
|
|
buttonCreateCompany.Size = new Size(196, 38);
|
|
buttonCreateCompany.TabIndex = 7;
|
|
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(textBoxCollectionName);
|
|
panelStorage.Controls.Add(radioButtonList);
|
|
panelStorage.Controls.Add(radioButtonMassive);
|
|
panelStorage.Controls.Add(labelCollectionName);
|
|
panelStorage.Dock = DockStyle.Top;
|
|
panelStorage.Location = new Point(3, 19);
|
|
panelStorage.Name = "panelStorage";
|
|
panelStorage.Size = new Size(202, 256);
|
|
panelStorage.TabIndex = 7;
|
|
//
|
|
// buttonCollectionDel
|
|
//
|
|
buttonCollectionDel.Location = new Point(3, 215);
|
|
buttonCollectionDel.Name = "buttonCollectionDel";
|
|
buttonCollectionDel.Size = new Size(196, 38);
|
|
buttonCollectionDel.TabIndex = 6;
|
|
buttonCollectionDel.Text = "Удалить коллекцию";
|
|
buttonCollectionDel.UseVisualStyleBackColor = true;
|
|
buttonCollectionDel.Click += ButtonCollectionDel_Click;
|
|
//
|
|
// listBoxCollection
|
|
//
|
|
listBoxCollection.FormattingEnabled = true;
|
|
listBoxCollection.ItemHeight = 15;
|
|
listBoxCollection.Location = new Point(3, 125);
|
|
listBoxCollection.Name = "listBoxCollection";
|
|
listBoxCollection.Size = new Size(196, 79);
|
|
listBoxCollection.TabIndex = 5;
|
|
//
|
|
// buttonCollectionAdd
|
|
//
|
|
buttonCollectionAdd.Location = new Point(3, 81);
|
|
buttonCollectionAdd.Name = "buttonCollectionAdd";
|
|
buttonCollectionAdd.Size = new Size(196, 38);
|
|
buttonCollectionAdd.TabIndex = 4;
|
|
buttonCollectionAdd.Text = "Добавить коллекцию";
|
|
buttonCollectionAdd.UseVisualStyleBackColor = true;
|
|
buttonCollectionAdd.Click += ButtonCollectionAdd_Click;
|
|
//
|
|
// textBoxCollectionName
|
|
//
|
|
textBoxCollectionName.Location = new Point(3, 27);
|
|
textBoxCollectionName.Name = "textBoxCollectionName";
|
|
textBoxCollectionName.Size = new Size(196, 23);
|
|
textBoxCollectionName.TabIndex = 3;
|
|
//
|
|
// radioButtonList
|
|
//
|
|
radioButtonList.AutoSize = true;
|
|
radioButtonList.Location = new Point(101, 56);
|
|
radioButtonList.Name = "radioButtonList";
|
|
radioButtonList.Size = new Size(66, 19);
|
|
radioButtonList.TabIndex = 2;
|
|
radioButtonList.TabStop = true;
|
|
radioButtonList.Text = "Список";
|
|
radioButtonList.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioButtonMassive
|
|
//
|
|
radioButtonMassive.AutoSize = true;
|
|
radioButtonMassive.Location = new Point(28, 56);
|
|
radioButtonMassive.Name = "radioButtonMassive";
|
|
radioButtonMassive.Size = new Size(67, 19);
|
|
radioButtonMassive.TabIndex = 1;
|
|
radioButtonMassive.TabStop = true;
|
|
radioButtonMassive.Text = "Массив";
|
|
radioButtonMassive.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelCollectionName
|
|
//
|
|
labelCollectionName.AutoSize = true;
|
|
labelCollectionName.Location = new Point(38, 9);
|
|
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(6, 281);
|
|
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
|
comboBoxSelectorCompany.Size = new Size(196, 23);
|
|
comboBoxSelectorCompany.TabIndex = 0;
|
|
comboBoxSelectorCompany.SelectedIndexChanged += ComboBoxSelectorCompany_SelectedIndexChanged;
|
|
//
|
|
// pictureBox
|
|
//
|
|
pictureBox.Dock = DockStyle.Fill;
|
|
pictureBox.Location = new Point(0, 0);
|
|
pictureBox.Name = "pictureBox";
|
|
pictureBox.Size = new Size(783, 606);
|
|
pictureBox.TabIndex = 1;
|
|
pictureBox.TabStop = false;
|
|
//
|
|
// FormCleaningCarCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(991, 606);
|
|
Controls.Add(pictureBox);
|
|
Controls.Add(tools);
|
|
Name = "FormCleaningCarCollection";
|
|
Text = "Коллекция уборочных машин";
|
|
tools.ResumeLayout(false);
|
|
panelCompanyTools.ResumeLayout(false);
|
|
panelCompanyTools.PerformLayout();
|
|
panelStorage.ResumeLayout(false);
|
|
panelStorage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox tools;
|
|
private Button buttonAddTruck;
|
|
private ComboBox comboBoxSelectorCompany;
|
|
private MaskedTextBox maskedTextBoxPosition;
|
|
private Button buttonAddCleaningCar;
|
|
private PictureBox pictureBox;
|
|
private Button buttonDelCar;
|
|
private Button buttonRefresh;
|
|
private Button buttonGoToCheck;
|
|
private Panel panelStorage;
|
|
private RadioButton radioButtonMassive;
|
|
private Label labelCollectionName;
|
|
private RadioButton radioButtonList;
|
|
private Button buttonCollectionDel;
|
|
private ListBox listBoxCollection;
|
|
private Button buttonCollectionAdd;
|
|
private TextBox textBoxCollectionName;
|
|
private Button buttonCreateCompany;
|
|
private Panel panelCompanyTools;
|
|
}
|
|
} |