| Quintiq file version 2.0 | 
| #parent: #root | 
| Method EditAutomaticScaling ( | 
|   AlgorithmScaling selection, | 
|   internal[GUIComponent] parent | 
| ) id:Method_DialogEditAutomaticScaling_EditAutomaticScaling | 
| { | 
|   #keys: '[122872.0.1897884404]' | 
|   Body: | 
|   [* | 
|     // Edit automatic scaling parameters | 
|     data := shadow( selection ); | 
|      | 
|     Dialog.Data( data ); | 
|     result := this.DoModal( parent ); | 
|      | 
|     if ( result > 0 ) | 
|     { | 
|       data.Commit(); | 
|     } | 
|   *] | 
| } |