Source position: AdvLed.pas line 29
type TLedKind = (
lkRedLight,
lkGreenLight,
lkYellowLight,
lkBulb,
lkCustom
);