Quintiq file version 2.0 #parent: #root Method New ( internal[GUIComponent] parent, MacroPlan owner ) as SCVConfiguration id:Method_DialogSCVConfiguration_New { #keys: '[132894.0.1046695143]' Body: [* data := owner.SCVConfiguration( relshadow ); Dialog.Data( data ); if ( Dialog.DoModal( parent ) > 0 ) { data.Commit(); } return data.WrappedInstance(); *] }