From 393bc99d9b6b14c648f8d99f3d6774faabbe0806 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Fri, 19 Feb 2016 18:28:41 +0100 Subject: [PATCH] Viac Previous results - 25 batchov, ver. 2.2.225. --- TestBenchFramework/Forms/PreviousResultsDlg.Designer.cs | 4 ++-- TestBenchFramework/Forms/PreviousResultsDlg.cs | 2 +- TestBenchFramework/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TestBenchFramework/Forms/PreviousResultsDlg.Designer.cs b/TestBenchFramework/Forms/PreviousResultsDlg.Designer.cs index f6009b781..24f56343f 100644 --- a/TestBenchFramework/Forms/PreviousResultsDlg.Designer.cs +++ b/TestBenchFramework/Forms/PreviousResultsDlg.Designer.cs @@ -38,7 +38,7 @@ this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(971, 660); + this.flowLayoutPanel1.Size = new System.Drawing.Size(971, 897); this.flowLayoutPanel1.TabIndex = 0; // // closeButton @@ -57,7 +57,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.closeButton; - this.ClientSize = new System.Drawing.Size(1092, 666); + this.ClientSize = new System.Drawing.Size(1092, 892); this.Controls.Add(this.closeButton); this.Controls.Add(this.flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; diff --git a/TestBenchFramework/Forms/PreviousResultsDlg.cs b/TestBenchFramework/Forms/PreviousResultsDlg.cs index 650c6fd97..282c79487 100644 --- a/TestBenchFramework/Forms/PreviousResultsDlg.cs +++ b/TestBenchFramework/Forms/PreviousResultsDlg.cs @@ -45,7 +45,7 @@ namespace TBF.Forms batches = session.QueryOver() .WhereRestrictionOn(x => x.BatchNr) - .IsBetween(Math.Max(1, currentBatchNr - 20)) + .IsBetween(Math.Max(1, currentBatchNr - 25)) .And(Math.Max(1, currentBatchNr - 1)) .OrderBy(x => x.BatchNr).Asc .List(); diff --git a/TestBenchFramework/Properties/AssemblyInfo.cs b/TestBenchFramework/Properties/AssemblyInfo.cs index 84dba3281..57bb58505 100644 --- a/TestBenchFramework/Properties/AssemblyInfo.cs +++ b/TestBenchFramework/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.2.224.1")] -[assembly: AssemblyFileVersion("2.2.224.1")] +[assembly: AssemblyVersion("2.2.225.1")] +[assembly: AssemblyFileVersion("2.2.225.1")]