Heres the full one I got, it was on a ultimate 737 panel.(freeware) but when the AP or the autothrottle is d/c it doesn't light up
<Gauge Name="Annunciator Panel" Version="0.0">
<Image Name="annunciator.bmp" ImageSizes="162,44"/>
<Element>
<Position X="6" Y="6"/>
<Select>
<Value>(L:AP Annunswitch 2, bool)</Value>
<Case Value="1">
<Image Name="annun_ap_red.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="6" Y="6"/>
<Select>
<Value>(L:AP_Annun1, bool) (P:absolute time, number) 1 % 0.5 > * </Value>
<Case Value="1">
<Image Name="annun_ap_Yel.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="6" Y="6"/>
<Select>
<Value>(L:AP Annunswitch 1, bool)</Value>
<Case Value="1">
<Image Name="annun_ap_yel.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="50" Y="6"/>
<Select>
<Value>(L:AP Annunswitch 2, bool)</Value>
<Case Value="1">
<Image Name="annun_at_red.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="50" Y="6"/>
<Select>
<Value>(L:AT_Annun1, bool) (P:absolute time, number) 1 % 0.5 > * </Value>
<Case Value="1">
<Image Name="annun_at_yel.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="50" Y="6"/>
<Select>
<Value>(L:AP Annunswitch 1, bool)</Value>
<Case Value="1">
<Image Name="annun_at_yel.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="94" Y="6"/>
<Select>
<Value>(L:AP Annunswitch 2, bool) (L:AP Annunswitch 1, bool) ||</Value>
<Case Value="1">
<Image Name="annun_fm_yel.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="94" Y="6"/>
<Select>
<Value>(L:FD_Annun, bool) (P:absolute time, number) 1 % 0.5 > * </Value>
<Case Value="1">
<Image Name="annun_fm_yel.bmp" Bright="Yes" ImageSizes="32,32,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Position X="135" Y="8"/>
<Select>
<Value>(L:AP Annun, enum) (G:Var1) -</Value>
<Case Value="1">
<Image Name="annun_switch_1.bmp" ImageSizes="27,26"/>
</Case>
<Case Value="0">
<Image Name="annun_switch_off.bmp" ImageSizes="27,26"/>
</Case>
<Case Value="-1">
<Image Name="annun_switch_2.bmp" ImageSizes="27,26"/>
</Case>
</Select>
</Element>
<Mouse>
<Area Left="135" Top="8" Right="162" Bottom="34">
<Tooltip ID="">Annunciator Test Switch</Tooltip>
<Area Bottom="21">
<Cursor Type="UpArrow"/>
<Click>(L:AP Annun, enum) (G:Var1) + d 0 == if{ (G:Var1) -- (>G:Var1) 1 (>L:AP Annunswitch 2, bool) } els{ (L:AP Annun, enum) (G:Var1) + d 1 == if{ (G:Var1) -- (>G:Var1) 0 (>L:AP Annunswitch 1, bool) }</Click>
</Area>
<Area Top="21">
<Cursor Type="DownArrow"/>
<Click>(L:AP Annun, enum) (G:Var1) + d 0 == if{ (G:Var1) ++ (>G:Var1) 1 (>L:AP Annunswitch 1, bool) } els{ (L:AP Annun, enum) (G:Var1) + d -1 == if{ (G:Var1) ++ (>G:Var1) 0 (>L:AP Annunswitch 2, bool) }</Click>
</Area>
</Area>
<Area Left="6" Top="6" Right="38" Bottom="38">
<Tooltip ID="">AP Annunciator Reset</Tooltip>
<Cursor Type="Hand"/>
<Click>0 (>L:AP_Annun1, bool)</Click>
</Area>
<Area Left="50" Top="6" Right="82" Bottom="38">
<Tooltip ID="">AT Annunciator Reset</Tooltip>
<Cursor Type="Hand"/>
<Click>0 (>L:AT_Annun1, bool)</Click>
</Area>
<Area Left="94" Top="6" Right="126" Bottom="38">
<Tooltip ID="">FD Annunciator Reset</Tooltip>
<Cursor Type="Hand"/>
<Click>0 (>L:FD_Annun, bool)</Click>
</Area>
</Mouse>
</Gauge>