陈清红
2025-04-14 880f3c0257eeb8c37761d484258fdd102a369a19
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
Quintiq file version 2.0
#root
#parent: Calendars
OrphanComponent LibCal_pnlExportButton
{
  #keys: '[131094.0.1779885919]'
  BaseType: 'Panel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 933 parent: 0 }
      GBFlow.Column { grow: 0 id: 509 parent: 0 }
      GBFlow.Column { grow: 0 id: 661 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => btnExportCalendars
        Position { startcolumn: 933 startrow: 596 endcolumn: 933 endrow: 596 }
      }
      GBElement
      {
        Component => lblExportID
        Position { startcolumn: 509 startrow: 741 endcolumn: 509 endrow: 741 }
      }
      GBElement
      {
        Component => lblMyExportID
        Position { startcolumn: 661 startrow: 596 endcolumn: 661 endrow: 596 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 0 bottom: 0 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 596 parent: 0 }
      GBFlow.Row { grow: 0 id: 741 parent: 0 }
    ]
  }
  Children:
  [
    Component btnExportCalendars
    {
      #keys: '[131094.0.1779886824]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'EXPORT1'
        Tooltip: 'Export calendar data.'
      ]
    }
    Component dhExportSource
    {
      #keys: '[131094.0.1779887198]'
      BaseType: 'DataHolder'
      Databinding: 'LibCal_ImportExport'
      Properties:
      [
        PosX: 28
      ]
    }
    Component vhContext
    {
      #keys: '[131094.0.1883683237]'
      BaseType: 'ValueHolder'
      Databinding: 'String'
      Properties:
      [
        PosX: 56
      ]
    }
    Component lblExportID
    {
      #keys: '[131094.0.2122154201]'
      BaseType: 'Label'
      Properties:
      [
        DataBinding: 'dhExportSource.Data.ExportID'
        Text: ''
        Transparent: true
        Visible: false
      ]
    }
    Component lblMyExportID
    {
      #keys: '[131094.1.1073875366]'
      BaseType: 'Label'
      Properties:
      [
        Text: ''
        Transparent: true
        Visible: false
      ]
    }
  ]
  Properties:
  [
    ModeledStringList ChildOrdering
    {
      c: btnExportCalendars
      c: dhExportSource
      c: vhContext
      c: lblExportID
      c: lblMyExportID
    }
  ]
}