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
60
61
62
63
64
65
66
67
68
69
70
71
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[134266.1.2061690240]'
  BaseType: 'WebPanel'
  Children:
  [
    Component edtTitle
    {
      #keys: '[138546.0.38187552]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Title'
        Label: 'Title'
        Taborder: 0
      ]
    }
    Component DropDownStringListType
    {
      #keys: '[138546.0.38187584]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Type'
        Label: 'Type'
        Taborder: 2
      ]
    }
    Component edtCategory
    {
      #keys: '[138546.0.38187618]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Category'
        Label: 'Category'
        Taborder: 3
      ]
    }
    Component DropDownStringListImportance
    {
      #keys: '[138546.0.38187648]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Importance'
        Label: 'Importance'
        Sorting: 'none'
        Taborder: 4
      ]
    }
    Component edtDescription
    {
      #keys: '[138546.0.38187680]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Description'
        FixedSize: false
        Label: 'Description'
        Multiline: true
        Taborder: 1
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
  ]
}