| Quintiq file version 2.0 | 
| #parent: pnlMonthlyPattern/ckbMonthlyPattern | 
| Response OnChange () id:Response_pnlMonthlyPattern_ckbMonthlyPattern_OnChange | 
| { | 
|   #keys: '[131094.0.1642492722]' | 
|   Body: | 
|   [* | 
|     // Uncheck the other checkbox. | 
|     if( this.Checked() ) | 
|     { | 
|       ckbMonthlyDay.Checked( false ); | 
|     } | 
|      | 
|     Dialog.ShowMonthlyPattern(); | 
|     Dialog.SetEndOfPeriod(); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_CheckBox_OnChange' | 
| } |