InfoBoxes/Wind: use WindSettingsPanel
[xcsoar.git] / Data / Dialogs / dlgFlarmTrafficDetails.xml
blob8700ecaea9f8961489b2dc3dc51e70c13947f4cf
1 <?xml version="1.0"?>
3 <Form Caption="FLARM Traffic Details">
4   <Button Name="cmdSetAsTeamMate" Caption="Team" Y="-35" Width="120" Height="35" OnClick="OnTeamClicked" />
5   <CloseButton X="120" Y="-35" Height="35"/>
7   <Edit Name="prpCallsign" Caption="Callsign" Y="0" Height="22" CaptionWidth="80" ReadOnly="1" />
8   <Button Name="cmdCallsign" Caption="Change callsign" X="80" Height="22" OnClick="OnCallsignClicked" />
10   <Edit Name="prpDistance" Caption="Distance" Y="55" Width="-60" Height="22" CaptionWidth="80" ReadOnly="1" />
11   <Edit Name="prpDirectionH" X="-60" Y="55" Height="22" ReadOnly="1" />
12   <Edit Name="prpAltitude" Caption="Altitude" Y="77" Width="-60" Height="22" CaptionWidth="80" ReadOnly="1" />
13   <Edit Name="prpDirectionV" X="-60" Y="77" Height="22" ReadOnly="1" />
14   <Edit Name="prpVSpeed" Caption="Vario" Height="22" CaptionWidth="80" ReadOnly="1" />
16   <Edit Name="prpPilot" Caption="Pilot" Y="130" Height="22" CaptionWidth="80" ReadOnly="1" />
17   <Edit Name="prpAirport" Caption="Airport" Height="22" CaptionWidth="80" ReadOnly="1" />
18   <Edit Name="prpFrequency" Caption="Radio frequency" Height="22" CaptionWidth="80" ReadOnly="1" />
19   <Edit Name="prpPlaneType" Caption="Plane" Height="22" CaptionWidth="80" ReadOnly="1" />
21   <Label X="2" Y="-82" Height="16" Caption="Friends" />
22   <SymbolButton Name="cmdFriendGreen" Caption="#74FF00" Y="-65" Width="30" Height="30" OnClick="OnFriendGreenClicked" />
23   <SymbolButton Name="cmdFriendBlue" Caption="#0090FF" X="30" Y="-65" Width="30" Height="30" OnClick="OnFriendBlueClicked" />
24   <SymbolButton Name="cmdFriendYellow" Caption="#FFE800" X="60" Y="-65" Width="30" Height="30" OnClick="OnFriendYellowClicked" />
25   <SymbolButton Name="cmdFriendMagenta" Caption="#FF00CB" X="90" Y="-65" Width="30" Height="30" OnClick="OnFriendMagentaClicked" />
26   <Button Name="cmdFriendClear" Caption="Clear" X="120" Y="-65" Height="30" OnClick="OnFriendClearClicked" />
27 </Form>