yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
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
Quintiq file version 2.0
Component gpLabelFiltering
{
  #keys: '[146450.2.1222195535]'
  BaseType: 'GroupPanel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 246 parent: 0 }
      GBFlow.Column { grow: 128 id: 569 parent: 0 }
      GBFlow.Column { grow: 0 id: 140 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => cbLabelFilterEnabled
        Position { startcolumn: 246 startrow: 808 endcolumn: 246 endrow: 808 }
      }
      GBElement
      {
        Component => btnUnselectLabels
        Position { startcolumn: 140 startrow: 278 endcolumn: 140 endrow: 278 }
      }
      GBElement
      {
        Component => /lstLabelFilter
        Position { startcolumn: 246 startrow: 574 endcolumn: 140 endrow: 574 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 808 parent: 0 }
      GBFlow.Row { grow: 128 id: 574 parent: 0 }
      GBFlow.Row { grow: 0 id: 278 parent: 0 }
    ]
  }
  Children:
  [
    Component cbLabelFilterEnabled
    {
      #keys: '[146450.2.1222195536]'
      BaseType: 'CheckBox'
      Properties:
      [
        HasMemory: 'ViewsAndSettings'
        Text: 'Enable label filter'
      ]
    }
    Component btnUnselectLabels
    {
      #keys: '[146450.2.1222195551]'
      BaseType: 'Button'
      Properties:
      [
        Text: 'Unselect'
        Tooltip: 'Unselects all labels in the label-filter list.'
      ]
    }
    #child: lstLabelFilter
  ]
  Properties:
  [
    Text: 'Label filtering'
    ModeledStringList ChildOrdering
    {
      c: cbLabelFilterEnabled
      c: lstLabelFilter
      c: btnUnselectLabels
    }
  ]
}