Design fix
This commit is contained in:
parent
43175aada8
commit
6e339d5215
4
MifareOneTool/Form1.Designer.cs
generated
4
MifareOneTool/Form1.Designer.cs
generated
@ -195,7 +195,7 @@
|
||||
// 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 @@
|
||||
//
|
||||
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";
|
||||
|
||||
@ -120,6 +120,9 @@
|
||||
<metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="toolTipHelp.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>157, 17</value>
|
||||
</metadata>
|
||||
|
||||
2
MifareOneTool/Properties/Settings.Designer.cs
generated
2
MifareOneTool/Properties/Settings.Designer.cs
generated
@ -70,7 +70,7 @@ namespace MifareOneTool.Properties {
|
||||
|
||||
[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"]));
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="MainCLIColor" Type="System.Drawing.Color" Scope="User">
|
||||
<Value Profile="(Default)">Lime</Value>
|
||||
<Value Profile="(Default)">192, 255, 255</Value>
|
||||
</Setting>
|
||||
<Setting Name="MainCLIFontSize" Type="System.Single" Scope="User">
|
||||
<Value Profile="(Default)">9</Value>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="MainCLIColor" serializeAs="String">
|
||||
<value>Lime</value>
|
||||
<value>192, 255, 255</value>
|
||||
</setting>
|
||||
<setting name="MainCLIFontSize" serializeAs="String">
|
||||
<value>9</value>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user