陈清红
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
110
111
112
113
114
115
116
117
118
119
120
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent DialogImportObjectGroupInProfile
{
  #keys: '[132894.0.15427435]'
  Accessibility: 'Extensible'
  BaseType: 'Dialog'
  Databinding: 'shadow[UserImportProfile]'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 716 parent: 0 }
      GBFlow.Column { grow: 128 id: 642 parent: 0 }
      GBFlow.Column { grow: 0 id: 757 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => LabelExcelPath
        Position { startcolumn: 716 startrow: 117 endcolumn: 716 endrow: 117 }
      }
      GBElement
      {
        Component => EditorExcelPath
        Position { startcolumn: 642 startrow: 117 endcolumn: 642 endrow: 117 }
      }
      GBElement
      {
        Component => LabelName
        Position { startcolumn: 716 startrow: 925 endcolumn: 716 endrow: 925 }
      }
      GBElement
      {
        Component => EditorName
        Position { startcolumn: 642 startrow: 925 endcolumn: 757 endrow: 925 }
      }
      GBElement
      {
        Component => SplitterWnd789
        Position { startcolumn: 716 startrow: 755 endcolumn: 757 endrow: 755 }
      }
      GBElement
      {
        Component => ButtonChangePath
        Position { startcolumn: 757 startrow: 117 endcolumn: 757 endrow: 117 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 925 parent: 0 }
      GBFlow.Row { grow: 0 id: 117 parent: 0 }
      GBFlow.Row { grow: 128 id: 755 parent: 0 }
    ]
  }
  Children:
  [
    #child: EditorExcelPath
    Component LabelExcelPath
    {
      #keys: '[132894.0.15427440]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Excel path'
        Transparent: true
      ]
    }
    #child: Toolbar866
    Component LabelName
    {
      #keys: '[132894.0.15452991]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Name'
        Transparent: true
      ]
    }
    #child: EditorName
    #child: SplitterWnd789
    Component ButtonChangePath
    {
      #keys: '[132894.0.58767406]'
      BaseType: 'Button'
      Properties:
      [
        Image: 'FOLDER'
        Text: 'Browse'
        Tooltip: 'Select a local folder to be used for this import profile'
      ]
    }
  ]
  Properties:
  [
    EnterButton: 'btnOk'
    EscapeButton: 'btnCancel'
    Height: 28
    IncludeInView: true
    Title: 'Import profile'
    Width: 160
    WindowState: 'minimized'
    ModeledStringList ChildOrdering
    {
      c: EditorName
      c: EditorExcelPath
      c: LabelExcelPath
      c: LabelName
      c: SplitterWnd789
      c: Toolbar866
      c: ButtonChangePath
    }
  ]
}