| 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
 | | Quintiq file version 2.0 |  | Component PanelGeneral id:PanelGeneral_549 |  | { |  |   #keys: '[137862.0.109918499]' |  |   BaseType: 'WebPanel' |  |   Children: |  |   [ |  |     Component edtName |  |     { |  |       #keys: '[137862.0.109918500]' |  |       BaseType: 'WebEditField' |  |       Properties: |  |       [ |  |         DataBinding: 'DataHolderDialogData.Data.Name' |  |         Label: 'Scenario name' |  |         Taborder: 0 |  |       ] |  |     } |  |     Component edtAssumption |  |     { |  |       #keys: '[137862.0.109918501]' |  |       BaseType: 'WebEditField' |  |       Properties: |  |       [ |  |         Label: 'Assumption' |  |         Taborder: 1 |  |       ] |  |     } |  |     Component edtComment |  |     { |  |       #keys: '[137862.0.109918502]' |  |       BaseType: 'WebEditField' |  |       Properties: |  |       [ |  |         DataBinding: 'DataHolderDialogData.Data.Comment' |  |         FixedSize: false |  |         Label: 'Comments' |  |         Multiline: true |  |         Taborder: 2 |  |       ] |  |     } |  |   ] |  |   Properties: |  |   [ |  |     Taborder: 0 |  |     Title: 'General' |  |   ] |  | } | 
 |