xiaoding721
2023-11-13 e4edcfd0b987b239526f5375881b919789782dad
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
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[414702.0.157903682]'
  BaseType: 'WebPanel'
  Children:
  [
    Component dsStartDate
    {
      #keys: '[414702.0.158296102]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.StartDate'
        Label: '开始'
        Taborder: 2
      ]
    }
    Component npDemandQuantity
    {
      #keys: '[414702.0.158296123]'
      BaseType: 'WebNumberPicker'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.DemandQuantity'
        Label: '需求数量'
        Taborder: 3
      ]
    }
    Component efMaterialDescription
    {
      #keys: '[414702.0.157412917]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.MaterialDescription'
        Label: '物料描述'
        Taborder: 1
      ]
    }
    Component ddslPanelModel
    {
      #keys: '[414702.0.157757933]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.PanelModel'
        Label: '面板型号'
        Taborder: 0
      ]
    }
  ]
  Properties:
  [
    Padding: 'true'
    Taborder: 1
  ]
}