Updated credits

This commit is contained in:
Jaex 2015-08-12 03:09:08 +03:00
parent 854d147cd3
commit 254a4990b0
4 changed files with 15 additions and 104 deletions

View file

@ -35,8 +35,6 @@ public static class Links
public const string URL_VERSION_HISTORY = URL_PROJECT + "/wiki/Changelog";
public const string URL_DONATE = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PCNWK2G6ZYJ2E";
public const string URL_BERK = "https://github.com/Jaex";
public const string URL_BERK_STEAM = "http://steamcommunity.com/id/ww";
public const string URL_MIKE = "https://github.com/McoreD";
public const string URL_MIKE_GOOGLE_PLUS = "https://plus.google.com/u/0/b/110225361399361277394/+MichaelDelpach";
}
}

View file

@ -40,14 +40,10 @@ private void InitializeComponent()
this.lblOwners = new System.Windows.Forms.Label();
this.cLogo = new ShareX.HelpersLib.Canvas();
this.uclUpdate = new ShareX.HelpersLib.UpdateCheckerLabel();
this.pbMikeGooglePlus = new System.Windows.Forms.PictureBox();
this.pbBerkSteamURL = new System.Windows.Forms.PictureBox();
this.pbMikeURL = new System.Windows.Forms.PictureBox();
this.pbAU = new System.Windows.Forms.PictureBox();
this.pbBerkURL = new System.Windows.Forms.PictureBox();
this.pbTR = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pbMikeGooglePlus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbBerkSteamURL)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbMikeURL)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbAU)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbBerkURL)).BeginInit();
@ -113,26 +109,6 @@ private void InitializeComponent()
resources.ApplyResources(this.uclUpdate, "uclUpdate");
this.uclUpdate.Name = "uclUpdate";
//
// pbMikeGooglePlus
//
this.pbMikeGooglePlus.BackColor = System.Drawing.Color.Transparent;
this.pbMikeGooglePlus.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbMikeGooglePlus.Image = global::ShareX.Properties.Resources.google_plus;
resources.ApplyResources(this.pbMikeGooglePlus, "pbMikeGooglePlus");
this.pbMikeGooglePlus.Name = "pbMikeGooglePlus";
this.pbMikeGooglePlus.TabStop = false;
this.pbMikeGooglePlus.Click += new System.EventHandler(this.pbMikeGooglePlus_Click);
//
// pbBerkSteamURL
//
this.pbBerkSteamURL.BackColor = System.Drawing.Color.Transparent;
this.pbBerkSteamURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbBerkSteamURL.Image = global::ShareX.Properties.Resources.steam;
resources.ApplyResources(this.pbBerkSteamURL, "pbBerkSteamURL");
this.pbBerkSteamURL.Name = "pbBerkSteamURL";
this.pbBerkSteamURL.TabStop = false;
this.pbBerkSteamURL.Click += new System.EventHandler(this.pbBerkSteamURL_Click);
//
// pbMikeURL
//
this.pbMikeURL.BackColor = System.Drawing.Color.Transparent;
@ -174,11 +150,9 @@ private void InitializeComponent()
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.Controls.Add(this.pbMikeGooglePlus);
this.Controls.Add(this.lblOwners);
this.Controls.Add(this.rtbShareXInfo);
this.Controls.Add(this.rtbCredits);
this.Controls.Add(this.pbBerkSteamURL);
this.Controls.Add(this.lblBerk);
this.Controls.Add(this.lblMike);
this.Controls.Add(this.uclUpdate);
@ -192,8 +166,6 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.Name = "AboutForm";
this.Shown += new System.EventHandler(this.AboutForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.pbMikeGooglePlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbBerkSteamURL)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbMikeURL)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbAU)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbBerkURL)).EndInit();
@ -213,11 +185,9 @@ private void InitializeComponent()
private System.Windows.Forms.PictureBox pbAU;
private System.Windows.Forms.Label lblMike;
private HelpersLib.Canvas cLogo;
private System.Windows.Forms.PictureBox pbBerkSteamURL;
private System.Windows.Forms.RichTextBox rtbCredits;
private System.Windows.Forms.RichTextBox rtbShareXInfo;
private System.Windows.Forms.Label lblOwners;
private HelpersLib.UpdateCheckerLabel uclUpdate;
private System.Windows.Forms.PictureBox pbMikeGooglePlus;
}
}

View file

@ -75,6 +75,7 @@ public AboutForm()
Korean: https://github.com/123jimin
Spanish: https://github.com/ovnisoftware
Dutch: https://github.com/wforums
Portuguese-Brazil: https://github.com/athosbr99 / https://github.com/RockyTV
{2}:
@ -113,21 +114,11 @@ private void pbBerkURL_Click(object sender, EventArgs e)
URLHelpers.OpenURL(Links.URL_BERK);
}
private void pbBerkSteamURL_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL(Links.URL_BERK_STEAM);
}
private void pbMikeURL_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL(Links.URL_MIKE);
}
private void pbMikeGooglePlus_Click(object sender, EventArgs e)
{
URLHelpers.OpenURL(Links.URL_MIKE_GOOGLE_PLUS);
}
private void rtb_LinkClicked(object sender, LinkClickedEventArgs e)
{
URLHelpers.OpenURL(e.LinkText);

View file

@ -147,13 +147,13 @@
<value>$this</value>
</data>
<data name="&gt;&gt;lblProductName.ZOrder" xml:space="preserve">
<value>12</value>
<value>10</value>
</data>
<data name="lblBerk.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblBerk.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 144</value>
<value>64, 144</value>
</data>
<data name="lblBerk.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
@ -174,13 +174,13 @@
<value>$this</value>
</data>
<data name="&gt;&gt;lblBerk.ZOrder" xml:space="preserve">
<value>5</value>
<value>3</value>
</data>
<data name="lblMike.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblMike.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 168</value>
<value>64, 168</value>
</data>
<data name="lblMike.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 13</value>
@ -201,7 +201,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;lblMike.ZOrder" xml:space="preserve">
<value>6</value>
<value>4</value>
</data>
<data name="rtbCredits.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 200</value>
@ -228,7 +228,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;rtbCredits.ZOrder" xml:space="preserve">
<value>3</value>
<value>2</value>
</data>
<data name="rtbShareXInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 66</value>
@ -252,7 +252,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.ZOrder" xml:space="preserve">
<value>2</value>
<value>1</value>
</data>
<data name="lblOwners.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -279,7 +279,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;lblOwners.ZOrder" xml:space="preserve">
<value>1</value>
<value>0</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="cLogo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
@ -304,7 +304,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;cLogo.ZOrder" xml:space="preserve">
<value>13</value>
<value>11</value>
</data>
<data name="uclUpdate.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 36</value>
@ -325,55 +325,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;uclUpdate.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="pbMikeGooglePlus.Location" type="System.Drawing.Point, System.Drawing">
<value>64, 166</value>
</data>
<data name="pbMikeGooglePlus.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbMikeGooglePlus.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value>
</data>
<data name="pbMikeGooglePlus.TabIndex" type="System.Int32, mscorlib">
<value>22</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Name" xml:space="preserve">
<value>pbMikeGooglePlus</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="pbBerkSteamURL.Location" type="System.Drawing.Point, System.Drawing">
<value>65, 142</value>
</data>
<data name="pbBerkSteamURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbBerkSteamURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbBerkSteamURL.TabIndex" type="System.Int32, mscorlib">
<value>21</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Name" xml:space="preserve">
<value>pbBerkSteamURL</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.ZOrder" xml:space="preserve">
<value>4</value>
<value>5</value>
</data>
<data name="pbMikeURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 166</value>
@ -397,7 +349,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeURL.ZOrder" xml:space="preserve">
<value>8</value>
<value>6</value>
</data>
<data name="pbAU.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 166</value>
@ -421,7 +373,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;pbAU.ZOrder" xml:space="preserve">
<value>9</value>
<value>7</value>
</data>
<data name="pbBerkURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 142</value>
@ -445,7 +397,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkURL.ZOrder" xml:space="preserve">
<value>10</value>
<value>8</value>
</data>
<data name="pbTR.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 142</value>
@ -469,7 +421,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;pbTR.ZOrder" xml:space="preserve">
<value>11</value>
<value>9</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>