Quintiq file version 2.0 
 | 
Component TabPageLotSize 
 | 
{ 
 | 
  #keys: '[110880.8.191453757]' 
 | 
  BaseType: 'TabPage' 
 | 
  ViewSecurity: 'LotSizes' 
 | 
  GBLayout 
 | 
  { 
 | 
    Type: 'internal[GBLayoutDefinition]' 
 | 
    Columns: 
 | 
    [ 
 | 
      GBFlow.Column { grow: 0 id: 1 parent: 0 } 
 | 
      GBFlow.Column { grow: 0 id: 861 parent: 0 } 
 | 
      GBFlow.Column { grow: 0 id: 12 parent: 0 } 
 | 
    ] 
 | 
    Elements: 
 | 
    [ 
 | 
      GBElement 
 | 
      { 
 | 
        Component => LabelMinimumQuantity 
 | 
        Position { startcolumn: 861 startrow: 1 endcolumn: 861 endrow: 1 } 
 | 
      } 
 | 
      GBElement 
 | 
      { 
 | 
        Component => LabelLotSize 
 | 
        Position { startcolumn: 861 startrow: 3 endcolumn: 861 endrow: 3 } 
 | 
      } 
 | 
      GBElement 
 | 
      { 
 | 
        Component => /EditorMinimumQuantity 
 | 
        Position { startcolumn: 12 startrow: 1 endcolumn: 12 endrow: 1 } 
 | 
      } 
 | 
      GBElement 
 | 
      { 
 | 
        Component => /EditorMaximumQuantity 
 | 
        Position { startcolumn: 12 startrow: 6 endcolumn: 12 endrow: 6 } 
 | 
      } 
 | 
      GBElement 
 | 
      { 
 | 
        Component => /EditorLotSize 
 | 
        Position { startcolumn: 12 startrow: 3 endcolumn: 12 endrow: 3 } 
 | 
      } 
 | 
      GBElement 
 | 
      { 
 | 
        Component => CheckBoxMaximumQuantity 
 | 
        Position { startcolumn: 1 startrow: 6 endcolumn: 861 endrow: 6 } 
 | 
      } 
 | 
    ] 
 | 
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ] 
 | 
    Rows: 
 | 
    [ 
 | 
      GBFlow.Row { grow: 0 id: 1 parent: 0 } 
 | 
      GBFlow.Row { grow: 0 id: 6 parent: 0 } 
 | 
      GBFlow.Row { grow: 0 id: 3 parent: 0 } 
 | 
    ] 
 | 
  } 
 | 
  Children: 
 | 
  [ 
 | 
    Component LabelMinimumQuantity 
 | 
    { 
 | 
      #keys: '[110880.8.191453758]' 
 | 
      BaseType: 'Label' 
 | 
      ViewSecurity: 'LotSizes' 
 | 
      Properties: 
 | 
      [ 
 | 
        Alignment: 'right' 
 | 
        FocusControl: 'EditorMinimumQuantity' 
 | 
        Shortcut: 'Alt+M' 
 | 
        Text: '&Minimum quantity (UOM)' 
 | 
        Transparent: true 
 | 
      ] 
 | 
    } 
 | 
    Component LabelLotSize 
 | 
    { 
 | 
      #keys: '[110880.8.191453760]' 
 | 
      BaseType: 'Label' 
 | 
      ViewSecurity: 'LotSizes' 
 | 
      Properties: 
 | 
      [ 
 | 
        Alignment: 'right' 
 | 
        FocusControl: 'EditorLotSize' 
 | 
        Shortcut: 'Alt+L' 
 | 
        Text: '&Lot size (UOM)' 
 | 
        Tooltip: 
 | 
        [* 
 | 
          A lot size of 100 means that any operation on this unit can only produce in batches of 100 (can be overwritten on the operation) 
 | 
          Make sure to use Lot size as active goal in the optimizer strategy. 
 | 
        *] 
 | 
        Transparent: true 
 | 
      ] 
 | 
    } 
 | 
    #child: EditorMinimumQuantity 
 | 
    #child: EditorMaximumQuantity 
 | 
    #child: EditorLotSize 
 | 
    Component CheckBoxMaximumQuantity 
 | 
    { 
 | 
      #keys: '[110880.8.191453763]' 
 | 
      BaseType: 'CheckBox' 
 | 
      ViewSecurity: 'LotSizes' 
 | 
      Properties: 
 | 
      [ 
 | 
        DataBinding: 'Dialog.Data.HasMaximumQuantity' 
 | 
        Shortcut: 'Alt+X' 
 | 
        Text: 'Ma&ximum quantity (UOM)' 
 | 
      ] 
 | 
    } 
 | 
  ] 
 | 
  Properties: 
 | 
  [ 
 | 
    Title: 'Lot size' 
 | 
    ModeledStringList ChildOrdering 
 | 
    { 
 | 
      c: EditorMinimumQuantity 
 | 
      c: LabelMinimumQuantity 
 | 
      c: CheckBoxMaximumQuantity 
 | 
      c: EditorMaximumQuantity 
 | 
      c: EditorLotSize 
 | 
      c: LabelLotSize 
 | 
    } 
 | 
  ] 
 | 
} 
 |