1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| Quintiq file version 2.0
| #parent: CustomDrawComponentRoutingConfigurator/CustomDrawDataLayerInputGroupGrouping
| Response OnDrawObject (
| OperationInputGroup object
| ) id:Response_CustomDrawComponentRoutingConfigurator_CustomDrawDataLayerInputGroupGrouping_OnDrawObject
| {
| #keys: '[136682.0.452799000]'
| Body:
| [*
| // Draw OperationInputGroup grouping
| //Initialize borders
| surface.Pen().Clear();
| surface.Fill( region.Left(),
| region.Top(),
| region.Width(),
| region.Height(),
| ColorScheme.RoutingConfigurator_OperationInputGroupGrouping1() );
|
| surface.Draw( region );
| *]
| CanBindMultiple: false
| DefinitionID: 'Responsedef_CustomDrawDataLayer_OnDrawObject'
| }
|
|