From 554709538bd6f4e525c42be0b06c07c04372ea32 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Wed, 18 Aug 2021 14:08:07 +0200 Subject: [PATCH] Color.DarkGoldenrod --> DarkGray in 44 forms (DataEntry, KPackE.DataEntryForRadio, Adjustment, ManualEntry, PulsesTest(Manual), ManualLevelMsrmnt). --- TBF/Rig/DataEntry/Combined/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Combined/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Combined/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/Fewa/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Fewa/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Fewa/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/HeatMeters12/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/HeatMeters12/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/HeatMeters12/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/HeatMeters6/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/HeatMeters6/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/HeatMeters6/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/S620/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/Single/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Single/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Single/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/Standard12/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard12/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard12/TestStartEndForm.designer.cs | 2 +- .../DataEntry/Standard24/AdvancedFixedStartTestForm.designer.cs | 2 +- TBF/Rig/DataEntry/Standard24/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard24/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard24/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/Standard48/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard48/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard48/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/Standard6/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard6/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/Standard6/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/StandardCamera/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/StandardCamera/CycleEndForm.Designer.cs | 2 +- TBF/Rig/DataEntry/StandardCamera/TestStartEndForm.designer.cs | 2 +- TBF/Rig/DataEntry/iPerl/CycleBeginningForm.Designer.cs | 2 +- TBF/Rig/DataEntry/iPerl/TestStartEndForm.designer.cs | 2 +- .../KPackE/DataEntryForRadio/CycleBeginningForm.Designer.cs | 2 +- .../KPackE/DataEntryForRadio/TestStartEndForm.designer.cs | 2 +- TBF/Rig/TestMethods/Adjustment/WMErrorsForm.designer.cs | 2 +- TBF/Rig/TestMethods/Adjustment/WMErrorsForm12.designer.cs | 2 +- TBF/Rig/TestMethods/Adjustment/WMErrorsForm24.designer.cs | 2 +- TBF/Rig/TestMethods/Adjustment/WMErrorsForm48.designer.cs | 2 +- TBF/Rig/TestMethods/ManualEntry/ManualEntryForm.designer.cs | 2 +- TBF/Rig/TestMethods/PulsesTest/WMPulsesForm.designer.cs | 2 +- TBF/Rig/TestMethods/PulsesTest/WMPulsesForm12.designer.cs | 2 +- TBF/Rig/TestMethods/PulsesTest/WMPulsesForm24.designer.cs | 2 +- .../TestMethods/PulsesTestManual/ManualPulsesForm.designer.cs | 2 +- .../TestMethods/PulsesTestManual/ManualPulsesForm12.designer.cs | 2 +- .../TestMethods/PulsesTestManual/ManualPulsesForm24.designer.cs | 2 +- TBF/Rig/Various/ManualLevelMsrmnt/WaterLevelForm.designer.cs | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/TBF/Rig/DataEntry/Combined/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Combined/CycleBeginningForm.Designer.cs index f2134f483..49a048a5b 100644 --- a/TBF/Rig/DataEntry/Combined/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Combined/CycleBeginningForm.Designer.cs @@ -364,7 +364,7 @@ namespace TBF.Rig.DataEntry.Combined this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(732, 593); this.Controls.Add(this.orderGroupBox); this.Controls.Add(this.clearButton); diff --git a/TBF/Rig/DataEntry/Combined/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Combined/CycleEndForm.Designer.cs index a55aa449d..d5e55ff13 100644 --- a/TBF/Rig/DataEntry/Combined/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Combined/CycleEndForm.Designer.cs @@ -379,7 +379,7 @@ namespace TBF.Rig.DataEntry.Combined // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(822, 542); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); diff --git a/TBF/Rig/DataEntry/Combined/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Combined/TestStartEndForm.designer.cs index 3b4058263..66d16c07b 100644 --- a/TBF/Rig/DataEntry/Combined/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Combined/TestStartEndForm.designer.cs @@ -420,7 +420,7 @@ namespace TBF.Rig.DataEntry.Combined // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(729, 471); this.Controls.Add(this.endLabel); this.Controls.Add(this.startLabel); diff --git a/TBF/Rig/DataEntry/Fewa/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Fewa/CycleBeginningForm.Designer.cs index 707dca1f6..77af28b91 100644 --- a/TBF/Rig/DataEntry/Fewa/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Fewa/CycleBeginningForm.Designer.cs @@ -881,7 +881,7 @@ namespace TBF.Rig.DataEntry.Fewa // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.suffixComboBox24); this.Controls.Add(this.suffixComboBox23); this.Controls.Add(this.suffixComboBox22); diff --git a/TBF/Rig/DataEntry/Fewa/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Fewa/CycleEndForm.Designer.cs index 216e3edd7..1c40b4491 100644 --- a/TBF/Rig/DataEntry/Fewa/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Fewa/CycleEndForm.Designer.cs @@ -532,7 +532,7 @@ namespace TBF.Rig.DataEntry.Fewa // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(959, 489); this.Controls.Add(this.textBox24); this.Controls.Add(this.label24); diff --git a/TBF/Rig/DataEntry/Fewa/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Fewa/TestStartEndForm.designer.cs index d119e9f0f..d6c7ad8c4 100644 --- a/TBF/Rig/DataEntry/Fewa/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Fewa/TestStartEndForm.designer.cs @@ -1388,7 +1388,7 @@ namespace TBF.Rig.DataEntry.Fewa // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1292, 661); this.Controls.Add(this.largeExclamationLabel); this.Controls.Add(this.largeTextBox); diff --git a/TBF/Rig/DataEntry/HeatMeters12/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/HeatMeters12/CycleBeginningForm.Designer.cs index 91e259d3d..614ecda13 100644 --- a/TBF/Rig/DataEntry/HeatMeters12/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/HeatMeters12/CycleBeginningForm.Designer.cs @@ -575,7 +575,7 @@ namespace TBF.Rig.DataEntry.HeatMeters12 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.pictureBox12); this.Controls.Add(this.pictureBox11); this.Controls.Add(this.pictureBox10); diff --git a/TBF/Rig/DataEntry/HeatMeters12/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/HeatMeters12/CycleEndForm.Designer.cs index eaaa16676..13ab10af1 100644 --- a/TBF/Rig/DataEntry/HeatMeters12/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/HeatMeters12/CycleEndForm.Designer.cs @@ -248,7 +248,7 @@ namespace TBF.Rig.DataEntry.HeatMeters12 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(559, 566); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); diff --git a/TBF/Rig/DataEntry/HeatMeters12/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/HeatMeters12/TestStartEndForm.designer.cs index 206d345eb..26751842f 100644 --- a/TBF/Rig/DataEntry/HeatMeters12/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/HeatMeters12/TestStartEndForm.designer.cs @@ -1316,7 +1316,7 @@ namespace TBF.Rig.DataEntry.HeatMeters12 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1292, 613); this.Controls.Add(this.unitsLabel); this.Controls.Add(this.unitsComboBox); diff --git a/TBF/Rig/DataEntry/HeatMeters6/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/HeatMeters6/CycleBeginningForm.Designer.cs index 2a08681e1..06e434dbd 100644 --- a/TBF/Rig/DataEntry/HeatMeters6/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/HeatMeters6/CycleBeginningForm.Designer.cs @@ -389,7 +389,7 @@ namespace TBF.Rig.DataEntry.HeatMeters6 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.pictureBox6); this.Controls.Add(this.pictureBox5); this.Controls.Add(this.pictureBox4); diff --git a/TBF/Rig/DataEntry/HeatMeters6/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/HeatMeters6/CycleEndForm.Designer.cs index 827be85f4..f8c0fe22b 100644 --- a/TBF/Rig/DataEntry/HeatMeters6/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/HeatMeters6/CycleEndForm.Designer.cs @@ -248,7 +248,7 @@ namespace TBF.Rig.DataEntry.HeatMeters6 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(559, 566); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); diff --git a/TBF/Rig/DataEntry/HeatMeters6/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/HeatMeters6/TestStartEndForm.designer.cs index 02e76a6fa..a61f4cc60 100644 --- a/TBF/Rig/DataEntry/HeatMeters6/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/HeatMeters6/TestStartEndForm.designer.cs @@ -716,7 +716,7 @@ namespace TBF.Rig.DataEntry.HeatMeters6 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1292, 338); this.Controls.Add(this.unitsLabel); this.Controls.Add(this.unitsComboBox); diff --git a/TBF/Rig/DataEntry/S620/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/S620/TestStartEndForm.designer.cs index 28fc410d3..5032b710e 100644 --- a/TBF/Rig/DataEntry/S620/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/S620/TestStartEndForm.designer.cs @@ -2660,7 +2660,7 @@ namespace TBF.Rig.DataEntry.S620 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 805); this.Controls.Add(this.largeExclamationLabel); this.Controls.Add(this.largeTextBox); diff --git a/TBF/Rig/DataEntry/Single/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Single/CycleBeginningForm.Designer.cs index 743a18054..515216e6d 100644 --- a/TBF/Rig/DataEntry/Single/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Single/CycleBeginningForm.Designer.cs @@ -625,7 +625,7 @@ namespace TBF.Rig.DataEntry.Single // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.checkBox24); this.Controls.Add(this.comboBox24); this.Controls.Add(this.label24); diff --git a/TBF/Rig/DataEntry/Single/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Single/CycleEndForm.Designer.cs index aeffd40f8..68c6b2170 100644 --- a/TBF/Rig/DataEntry/Single/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Single/CycleEndForm.Designer.cs @@ -532,7 +532,7 @@ namespace TBF.Rig.DataEntry.Single // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(959, 489); this.Controls.Add(this.textBox24); this.Controls.Add(this.label24); diff --git a/TBF/Rig/DataEntry/Single/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Single/TestStartEndForm.designer.cs index 9e4e47345..950086348 100644 --- a/TBF/Rig/DataEntry/Single/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Single/TestStartEndForm.designer.cs @@ -47,7 +47,7 @@ namespace TBF.Rig.DataEntry.Single // // splitContainer1.Panel2 // - this.splitContainer1.Panel2.BackColor = System.Drawing.Color.DarkGoldenrod; + this.splitContainer1.Panel2.BackColor = System.Drawing.Color.DarkGray; this.splitContainer1.Size = new System.Drawing.Size(270, 237); this.splitContainer1.SplitterDistance = 90; this.splitContainer1.SplitterWidth = 1; diff --git a/TBF/Rig/DataEntry/Standard12/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Standard12/CycleBeginningForm.Designer.cs index 9d66ea597..0294bb55c 100644 --- a/TBF/Rig/DataEntry/Standard12/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard12/CycleBeginningForm.Designer.cs @@ -575,7 +575,7 @@ namespace TBF.Rig.DataEntry.Standard12 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.pictureBox12); this.Controls.Add(this.pictureBox11); this.Controls.Add(this.pictureBox10); diff --git a/TBF/Rig/DataEntry/Standard12/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Standard12/CycleEndForm.Designer.cs index d530a48f3..ac0324a92 100644 --- a/TBF/Rig/DataEntry/Standard12/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard12/CycleEndForm.Designer.cs @@ -292,7 +292,7 @@ namespace TBF.Rig.DataEntry.Standard12 // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(542, 489); this.Controls.Add(this.textBox12); this.Controls.Add(this.label12); diff --git a/TBF/Rig/DataEntry/Standard12/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Standard12/TestStartEndForm.designer.cs index 834ae4dcc..c0046e999 100644 --- a/TBF/Rig/DataEntry/Standard12/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Standard12/TestStartEndForm.designer.cs @@ -672,7 +672,7 @@ namespace TBF.Rig.DataEntry.Standard12 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(753, 613); this.Controls.Add(this.exclamation12); this.Controls.Add(this.startTextBox12); diff --git a/TBF/Rig/DataEntry/Standard24/AdvancedFixedStartTestForm.designer.cs b/TBF/Rig/DataEntry/Standard24/AdvancedFixedStartTestForm.designer.cs index a1ee4ffd2..074ccc54e 100644 --- a/TBF/Rig/DataEntry/Standard24/AdvancedFixedStartTestForm.designer.cs +++ b/TBF/Rig/DataEntry/Standard24/AdvancedFixedStartTestForm.designer.cs @@ -1822,7 +1822,7 @@ namespace TBF.Rig.DataEntry.Standard24 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1354, 630); this.Controls.Add(this.mid2TextBox24); this.Controls.Add(this.mid2TextBox23); diff --git a/TBF/Rig/DataEntry/Standard24/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Standard24/CycleBeginningForm.Designer.cs index 25f31f9ab..75c2406ce 100644 --- a/TBF/Rig/DataEntry/Standard24/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard24/CycleBeginningForm.Designer.cs @@ -642,7 +642,7 @@ namespace TBF.Rig.DataEntry.Standard24 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.allCheckBox); this.Controls.Add(this.autoSnButton); this.Controls.Add(this.checkBox24); diff --git a/TBF/Rig/DataEntry/Standard24/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Standard24/CycleEndForm.Designer.cs index 7a3166f40..760991f87 100644 --- a/TBF/Rig/DataEntry/Standard24/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard24/CycleEndForm.Designer.cs @@ -532,7 +532,7 @@ namespace TBF.Rig.DataEntry.Standard24 // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(959, 489); this.Controls.Add(this.textBox24); this.Controls.Add(this.label24); diff --git a/TBF/Rig/DataEntry/Standard24/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Standard24/TestStartEndForm.designer.cs index 1622d5552..408739415 100644 --- a/TBF/Rig/DataEntry/Standard24/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Standard24/TestStartEndForm.designer.cs @@ -1388,7 +1388,7 @@ namespace TBF.Rig.DataEntry.Standard24 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1292, 661); this.Controls.Add(this.largeExclamationLabel); this.Controls.Add(this.largeTextBox); diff --git a/TBF/Rig/DataEntry/Standard48/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Standard48/CycleBeginningForm.Designer.cs index 38bb58d40..6e3e7b233 100644 --- a/TBF/Rig/DataEntry/Standard48/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard48/CycleBeginningForm.Designer.cs @@ -1176,7 +1176,7 @@ namespace TBF.Rig.DataEntry.Standard48 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.checkBox48); this.Controls.Add(this.comboBox48); this.Controls.Add(this.label48); diff --git a/TBF/Rig/DataEntry/Standard48/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Standard48/CycleEndForm.Designer.cs index 5ef78d709..1eefc6c98 100644 --- a/TBF/Rig/DataEntry/Standard48/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard48/CycleEndForm.Designer.cs @@ -248,7 +248,7 @@ namespace TBF.Rig.DataEntry.Standard48 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(559, 566); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); diff --git a/TBF/Rig/DataEntry/Standard48/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Standard48/TestStartEndForm.designer.cs index 7de6d8fa8..c6db99728 100644 --- a/TBF/Rig/DataEntry/Standard48/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Standard48/TestStartEndForm.designer.cs @@ -2660,7 +2660,7 @@ namespace TBF.Rig.DataEntry.Standard48 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 805); this.Controls.Add(this.largeExclamationLabel); this.Controls.Add(this.largeTextBox); diff --git a/TBF/Rig/DataEntry/Standard6/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/Standard6/CycleBeginningForm.Designer.cs index 433ed794a..2b9b297b9 100644 --- a/TBF/Rig/DataEntry/Standard6/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard6/CycleBeginningForm.Designer.cs @@ -256,7 +256,7 @@ namespace TBF.Rig.DataEntry.Standard6 // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.remarkComboBox5); this.Controls.Add(this.remarkComboBox4); this.Controls.Add(this.remarkComboBox3); diff --git a/TBF/Rig/DataEntry/Standard6/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/Standard6/CycleEndForm.Designer.cs index 80e8de5cb..8e54602f9 100644 --- a/TBF/Rig/DataEntry/Standard6/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/Standard6/CycleEndForm.Designer.cs @@ -261,7 +261,7 @@ namespace TBF.Rig.DataEntry.Standard6 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1001, 349); this.Controls.Add(this.batchRemarkButton); this.Controls.Add(this.remarkTextBox6); diff --git a/TBF/Rig/DataEntry/Standard6/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/Standard6/TestStartEndForm.designer.cs index 6644a5381..66462828c 100644 --- a/TBF/Rig/DataEntry/Standard6/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/Standard6/TestStartEndForm.designer.cs @@ -438,7 +438,7 @@ namespace TBF.Rig.DataEntry.Standard6 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(729, 586); this.Controls.Add(this.endLabel); this.Controls.Add(this.startLabel); diff --git a/TBF/Rig/DataEntry/StandardCamera/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/StandardCamera/CycleBeginningForm.Designer.cs index 682c94c14..0d96919ad 100644 --- a/TBF/Rig/DataEntry/StandardCamera/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/StandardCamera/CycleBeginningForm.Designer.cs @@ -625,7 +625,7 @@ namespace TBF.Rig.DataEntry.StandardCamera // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.checkBox24); this.Controls.Add(this.comboBox24); this.Controls.Add(this.label24); diff --git a/TBF/Rig/DataEntry/StandardCamera/CycleEndForm.Designer.cs b/TBF/Rig/DataEntry/StandardCamera/CycleEndForm.Designer.cs index e35bfdcf4..79f380940 100644 --- a/TBF/Rig/DataEntry/StandardCamera/CycleEndForm.Designer.cs +++ b/TBF/Rig/DataEntry/StandardCamera/CycleEndForm.Designer.cs @@ -532,7 +532,7 @@ namespace TBF.Rig.DataEntry.StandardCamera // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(959, 489); this.Controls.Add(this.textBox24); this.Controls.Add(this.label24); diff --git a/TBF/Rig/DataEntry/StandardCamera/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/StandardCamera/TestStartEndForm.designer.cs index a7410018b..bc5097609 100644 --- a/TBF/Rig/DataEntry/StandardCamera/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/StandardCamera/TestStartEndForm.designer.cs @@ -1438,7 +1438,7 @@ namespace TBF.Rig.DataEntry.StandardCamera // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1146, 885); this.Controls.Add(this.rotateImageButton); this.Controls.Add(this.pictureBox1); diff --git a/TBF/Rig/DataEntry/iPerl/CycleBeginningForm.Designer.cs b/TBF/Rig/DataEntry/iPerl/CycleBeginningForm.Designer.cs index 1663e9667..49f2f7776 100644 --- a/TBF/Rig/DataEntry/iPerl/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/DataEntry/iPerl/CycleBeginningForm.Designer.cs @@ -72,7 +72,7 @@ namespace TBF.Rig.DataEntry.iPerl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.pictureBox); this.Controls.Add(this.orderGroupBox); this.Controls.Add(this.okButton); diff --git a/TBF/Rig/DataEntry/iPerl/TestStartEndForm.designer.cs b/TBF/Rig/DataEntry/iPerl/TestStartEndForm.designer.cs index c691f492c..e9444412a 100644 --- a/TBF/Rig/DataEntry/iPerl/TestStartEndForm.designer.cs +++ b/TBF/Rig/DataEntry/iPerl/TestStartEndForm.designer.cs @@ -2494,7 +2494,7 @@ namespace TBF.Rig.DataEntry.iPerl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 758); this.Controls.Add(this.exclamation48); this.Controls.Add(this.endTextBox48); diff --git a/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/CycleBeginningForm.Designer.cs b/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/CycleBeginningForm.Designer.cs index 740eacd67..cf7375261 100644 --- a/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/CycleBeginningForm.Designer.cs +++ b/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/CycleBeginningForm.Designer.cs @@ -1176,7 +1176,7 @@ namespace TBF.Rig.RegisterReaders.KPackE.DataEntryForRadio // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.Controls.Add(this.checkBox48); this.Controls.Add(this.comboBox48); this.Controls.Add(this.label48); diff --git a/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/TestStartEndForm.designer.cs b/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/TestStartEndForm.designer.cs index 99933b8c5..7fa910782 100644 --- a/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/TestStartEndForm.designer.cs +++ b/TBF/Rig/RegisterReaders/KPackE/DataEntryForRadio/TestStartEndForm.designer.cs @@ -2638,7 +2638,7 @@ namespace TBF.Rig.RegisterReaders.KPackE.DataEntryForRadio // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 748); this.Controls.Add(this.exclamation48); this.Controls.Add(this.endTextBox48); diff --git a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm.designer.cs b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm.designer.cs index 804f4cd27..427632950 100644 --- a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm.designer.cs +++ b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm.designer.cs @@ -254,7 +254,7 @@ namespace TBF.Rig.TestMethods.Adjustment // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(868, 565); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); diff --git a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm12.designer.cs b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm12.designer.cs index 0b1b39a6f..95dee6c97 100644 --- a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm12.designer.cs +++ b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm12.designer.cs @@ -314,7 +314,7 @@ namespace TBF.Rig.TestMethods.Adjustment // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(731, 592); this.Controls.Add(this.wmErrorTextBox12); this.Controls.Add(this.wmErrorLabel12); diff --git a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm24.designer.cs b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm24.designer.cs index b9f6285e6..f1bddd0eb 100644 --- a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm24.designer.cs +++ b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm24.designer.cs @@ -578,7 +578,7 @@ namespace TBF.Rig.TestMethods.Adjustment // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 592); this.Controls.Add(this.wmErrorTextBox24); this.Controls.Add(this.wmErrorLabel24); diff --git a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm48.designer.cs b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm48.designer.cs index d7aaa6bad..6480bead3 100644 --- a/TBF/Rig/TestMethods/Adjustment/WMErrorsForm48.designer.cs +++ b/TBF/Rig/TestMethods/Adjustment/WMErrorsForm48.designer.cs @@ -1106,7 +1106,7 @@ namespace TBF.Rig.TestMethods.Adjustment // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 841); this.Controls.Add(this.wmErrorTextBox48); this.Controls.Add(this.wmErrorLabel48); diff --git a/TBF/Rig/TestMethods/ManualEntry/ManualEntryForm.designer.cs b/TBF/Rig/TestMethods/ManualEntry/ManualEntryForm.designer.cs index 7cc33f4f5..b5f908905 100644 --- a/TBF/Rig/TestMethods/ManualEntry/ManualEntryForm.designer.cs +++ b/TBF/Rig/TestMethods/ManualEntry/ManualEntryForm.designer.cs @@ -508,7 +508,7 @@ namespace TBF.Rig.TestMethods.ManualEntry // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(735, 706); this.Controls.Add(this.promptLabel); this.Controls.Add(this.groupBox7); diff --git a/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm.designer.cs b/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm.designer.cs index 5da23d63f..4008fd3c0 100644 --- a/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm.designer.cs +++ b/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm.designer.cs @@ -241,7 +241,7 @@ namespace TBF.Rig.TestMethods.PulsesTest // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(868, 565); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); diff --git a/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm12.designer.cs b/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm12.designer.cs index 5a4b36269..8284b8c23 100644 --- a/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm12.designer.cs +++ b/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm12.designer.cs @@ -301,7 +301,7 @@ namespace TBF.Rig.TestMethods.PulsesTest // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(731, 592); this.Controls.Add(this.wmPulsesCountTextBox12); this.Controls.Add(this.wmPulsesCountLabel12); diff --git a/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm24.designer.cs b/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm24.designer.cs index a45e9e37c..3245843be 100644 --- a/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm24.designer.cs +++ b/TBF/Rig/TestMethods/PulsesTest/WMPulsesForm24.designer.cs @@ -565,7 +565,7 @@ namespace TBF.Rig.TestMethods.PulsesTest // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 592); this.Controls.Add(this.wmPulsesCountTextBox24); this.Controls.Add(this.wmPulsesCountLabel24); diff --git a/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm.designer.cs b/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm.designer.cs index c0242a5b9..6b9fcaa5a 100644 --- a/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm.designer.cs +++ b/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm.designer.cs @@ -201,7 +201,7 @@ namespace TBF.Rig.TestMethods.PulsesTestManual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(523, 565); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); diff --git a/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm12.designer.cs b/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm12.designer.cs index 08174d6ff..8c454087c 100644 --- a/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm12.designer.cs +++ b/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm12.designer.cs @@ -350,7 +350,7 @@ namespace TBF.Rig.TestMethods.PulsesTestManual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(731, 592); this.Controls.Add(this.pulsesCountOKCheckBox12); this.Controls.Add(this.pulsesCountOKCheckBox11); diff --git a/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm24.designer.cs b/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm24.designer.cs index 8f9c558e0..7a471dd33 100644 --- a/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm24.designer.cs +++ b/TBF/Rig/TestMethods/PulsesTestManual/ManualPulsesForm24.designer.cs @@ -650,7 +650,7 @@ namespace TBF.Rig.TestMethods.PulsesTestManual // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(1267, 592); this.Controls.Add(this.pulsesCountOKCheckBox24); this.Controls.Add(this.pulsesCountOKCheckBox23); diff --git a/TBF/Rig/Various/ManualLevelMsrmnt/WaterLevelForm.designer.cs b/TBF/Rig/Various/ManualLevelMsrmnt/WaterLevelForm.designer.cs index d51879301..6e4d443d7 100644 --- a/TBF/Rig/Various/ManualLevelMsrmnt/WaterLevelForm.designer.cs +++ b/TBF/Rig/Various/ManualLevelMsrmnt/WaterLevelForm.designer.cs @@ -73,7 +73,7 @@ namespace TBF.Rig.Various.ManualLevelMsrmnt // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.DarkGoldenrod; + this.BackColor = System.Drawing.Color.DarkGray; this.ClientSize = new System.Drawing.Size(571, 123); this.Controls.Add(this.okButton); this.Controls.Add(this.waterLevelGroupBox);