(1) Flow selection in New Test Wizard extended, (2) MainSeq and BencControlPael modified, etc.

This commit is contained in:
Milan Hanajik
2017-05-03 22:24:25 +02:00
parent 54a6c1e402
commit 17c685148e
12 changed files with 1139 additions and 953 deletions
@@ -8,6 +8,7 @@ using System.Windows.Forms;
using log4net;
using Config.Entities;
using TBF.UiBridge;
using TBF.Resources;
namespace TBF.UiControls
{
@@ -97,6 +98,8 @@ namespace TBF.UiControls
private void BenchControlPanel_Load(object sender, EventArgs e)
{
//Localize();
// Original (enabled) colors of buttons
colorStopEn = stopBtn.BackColor;
colorTestsEn = startTestBtn.BackColor;
@@ -117,6 +120,11 @@ namespace TBF.UiControls
colorOtherDis = Color.FromArgb(Lghtr(colorOtherEn.R), Lghtr(colorOtherEn.G), Lghtr(colorOtherEn.B));
}
void Localize()
{
testGroupBox.Text = Strings.Session;
emptyGroupBox.Text = Strings.Drain;
}
/// <summary>
/// Read the database and re-initialize testComboBox items.