陈清红
2025-04-14 880f3c0257eeb8c37761d484258fdd102a369a19
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[145730.0.1962050698]'
  BaseType: 'WebPanel'
  Children:
  [
    Component efUnit
    {
      #keys: '[145730.0.1962041900]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.Unit'
        Label: 'Unit'
        Taborder: 0
        Tooltip: 'The unit measure that will be displayed in the KPI'
      ]
    }
    Component efPrecision
    {
      #keys: '[145730.0.1962041918]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.Precision'
        Label: 'Precision'
        Mask: '^[1-9]\\d*$'
        Taborder: 1
        Tooltip: 'Visible value corresponds to the KPI value divided by the KPI setting precision'
      ]
    }
    Component efDecimals
    {
      #keys: '[145730.0.1962041935]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.Decimals'
        Label: 'Decimals'
        Mask: 'POSITIVENUMBER'
        Taborder: 2
        Tooltip: 'The decimal place that will be displayed in the KPI'
      ]
    }
    Component efMin
    {
      #keys: '[145730.0.1962041952]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.MinValue'
        Label: 'Min'
        Mask: 'REAL'
        Taborder: 3
        Tooltip: 'Minimum displayable value in the KPI gauge for this KPI'
      ]
    }
    Component efMax
    {
      #keys: '[145730.0.1962041969]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.MaxValue'
        Label: 'Max'
        Mask: 'REAL'
        Taborder: 4
        Tooltip: 'Maximum displayable value in the KPI gauge for this KPI'
      ]
    }
    Component efMediumThreshold
    {
      #keys: '[145730.0.1962041980]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.MediumThreshold'
        Label: 'Medium threshold'
        Mask: 'REAL'
        Taborder: 5
        Tooltip: 'Value for medium interval'
      ]
    }
    Component efHighThreshold
    {
      #keys: '[145730.0.1962041991]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderKPISetting.Data.HighThreshold'
        Label: 'High threshold'
        Mask: 'REAL'
        Taborder: 6
        Tooltip: 'Value for high interval'
      ]
    }
  ]
  Properties:
  [
    Taborder: 1
  ]
}