chenqinghong
2024-05-07 3ec06a830367465068963156dcc1d8e522571c13
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
Quintiq file version 2.0
Component PanelBottom id:PanelBottom_549
{
  #keys: '[139394.0.458423997]'
  BaseType: 'WebPanel'
  Children:
  [
    Component DropDownStringListDefaultCostDriver
    {
      #keys: '[139394.0.456549545]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'DataHolderDialogData.Data.DefaultCostDriver'
        Label: 'Cost driver'
        Sorting: 'none'
        Taborder: 0
        Tooltip: 'The parameter that drives the cost on the account.'
      ]
    }
    Component EditFieldCost
    {
      #keys: '[139394.0.458425101]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.DefaultCost'
        Label: 'Cost'
        Mask: 'REAL'
        Taborder: 1
        Tooltip: 'Cost changes will not affect the existing cost.'
        Visible: false
      ]
    }
    Component DropDownStringListTimeUnit
    {
      #keys: '[139394.0.458424578]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.DefaultTimeUnit'
        Label: 'Time unit'
        Sorting: 'none'
        Taborder: 2
        Visible: false
      ]
    }
    Component EditFieldLengthOfTime
    {
      #keys: '[139394.0.456549675]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.DefaultLengthOfTime'
        Label: 'Length of time'
        Mask: 'POSITIVENUMBER'
        Taborder: 3
        Visible: false
      ]
    }
  ]
  Properties:
  [
    Taborder: 1
    Title: 'Default cost'
  ]
}