Added DotNetZip library credentials

This commit is contained in:
Alexander 2019-01-04 13:48:15 +02:00
parent f82a58207a
commit 30aec3fa0f
2 changed files with 3 additions and 2 deletions

View file

@ -173,7 +173,7 @@ private void InitializeComponent()
this.TPDRichTextBox.RightMargin = 600;
this.TPDRichTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Horizontal;
this.TPDRichTextBox.ShowSelectionMargin = true;
this.TPDRichTextBox.Size = new System.Drawing.Size(398, 90);
this.TPDRichTextBox.Size = new System.Drawing.Size(398, 100);
this.TPDRichTextBox.TabIndex = 8;
this.TPDRichTextBox.TabStop = false;
this.TPDRichTextBox.Text = resources.GetString("TPDRichTextBox.Text");
@ -185,7 +185,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(398, 271);
this.ClientSize = new System.Drawing.Size(398, 281);
this.Controls.Add(this.GithubLinkLabel);
this.Controls.Add(this.LicenseLinkLabel);
this.Controls.Add(this.AuthorLinkLabel);

View file

@ -371,6 +371,7 @@
<value>CustomSettingsProvider: http://www.codeproject.com/Articles/20917/Settings-Provider
MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027
CustomRichTextBox: https://code.msdn.microsoft.com/windowsdesktop/How-to-find-the-text-and-e92b8d78
DotNetZip: https://www.nuget.org/packages/DotNetZip/
Icons: http://p.yusukekamiyamane.com/
AES: http://www.codeproject.com/Answers/391219/AES#answer2</value>
</data>