From 534f4326e2d01e2cbd8e0ec116e8b39a1b86f9df Mon Sep 17 00:00:00 2001 From: m1aksim1 Date: Fri, 14 Oct 2022 13:33:18 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=B8?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarPlanes/{WarPlanes.sln => AirFighter.sln} | 2 +- .../WarPlanes/{WarPlanes.csproj => AirFighter.csproj} | 0 WarPlanes/WarPlanes/Direction.cs | 2 +- WarPlanes/WarPlanes/DrawningWarplane.cs | 2 +- WarPlanes/WarPlanes/EntityWarplane.cs | 2 +- WarPlanes/WarPlanes/FormWarPlane.Designer.cs | 10 +++++----- WarPlanes/WarPlanes/FormWarPlane.cs | 2 +- WarPlanes/WarPlanes/Program.cs | 2 +- WarPlanes/WarPlanes/Properties/Resources.Designer.cs | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) rename WarPlanes/{WarPlanes.sln => AirFighter.sln} (87%) rename WarPlanes/WarPlanes/{WarPlanes.csproj => AirFighter.csproj} (100%) diff --git a/WarPlanes/WarPlanes.sln b/WarPlanes/AirFighter.sln similarity index 87% rename from WarPlanes/WarPlanes.sln rename to WarPlanes/AirFighter.sln index 48f9a9e..12efab8 100644 --- a/WarPlanes/WarPlanes.sln +++ b/WarPlanes/AirFighter.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.2.32526.322 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WarPlanes", "WarPlanes\WarPlanes.csproj", "{73B34668-A34C-4E60-8961-BFBAF2BCEE88}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AirFighter", "WarPlanes\AirFighter.csproj", "{73B34668-A34C-4E60-8961-BFBAF2BCEE88}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/WarPlanes/WarPlanes/WarPlanes.csproj b/WarPlanes/WarPlanes/AirFighter.csproj similarity index 100% rename from WarPlanes/WarPlanes/WarPlanes.csproj rename to WarPlanes/WarPlanes/AirFighter.csproj diff --git a/WarPlanes/WarPlanes/Direction.cs b/WarPlanes/WarPlanes/Direction.cs index 1352441..1b5db87 100644 --- a/WarPlanes/WarPlanes/Direction.cs +++ b/WarPlanes/WarPlanes/Direction.cs @@ -1,4 +1,4 @@ -namespace WarPlanes +namespace AirFighter { /// /// Направление перемещения diff --git a/WarPlanes/WarPlanes/DrawningWarplane.cs b/WarPlanes/WarPlanes/DrawningWarplane.cs index 5fe61ec..c02d51a 100644 --- a/WarPlanes/WarPlanes/DrawningWarplane.cs +++ b/WarPlanes/WarPlanes/DrawningWarplane.cs @@ -1,4 +1,4 @@ -namespace WarPlanes +namespace AirFighter { /// /// Класс, отвечающий за прорисовку и перемещение объекта-сущности diff --git a/WarPlanes/WarPlanes/EntityWarplane.cs b/WarPlanes/WarPlanes/EntityWarplane.cs index 38dd8f9..2dbd039 100644 --- a/WarPlanes/WarPlanes/EntityWarplane.cs +++ b/WarPlanes/WarPlanes/EntityWarplane.cs @@ -1,4 +1,4 @@ -namespace WarPlanes +namespace AirFighter { /// /// Класс-сущность "Военный самолёт" diff --git a/WarPlanes/WarPlanes/FormWarPlane.Designer.cs b/WarPlanes/WarPlanes/FormWarPlane.Designer.cs index 9f755bf..8393f09 100644 --- a/WarPlanes/WarPlanes/FormWarPlane.Designer.cs +++ b/WarPlanes/WarPlanes/FormWarPlane.Designer.cs @@ -1,4 +1,4 @@ -namespace WarPlanes +namespace AirFighter { partial class FormWarPlane { @@ -45,7 +45,7 @@ // buttonDown // this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonDown.BackgroundImage = global::WarPlanes.Properties.Resources.arrowDown; + this.buttonDown.BackgroundImage = global::AirFighter.Properties.Resources.arrowDown; this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonDown.Location = new System.Drawing.Point(722, 386); this.buttonDown.Name = "buttonDown"; @@ -57,7 +57,7 @@ // buttonRight // this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonRight.BackgroundImage = global::WarPlanes.Properties.Resources.arrowRight; + this.buttonRight.BackgroundImage = global::AirFighter.Properties.Resources.arrowRight; this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonRight.Location = new System.Drawing.Point(758, 386); this.buttonRight.Name = "buttonRight"; @@ -69,7 +69,7 @@ // buttonLeft // this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonLeft.BackgroundImage = global::WarPlanes.Properties.Resources.arrowLeft; + this.buttonLeft.BackgroundImage = global::AirFighter.Properties.Resources.arrowLeft; this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonLeft.Location = new System.Drawing.Point(686, 386); this.buttonLeft.Name = "buttonLeft"; @@ -81,7 +81,7 @@ // buttonUp // this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonUp.BackgroundImage = global::WarPlanes.Properties.Resources.arrowUp; + this.buttonUp.BackgroundImage = global::AirFighter.Properties.Resources.arrowUp; this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.buttonUp.Location = new System.Drawing.Point(722, 350); this.buttonUp.Name = "buttonUp"; diff --git a/WarPlanes/WarPlanes/FormWarPlane.cs b/WarPlanes/WarPlanes/FormWarPlane.cs index b67518c..5cfa58b 100644 --- a/WarPlanes/WarPlanes/FormWarPlane.cs +++ b/WarPlanes/WarPlanes/FormWarPlane.cs @@ -1,4 +1,4 @@ -namespace WarPlanes +namespace AirFighter { public partial class FormWarPlane : Form { diff --git a/WarPlanes/WarPlanes/Program.cs b/WarPlanes/WarPlanes/Program.cs index 86414fc..8c689ac 100644 --- a/WarPlanes/WarPlanes/Program.cs +++ b/WarPlanes/WarPlanes/Program.cs @@ -1,4 +1,4 @@ -namespace WarPlanes +namespace AirFighter { internal static class Program { diff --git a/WarPlanes/WarPlanes/Properties/Resources.Designer.cs b/WarPlanes/WarPlanes/Properties/Resources.Designer.cs index bb2583b..657b5a0 100644 --- a/WarPlanes/WarPlanes/Properties/Resources.Designer.cs +++ b/WarPlanes/WarPlanes/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace WarPlanes.Properties { +namespace AirFighter.Properties { using System; @@ -39,7 +39,7 @@ namespace WarPlanes.Properties { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WarPlanes.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AirFighter.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan;