yanweiyuan3
2023-09-21 765e7ec8426f896bf78a8749e38bd1656ca05474
_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeChart/_ROOT_Component_FormCapacityAndSaleBudgeChart.def
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,94 @@
Quintiq file version 2.0
#root
#parent: MacroPlannerWebApp
OrphanComponent FormCapacityAndSaleBudgeChart
{
  #keys: '[414384.0.852503421]'
  BaseType: 'WebForm'
  Children:
  [
    #child: ChartCapacityAndSaleBudgeChart
    Component ButtonCapacityAndSaleBudgeChartTest
    {
      #keys: '[414384.0.857443217]'
      BaseType: 'WebButton'
      Properties:
      [
        Label: '生成'
        Taborder: 6
      ]
    }
    Component DropDownYears
    {
      #keys: '[414384.0.857740648]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        Label: '年份'
        Taborder: 2
      ]
    }
    Component DropDownBusinessTypes
    {
      #keys: '[414384.0.857740658]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        AllowEmpty: true
        Label: '事业部'
        Taborder: 3
      ]
    }
    Component DropDownPlaceOfProductionOfArrays
    {
      #keys: '[414384.0.857770736]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        AllowEmpty: true
        Label: '面板基地'
        Taborder: 4
      ]
    }
    Component CheckboxIsCapacity
    {
      #keys: '[414384.0.857770765]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        Label: '产能'
        Taborder: 5
      ]
    }
    Component DropDownTimeGroup
    {
      #keys: '[414384.0.857771238]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        InitialValue: '月'
        Label: '时间分组'
        Strings: '月;季度;半年;å¹´'
        Taborder: 1
      ]
    }
    Component DropDownByBusinessTypeOrByOrgCode
    {
      #keys: '[414384.0.857702904]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        InitialValue: '事业部'
        Label: '根据面板基地/事业部分组'
        Strings: '面板基地;事业部'
        Taborder: 0
      ]
    }
  ]
  Properties:
  [
    Description: '年度产销预算复盘图表'
    Image: 'COLUMN-CHART'
    Title: '年度产销预算复盘图表'
  ]
}