diff --git a/.gitignore b/.gitignore
index ca1c7a3..8d5aded 100644
--- a/.gitignore
+++ b/.gitignore
@@ -398,3 +398,9 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
+/ProjectTrolleybus/ProjectTrolleybus/Form1.resx
+/ProjectTrolleybus/ProjectTrolleybus/Form1.cs
+/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs
+/ProjectTrolleybus/ProjectTrolleybus/Form1.cs
+/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs
+/ProjectTrolleybus/ProjectTrolleybus/Form1.resx
diff --git a/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs b/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs
deleted file mode 100644
index f1ff1d9..0000000
--- a/ProjectTrolleybus/ProjectTrolleybus/Form1.Designer.cs
+++ /dev/null
@@ -1,46 +0,0 @@
-namespace ProjectTrolleybus
-{
- partial class Form1
- {
- ///
- /// 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()
- {
- SuspendLayout();
- //
- // Form1
- //
- AutoScaleDimensions = new SizeF(7F, 15F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(800, 450);
- Name = "Form1";
- Text = "Form1";
- Load += Form1_Load;
- ResumeLayout(false);
- }
-
- #endregion
- }
-}
diff --git a/ProjectTrolleybus/ProjectTrolleybus/Form1.cs b/ProjectTrolleybus/ProjectTrolleybus/Form1.cs
deleted file mode 100644
index 87f3f3a..0000000
--- a/ProjectTrolleybus/ProjectTrolleybus/Form1.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace ProjectTrolleybus
-{
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
-
- private void Form1_Load(object sender, EventArgs e)
- {
-
- }
- }
-}
diff --git a/ProjectTrolleybus/ProjectTrolleybus/Form1.resx b/ProjectTrolleybus/ProjectTrolleybus/Form1.resx
deleted file mode 100644
index af32865..0000000
--- a/ProjectTrolleybus/ProjectTrolleybus/Form1.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