| Quintiq file version 2.0 | 
| #parent: pnlActions/btnOk | 
| Response OnClick () id:Response_pnlActions_btnOk_OnClick | 
| { | 
|   #keys: '[414382.0.423200507]' | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   Precondition: | 
|   [* | 
|     schemeName := DialogFillingOrderScheme.efSchemeName().Text(); | 
|     feedback := Translations::FilllingCapacity_ValidateInput(); | 
|     return not schemeName = ''; | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       Form.ApplyChanges(); | 
|        | 
|       schemeName := DialogFillingOrderScheme.efSchemeName().Text(); | 
|        | 
|       FilllingCapacityOrderScheme::CreateFillingCapacityOrderScheme( MacroPlan,schemeName); | 
|        | 
|       Form.Close(); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |