mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Added new link
This commit is contained in:
parent
89c4beafd6
commit
ab59cecd25
2 changed files with 4 additions and 3 deletions
4
Crypto Notepad/AboutFrom.Designer.cs
generated
4
Crypto Notepad/AboutFrom.Designer.cs
generated
|
|
@ -266,7 +266,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(298, 77);
|
||||
this.customRichTextBox1.Size = new System.Drawing.Size(298, 88);
|
||||
this.customRichTextBox1.TabIndex = 8;
|
||||
this.customRichTextBox1.TabStop = false;
|
||||
this.customRichTextBox1.Text = resources.GetString("customRichTextBox1.Text");
|
||||
|
|
@ -278,7 +278,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(298, 207);
|
||||
this.ClientSize = new System.Drawing.Size(298, 218);
|
||||
this.Controls.Add(this.customRichTextBox1);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.panel1);
|
||||
|
|
|
|||
|
|
@ -155,7 +155,8 @@
|
|||
<value>CustomSettingsProvider: http://www.codeproject.com/Articles/20917/Settings-Provider
|
||||
AES: http://easylab.net.ua/net-c-windows-forms/c-algoritm-shifrovaniya-aes
|
||||
CustomRichTextBox: https://code.msdn.microsoft.com/windowsdesktop/How-to-find-the-text-and-e92b8d78
|
||||
MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027</value>
|
||||
MsgBoxCenterParent: http://stackoverflow.com/a/2576220/4430027
|
||||
Icons: http://www.fatcow.com/free-icons</value>
|
||||
</data>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>44</value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue