Quintiq file version 2.0
|
#parent: #root
|
Method EnablePeriodOfTime () id:Method_LibCal_dlgSubscription_EnablePeriodOfTime
|
{
|
#keys: '[131094.1.401244846]'
|
Body:
|
[*
|
lblStartOfPeriod .TextColor( Color::WindowText() );
|
datStartOfPeriod .Enabled( true );
|
durStartTimeOfDay.Enabled( true );
|
|
ckbEndOfPeriod .Enabled( true );
|
|
if( ckbEndOfPeriod.Checked() )
|
{
|
datEndOfPeriod .Enabled( true );
|
durEndTimeOfDay.Enabled( true );
|
}
|
*]
|
}
|