mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Added donation notes
This commit is contained in:
parent
4cfe5463a7
commit
4eb831f9b6
10
DS4Windows/DS4Forms/Hotkeys.Designer.cs
generated
10
DS4Windows/DS4Forms/Hotkeys.Designer.cs
generated
@ -88,6 +88,7 @@
|
|||||||
this.lbLinkText = new System.Windows.Forms.Label();
|
this.lbLinkText = new System.Windows.Forms.Label();
|
||||||
this.btcTextBox = new System.Windows.Forms.TextBox();
|
this.btcTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.makerSupportLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||||
this.tCAbout.SuspendLayout();
|
this.tCAbout.SuspendLayout();
|
||||||
this.tPHotkeys.SuspendLayout();
|
this.tPHotkeys.SuspendLayout();
|
||||||
this.tPCredits.SuspendLayout();
|
this.tPCredits.SuspendLayout();
|
||||||
@ -469,10 +470,18 @@
|
|||||||
resources.ApplyResources(this.label1, "label1");
|
resources.ApplyResources(this.label1, "label1");
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
//
|
//
|
||||||
|
// makerSupportLinkLabel
|
||||||
|
//
|
||||||
|
resources.ApplyResources(this.makerSupportLinkLabel, "makerSupportLinkLabel");
|
||||||
|
this.makerSupportLinkLabel.Name = "makerSupportLinkLabel";
|
||||||
|
this.makerSupportLinkLabel.TabStop = true;
|
||||||
|
this.makerSupportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.MakerSupportLinkLabel_LinkClicked);
|
||||||
|
//
|
||||||
// Hotkeys
|
// Hotkeys
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this, "$this");
|
resources.ApplyResources(this, "$this");
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.Controls.Add(this.makerSupportLinkLabel);
|
||||||
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label1);
|
||||||
this.Controls.Add(this.btcTextBox);
|
this.Controls.Add(this.btcTextBox);
|
||||||
this.Controls.Add(this.linkDonate);
|
this.Controls.Add(this.linkDonate);
|
||||||
@ -554,5 +563,6 @@
|
|||||||
private System.Windows.Forms.LinkLabel linkTeokp;
|
private System.Windows.Forms.LinkLabel linkTeokp;
|
||||||
private System.Windows.Forms.TextBox btcTextBox;
|
private System.Windows.Forms.TextBox btcTextBox;
|
||||||
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label1;
|
||||||
|
private System.Windows.Forms.LinkLabel makerSupportLinkLabel;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -115,5 +115,10 @@ namespace DS4Windows
|
|||||||
{
|
{
|
||||||
Process.Start("https://github.com/teokp");
|
Process.Start("https://github.com/teokp");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void MakerSupportLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
Process.Start("https://www.makersupport.com/Ryochan7");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -205,7 +205,7 @@
|
|||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>lbAbout.ZOrder" xml:space="preserve">
|
<data name=">>lbAbout.ZOrder" xml:space="preserve">
|
||||||
<value>5</value>
|
<value>6</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="linkInhexSTER.AutoSize" type="System.Boolean, mscorlib">
|
<data name="linkInhexSTER.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@ -286,16 +286,16 @@
|
|||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>lLChangelog.ZOrder" xml:space="preserve">
|
<data name=">>lLChangelog.ZOrder" xml:space="preserve">
|
||||||
<value>3</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="linkDonate.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
<data name="linkDonate.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
<value>Top, Right</value>
|
<value>Top, Right</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="linkDonate.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="linkDonate.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>382, 15</value>
|
<value>378, 15</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="linkDonate.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="linkDonate.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>173, 14</value>
|
<value>97, 14</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="linkDonate.TabIndex" type="System.Int32, mscorlib">
|
<data name="linkDonate.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>21</value>
|
<value>21</value>
|
||||||
@ -316,7 +316,7 @@
|
|||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>linkDonate.ZOrder" xml:space="preserve">
|
<data name=">>linkDonate.ZOrder" xml:space="preserve">
|
||||||
<value>2</value>
|
<value>3</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tPHotkeys.AutoScroll" type="System.Boolean, mscorlib">
|
<data name="tPHotkeys.AutoScroll" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
@ -1892,7 +1892,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
|
|||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>tCAbout.ZOrder" xml:space="preserve">
|
<data name=">>tCAbout.ZOrder" xml:space="preserve">
|
||||||
<value>4</value>
|
<value>5</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btcTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="btcTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>328, 32</value>
|
<value>328, 32</value>
|
||||||
@ -1919,7 +1919,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
|
|||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>btcTextBox.ZOrder" xml:space="preserve">
|
<data name=">>btcTextBox.ZOrder" xml:space="preserve">
|
||||||
<value>1</value>
|
<value>2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>291, 32</value>
|
<value>291, 32</value>
|
||||||
@ -1943,6 +1943,33 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
|
|||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label1.ZOrder" xml:space="preserve">
|
<data name=">>label1.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="makerSupportLinkLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Right</value>
|
||||||
|
</data>
|
||||||
|
<data name="makerSupportLinkLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>481, 15</value>
|
||||||
|
</data>
|
||||||
|
<data name="makerSupportLinkLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>74, 14</value>
|
||||||
|
</data>
|
||||||
|
<data name="makerSupportLinkLabel.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>25</value>
|
||||||
|
</data>
|
||||||
|
<data name="makerSupportLinkLabel.Text" xml:space="preserve">
|
||||||
|
<value>MakerSupport</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>makerSupportLinkLabel.Name" xml:space="preserve">
|
||||||
|
<value>makerSupportLinkLabel</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>makerSupportLinkLabel.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>makerSupportLinkLabel.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>makerSupportLinkLabel.ZOrder" xml:space="preserve">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
@ -27,3 +27,12 @@ be made during code review to try to tweak the changes in order to improve
|
|||||||
application performance. However, there is a chance that a pull request will be
|
application performance. However, there is a chance that a pull request will be
|
||||||
rejected if no reasonable solution can be found to incorporate code changes.
|
rejected if no reasonable solution can be found to incorporate code changes.
|
||||||
|
|
||||||
|
## Sending Coin
|
||||||
|
|
||||||
|
If you would like to send some coin my way, here are some means by
|
||||||
|
which to do so.
|
||||||
|
|
||||||
|
BTC Address: 1DnMJwjdd7JRfHJap2mmTmADYm38SzR2z9
|
||||||
|
MakerSupport: https://www.makersupport.com/Ryochan7
|
||||||
|
PayPal: https://paypal.me/ryochan7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user