Added donation notes

This commit is contained in:
Travis Nickles 2018-01-26 20:32:31 -06:00
parent 4cfe5463a7
commit 4eb831f9b6
4 changed files with 58 additions and 7 deletions

View File

@ -88,6 +88,7 @@
this.lbLinkText = new System.Windows.Forms.Label();
this.btcTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.makerSupportLinkLabel = new System.Windows.Forms.LinkLabel();
this.tCAbout.SuspendLayout();
this.tPHotkeys.SuspendLayout();
this.tPCredits.SuspendLayout();
@ -469,10 +470,18 @@
resources.ApplyResources(this.label1, "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
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.makerSupportLinkLabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.btcTextBox);
this.Controls.Add(this.linkDonate);
@ -554,5 +563,6 @@
private System.Windows.Forms.LinkLabel linkTeokp;
private System.Windows.Forms.TextBox btcTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel makerSupportLinkLabel;
}
}

View File

@ -115,5 +115,10 @@ namespace DS4Windows
{
Process.Start("https://github.com/teokp");
}
private void MakerSupportLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start("https://www.makersupport.com/Ryochan7");
}
}
}

View File

@ -205,7 +205,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;lbAbout.ZOrder" xml:space="preserve">
<value>5</value>
<value>6</value>
</data>
<data name="linkInhexSTER.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -286,16 +286,16 @@
<value>$this</value>
</data>
<data name="&gt;&gt;lLChangelog.ZOrder" xml:space="preserve">
<value>3</value>
<value>4</value>
</data>
<data name="linkDonate.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="linkDonate.Location" type="System.Drawing.Point, System.Drawing">
<value>382, 15</value>
<value>378, 15</value>
</data>
<data name="linkDonate.Size" type="System.Drawing.Size, System.Drawing">
<value>173, 14</value>
<value>97, 14</value>
</data>
<data name="linkDonate.TabIndex" type="System.Int32, mscorlib">
<value>21</value>
@ -316,7 +316,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;linkDonate.ZOrder" xml:space="preserve">
<value>2</value>
<value>3</value>
</data>
<data name="tPHotkeys.AutoScroll" type="System.Boolean, mscorlib">
<value>True</value>
@ -1892,7 +1892,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
<value>$this</value>
</data>
<data name="&gt;&gt;tCAbout.ZOrder" xml:space="preserve">
<value>4</value>
<value>5</value>
</data>
<data name="btcTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>328, 32</value>
@ -1919,7 +1919,7 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
<value>$this</value>
</data>
<data name="&gt;&gt;btcTextBox.ZOrder" xml:space="preserve">
<value>1</value>
<value>2</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>291, 32</value>
@ -1943,6 +1943,33 @@ Scan Code: Keys are interpreted differently. May be needed for certain games
<value>$this</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;makerSupportLinkLabel.Name" xml:space="preserve">
<value>makerSupportLinkLabel</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;makerSupportLinkLabel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;makerSupportLinkLabel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

View File

@ -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
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