Lai,Risheng
2023-11-02 30c02e0c981b16be0918483543f4b812956c45d4
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
Quintiq file version 2.0
Component PanelSupplyPlanningButtonsCED
{
  #keys: '[139394.0.2132510826]'
  BaseType: 'WebPanel'
  Children:
  [
    Component ButtonSupplyPlanningCreate
    {
      #keys: '[139394.0.2132510827]'
      BaseType: 'WebButton'
      Properties:
      [
        ButtonSize: 'compact'
        DelegationID: 'ActionBarPlan_Create'
        DelegationType: 'observe@active'
        Image: 'ADD2'
        Label: 'Create...'
        Taborder: 0
      ]
    }
    Component ButtonSupplyPlanningEdit
    {
      #keys: '[139394.0.2132510831]'
      BaseType: 'WebButton'
      Properties:
      [
        ButtonSize: 'compact'
        DelegationID: 'ActionBarPlan_Edit'
        DelegationType: 'observe@active'
        Image: 'PENCIL'
        Label: 'Edit...'
        Taborder: 1
      ]
    }
    Component ButtonSupplyPlanningDelete
    {
      #keys: '[139394.0.2132510832]'
      BaseType: 'WebButton'
      Properties:
      [
        ButtonSize: 'compact'
        DelegationID: 'ActionBarPlan_Delete'
        DelegationType: 'observe@active'
        Image: 'DELETE'
        Label: 'Delete'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
  ]
}