hongji.li
2023-11-11 df5a7e1ad6835e78b2f9eb7428817b0c23b116bc
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
28
29
30
31
32
33
34
35
36
37
38
39
40
Quintiq file version 2.0
Component pnlContentMinInventory
{
  #keys: '[139394.1.918351427]'
  BaseType: 'WebPanel'
  Children:
  [
    Component rbgMinLevel
    {
      #keys: '[139394.1.918351603]'
      BaseType: 'WebRadioButtonGroup'
      Properties:
      [
        BoundValue: 'true'
        ButtonLabels: 'Days   ;Quantity'
        ButtonValues: 'true;false'
        DataBinding: 'DataHolderDialogData.Data.HasMinLevelInDays'
        Orientation: 'horizontal'
        Taborder: 0
      ]
    }
    Component efMinInventoryLevel
    {
      #keys: '[139394.1.918351833]'
      BaseType: 'WebEditField'
      Properties:
      [
        Mask: 'REAL'
        Taborder: 1
        Tooltip: '<html>Min inventory level in days indicates the minimum number of days of demands that can be fulfilled by the product in stock.<br>Min inventory level in quantity indicates the minimum amount of demands that can be fulfilled by the product in stock.</html>'
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Taborder: 4
    Title: 'Min inventory'
  ]
}