1. DataEntry.Uni.EntryFormCfg initialization : Order history, 2. Printers.Label clean-up, ver. 3.9.2135
This commit is contained in:
parent
5b6461fa0a
commit
8af89136e7
@ -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")]
|
||||
|
||||
@ -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 };
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user