LoginDlgWithBenchSelection : Logging with full name fixed, ver. 2.18.1308

This commit is contained in:
Milan Hanajik 2019-09-10 15:01:38 +02:00
parent bd65ff5420
commit 77b71d5a7d
4 changed files with 7 additions and 3 deletions

View File

@ -178,7 +178,7 @@ namespace TBF.Forms
alias = userNameTextBox.Text;
password = passwordTextBox.Text;
benchName = testBenchComboBox.SelectedItem.ToString();
if (legalizatorComboBox.Enabled)
if (legalizatorComboBox.Visible && legalizatorComboBox.Enabled)
{
legalizator = legalizatorComboBox.Text;
Program.LocalSettings.UpdateHistory(legalizator, ref Program.LocalSettings.LastLegalizators);

View File

@ -49,6 +49,7 @@ namespace TBF.Forms
resources.ApplyResources(this.aliasLabel, "aliasLabel");
this.aliasLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
this.aliasLabel.Name = "aliasLabel";
this.aliasLabel.Click += new System.EventHandler(this.aliasLabel_Click);
//
// passwordLabel
//

View File

@ -330,6 +330,9 @@
<data name="legalizatorComboBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="legalizatorComboBox.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="legalizatorComboBox.Location" type="System.Drawing.Point, System.Drawing">
<value>148, 95</value>
</data>

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.1305.0")]
[assembly: AssemblyFileVersion("2.18.1305.0")]
[assembly: AssemblyVersion("2.18.1308.0")]
[assembly: AssemblyFileVersion("2.18.1308.0")]