diff --git a/Crypto Notepad/AboutFrom.Designer.cs b/Crypto Notepad/AboutFrom.Designer.cs index 1c86257..505fd2b 100644 --- a/Crypto Notepad/AboutFrom.Designer.cs +++ b/Crypto Notepad/AboutFrom.Designer.cs @@ -137,7 +137,7 @@ private void InitializeComponent() this.customRichTextBox1.RightMargin = 600; this.customRichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Horizontal; this.customRichTextBox1.ShowSelectionMargin = true; - this.customRichTextBox1.Size = new System.Drawing.Size(300, 88); + this.customRichTextBox1.Size = new System.Drawing.Size(300, 104); this.customRichTextBox1.TabIndex = 8; this.customRichTextBox1.TabStop = false; this.customRichTextBox1.Text = resources.GetString("customRichTextBox1.Text"); @@ -149,7 +149,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(300, 208); + this.ClientSize = new System.Drawing.Size(300, 224); this.Controls.Add(this.customRichTextBox1); this.Controls.Add(this.label6); this.Controls.Add(this.label4); diff --git a/Crypto Notepad/AboutFrom.resx b/Crypto Notepad/AboutFrom.resx index 7fab2c1..1e422bf 100644 --- a/Crypto Notepad/AboutFrom.resx +++ b/Crypto Notepad/AboutFrom.resx @@ -372,7 +372,8 @@ AES: http://www.codeproject.com/Answers/391219/AES#answer2 CustomRichTextBox: https://code.msdn.microsoft.com/windowsdesktop/How-to-find-the-text-and-e92b8d78 MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027 -Icons: http://www.fatcow.com/free-icons +Icons: http://www.fatcow.com/free-icons +GPG: https://gpgapi.codeplex.com/ 44 diff --git a/Crypto Notepad/App.config b/Crypto Notepad/App.config index 29eb37a..663ab7f 100644 --- a/Crypto Notepad/App.config +++ b/Crypto Notepad/App.config @@ -2,7 +2,7 @@ -
+
@@ -43,7 +43,7 @@ 192 - + 2 @@ -114,7 +114,7 @@ 192 - + 2 diff --git a/Crypto Notepad/Properties/AssemblyInfo.cs b/Crypto Notepad/Properties/AssemblyInfo.cs index 7bbf3a0..aa7eaea 100644 --- a/Crypto Notepad/Properties/AssemblyInfo.cs +++ b/Crypto Notepad/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // используя "*", как показано ниже: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.1.0")]