admin
2025-01-22 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de
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
240
241
242
243
Quintiq file version 2.0
#root
#parent: SOPWorkflow
OrphanComponent SWF_FormMyActivities
{
  #keys: '[107588.2015.1151641294]'
  BaseType: 'Form'
  EditSecurity: 'Workflow'
  ViewSecurity: 'Workflow'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 834 parent: 0 }
      GBFlow.Column { grow: 0 id: 496 parent: 0 }
      GBFlow.Column { grow: 0 id: 526 parent: 0 }
      GBFlow.Column { grow: 128 id: 471 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => SWF_ActivityWindow
        Position { startcolumn: 834 startrow: 905 endcolumn: 471 endrow: 905 }
      }
      GBElement
      {
        Component => ButtonNewActivity
        Position { startcolumn: 834 startrow: 553 endcolumn: 834 endrow: 553 }
      }
      GBElement
      {
        Component => ButtonCloseActivity
        Position { startcolumn: 834 startrow: 741 endcolumn: 834 endrow: 741 }
      }
      GBElement
      {
        Component => ButtonReplyActivity
        Position { startcolumn: 496 startrow: 741 endcolumn: 496 endrow: 741 }
      }
      GBElement
      {
        Component => ButtonReplyAndCloseActivity
        Position { startcolumn: 526 startrow: 741 endcolumn: 526 endrow: 741 }
      }
      GBElement
      {
        Component => ButtonForwardAndCloseActivity
        Position { startcolumn: 526 startrow: 553 endcolumn: 526 endrow: 553 }
      }
      GBElement
      {
        Component => ButtonForwardAcyivity
        Position { startcolumn: 496 startrow: 553 endcolumn: 496 endrow: 553 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 0 bottom: 0 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 553 parent: 0 }
      GBFlow.Row { grow: 0 id: 741 parent: 0 }
      GBFlow.Row { grow: 128 id: 905 parent: 0 }
    ]
  }
  Children:
  [
    Component ButtonNewActivity
    {
      #keys: '[113694.2.1190283376]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'document_plain_new'
        LayoutGroup: 'Button0'
        Text: 'New'
      ]
    }
    Component ButtonCloseActivity
    {
      #keys: '[113694.2.1190283628]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'document_check'
        LayoutGroup: 'Button'
        Text: 'Close'
      ]
      ResponseDefinitions:
      [
        ResponseDefinition OnClick id:Responsedef_SWF_FormMyActivities_ButtonCloseActivity_OnClick
        {
          #keys: '[113694.2.1190340991]'
          IsInherited: false
          ResponseType: 'OnClick'
          Arguments:
          [
            ResponseDefinitionArgument selection
            {
              #keys: '[113694.2.1190341167]'
              Binding: 'ListSWF_Activity.Selection()'
            }
          ]
        }
      ]
    }
    Component ButtonReplyActivity
    {
      #keys: '[113694.2.1190291805]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'user1_back'
        LayoutGroup: 'Button'
        Text: 'Reply'
        Tooltip: 'Create a new activity for the previous user based on the selected activity'
      ]
      ResponseDefinitions:
      [
        ResponseDefinition OnClick id:Responsedef_SWF_FormMyActivities_ButtonReplyActivity_OnClick
        {
          #keys: '[113694.2.1190356935]'
          IsInherited: false
          ResponseType: 'OnClick'
          Arguments:
          [
            ResponseDefinitionArgument selection
            {
              #keys: '[113694.2.1190357088]'
              Binding: 'ListSWF_Activity.Selection()'
            }
          ]
        }
      ]
    }
    Component ButtonReplyAndCloseActivity
    {
      #keys: '[113694.2.1190292477]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'user1_back'
        LayoutGroup: 'Button'
        Text: 'Reply and close'
        Tooltip: 'Create a new activity for the previous user based on the selected activity and close it'
      ]
      ResponseDefinitions:
      [
        ResponseDefinition OnClick id:Responsedef_SWF_FormMyActivities_ButtonReplyAndCloseActivity_OnClick
        {
          #keys: '[113694.2.1190357522]'
          IsInherited: false
          ResponseType: 'OnClick'
          Arguments:
          [
            ResponseDefinitionArgument selection
            {
              #keys: '[113694.2.1190357623]'
              Binding: 'ListSWF_Activity.Selection()'
            }
          ]
        }
      ]
    }
    Component ButtonForwardAndCloseActivity
    {
      #keys: '[113694.2.1190295580]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'user1_into'
        LayoutGroup: 'Button0'
        Text: 'Forward and close'
        Tooltip: 'Create a new activity for another user based on the selected activity and close it'
      ]
      ResponseDefinitions:
      [
        ResponseDefinition OnClick id:Responsedef_SWF_FormMyActivities_ButtonForwardAndCloseActivity_OnClick
        {
          #keys: '[113694.2.1190356503]'
          IsInherited: false
          ResponseType: 'OnClick'
          Arguments:
          [
            ResponseDefinitionArgument selection
            {
              #keys: '[113694.2.1190356621]'
              Binding: 'ListSWF_Activity.Selection()'
            }
          ]
        }
      ]
    }
    Component ButtonForwardAcyivity
    {
      #keys: '[113694.2.1190295718]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'user1_into'
        LayoutGroup: 'Button0'
        Text: 'Forward'
        Tooltip: 'Create a new activity for another user based on the selected activity'
      ]
      ResponseDefinitions:
      [
        ResponseDefinition OnClick id:Responsedef_SWF_FormMyActivities_ButtonForwardAcyivity_OnClick
        {
          #keys: '[113694.2.1190355802]'
          IsInherited: false
          ResponseType: 'OnClick'
          Arguments:
          [
            ResponseDefinitionArgument selection
            {
              #keys: '[113694.2.1190355986]'
              Binding: 'ListSWF_Activity.Selection()'
            }
          ]
        }
      ]
    }
    #child: SWF_ActivityWindow
  ]
  Properties:
  [
    Height: 470
    Image: 'ALARMCLOCK'
    IncludeInView: true
    Title: 'My activities'
    Width: 656
    ModeledStringList ChildOrdering
    {
      c: ButtonNewActivity
      c: ButtonForwardAcyivity
      c: ButtonForwardAndCloseActivity
      c: ButtonCloseActivity
      c: ButtonReplyActivity
      c: ButtonReplyAndCloseActivity
      c: SWF_ActivityWindow
    }
  ]
}