| Quintiq file version 2.0 | 
| #parent: #root | 
| Method EnableDisableComponents () id:Method_DialogCreateEditOperationInput_EnableDisableComponents | 
| { | 
|   #keys: '[113694.1.1947443498]' | 
|   Body: | 
|   [* | 
|     // Initialize dialog display | 
|      | 
|     iselementofinputgroup := Dialog.Data().IsElementOfInputGroup(); | 
|      | 
|     // MinQuantity | 
|     LabelMinQuantity.Visible( iselementofinputgroup ); | 
|     EditorMinQuantity.Visible( iselementofinputgroup ); | 
|      | 
|     // MaxQuantity | 
|     LabelMaxQuantity.Visible( iselementofinputgroup ); | 
|     EditorMaxQuantity.Visible( iselementofinputgroup ); | 
|      | 
|     DetailPanelQuantity.SetProperty( 'Border', iselementofinputgroup ); | 
|   *] | 
| } |