Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method ShowHideComponentForBatchEdit ( 
 | 
  Boolean isbatchedit, 
 | 
  Boolean enableprimarykeysselector, 
 | 
  Boolean showthisperiodonwards 
 | 
) id:Method_DialogCreateEditTransportAvailability_ShowHideComponentForBatchEdit 
 | 
{ 
 | 
  #keys: '[135040.0.3019151]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Show hide components   
 | 
    this.ShowHideComponents(); 
 | 
     
 | 
    CheckBoxThisPeriodOnwards.Visible( showthisperiodonwards ); 
 | 
     
 | 
    CheckBoxBatchEditMaintenance.Visible( isbatchedit ); 
 | 
     
 | 
    CheckBoxBatchEditShiftPattern.Visible( isbatchedit ); 
 | 
     
 | 
    CheckBoxBatchEditCapacity.Visible( isbatchedit ); 
 | 
     
 | 
    CheckBoxBatchEditNumberOfUnit.Visible( isbatchedit ); 
 | 
     
 | 
    CheckBoxBatchEditLotSize.Visible( isbatchedit ); 
 | 
     
 | 
    this.EnableDisableComponent( isbatchedit, enableprimarykeysselector ); 
 | 
  *] 
 | 
} 
 |