Viac Previous results - 25 batchov, ver. 2.2.225.
This commit is contained in:
parent
93b40740b5
commit
393bc99d9b
@ -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;
|
||||
|
||||
@ -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>();
|
||||
|
||||
@ -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")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user