Skip to content

Commit

Permalink
Redesigned the Settings, Contributors, "Skins-And-Textures" and "Feat…
Browse files Browse the repository at this point in the history
…ures" forms
  • Loading branch information
EternalModz committed Sep 4, 2024
1 parent 0181122 commit 110d5c0
Show file tree
Hide file tree
Showing 13 changed files with 209 additions and 2,728 deletions.
10 changes: 5 additions & 5 deletions PCK-Studio/Forms/AppSettingsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions PCK-Studio/Forms/AppSettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
using MetroFramework.Controls;
using MetroFramework.Forms;
using PckStudio.Properties;
using PckStudio.ToolboxItems;

namespace PckStudio.Forms
{
public partial class AppSettingsForm : MetroForm
public partial class AppSettingsForm : ThemeForm
{
private ApplicationSettingsBase _applicationSettings;

Expand Down Expand Up @@ -71,4 +72,4 @@ private void AppBehaviorSettingsForm_FormClosing(object sender, FormClosingEvent
_applicationSettings.Save();
}
}
}
}
14 changes: 6 additions & 8 deletions PCK-Studio/Forms/ContributorsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions PCK-Studio/Forms/ContributorsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@

namespace PckStudio.Forms
{
public partial class ContributorsForm : MetroForm
public partial class ContributorsForm : ThemeForm
{
public ContributorsForm()
{
InitializeComponent();
string buildConfig = "";

#if BETA
buildConfig = "Beta";
#elif DEBUG
Expand All @@ -39,4 +40,4 @@ protected override void OnLoad(EventArgs e)
}
}
}
}
}
18 changes: 0 additions & 18 deletions PCK-Studio/Forms/ContributorsForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -133,24 +133,6 @@
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="acceptBtn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAALtJREFUSEvt
1TEKwkAQheG9hKA23ke8T7TzpBZBD6HNOuv+ivDGxOyQLh9MYd5zVgwhaTFJzvlgc7GZqmPFMCv2td9k
/BCKmY+jqH8bPoRS5IDiTKwoRA/4/X3y+Q+IYp0iD2OdIg9jnSIPY50i99xtOpsdc7R52LhYp8g98gDZ
tVONFBVF7llT+bBrmxopKorc4x2wrZGiosg9s/9F75u8Yppv8rVWQnrWKQvLC+f2qrUpP3DPusU/UnoC
1EgDy/vtD/MAAAAASUVORK5CYII=
</value>
</data>
<data name="CancelBtn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAOFJREFUSEvt
lTEOgzAQBHkCTZq8MMlTKdPlNc4O2pOMuIAtQsdIJ4xvd08CC4aLbkopD9XNt83gwevbHAleKnirmoeg
tQee3l6j5qiaZlkpH9XdrZ+gsRbwjm7lILAQNofQswb2wwOENkA6hD33oD08wGAjLIaw9h70hwcYHQDz
ENfx8EAB9QnhWq+7j3MKQQ4M/hcOCqsfCyzeySEUdN4jUsDqhbrS09UFRgfA4rSw9h70D8FgI6RHkT33
oH0IQhsgDQ/oWQP7QxBYCJvhARprYXuImud+rkGC8344F2uG4QvjMhwJEIsdYQAAAABJRU5ErkJggg==
</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAkAEBAAAAEAIABoBAAAlgAAABgYAAABACAAiAkAAP4EAAAgIAAAAQAgAKgQAACGDgAAMDAAAAEA
Expand Down
15 changes: 8 additions & 7 deletions PCK-Studio/Forms/Features/PckManager.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion PCK-Studio/Forms/Features/PckManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
**/
using PckStudio.ToolboxItems;
using System;
using System.Windows.Forms;

namespace PckStudio.Forms.Features
{
public partial class PckManager : MetroFramework.Forms.MetroForm
public partial class PckManager : ThemeForm
{
private Control _currentlyShowingControl;
private string _currentlyShowingControlName;
Expand Down
2 changes: 1 addition & 1 deletion PCK-Studio/Forms/Skins-And-Textures/AdvancedOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ private void propertyTreeview_AfterSelect(object sender, TreeViewEventArgs e)
propertyKeyTextBox.Text = propertyTreeview.SelectedNode.Text;
}
}
}
}
3 changes: 2 additions & 1 deletion PCK-Studio/Forms/Skins-And-Textures/SkinPreview.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 110d5c0

Please sign in to comment.