diff --git a/DoubleDeckerBus/FormDoubleDeckerBus.Designer.cs b/DoubleDeckerBus/FormDoubleDeckerBus.Designer.cs
deleted file mode 100644
index eee95a6..0000000
--- a/DoubleDeckerBus/FormDoubleDeckerBus.Designer.cs
+++ /dev/null
@@ -1,138 +0,0 @@
-namespace DoubleDeckerBus
-{
- partial class FormDoubleDeckerBus
- {
- ///
- /// 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDoubleDeckerBus));
- this.pictureBoxBus = new System.Windows.Forms.PictureBox();
- this.buttonCreate = new System.Windows.Forms.Button();
- this.buttonUp = new System.Windows.Forms.Button();
- this.buttonDown = new System.Windows.Forms.Button();
- this.buttonLeft = new System.Windows.Forms.Button();
- this.buttonRight = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBus)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBoxBus
- //
- this.pictureBoxBus.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBoxBus.Location = new System.Drawing.Point(0, 0);
- this.pictureBoxBus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.pictureBoxBus.Name = "pictureBoxBus";
- this.pictureBoxBus.Size = new System.Drawing.Size(1010, 615);
- this.pictureBoxBus.TabIndex = 1;
- this.pictureBoxBus.TabStop = false;
- //
- // buttonCreate
- //
- this.buttonCreate.Location = new System.Drawing.Point(14, 541);
- this.buttonCreate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonCreate.Name = "buttonCreate";
- this.buttonCreate.Size = new System.Drawing.Size(95, 57);
- this.buttonCreate.TabIndex = 2;
- this.buttonCreate.Text = "Создать";
- this.buttonCreate.UseVisualStyleBackColor = true;
- this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click);
- //
- // buttonUp
- //
- this.buttonUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonUp.BackgroundImage")));
- this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.buttonUp.Location = new System.Drawing.Point(896, 487);
- this.buttonUp.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonUp.Name = "buttonUp";
- this.buttonUp.Size = new System.Drawing.Size(46, 53);
- this.buttonUp.TabIndex = 3;
- this.buttonUp.UseVisualStyleBackColor = true;
- this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
- //
- // buttonDown
- //
- this.buttonDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonDown.BackgroundImage")));
- this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.buttonDown.Location = new System.Drawing.Point(896, 548);
- this.buttonDown.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonDown.Name = "buttonDown";
- this.buttonDown.Size = new System.Drawing.Size(46, 53);
- this.buttonDown.TabIndex = 4;
- this.buttonDown.UseVisualStyleBackColor = true;
- this.buttonDown.Click += new System.EventHandler(this.ButtonMove_Click);
- //
- // buttonLeft
- //
- this.buttonLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonLeft.BackgroundImage")));
- this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.buttonLeft.Location = new System.Drawing.Point(843, 547);
- this.buttonLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonLeft.Name = "buttonLeft";
- this.buttonLeft.Size = new System.Drawing.Size(46, 53);
- this.buttonLeft.TabIndex = 5;
- this.buttonLeft.UseVisualStyleBackColor = true;
- this.buttonLeft.Click += new System.EventHandler(this.ButtonMove_Click);
- //
- // buttonRight
- //
- this.buttonRight.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonRight.BackgroundImage")));
- this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.buttonRight.Location = new System.Drawing.Point(949, 547);
- this.buttonRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonRight.Name = "buttonRight";
- this.buttonRight.Size = new System.Drawing.Size(46, 53);
- this.buttonRight.TabIndex = 6;
- this.buttonRight.UseVisualStyleBackColor = true;
- this.buttonRight.Click += new System.EventHandler(this.ButtonMove_Click);
- //
- // DDBus
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1010, 615);
- this.Controls.Add(this.buttonRight);
- this.Controls.Add(this.buttonLeft);
- this.Controls.Add(this.buttonDown);
- this.Controls.Add(this.buttonUp);
- this.Controls.Add(this.buttonCreate);
- this.Controls.Add(this.pictureBoxBus);
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "DDBus";
- this.Text = "Bus";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBus)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private PictureBox pictureBoxBus;
- private Button buttonCreate;
- private Button buttonUp;
- private Button buttonDown;
- private Button buttonLeft;
- private Button buttonRight;
- }
-}
\ No newline at end of file