yanweiyuan3
2023-09-21 765e7ec8426f896bf78a8749e38bd1656ca05474
_Main/UI/MacroPlannerWebApp/Component_DialogFillingCustomerAndForecast/Component_pnlContent.def
对比新文件
@@ -0,0 +1,85 @@
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[414382.0.415330992]'
  BaseType: 'WebPanel'
  Children:
  [
    Component efVerNo
    {
      #keys: '[414382.0.415451216]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderFilling.Data.VerNo'
        Label: 'VerNo'
        Taborder: 0
      ]
    }
    Component efBusinessType
    {
      #keys: '[414382.0.413702519]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderFilling.Data.BusinessType'
        Enabled: false
        Label: 'BusinessType'
        ReadOnly: true
        Taborder: 1
      ]
    }
    Component efCustomer
    {
      #keys: '[414382.0.415542596]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderFilling.Data.Customer'
        Enabled: false
        Label: 'Customer'
        ReadOnly: true
        Taborder: 2
      ]
    }
    Component edtSalesAmount
    {
      #keys: '[414382.0.414851317]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderFilling.Data.SalesAmount'
        Label: 'SalesAmount'
        Taborder: 3
      ]
    }
    Component dsDemandDate id:dsDemandDate_768
    {
      #keys: '[414382.0.413703310]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderFilling.Data.DemandDate'
        Label: 'Demand Date'
        ReadOnly: true
        Taborder: 4
      ]
    }
    Component dsForecastDemandDate id:dsForecastDemandDate_515
    {
      #keys: '[414382.0.413703326]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderFilling.Data.ForecastDemandDate'
        Label: 'Forecast Demand Date'
        Taborder: 5
      ]
    }
  ]
  Properties:
  [
    Padding: 'true'
    Taborder: 0
  ]
}