diff --git a/src/Burnbytes/App.config b/src/Burnbytes/App.config
index ecdcf8a..5ffd8f8 100644
--- a/src/Burnbytes/App.config
+++ b/src/Burnbytes/App.config
@@ -1,6 +1,6 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/Burnbytes/Burnbytes.csproj b/src/Burnbytes/Burnbytes.csproj
index 5b9bc5f..94e4530 100644
--- a/src/Burnbytes/Burnbytes.csproj
+++ b/src/Burnbytes/Burnbytes.csproj
@@ -8,7 +8,7 @@
WinExe
Burnbytes
Burnbytes
- v4.7.2
+ v4.8
512
true
true
@@ -134,6 +134,7 @@
ResXFileCodeGenerator
Resources.de.Designer.cs
+ Designer
diff --git a/src/Burnbytes/Forms/HandlerChoice.Designer.cs b/src/Burnbytes/Forms/HandlerChoice.Designer.cs
index d13e200..42aac82 100644
--- a/src/Burnbytes/Forms/HandlerChoice.Designer.cs
+++ b/src/Burnbytes/Forms/HandlerChoice.Designer.cs
@@ -121,7 +121,7 @@ private void InitializeComponent()
//
this.pnlLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
- this.pnlLeft.BackColor = System.Drawing.Color.LightGray;
+ this.pnlLeft.BackColor = System.Drawing.Color.WhiteSmoke;
this.pnlLeft.Controls.Add(this.btnShowMainMenu);
this.pnlLeft.Controls.Add(this.lblSystem);
this.pnlLeft.Controls.Add(this.lblInformation);
@@ -132,20 +132,17 @@ private void InitializeComponent()
//
// btnShowMainMenu
//
- this.btnShowMainMenu.BackColor = System.Drawing.Color.LightGray;
- this.btnShowMainMenu.FlatAppearance.BorderColor = System.Drawing.Color.LightGray;
+ this.btnShowMainMenu.BackColor = System.Drawing.Color.WhiteSmoke;
+ this.btnShowMainMenu.FlatAppearance.BorderColor = System.Drawing.Color.WhiteSmoke;
this.btnShowMainMenu.FlatAppearance.BorderSize = 0;
+ this.btnShowMainMenu.FlatAppearance.MouseOverBackColor = System.Drawing.Color.HotPink;
this.btnShowMainMenu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnShowMainMenu.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btnShowMainMenu.Font = new System.Drawing.Font("Segoe MDL2 Assets", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnShowMainMenu.ForeColor = System.Drawing.Color.Black;
- this.btnShowMainMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnShowMainMenu.Image")));
- this.btnShowMainMenu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnShowMainMenu.Location = new System.Drawing.Point(0, 0);
this.btnShowMainMenu.Name = "btnShowMainMenu";
- this.btnShowMainMenu.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
- this.btnShowMainMenu.Size = new System.Drawing.Size(44, 51);
+ this.btnShowMainMenu.Size = new System.Drawing.Size(48, 51);
this.btnShowMainMenu.TabIndex = 0;
- this.btnShowMainMenu.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnShowMainMenu.UseVisualStyleBackColor = false;
this.btnShowMainMenu.Click += new System.EventHandler(this.BtnShowMainMenu_Click);
//
@@ -253,7 +250,7 @@ private void InitializeComponent()
//
this.btnRunCleaning.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnRunCleaning.BackColor = System.Drawing.Color.RoyalBlue;
- this.btnRunCleaning.FlatAppearance.BorderColor = System.Drawing.Color.SteelBlue;
+ this.btnRunCleaning.FlatAppearance.BorderColor = System.Drawing.Color.RoyalBlue;
this.btnRunCleaning.FlatAppearance.BorderSize = 2;
this.btnRunCleaning.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRunCleaning.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
diff --git a/src/Burnbytes/Forms/HandlerChoice.cs b/src/Burnbytes/Forms/HandlerChoice.cs
index c9bd17a..45686af 100644
--- a/src/Burnbytes/Forms/HandlerChoice.cs
+++ b/src/Burnbytes/Forms/HandlerChoice.cs
@@ -72,6 +72,9 @@ public HandlerChoice() : base()
{
InitializeComponent();
+ // GUI options
+ // This is using font icons predefined in the fonts of Segoe MDL2 Assets as UWP apps
+ btnShowMainMenu.Text = "\ue700"; // Hamburger menu
// Check if we are running as administrator, if yes, give the elevation button a shield
using (var identity = WindowsIdentity.GetCurrent())
diff --git a/src/Burnbytes/Forms/HandlerChoice.resx b/src/Burnbytes/Forms/HandlerChoice.resx
index f5c4821..7d2bff2 100644
--- a/src/Burnbytes/Forms/HandlerChoice.resx
+++ b/src/Burnbytes/Forms/HandlerChoice.resx
@@ -117,16 +117,10 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAACFJREFUOE9j
- GDTgPxl4FKABbIFECI8CNIAtkAjh4QEYGADzribaBHa3+QAAAABJRU5ErkJggg==
-
-
17, 17
+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAPRJREFUOE/N
diff --git a/src/Burnbytes/Properties/AssemblyInfo.cs b/src/Burnbytes/Properties/AssemblyInfo.cs
index bff7986..06aa2d9 100644
--- a/src/Burnbytes/Properties/AssemblyInfo.cs
+++ b/src/Burnbytes/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@
// associated with an assembly.
[assembly: AssemblyTitle("Burnbytes")]
[assembly: AssemblyProduct("Burnbytes")]
-[assembly: AssemblyCopyright("Copyright © thebookisclosed and Mirinsoft 2020")]
+[assembly: AssemblyCopyright("Copyright © thebookisclosed and Builtbybel 2020")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
@@ -27,7 +27,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.12.0.0")]
-[assembly: AssemblyFileVersion("0.12.0.0")]
+[assembly: AssemblyVersion("0.12.2.0")]
+[assembly: AssemblyFileVersion("0.12.2.0")]
[assembly: AssemblyDescription("The best of classic cleanmgr and Storage sense")]
-[assembly: AssemblyCompany("Mirinsoft")]
+[assembly: AssemblyCompany("Builtbybel")]