(1) Flow selection in New Test Wizard extended, (2) MainSeq and BencControlPael modified, etc.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user