陈清红
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
Quintiq file version 2.0
Component PanelCapacity id:PanelCapacity_424
{
  #keys: '[139394.1.44056377]'
  BaseType: 'WebPanel'
  Children:
  [
    Component DropDownStringListTimeUnit
    {
      #keys: '[139394.1.44056378]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.TimeUnit'
        Label: 'Time unit'
        Sorting: 'none'
        Taborder: 0
      ]
    }
    Component EditFieldMinCapacity
    {
      #keys: '[139394.1.44056379]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.MinimumCapacity'
        Mask: 'POSNORMALREAL'
        Taborder: 1
      ]
    }
    Component EditFieldMaxCapacity
    {
      #keys: '[139394.1.44056380]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.MaximumCapacity'
        Mask: 'POSNORMALREAL'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Taborder: 2
    Title: 'Capacity'
  ]
}