hongji.li
2023-11-05 2713c338a98325cad21ebec2085802a5e49a98ef
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
Quintiq file version 2.0
#root
#parent: WizardLibrary
OrphanComponent LibWiz_DialogInitSelectionConditionElement
{
  #keys: '[133070.0.45033661]'
  BaseType: 'Dialog'
  Databinding: 'shadow[LibWiz_InitSelectionConditionElement]'
  GBLayout
  {
    Type: 'GBLayoutDefinition'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 333 parent: 0 }
      GBFlow.Column { grow: 128 id: 774 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => Label
        Position { startcolumn: 333 startrow: 678 endcolumn: 333 endrow: 678 }
      }
      GBElement
      {
        Component => EditorName
        Position { startcolumn: 774 startrow: 678 endcolumn: 774 endrow: 678 }
      }
      GBElement
      {
        Component => Label620
        Position { startcolumn: 333 startrow: 970 endcolumn: 333 endrow: 970 }
      }
      GBElement
      {
        Component => SelectionRelatedChoice
        Position { startcolumn: 774 startrow: 970 endcolumn: 774 endrow: 970 }
      }
      GBElement
      {
        Component => Label561
        Position { startcolumn: 333 startrow: 609 endcolumn: 333 endrow: 609 }
      }
      GBElement
      {
        Component => SelectionCondition
        Position { startcolumn: 774 startrow: 609 endcolumn: 774 endrow: 609 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 678 parent: 0 }
      GBFlow.Row { grow: 0 id: 970 parent: 0 }
      GBFlow.Row { grow: 0 id: 609 parent: 0 }
    ]
  }
  Children:
  [
    #child: EditorName
    Component Label
    {
      #keys: '[121114.1.2068640004]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Name'
        Transparent: true
      ]
    }
    #child: Toolbar
    Component Label620
    {
      #keys: '[121114.1.2068650708]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Related choice'
        Transparent: true
      ]
    }
    #child: SelectionRelatedChoice
    Component Label561
    {
      #keys: '[121114.1.2068653243]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Condition'
        Transparent: true
      ]
    }
    #child: SelectionCondition
  ]
  Properties:
  [
    EnterButton: 'btnOk'
    EscapeButton: 'btnCancel'
    Height: 174
    Image: 'CHECKEDCHECKBOX'
    Title: 'Conditional element'
    Width: 434
    ModeledStringList ChildOrdering
    {
      c: EditorName
      c: Label
      c: SelectionRelatedChoice
      c: SelectionCondition
      c: Toolbar
      c: Label620
      c: Label561
    }
  ]
}