| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 | | Quintiq file version 2.0 |  | Component PanelLotSize |  | { |  |   #keys: '[139394.1.44056809]' |  |   BaseType: 'WebPanel' |  |   Children: |  |   [ |  |     Component EditFieldLotSize |  |     { |  |       #keys: '[139394.1.44056923]' |  |       BaseType: 'WebEditField' |  |       Properties: |  |       [ |  |         DataBinding: 'DataHolderDialogData.Data.LotSize' |  |         Mask: 'POSNORMALREAL' |  |         Taborder: 0 |  |         Tooltip: '<html>Trips are broken down into multiples of the lot size. <br>The quantity used for capacity calculation is rounded up to the next multiple of the lot size. <br>For example, for a lot size of 25, moving 60 tons consumes 75 tons of capacity or the equivalent of 3 trips.</html>' |  |       ] |  |     } |  |   ] |  |   Properties: |  |   [ |  |     FixedSize: true |  |     Taborder: 4 |  |     Title: 'Lot size' |  |   ] |  | } | 
 |