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
56
57
58
59
Quintiq file version 2.0
Component pnlActions
{
  #keys: '[137862.0.56208586]'
  BaseType: 'WebPanel'
  Children:
  [
    Component btnOK
    {
      #keys: '[137862.0.56208588]'
      BaseType: 'WebButton'
      Properties:
      [
        Label: 'OK'
        Taborder: 2
      ]
    }
    Component btnCancel
    {
      #keys: '[137862.0.56208589]'
      BaseType: 'WebButton'
      Properties:
      [
        Label: 'Cancel'
        Taborder: 3
      ]
    }
    Component btnSavePreferences
    {
      #keys: '[136682.3.969541087]'
      BaseType: 'WebButton'
      Properties:
      [
        Label: 'Save my preferences'
        Taborder: 0
        Tooltip: 'The changes will be saved in the current scenario and used by all users while they are operating in the current scenario.'
      ]
    }
    Component btnRestoreDefault
    {
      #keys: '[136682.3.969541160]'
      BaseType: 'WebButton'
      Properties:
      [
        Label: 'Restore default'
        Taborder: 1
        Tooltip: 'Saved changes will be discarded.'
      ]
    }
  ]
  Properties:
  [
    Alignment: 'trailing'
    Border: true
    FixedSize: true
    Orientation: 'horizontal'
    Taborder: 1
  ]
}