diff --git a/TestBenchFramework/BenchControl/DataEntry/Standard24/CycleBeginningForm.cs b/TestBenchFramework/BenchControl/DataEntry/Standard24/CycleBeginningForm.cs index 9859ed1f3..b046c7d5c 100644 --- a/TestBenchFramework/BenchControl/DataEntry/Standard24/CycleBeginningForm.cs +++ b/TestBenchFramework/BenchControl/DataEntry/Standard24/CycleBeginningForm.cs @@ -75,6 +75,8 @@ namespace TBF.BenchControl.DataEntry.Standard24 SNText = new string[WaterMetersCount]; Disabled = new bool[WaterMetersCount]; + ShuffleTextBoxes(); + //Height = 147 + WaterMetersCount * 90; } diff --git a/TestBenchFramework/Properties/AssemblyInfo.cs b/TestBenchFramework/Properties/AssemblyInfo.cs index 6b2bbf886..372ed15d5 100644 --- a/TestBenchFramework/Properties/AssemblyInfo.cs +++ b/TestBenchFramework/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.5.52.1")] -[assembly: AssemblyFileVersion("1.5.52.1")] +[assembly: AssemblyVersion("1.5.53.1")] +[assembly: AssemblyFileVersion("1.5.53.1")]