From 7828de80fb694ea74805060c3777951b5c08cfec Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Tue, 26 May 2015 16:54:33 +0200 Subject: [PATCH] DataEntry.Standard24: Layout... more changes. --- .../BenchControl/DataEntry/Standard24/CycleBeginningForm.cs | 2 ++ TestBenchFramework/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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")]