xiaoding721
2023-11-13 e4edcfd0b987b239526f5375881b919789782dad
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
Quintiq file version 2.0
#root
#parent: WizardLibrary
OrphanComponent LibWiz_DialogInitProcessLegend
{
  #keys: '[133070.0.45033660]'
  BaseType: 'Dialog'
  GBLayout
  {
    Type: 'GBLayoutDefinition'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 425 parent: 0 }
      GBFlow.Column { grow: 128 id: 642 parent: 0 }
      GBFlow.Column { grow: 0 id: 841 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => Label
        Position { startcolumn: 642 startrow: 947 endcolumn: 642 endrow: 947 }
      }
      GBElement
      {
        Component => LabelChoice
        Position { startcolumn: 642 startrow: 132 endcolumn: 642 endrow: 132 }
      }
      GBElement
      {
        Component => LabelConditionStep
        Position { startcolumn: 642 startrow: 528 endcolumn: 642 endrow: 528 }
      }
      GBElement
      {
        Component => LabelCurrentStep
        Position { startcolumn: 642 startrow: 222 endcolumn: 642 endrow: 222 }
      }
      GBElement
      {
        Component => ImageSequence
        Position { startcolumn: 425 startrow: 947 endcolumn: 425 endrow: 947 }
      }
      GBElement
      {
        Component => ImageDecision
        Position { startcolumn: 425 startrow: 132 endcolumn: 425 endrow: 132 }
      }
      GBElement
      {
        Component => ImageConditional
        Position { startcolumn: 425 startrow: 528 endcolumn: 425 endrow: 528 }
      }
      GBElement
      {
        Component => ImageCurrent
        Position { startcolumn: 425 startrow: 222 endcolumn: 425 endrow: 222 }
      }
      GBElement
      {
        Component => ImageSequenceTitle
        Position { startcolumn: 841 startrow: 947 endcolumn: 841 endrow: 947 }
      }
      GBElement
      {
        Component => ImageDecisionStep
        Position { startcolumn: 841 startrow: 132 endcolumn: 841 endrow: 132 }
      }
      GBElement
      {
        Component => ImageCurrentStep
        Position { startcolumn: 841 startrow: 222 endcolumn: 841 endrow: 222 }
      }
      GBElement
      {
        Component => ImageConditionalStep
        Position { startcolumn: 841 startrow: 528 endcolumn: 841 endrow: 528 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 947 parent: 0 }
      GBFlow.Row { grow: 0 id: 132 parent: 0 }
      GBFlow.Row { grow: 0 id: 528 parent: 0 }
      GBFlow.Row { grow: 0 id: 222 parent: 0 }
    ]
  }
  Children:
  [
    #child: Toolbar
    Component Label
    {
      #keys: '[118298.3.66484278]'
      BaseType: 'Label'
      Properties:
      [
        Text: 'Sequence title'
        Transparent: true
      ]
    }
    Component LabelChoice
    {
      #keys: '[118298.3.66484280]'
      BaseType: 'Label'
      Properties:
      [
        Text: 'Decision step'
        Transparent: true
      ]
    }
    Component LabelConditionStep
    {
      #keys: '[118298.3.66484282]'
      BaseType: 'Label'
      Properties:
      [
        Text: 'Conditional step'
        Transparent: true
      ]
    }
    Component LabelCurrentStep
    {
      #keys: '[118298.3.66484284]'
      BaseType: 'Label'
      Properties:
      [
        Text: 'Current step'
        Transparent: true
      ]
    }
    Component ImageSequence
    {
      #keys: '[118298.3.72093564]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'Step'
        Transparent: true
      ]
    }
    Component ImageDecision
    {
      #keys: '[118298.3.72094657]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'QUESTION_AND_ANSWER'
        Transparent: true
      ]
    }
    Component ImageConditional
    {
      #keys: '[118298.3.72095622]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'BRANCH_ELEMENT'
        Transparent: true
      ]
    }
    Component ImageCurrent
    {
      #keys: '[118298.3.72095939]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'NAV_RIGHT_GREEN'
        Transparent: true
      ]
    }
    Component ImageSequenceTitle
    {
      #keys: '[135156.0.79148023]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'HELP'
        Tooltip: 'The title of a sequence'
        Transparent: true
      ]
    }
    Component ImageDecisionStep
    {
      #keys: '[135156.0.79150854]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'HELP'
        Tooltip: 'A step which destination is based on a user decision'
        Transparent: true
      ]
    }
    Component ImageCurrentStep
    {
      #keys: '[135156.0.79150868]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'HELP'
        Tooltip: 'The current selected step'
        Transparent: true
      ]
    }
    Component ImageConditionalStep
    {
      #keys: '[135156.0.79150892]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'HELP'
        Tooltip: 'A step which destination is based on an earlier decision'
        Transparent: true
      ]
    }
  ]
  Properties:
  [
    Height: 179
    Title: 'Legend'
    Width: 181
    ModeledStringList ChildOrdering
    {
      c: Toolbar
      c: Label
      c: LabelChoice
      c: LabelConditionStep
      c: LabelCurrentStep
      c: ImageSequence
      c: ImageDecision
      c: ImageConditional
      c: ImageCurrent
      c: ImageDecisionStep
      c: ImageSequenceTitle
      c: ImageCurrentStep
      c: ImageConditionalStep
    }
  ]
}