| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | Method SetDefaultValue () id:Method_DialogCreateEditThermalTrialRatio_SetDefaultValue |
| | | Method SetDefaultValue () id:Method_DialogCreateEditHotTestRatio_SetDefaultValue |
| | | { |
| | | #keys: '[415136.0.756141199]' |
| | | Body: |
| | | [* |
| | | // Set default + init dialog |
| | | |
| | | routings := selectset( MacroPlan, Routing, routing , true ); |
| | | units := selectset( MacroPlan, Unit, unit , unit.HasCapacityTypeQuantity() and unit.Name().FindString( Unit::GetThermalTrial(), 0 ) >= 0 ); |
| | | |
| | | dhRoutingSelection.Data( routings.Copy() ); |
| | | dhUnitSelection.Data( units.Copy() ); |
| | | *] |
| | | } |