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
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[415136.0.725510879]'
  BaseType: 'WebPanel'
  Children:
  [
    Component efName
    {
      #keys: '[415136.0.725510966]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'dhDialogData.Data.Name'
        Label: 'Name'
        Taborder: 0
      ]
    }
    Component efID
    {
      #keys: '[415136.0.725510984]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'dhDialogData.Data.ID'
        Label: 'ID'
        Taborder: 1
      ]
    }
    Component selParent
    {
      #keys: '[415136.0.724250516]'
      BaseType: 'WebDropDownList'
      Databinding: 'LibCal_EventType'
      Children:
      [
        Component DataExtractorProduct
        {
          #keys: '[415136.0.724250517]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[LibCal_EventType]'
            Source: 'dhParentEventTypeSelection'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'dhDialogData.Data.Parent'
        DisplayField: 'Name'
        FixedSize: false
        Label: 'Parent event type'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    Padding: 'true'
    Taborder: 4
  ]
}