yanweiyuan3
2023-08-09 98db93a55d7079e89c706c18b15eeaecd0ec539a
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent DialogCreateEditInventorySpecification
{
  #keys: '[108486.0.904619984]'
  Accessibility: 'Extensible'
  BaseType: 'Dialog'
  Databinding: 'shadow[InventorySpecification]'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 128 id: 1 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => CheckBoxBatchEditMinLevel
        Position { startcolumn: 1 startrow: 2 endcolumn: 1 endrow: 2 }
      }
      GBElement
      {
        Component => GroupPanelMinLevel
        Position { startcolumn: 1 startrow: 3 endcolumn: 1 endrow: 3 }
      }
      GBElement
      {
        Component => GroupPanel
        Position { startcolumn: 1 startrow: 15 endcolumn: 1 endrow: 15 }
      }
      GBElement
      {
        Component => CheckBoxBatchEditMaxLevel
        Position { startcolumn: 1 startrow: 31 endcolumn: 1 endrow: 31 }
      }
      GBElement
      {
        Component => GroupPanelMaxLevel
        Position { startcolumn: 1 startrow: 32 endcolumn: 1 endrow: 32 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 15 parent: 0 }
      GBFlow.Row { grow: 0 id: 2 parent: 0 }
      GBFlow.Row { grow: 0 id: 3 parent: 0 }
      GBFlow.Row { grow: 0 id: 31 parent: 0 }
      GBFlow.Row { grow: 0 id: 32 parent: 0 }
    ]
  }
  Children:
  [
    #child: GroupPanelMinLevel
    Component CheckBoxBatchEditMinLevel
    {
      #keys: '[105706.1.122031270]'
      BaseType: 'CheckBox'
      Properties:
      [
        Shortcut: 'Alt+E'
        SizePosition: 'lt16 126 216 232'
        Text: 'Batch &edit min inventory level'
      ]
    }
    #child: Toolbar
    #child: GroupPanel
    #child: GroupPanelMaxLevel
    Component CheckBoxBatchEditMaxLevel
    {
      #keys: '[112884.1.211463318]'
      BaseType: 'CheckBox'
      Properties:
      [
        Shortcut: 'Alt+L'
        SizePosition: 'lt16 126 216 232'
        Text: 'Batch edit max inventory leve&l'
      ]
    }
  ]
  Properties:
  [
    EnterButton: 'btnOk'
    EscapeButton: 'btnCancel'
    Height: 491
    InitialPlacement: 'floating'
    Title: 'Inventory specification'
    Width: 454
    ModeledStringList ChildOrdering
    {
      c: GroupPanel
      c: CheckBoxBatchEditMinLevel
      c: GroupPanelMinLevel
      c: CheckBoxBatchEditMaxLevel
      c: GroupPanelMaxLevel
      c: Toolbar
    }
  ]
}