limj
2023-10-24 93652435728de839582440eefd5122c281181d35
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Quintiq file version 2.0
Component pnlRecurrence
{
  #keys: '[131094.1.73533018]'
  BaseType: 'Panel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 700 parent: 0 }
      GBFlow.Column { grow: 0 id: 753 parent: 0 }
      GBFlow.Column { grow: 0 id: 854 parent: 0 }
      GBFlow.Column { grow: 0 id: 866 parent: 0 }
      GBFlow.Column { grow: 0 id: 641 parent: 0 }
      GBFlow.Column { grow: 0 id: 147 parent: 0 }
      GBFlow.Column { grow: 0 id: 790 parent: 0 }
      GBFlow.Column { grow: 0 id: 619 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => lblRecurrence
        Position { startcolumn: 753 startrow: 590 endcolumn: 753 endrow: 590 }
      }
      GBElement
      {
        Component => btnNoRecurrence
        Position { startcolumn: 866 startrow: 590 endcolumn: 866 endrow: 590 }
      }
      GBElement
      {
        Component => btnWeekly
        Position { startcolumn: 147 startrow: 590 endcolumn: 147 endrow: 590 }
      }
      GBElement
      {
        Component => btnMonthly
        Position { startcolumn: 790 startrow: 590 endcolumn: 790 endrow: 590 }
      }
      GBElement
      {
        Component => btnYearly
        Position { startcolumn: 619 startrow: 590 endcolumn: 619 endrow: 590 }
      }
      GBElement
      {
        Component => lblSpacingRecurrence
        Position { startcolumn: 854 startrow: 590 endcolumn: 854 endrow: 590 }
      }
      GBElement
      {
        Component => lblMarginRecurrence
        Position { startcolumn: 700 startrow: 590 endcolumn: 700 endrow: 590 }
      }
      GBElement
      {
        Component => btnDaily
        Position { startcolumn: 641 startrow: 590 endcolumn: 641 endrow: 590 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 590 parent: 0 }
    ]
  }
  Children:
  [
    Component lblRecurrence
    {
      #keys: '[131094.1.73533348]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: ' Recurrence'
        Transparent: true
      ]
    }
    Component btnNoRecurrence
    {
      #keys: '[131094.1.73533349]'
      BaseType: 'Button'
      Properties:
      [
        Flat: true
        LayoutGroup: 'grpRecurrenceButtons'
        Text: 'None'
        Toggling: true
      ]
    }
    Component btnWeekly
    {
      #keys: '[131094.1.73533350]'
      BaseType: 'Button'
      Properties:
      [
        Flat: true
        LayoutGroup: 'grpRecurrenceButtons'
        Text: 'Weekly'
        Toggling: true
      ]
    }
    Component btnMonthly
    {
      #keys: '[131094.1.73533351]'
      BaseType: 'Button'
      Properties:
      [
        Flat: true
        LayoutGroup: 'grpRecurrenceButtons'
        Text: 'Monthly'
        Toggling: true
      ]
    }
    Component btnYearly
    {
      #keys: '[131094.1.73533352]'
      BaseType: 'Button'
      Properties:
      [
        Flat: true
        LayoutGroup: 'grpRecurrenceButtons'
        Text: 'Yearly'
        Toggling: true
      ]
    }
    Component lblSpacingRecurrence
    {
      #keys: '[131094.1.978699506]'
      BaseType: 'Label'
      Properties:
      [
        Text: ''
        Transparent: true
      ]
    }
    Component lblMarginRecurrence
    {
      #keys: '[146730.0.1177383703]'
      BaseType: 'Label'
      Properties:
      [
        NumberColumns: 2
        Text: ''
        Transparent: true
      ]
    }
    Component btnDaily
    {
      #keys: '[146730.0.1659843921]'
      BaseType: 'Button'
      Properties:
      [
        Flat: true
        LayoutGroup: 'grpRecurrenceButtons'
        Text: 'Daily'
        Toggling: true
      ]
    }
  ]
  Properties:
  [
    ModeledStringList ChildOrdering
    {
      c: lblRecurrence
      c: btnNoRecurrence
      c: btnDaily
      c: btnWeekly
      c: btnMonthly
      c: btnYearly
      c: lblSpacingRecurrence
      c: lblMarginRecurrence
    }
  ]
}