From 6e339d52151d17a74a8d8003247ac0ab364e60d0 Mon Sep 17 00:00:00 2001 From: XAS-712 Date: Sat, 23 Mar 2019 23:25:42 +0800 Subject: [PATCH] Design fix --- MifareOneTool/Form1.Designer.cs | 4 ++-- MifareOneTool/Form1.resx | 3 +++ MifareOneTool/Properties/Settings.Designer.cs | 2 +- MifareOneTool/Properties/Settings.settings | 2 +- MifareOneTool/app.config | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs index 502e50c..f230b41 100644 --- a/MifareOneTool/Form1.Designer.cs +++ b/MifareOneTool/Form1.Designer.cs @@ -195,7 +195,7 @@ private void InitializeComponent() // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.Color.Black; - this.richTextBox1.ForeColor = System.Drawing.Color.Lime; + this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.richTextBox1.Location = new System.Drawing.Point(0, 175); this.richTextBox1.Margin = new System.Windows.Forms.Padding(2); this.richTextBox1.Name = "richTextBox1"; @@ -1071,7 +1071,7 @@ private void InitializeComponent() // this.buttonCLIColor.BackColor = System.Drawing.Color.Black; this.buttonCLIColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.buttonCLIColor.ForeColor = System.Drawing.Color.Lime; + this.buttonCLIColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.buttonCLIColor.Location = new System.Drawing.Point(82, 13); this.buttonCLIColor.Margin = new System.Windows.Forms.Padding(2); this.buttonCLIColor.Name = "buttonCLIColor"; diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx index 85a464d..245e50e 100644 --- a/MifareOneTool/Form1.resx +++ b/MifareOneTool/Form1.resx @@ -120,6 +120,9 @@ 17, 17 + + 17, 17 + 157, 17 diff --git a/MifareOneTool/Properties/Settings.Designer.cs b/MifareOneTool/Properties/Settings.Designer.cs index 0989c38..73004e2 100644 --- a/MifareOneTool/Properties/Settings.Designer.cs +++ b/MifareOneTool/Properties/Settings.Designer.cs @@ -70,7 +70,7 @@ public bool AutoLoadUidKey { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("Lime")] + [global::System.Configuration.DefaultSettingValueAttribute("192, 255, 255")] public global::System.Drawing.Color MainCLIColor { get { return ((global::System.Drawing.Color)(this["MainCLIColor"])); diff --git a/MifareOneTool/Properties/Settings.settings b/MifareOneTool/Properties/Settings.settings index 17fc28a..2bc055d 100644 --- a/MifareOneTool/Properties/Settings.settings +++ b/MifareOneTool/Properties/Settings.settings @@ -15,7 +15,7 @@ False - Lime + 192, 255, 255 9 diff --git a/MifareOneTool/app.config b/MifareOneTool/app.config index 3d77cbc..1db23f3 100644 --- a/MifareOneTool/app.config +++ b/MifareOneTool/app.config @@ -27,7 +27,7 @@ False - Lime + 192, 255, 255 9