4 <Panel Name="pnlPolarDetails" X="12" Y="2" Border="30" Height="108" Width="-2">
5 <Label Name="lblPolar" Caption="Polar" X="2" Y="2" Height="16" Width="-60" />
6 <Label Name="lblPolarInvalid" Caption="Invalid" X="-50" Y="2" Height="16" CaptionColor="0xFF0000" />
8 <Widget Name="shape" X="2" Width="-2" Height="45"/>
10 <Edit Name="prpPolarReferenceMass" Caption="Reference mass" Expert="1" Y="62" Width="-2" Height="22" CaptionWidth="139"
11 Help="Reference weight at which the given polar is valid.">
12 <DataField DataType="double" DisplayFormat="%.0f kg" EditFormat="%.0f" Min="0" Max="1000" Step="5" OnDataAccess="OnFieldData" />
15 <Edit Name="prpPolarDryMass" Caption="Dry mass" Expert="1" Y="84" Width="-2" Height="22" CaptionWidth="139"
16 Help="Dry mass of the glider (pilot + empty mass).">
17 <DataField DataType="double" DisplayFormat="%.0f kg" EditFormat="%.0f" Min="0" Max="1000" Step="5" OnDataAccess="OnFieldData" />
21 <Edit Name="prpPolarWingArea" Caption="Wing area" Expert="1" X="2" Width="-2" Height="22" CaptionWidth="150"
22 Help="Optional specification of the wing area.">
23 <DataField DataType="double" DisplayFormat="%.1f m²" EditFormat="%.1f" Min="0" Max="20" Step="0.1" OnDataAccess="OnFieldData" />
26 <Edit Name="prpMaxManoeuveringSpeed" Caption="V rough air" Expert="1" X="2" Width="-2" Height="22" CaptionWidth="150"
27 Help="Optional the maximum manoeuvring speed can be entered on this page to prevent the glide computer from commanding unrealistic cruise speeds.">
28 <DataField DataType="double" DisplayFormat="%.0f %s" EditFormat="%.0f" Min="0" Max="300" Step="5"/>
31 <Edit Name="prpHandicap" Caption="Handicap" Expert="1" X="2" Width="-2" Height="22" CaptionWidth="150"
32 Help="The handicap factor used for the OnLine Contest scoring.">
33 <DataField DataType="double" DisplayFormat="%.0f %%" EditFormat="%.0f" Min="50" Max="150" Step="1"/>
36 <Edit Name="prpPolarMaxBallast" Caption="Max. ballast" Expert="1" X="2" Width="-2" Height="22" CaptionWidth="150"
37 Help="Optional the amount of water ballast XCSoar refers to as 100% ballast. Set to zero if it does not apply.">
38 <DataField DataType="double" DisplayFormat="%.0f l" EditFormat="%.0f" Min="0" Max="500" Step="5" OnDataAccess="OnFieldData" />
41 <Edit Name="prpBallastSecsToEmpty" Caption="Dump time" Expert="1" X="2" Width="-2" Height="22" CaptionWidth="150"
42 Help="The time in seconds to dump full ballast.">
43 <DataField DataType="time" Min="10" Max="300" Step="5"/>