hongji.li
2023-11-03 aefafd2142478d4fb07d6b8b45c3047e247389e0
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
Quintiq file version 2.0
Component GroupPanel1
{
  #keys: '[113694.2.338377380]'
  BaseType: 'GroupPanel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 26 parent: 0 }
      GBFlow.Column { grow: 0 id: 28 parent: 0 }
      GBFlow.Column { grow: 0 id: 10 parent: 0 }
      GBFlow.Column { grow: 0 id: 34 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => GUIDateTimeSelectorPeriodAlignment
        Position { startcolumn: 28 startrow: 1 endcolumn: 28 endrow: 1 }
      }
      GBElement
      {
        Component => LabelPeriodAlignment
        Position { startcolumn: 26 startrow: 1 endcolumn: 26 endrow: 1 }
      }
      GBElement
      {
        Component => LabelDayOfWeek
        Position { startcolumn: 10 startrow: 1 endcolumn: 10 endrow: 1 }
      }
      GBElement
      {
        Component => ButtonSnapToStartOfPlanning
        Position { startcolumn: 34 startrow: 1 endcolumn: 34 endrow: 1 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 1 parent: 0 }
    ]
  }
  Children:
  [
    Component GUIDateTimeSelectorPeriodAlignment
    {
      #keys: '[113694.2.338377777]'
      BaseType: 'GUIDateTimeSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        DataBinding: 'Dialog.Data.PeriodAlignment'
        Format: 'DMMY'
      ]
    }
    Component LabelPeriodAlignment
    {
      #keys: '[113694.2.338377778]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'GUIDateTimeSelectorPeriodAlignment'
        LayoutGroup: 'label'
        Shortcut: 'Alt+P'
        Text: '&Period alignment'
        Tooltip: '<html>This date specifies the alignment of the period starts.<br>For example, for yearly periods, setting this date to 16-June-2010 results in periods that start at June 16.<br>This date does not have to be within the horizon, but will be updated automatically to the start of the most recent period when pressing okay.</html>'
        Transparent: true
      ]
    }
    Component LabelDayOfWeek
    {
      #keys: '[113694.2.338377779]'
      BaseType: 'Label'
      Properties:
      [
        NumberColumns: 6
        Text: '<data>'
        Transparent: true
      ]
    }
    Component ButtonSnapToStartOfPlanning
    {
      #keys: '[113694.2.374312765]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'ALARMCLOCK_PREFERENCES'
        Tooltip: 'Reset the period alignment to the Start of planning'
      ]
    }
  ]
  Properties:
  [
    Text: 'Alignment'
    ModeledStringList ChildOrdering
    {
      c: GUIDateTimeSelectorPeriodAlignment
      c: LabelDayOfWeek
      c: LabelPeriodAlignment
      c: ButtonSnapToStartOfPlanning
    }
  ]
}