xiaoding721
2023-11-13 e4edcfd0b987b239526f5375881b919789782dad
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent DialogEDIImportExport
{
  #keys: '[108486.1.1092793945]'
  Accessibility: 'Extensible'
  BaseType: 'Dialog'
  Databinding: 'shadow[DefaultImportProfile]'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 648 parent: 0 }
      GBFlow.Column { grow: 128 id: 75 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => LabelSourceDestination
        Position { startcolumn: 648 startrow: 118 endcolumn: 648 endrow: 118 }
      }
      GBElement
      {
        Component => RadioButtonGroupExcelOrDataManager
        Position { startcolumn: 75 startrow: 118 endcolumn: 75 endrow: 118 }
      }
      GBElement
      {
        Component => PanelExcel
        Position { startcolumn: 648 startrow: 523 endcolumn: 75 endrow: 523 }
      }
      GBElement
      {
        Component => PanelDataExchangeFramework
        Position { startcolumn: 648 startrow: 616 endcolumn: 75 endrow: 616 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 118 parent: 0 }
      GBFlow.Row { grow: 0 id: 616 parent: 0 }
      GBFlow.Row { grow: 128 id: 523 parent: 0 }
    ]
  }
  Children:
  [
    #child: Toolbar
    Component LabelSourceDestination
    {
      #keys: '[124808.0.913152507]'
      BaseType: 'Label'
      Properties:
      [
        Font: 'FontBold'
        Text: 'Source / Destination :'
        Transparent: true
      ]
    }
    Component RadioButtonGroupExcelOrDataManager
    {
      #keys: '[124808.0.920620755]'
      BaseType: 'RadioButtonGroup'
      Properties:
      [
        BoundValue: 'Excel'
        ButtonLabels: '&Excel ; &Data exchange framework ; &3DDrive'
        ButtonValues: 'Excel;DataExchangeFramework;3DDrive'
        HasMemory: 'SettingsOnly'
        Horizontal: true
      ]
    }
    #child: PanelExcel
    #child: PanelDataExchangeFramework
  ]
  Properties:
  [
    EnterButton: 'btnImportExport'
    EscapeButton: 'btnCancel'
    Height: 711
    Image: 'IMPORT'
    IncludeInView: true
    InitialPlacement: 'floating'
    Title: 'Import/export data'
    Width: 738
    ModeledStringList ChildOrdering
    {
      c: RadioButtonGroupExcelOrDataManager
      c: PanelDataExchangeFramework
      c: LabelSourceDestination
      c: PanelExcel
      c: Toolbar
    }
  ]
}