From 852fbcb5cf5233e15b8261a8d2b10f50c2fa6b33 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 Nov 2019 21:13:02 +0200 Subject: [PATCH] Updated credentials in "About" window --- Crypto Notepad/AboutFrom.Designer.cs | 10 +++++----- Crypto Notepad/AboutFrom.resx | 5 ++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs index 967b9f4..0e4b7db 100644 --- a/Crypto Notepad/AboutFrom.Designer.cs +++ b/Crypto Notepad/AboutFrom.Designer.cs @@ -71,7 +71,7 @@ private void InitializeComponent() this.thirdPartyDevLabel.AutoSize = true; this.thirdPartyDevLabel.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.thirdPartyDevLabel.ForeColor = System.Drawing.SystemColors.Highlight; - this.thirdPartyDevLabel.Location = new System.Drawing.Point(5, 178); + this.thirdPartyDevLabel.Location = new System.Drawing.Point(5, 173); this.thirdPartyDevLabel.Name = "thirdPartyDevLabel"; this.thirdPartyDevLabel.Size = new System.Drawing.Size(200, 18); this.thirdPartyDevLabel.TabIndex = 4; @@ -154,7 +154,7 @@ private void InitializeComponent() this.contributorsRichTextBox.RightMargin = 700; this.contributorsRichTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.contributorsRichTextBox.ShowSelectionMargin = true; - this.contributorsRichTextBox.Size = new System.Drawing.Size(414, 50); + this.contributorsRichTextBox.Size = new System.Drawing.Size(414, 40); this.contributorsRichTextBox.TabIndex = 11; this.contributorsRichTextBox.Text = "h5p9sl https://github.com/h5p9sl\nsmaragdus https://github.com/smaragdus"; this.contributorsRichTextBox.WordWrap = false; @@ -166,13 +166,13 @@ private void InitializeComponent() this.thirdPartyDevRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.thirdPartyDevRichTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.thirdPartyDevRichTextBox.ForeColor = System.Drawing.SystemColors.Control; - this.thirdPartyDevRichTextBox.Location = new System.Drawing.Point(-1, 199); + this.thirdPartyDevRichTextBox.Location = new System.Drawing.Point(-1, 194); this.thirdPartyDevRichTextBox.Name = "thirdPartyDevRichTextBox"; this.thirdPartyDevRichTextBox.ReadOnly = true; this.thirdPartyDevRichTextBox.RightMargin = 700; this.thirdPartyDevRichTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedHorizontal; this.thirdPartyDevRichTextBox.ShowSelectionMargin = true; - this.thirdPartyDevRichTextBox.Size = new System.Drawing.Size(414, 99); + this.thirdPartyDevRichTextBox.Size = new System.Drawing.Size(414, 141); this.thirdPartyDevRichTextBox.TabIndex = 10; this.thirdPartyDevRichTextBox.Text = resources.GetString("thirdPartyDevRichTextBox.Text"); this.thirdPartyDevRichTextBox.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, 298); + this.ClientSize = new System.Drawing.Size(411, 335); this.Controls.Add(this.contributorsRichTextBox); this.Controls.Add(this.thirdPartyDevRichTextBox); this.Controls.Add(this.appInfoLabel3); diff --git a/Crypto Notepad/AboutFrom.resx b/Crypto Notepad/AboutFrom.resx index cc1976e..61a7c0a 100644 --- a/Crypto Notepad/AboutFrom.resx +++ b/Crypto Notepad/AboutFrom.resx @@ -370,9 +370,12 @@ Custom TextBox with Watermark: https://www.codeproject.com/Articles/319910/Custom-TextBox-with-watermark CustomSettingsProvider: http://www.codeproject.com/Articles/20917/Settings-Provider +Farm-Fresh Web Icons: https://www.fatcow.com/free-icons MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027 +PasswordGenerator: https://github.com/prjseal/PasswordGenerator/ +Fugue Icons: https://p.yusukekamiyamane.com/ DotNetZip: https://www.nuget.org/packages/DotNetZip/ -Icons: http://p.yusukekamiyamane.com/ http://www.fatcow.com/free-icons +Fody: https://github.com/Fody/Fody AES: http://www.codeproject.com/Answers/391219/AES#answer2