yypsybs
2023-10-10 550ebcf02217f8a0c6fe9001fcfa8e42e9cd6b83
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 PanelSalesCED
{
  #keys: '[139394.0.2130171245]'
  BaseType: 'WebPanel'
  Children:
  [
    Component ButtonSalesCreate
    {
      #keys: '[139394.0.2130171246]'
      BaseType: 'WebButton'
      Properties:
      [
        ButtonSize: 'compact'
        DelegationID: 'ActionBarSales_Create'
        DelegationType: 'observe@active'
        Image: 'ADD2'
        Label: 'Create...'
        Taborder: 0
      ]
    }
    Component ButtonSalesEdit
    {
      #keys: '[139394.0.2130171250]'
      BaseType: 'WebButton'
      Properties:
      [
        ButtonSize: 'compact'
        DelegationID: 'ActionBarSales_Edit'
        DelegationType: 'observe@active'
        Image: 'PENCIL'
        Label: 'Edit...'
        Taborder: 1
      ]
    }
    Component ButtonSalesDelete
    {
      #keys: '[139394.0.2130171251]'
      BaseType: 'WebButton'
      Properties:
      [
        ButtonSize: 'compact'
        DelegationID: 'ActionBarSales_Delete'
        DelegationType: 'observe@active'
        Image: 'DELETE'
        Label: 'Delete'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
  ]
}