mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
played a little with colors
This commit is contained in:
parent
5951d693ab
commit
ce3218567e
2 changed files with 5 additions and 5 deletions
8
Crypto Notepad/Forms/AboutFrom.Designer.cs
generated
8
Crypto Notepad/Forms/AboutFrom.Designer.cs
generated
|
|
@ -41,7 +41,7 @@ private void InitializeComponent()
|
|||
this.appVersionLabel.AutoSize = true;
|
||||
this.appVersionLabel.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.appVersionLabel.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.appVersionLabel.ForeColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.appVersionLabel.ForeColor = System.Drawing.Color.CornflowerBlue;
|
||||
this.appVersionLabel.Location = new System.Drawing.Point(4, 10);
|
||||
this.appVersionLabel.Name = "appVersionLabel";
|
||||
this.appVersionLabel.Size = new System.Drawing.Size(210, 22);
|
||||
|
|
@ -68,11 +68,11 @@ private void InitializeComponent()
|
|||
//
|
||||
// appInfoRichTextBox
|
||||
//
|
||||
this.appInfoRichTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(50)))));
|
||||
this.appInfoRichTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.appInfoRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.appInfoRichTextBox.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.appInfoRichTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.appInfoRichTextBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
||||
this.appInfoRichTextBox.ForeColor = System.Drawing.Color.Gainsboro;
|
||||
this.appInfoRichTextBox.Location = new System.Drawing.Point(0, 44);
|
||||
this.appInfoRichTextBox.Name = "appInfoRichTextBox";
|
||||
this.appInfoRichTextBox.ReadOnly = true;
|
||||
|
|
@ -90,7 +90,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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.ClientSize = new System.Drawing.Size(435, 323);
|
||||
this.Controls.Add(this.appInfoRichTextBox);
|
||||
this.Controls.Add(this.appVersionLabel);
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ Fugue Icons: https://p.yusukekamiyamane.com/
|
|||
Fody: https://github.com/Fody/Fody</value>
|
||||
</data>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>94</value>
|
||||
<value>66</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
|
|
|||
Loading…
Reference in a new issue