lazhen
2025-01-09 8afe90b633046db39042aada36b88193062f8cff
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
Quintiq file version 2.0
#root
#parent: TestGeneratorDesktop
OrphanComponent DialogTG_UIDialog
{
  #keys: '[142876.9.1256925636]'
  BaseType: 'Dialog'
  Databinding: 'shadow[TG_UIDialog]'
  GBLayout
  {
    Type: 'GBLayoutDefinition'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 427 parent: 0 }
      GBFlow.Column { grow: 0 id: 515 parent: 0 }
      GBFlow.Column { grow: 128 id: 390 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => Label786
        Position { startcolumn: 427 startrow: 901 endcolumn: 427 endrow: 901 }
      }
      GBElement
      {
        Component => Label990
        Position { startcolumn: 427 startrow: 740 endcolumn: 427 endrow: 740 }
      }
      GBElement
      {
        Component => Label110
        Position { startcolumn: 427 startrow: 431 endcolumn: 427 endrow: 431 }
      }
      GBElement
      {
        Component => EditorName
        Position { startcolumn: 515 startrow: 901 endcolumn: 390 endrow: 901 }
      }
      GBElement
      {
        Component => Label549
        Position { startcolumn: 427 startrow: 998 endcolumn: 427 endrow: 998 }
      }
      GBElement
      {
        Component => EditorTitle
        Position { startcolumn: 515 startrow: 740 endcolumn: 390 endrow: 740 }
      }
      GBElement
      {
        Component => CheckBoxIsCreated
        Position { startcolumn: 515 startrow: 431 endcolumn: 515 endrow: 431 }
      }
      GBElement
      {
        Component => Label849
        Position { startcolumn: 427 startrow: 633 endcolumn: 427 endrow: 633 }
      }
      GBElement
      {
        Component => EditorSuggestedName
        Position { startcolumn: 515 startrow: 998 endcolumn: 390 endrow: 998 }
      }
      GBElement
      {
        Component => EditorCreatedName
        Position { startcolumn: 515 startrow: 633 endcolumn: 390 endrow: 633 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 901 parent: 0 }
      GBFlow.Row { grow: 0 id: 740 parent: 0 }
      GBFlow.Row { grow: 0 id: 431 parent: 0 }
      GBFlow.Row { grow: 0 id: 998 parent: 0 }
      GBFlow.Row { grow: 0 id: 633 parent: 0 }
    ]
  }
  Children:
  [
    #child: EditorName
    Component Label786
    {
      #keys: '[142876.9.1256925674]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Name'
        Transparent: true
      ]
    }
    #child: EditorTitle
    Component Label990
    {
      #keys: '[142876.9.1256925706]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Title'
        Transparent: true
      ]
    }
    Component CheckBoxIsCreated
    {
      #keys: '[142876.9.1256925712]'
      BaseType: 'CheckBox'
      Properties:
      [
        DataBinding: 'Dialog.Data.IsCreated'
        Enabled: false
        Text: 'IsCreated'
      ]
    }
    Component Label110
    {
      #keys: '[142876.9.1256925718]'
      BaseType: 'Label'
      Properties:
      [
        Text: ''
        Transparent: true
      ]
    }
    #child: EditorSuggestedName
    Component Label549
    {
      #keys: '[142876.9.1256925749]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Suggested name'
        Transparent: true
      ]
    }
    #child: EditorCreatedName
    Component Label849
    {
      #keys: '[142876.9.1256925781]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Created name'
        Transparent: true
      ]
    }
    #child: Toolbar148
  ]
  Properties:
  [
    EnterButton: 'btnOk'
    EscapeButton: 'btnCancel'
    Height: 220
    Title: 'TG_UIDialog'
    Width: 250
    ModeledStringList ChildOrdering
    {
      c: EditorName
      c: EditorTitle
      c: Label786
      c: CheckBoxIsCreated
      c: EditorSuggestedName
      c: EditorCreatedName
      c: Label990
      c: Label110
      c: Label549
      c: Label849
      c: Toolbar148
    }
  ]
}