1. DataEntry.Uni.EntryFormCfg initialization : Order history, 2. Printers.Label clean-up, ver. 3.9.2135

This commit is contained in:
Milan Hanajik 2023-12-05 16:06:35 +01:00
parent 5b6461fa0a
commit 8af89136e7
4 changed files with 4 additions and 5 deletions

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.9.2133.0")]
[assembly: AssemblyFileVersion("3.9.2133.0")]
[assembly: AssemblyVersion("3.9.2135.0")]
[assembly: AssemblyFileVersion("3.9.2135.0")]

View File

@ -363,7 +363,7 @@ namespace TBF.Rig.DataEntry.Uni
BgItemContent = new Ct[1] { Ct.BatchAndWmOrder };
BgItemCaption = new string[1] { "Order nr." };
BgItemAction = new Ac[1] { Ac.Clear };
BgItemAction = new Ac[1] { Ac.HistoryLast };
BgItemWidth = new int[1] { 200 };
BgColumnContent = new Ct[1] { Ct.SerialNr };

View File

@ -6,9 +6,9 @@ using System.Collections.Generic;
using log4net;
using System.Globalization;
using System.Threading;
using Common;
using Common.Forms;
using Results.Output.Printers.Label;
using Common;
namespace TBF.Rig.Output.Printers.Label
{

View File

@ -6,7 +6,6 @@ using System.Collections.Generic;
using System.IO;
using System.Xml.Serialization;
using Common;
using Config.Entities;
using TBF.Rig.Generic;
namespace TBF.Rig.Output.Printers.Label