陈清红
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Quintiq file version 2.0
Component dpPeriod
{
  #keys: '[131094.1.101613852]'
  BaseType: 'DetailPanel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 166 parent: 0 }
      GBFlow.Column { grow: 0 id: 365 parent: 0 }
      GBFlow.Column { grow: 0 id: 278 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => lblStartOfPeriod
        Position { startcolumn: 166 startrow: 461 endcolumn: 166 endrow: 461 }
      }
      GBElement
      {
        Component => ckbEndOfPeriod
        Position { startcolumn: 166 startrow: 821 endcolumn: 166 endrow: 821 }
      }
      GBElement
      {
        Component => durStartTimeOfDay
        Position { startcolumn: 278 startrow: 461 endcolumn: 278 endrow: 461 }
      }
      GBElement
      {
        Component => durEndTimeOfDay
        Position { startcolumn: 278 startrow: 821 endcolumn: 278 endrow: 821 }
      }
      GBElement
      {
        Component => datStartOfPeriod
        Position { startcolumn: 365 startrow: 461 endcolumn: 365 endrow: 461 }
      }
      GBElement
      {
        Component => datEndOfPeriod
        Position { startcolumn: 365 startrow: 821 endcolumn: 365 endrow: 821 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 0 bottom: 0 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 461 parent: 0 }
      GBFlow.Row { grow: 0 id: 821 parent: 0 }
    ]
  }
  Children:
  [
    Component lblStartOfPeriod
    {
      #keys: '[131094.1.101613853]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Start'
        Transparent: true
      ]
    }
    Component vhStartOfPeriod
    {
      #keys: '[131094.1.101613854]'
      BaseType: 'ValueHolder'
      Databinding: 'Date'
      Properties:
      [
        PosX: 243
        PosY: 1
      ]
    }
    Component ckbEndOfPeriod
    {
      #keys: '[131094.1.101613857]'
      BaseType: 'CheckBox'
      Properties:
      [
        Text: 'End'
      ]
    }
    Component durStartTimeOfDay
    {
      #keys: '[131094.1.120466523]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        Format: 'h:m'
        Granularity: '15_minutes'
        MaxDuration: '23:59:00'
        MinDuration: '0:00:00'
      ]
    }
    Component durEndTimeOfDay
    {
      #keys: '[131094.1.120467002]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        CanBeNegative: false
        Format: 'h:m'
        Granularity: '15_minutes'
        MaxDuration: '23:59:00'
        MinDuration: '0:00:00'
      ]
    }
    Component datStartOfPeriod
    {
      #keys: '[146730.0.901524277]'
      BaseType: 'GUIDateSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        Date: 2020-11-07
        Format: 'DMMY'
      ]
    }
    Component datEndOfPeriod
    {
      #keys: '[146730.0.901524482]'
      BaseType: 'GUIDateSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        Date: 2020-11-07
        Format: 'DMMY'
      ]
    }
  ]
  Properties:
  [
    ModeledStringList ChildOrdering
    {
      c: lblStartOfPeriod
      c: datStartOfPeriod
      c: durStartTimeOfDay
      c: ckbEndOfPeriod
      c: datEndOfPeriod
      c: durEndTimeOfDay
      c: vhStartOfPeriod
    }
  ]
}