Quintiq file version 2.0
|
#parent: TabPageGeneral/LabelThoughput
|
Response OnCreated () id:Response_TabPageGeneral_LabelThoughput_OnCreated
|
{
|
#keys: '[11660.0.428050947]'
|
Body:
|
[*
|
//preset label
|
uom := guard( MacroPlan.DefaultUnitOfMeasure().Name(), "");
|
|
if( not isnull( SelectionUnit.Data() ) )
|
{
|
uom := SelectionUnit.Data().UnitOfMeasure_MP().Name();
|
}
|
this.Text( Translations::MP_Designer_Throughput( uom ) );
|
*]
|
DefinitionID: 'Responsedef_GUIComponent_OnCreated'
|
}
|