haorenhui
2023-10-30 6d6cc10d9e8e242661da7fd655dec155a09d676c
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Quintiq file version 2.0
Component pnlExportDEF
{
  #keys: '[145730.0.1338151588]'
  BaseType: 'WebPanel'
  Children:
  [
    Component EditFieldNewSet id:EditFieldNewSet_424
    {
      #keys: '[145730.0.1338151637]'
      BaseType: 'WebEditField'
      Properties:
      [
        Label: 'Name'
        MaxRows: 0
        NumberOfColumns: 0
        Taborder: 2
        Tooltip: 'Edit the name of new set.'
      ]
    }
    Component CheckboxNewSet
    {
      #keys: '[145730.0.1338184783]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        CheckboxType: 'toggle'
        Label: 'Use New Set'
        NumberOfColumns: 0
        ShowPadding: false
        Taborder: 1
        Tooltip: 'Toggle to create a new set'
      ]
    }
    Component DropDownListExistingSet id:DropDownListExistingSet_791
    {
      #keys: '[145730.0.1347190856]'
      BaseType: 'WebDropDownList'
      Databinding: 'LibDEF_SetMeta'
      Children:
      [
        Component DataExtractorExistingSet id:DataExtractorExistingSet_812
        {
          #keys: '[145730.0.1347190857]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'LibDEF_DataBroker'
            FixedFilter: 'object.ChannelName() = LibDEC_ChannelMP_Plan::CHANNEL_NAME()'
            Source: 'LibDEF_DataBroker'
            Taborder: 0
            Transformation: 'System.SetTypeMeta.SetMeta'
          ]
        }
        Component DataSetLevelExistingSet id:DataSetLevelExistingSet_529
        {
          #keys: '[145730.0.1347190858]'
          BaseType: 'WebDataSetLevel'
          Properties:
          [
            Columns: 'Name'
            Taborder: 1
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'DropDownListExistingSet.Data'
        DisplayField: 'Name'
        FixedSize: false
        Label: 'Use Existing Set'
        NumberOfColumns: 2
        Taborder: 0
        Tooltip: 'Drop down list to pick an existing set.'
      ]
    }
  ]
  Properties:
  [
    Taborder: 2
    Title: 'Export to Scheduler'
    Tooltip: 'MP-SC integration export mode'
  ]
}