Quintiq file version 2.0 #parent: #root Method ShowHideComponentForBatchEdit ( Boolean isbatchedit ) id:Method_DialogCreateEditLane_ShowHideComponentForBatchEdit { #keys: '[109478.0.546856532]' Body: [* // Show hide components CheckBoxBatchEditStart.Visible( isbatchedit ); CheckBoxBatchEditEnd.Visible( isbatchedit ); CheckBoxBatchEditDuration.Visible( isbatchedit ); CheckBoxBatchEditStandardDeviationLeadTime.Visible( isbatchedit ); this.EnableDisableComponent( isbatchedit ); *] }