Skip to content

Commit

Permalink
Update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr committed Jan 11, 2021
1 parent e6d8ed4 commit 1b00ab6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions GHNamespaceA/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class About : Form

private Label _labelCopyright;

private Label _labelCompanyName;
private Label _labelContributors;

private TextBox _textBoxDescription;

Expand All @@ -33,7 +33,7 @@ public About()
_labelProductName.Text = method_2();
_labelVersion.Text = string.Format("Version {0}", method_1());
_labelCopyright.Text = method_3();
_labelCompanyName.Text = method_4();
_labelContributors.Text = method_4();
}

public string method_0()
Expand Down Expand Up @@ -106,7 +106,7 @@ private void InitializeComponent()
_labelProductName = new Label();
_labelVersion = new Label();
_labelCopyright = new Label();
_labelCompanyName = new Label();
_labelContributors = new Label();
_textBoxDescription = new TextBox();
_okButton = new Button();
_tableLayoutPanel.SuspendLayout();
Expand All @@ -119,7 +119,7 @@ private void InitializeComponent()
_tableLayoutPanel.Controls.Add(_labelProductName, 1, 0);
_tableLayoutPanel.Controls.Add(_labelVersion, 1, 1);
_tableLayoutPanel.Controls.Add(_labelCopyright, 1, 2);
_tableLayoutPanel.Controls.Add(_labelCompanyName, 1, 3);
_tableLayoutPanel.Controls.Add(_labelContributors, 1, 3);
_tableLayoutPanel.Controls.Add(_textBoxDescription, 1, 4);
_tableLayoutPanel.Controls.Add(_okButton, 1, 5);
_tableLayoutPanel.Dock = DockStyle.Fill;
Expand Down Expand Up @@ -170,18 +170,18 @@ private void InitializeComponent()
_labelCopyright.TabIndex = 21;
_labelCopyright.Text = "Copyright";
_labelCopyright.TextAlign = ContentAlignment.MiddleLeft;
_labelCompanyName.Dock = DockStyle.Fill;
_labelCompanyName.Location = new Point(143, 78);
_labelCompanyName.Margin = new Padding(6, 0, 3, 0);
_labelCompanyName.MaximumSize = new Size(0, 17);
_labelCompanyName.Name = "_labelCompanyName";
_labelCompanyName.Size = new Size(271, 17);
_labelCompanyName.TabIndex = 22;
_labelCompanyName.Text = "Company Name";
_labelCompanyName.TextAlign = ContentAlignment.MiddleLeft;
_labelContributors.Dock = DockStyle.Fill;
_labelContributors.Location = new Point(143, 78);
_labelContributors.Margin = new Padding(6, 0, 3, 0);
_labelContributors.MaximumSize = new Size(0, 170);
_labelContributors.Name = "_labelContributors";
_labelContributors.Size = new Size(271, 17);
_labelContributors.TabIndex = 22;
_labelContributors.Text = "Plus Version";
_labelContributors.TextAlign = ContentAlignment.MiddleLeft;
_textBoxDescription.Dock = DockStyle.Fill;
_textBoxDescription.Location = new Point(143, 107);
_textBoxDescription.Margin = new Padding(6, 3, 3, 3);
_textBoxDescription.Location = new Point(143, 110);
_textBoxDescription.Margin = new Padding(6, 6, 3, 3);
_textBoxDescription.Multiline = true;
_textBoxDescription.Name = "_textBoxDescription";
_textBoxDescription.ReadOnly = true;
Expand Down
8 changes: 4 additions & 4 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
using System.Security;
using System.Security.Permissions;

[assembly: AssemblyVersion("2.0.4.6")] //Old Version 2.0.4.6
[assembly: AssemblyVersion("2.0.4.6")] // Don't change this, otherwise GHTCP will whine about lack of compatibility
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: AssemblyCompany("Sigma Inc. (Plus Version by No1mann and Exilelord. Updated by fallk)")]
[assembly: AssemblyCompany("Sigma Inc. Plus version by: No1mann, ExileLord, fallk, labyrinthofdreams, AdituV, szymmirr")]
[assembly: AssemblyCopyright("Copyright © Sigma Inc. Production 2008-2010")]
[assembly: AssemblyFileVersion("2.0.4.6")]
[assembly: AssemblyProduct("GH3 Control Panel+")]
[assembly: AssemblyFileVersion("2.0.4.6")] // Don't change this either
[assembly: AssemblyProduct("GH3 Control Panel+ v1.2.0")] // Current GHTCP+ version
[assembly: AssemblyTitle("Guitar Hero Three Control Panel+")]
[assembly: CompilationRelaxations(8)]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
Expand Down

0 comments on commit 1b00ab6

Please sign in to comment.