Viac Previous results - 25 batchov, ver. 2.2.225.

This commit is contained in:
Milan Hanajik 2016-02-19 18:28:41 +01:00
parent 93b40740b5
commit 393bc99d9b
3 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -45,7 +45,7 @@ namespace TBF.Forms
batches = session.QueryOver<Batch>()
.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<Batch>();

View File

@ -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")]