lihongji
2024-07-31 16fbcd5516b12b5a80260543f13a97706289dbe3
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
Quintiq file version 2.0
Component pOperaction
{
  #keys: '[412672.1.33151285]'
  BaseType: 'WebPanel'
  Children:
  [
    Component cbStandardHours
    {
      #keys: '[412672.1.33151450]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        CheckboxType: 'toggle'
        Label: '标准工时制'
        Taborder: 0
      ]
    }
    Component cbComprehensiveHours
    {
      #keys: '[412672.1.33151469]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        CheckboxType: 'toggle'
        Label: '综合工时制'
        Taborder: 1
      ]
    }
    Component dsStartDate
    {
      #keys: '[412672.1.33151495]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        Taborder: 2
      ]
    }
    Component dsEndDate
    {
      #keys: '[412672.1.33151514]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        Date: 9999-12-31
        Taborder: 3
      ]
    }
    Component bCalculating
    {
      #keys: '[412672.1.33180446]'
      BaseType: 'WebButton'
      Properties:
      [
        Label: 'Calculating'
        Taborder: 4
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Taborder: 0
  ]
}