Third-party developments list edited

This commit is contained in:
Alexander 2019-10-28 20:18:42 +02:00
parent ca1db5a7a3
commit cb1fa516c4
2 changed files with 3 additions and 3 deletions

View file

@ -172,7 +172,7 @@ private void InitializeComponent()
this.rtbThirdPartyDev.RightMargin = 700;
this.rtbThirdPartyDev.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedHorizontal;
this.rtbThirdPartyDev.ShowSelectionMargin = true;
this.rtbThirdPartyDev.Size = new System.Drawing.Size(414, 101);
this.rtbThirdPartyDev.Size = new System.Drawing.Size(414, 99);
this.rtbThirdPartyDev.TabIndex = 10;
this.rtbThirdPartyDev.Text = resources.GetString("rtbThirdPartyDev.Text");
this.rtbThirdPartyDev.WordWrap = false;
@ -183,7 +183,7 @@ private void InitializeComponent()
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(50)))));
this.ClientSize = new System.Drawing.Size(411, 300);
this.ClientSize = new System.Drawing.Size(411, 298);
this.Controls.Add(this.rtbContributors);
this.Controls.Add(this.rtbThirdPartyDev);
this.Controls.Add(this.lblGithub);

View file

@ -368,7 +368,7 @@
</value>
</data>
<data name="rtbThirdPartyDev.Text" xml:space="preserve">
<value>Line Numbers for RichTextBox: https://www.codeproject.com/Articles/38858/Line-Numbers-for-RichText-Control-in-C
<value>Custom TextBox with Watermark: https://www.codeproject.com/Articles/319910/Custom-TextBox-with-watermark
CustomSettingsProvider: http://www.codeproject.com/Articles/20917/Settings-Provider
MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027
DotNetZip: https://www.nuget.org/packages/DotNetZip/