diff --git a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.Designer.cs b/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.Designer.cs
deleted file mode 100644
index 0446243..0000000
--- a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.Designer.cs
+++ /dev/null
@@ -1,88 +0,0 @@
-namespace ProjectElectricLocomotive
-{
- partial class FormCarConfig
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- groupBoxConfig = new GroupBox();
- labelSimpleObject = new Label();
- label1 = new Label();
- groupBoxConfig.SuspendLayout();
- SuspendLayout();
- //
- // groupBoxConfig
- //
- groupBoxConfig.Controls.Add(label1);
- groupBoxConfig.Controls.Add(labelSimpleObject);
- groupBoxConfig.Dock = DockStyle.Left;
- groupBoxConfig.Location = new Point(0, 0);
- groupBoxConfig.Name = "groupBoxConfig";
- groupBoxConfig.Size = new Size(675, 463);
- groupBoxConfig.TabIndex = 0;
- groupBoxConfig.TabStop = false;
- groupBoxConfig.Text = "Параметры";
- //
- // labelSimpleObject
- //
- labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
- labelSimpleObject.Location = new Point(406, 423);
- labelSimpleObject.Name = "labelSimpleObject";
- labelSimpleObject.Size = new Size(109, 31);
- labelSimpleObject.TabIndex = 0;
- labelSimpleObject.Text = "Простой";
- labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
- //
- // label1
- //
- label1.BorderStyle = BorderStyle.FixedSingle;
- label1.Location = new Point(547, 423);
- label1.Name = "label1";
- label1.Size = new Size(109, 31);
- label1.TabIndex = 1;
- label1.Text = "Простой";
- label1.TextAlign = ContentAlignment.MiddleCenter;
- //
- // FormCarConfig
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(864, 463);
- Controls.Add(groupBoxConfig);
- Name = "FormCarConfig";
- Text = "FormCarConfig";
- Load += FormCarConfig_Load;
- groupBoxConfig.ResumeLayout(false);
- ResumeLayout(false);
- }
-
- #endregion
-
- private GroupBox groupBoxConfig;
- private Label labelSimpleObject;
- private Label label1;
- }
-}
\ No newline at end of file
diff --git a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.cs b/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.cs
deleted file mode 100644
index f6b7fca..0000000
--- a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-
-namespace ProjectElectricLocomotive;
-
-public partial class FormCarConfig : Form
-{
- public FormCarConfig()
- {
- InitializeComponent();
- }
-
- private void FormCarConfig_Load(object sender, EventArgs e)
- {
-
- }
-}
diff --git a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.resx b/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.resx
deleted file mode 100644
index af32865..0000000
--- a/ProjectElectricLocomotive/ProjectElectricLocomotive/FormCarConfig.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file