From 64a550e8e8bfbc8457afee1b8a5edc722d65190c Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Thu, 28 Feb 2019 22:26:22 +0100 Subject: [PATCH] Project cleanup --- .../Perun_v1/{ => 00_Config}/App.config | 0 .../Perun_v1/{ => 00_Config}/packages.config | 0 .../Perun_v1/{ => 01_Classes}/Program.cs | 0 .../{ => 02_Forms}/form_Main.Designer.cs | 0 .../Perun_v1/{ => 02_Forms}/form_Main.cs | 2 +- .../Perun_v1/{ => 02_Forms}/form_Main.resx | 0 .../{ => 03_Resources}/perun_logo.ico | Bin 02_Windows_App/Perun_v1/Perun_v1.csproj | 22 ++++++++---------- 8 files changed, 11 insertions(+), 13 deletions(-) rename 02_Windows_App/Perun_v1/{ => 00_Config}/App.config (100%) rename 02_Windows_App/Perun_v1/{ => 00_Config}/packages.config (100%) rename 02_Windows_App/Perun_v1/{ => 01_Classes}/Program.cs (100%) rename 02_Windows_App/Perun_v1/{ => 02_Forms}/form_Main.Designer.cs (100%) rename 02_Windows_App/Perun_v1/{ => 02_Forms}/form_Main.cs (99%) rename 02_Windows_App/Perun_v1/{ => 02_Forms}/form_Main.resx (100%) rename 02_Windows_App/Perun_v1/{ => 03_Resources}/perun_logo.ico (100%) diff --git a/02_Windows_App/Perun_v1/App.config b/02_Windows_App/Perun_v1/00_Config/App.config similarity index 100% rename from 02_Windows_App/Perun_v1/App.config rename to 02_Windows_App/Perun_v1/00_Config/App.config diff --git a/02_Windows_App/Perun_v1/packages.config b/02_Windows_App/Perun_v1/00_Config/packages.config similarity index 100% rename from 02_Windows_App/Perun_v1/packages.config rename to 02_Windows_App/Perun_v1/00_Config/packages.config diff --git a/02_Windows_App/Perun_v1/Program.cs b/02_Windows_App/Perun_v1/01_Classes/Program.cs similarity index 100% rename from 02_Windows_App/Perun_v1/Program.cs rename to 02_Windows_App/Perun_v1/01_Classes/Program.cs diff --git a/02_Windows_App/Perun_v1/form_Main.Designer.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs similarity index 100% rename from 02_Windows_App/Perun_v1/form_Main.Designer.cs rename to 02_Windows_App/Perun_v1/02_Forms/form_Main.Designer.cs diff --git a/02_Windows_App/Perun_v1/form_Main.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs similarity index 99% rename from 02_Windows_App/Perun_v1/form_Main.cs rename to 02_Windows_App/Perun_v1/02_Forms/form_Main.cs index ccd5477..22d062b 100644 --- a/02_Windows_App/Perun_v1/form_Main.cs +++ b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs @@ -210,7 +210,7 @@ namespace Perun_v1 private void form_Main_Load(object sender, EventArgs e) { // Form loaded - fill controls with default values - LogHistory[0] = DateTime.Now.ToString("HH:mm:ss") + " > " + "Perun loaded..."; + LogHistory[0] = DateTime.Now.ToString("HH:mm:ss") + " > " + "Perun loaded"; // Load settings con_txt_mysql_database.Text = Properties.Settings.Default.MYSQL_DB; diff --git a/02_Windows_App/Perun_v1/form_Main.resx b/02_Windows_App/Perun_v1/02_Forms/form_Main.resx similarity index 100% rename from 02_Windows_App/Perun_v1/form_Main.resx rename to 02_Windows_App/Perun_v1/02_Forms/form_Main.resx diff --git a/02_Windows_App/Perun_v1/perun_logo.ico b/02_Windows_App/Perun_v1/03_Resources/perun_logo.ico similarity index 100% rename from 02_Windows_App/Perun_v1/perun_logo.ico rename to 02_Windows_App/Perun_v1/03_Resources/perun_logo.ico diff --git a/02_Windows_App/Perun_v1/Perun_v1.csproj b/02_Windows_App/Perun_v1/Perun_v1.csproj index c9f34f2..f867364 100644 --- a/02_Windows_App/Perun_v1/Perun_v1.csproj +++ b/02_Windows_App/Perun_v1/Perun_v1.csproj @@ -61,7 +61,7 @@ - perun_logo.ico + 03_Resources\perun_logo.ico 2ACE4C8C2C325A04CA5986B1CD76744B4B03755D @@ -116,15 +116,15 @@ - + Form - + form_Main.cs - + - + form_Main.cs @@ -137,8 +137,8 @@ Resources.resx True - - + + SettingsSingleFileGenerator @@ -151,7 +151,7 @@ - + @@ -166,10 +166,8 @@ - - - - + + \ No newline at end of file