陈清红
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent ScenarioManager_DialogCreateEditMPScenario
{
  #keys: '[11766.1.534290060]'
  Accessibility: 'Extensible'
  BaseType: 'Dialog'
  Databinding: 'Scenario'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 128 id: 4 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => TabComponent
        Position { startcolumn: 4 startrow: 1 endcolumn: 4 endrow: 1 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 128 id: 1 parent: 0 }
    ]
  }
  Children:
  [
    Component DataHolderKB
    {
      #keys: '[106810.1.80242918]'
      BaseType: 'DataHolder'
      Databinding: 'internal[KBInfos]*'
      Properties:
      [
        MergeStyle: 'Unite'
        PosX: 273
        PosY: 31
      ]
    }
    Component DataHolderScenarioManager
    {
      #keys: '[106810.1.80242940]'
      BaseType: 'DataHolder'
      Databinding: 'ScenarioManager'
      Properties:
      [
        PosX: 272
        PosY: 61
      ]
    }
    #child: Toolbar
    Component TabComponent
    {
      #keys: '[110880.8.192259145]'
      BaseType: 'TabComponent'
      Children:
      [
        #child: TabPageKnowledge
        #child: TabPageStorage
        #child: TabPageGeneral
        #child: TabPageAdvanced
      ]
      Properties:
      [
        DoubleBuffering: false
        SizePosition: 'ss1 24 2 33'
        ModeledStringList ChildOrdering
        {
          c: TabPageGeneral
          c: TabPageKnowledge
          c: TabPageStorage
          c: TabPageAdvanced
        }
      ]
    }
  ]
  Properties:
  [
    EnterButton: 'ButtonOk'
    EscapeButton: 'ButtonCancel'
    Height: 349
    InitialPlacement: 'floating'
    Title: 'Scenario for macro plan'
    Width: 552
    ModeledStringList ChildOrdering
    {
      c: TabComponent
      c: Toolbar
      c: DataHolderKB
      c: DataHolderScenarioManager
    }
  ]
}