2012-04-18 08:05:36 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<root>
|
|
|
|
<!--
|
|
|
|
Microsoft ResX Schema
|
|
|
|
|
|
|
|
Version 2.0
|
|
|
|
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
|
|
that is mostly human readable. The generation and parsing of the
|
|
|
|
various data types are done through the TypeConverter classes
|
|
|
|
associated with the data types.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
... ado.net/XML headers & schema ...
|
|
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
|
|
<resheader name="version">2.0</resheader>
|
|
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
|
|
</data>
|
|
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
|
|
<comment>This is a comment</comment>
|
|
|
|
</data>
|
|
|
|
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
|
|
name/value pairs.
|
|
|
|
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
|
|
text/value conversion through the TypeConverter architecture.
|
|
|
|
Classes that don't support this are serialized and stored with the
|
|
|
|
mimetype set.
|
|
|
|
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
|
|
read any of the formats listed below.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
|
|
value : The object must be serialized with
|
|
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
|
|
value : The object must be serialized with
|
|
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
|
|
value : The object must be serialized into a byte array
|
|
|
|
: using a System.ComponentModel.TypeConverter
|
|
|
|
: and then encoded with base64 encoding.
|
|
|
|
-->
|
|
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:choice maxOccurs="unbounded">
|
|
|
|
<xsd:element name="metadata">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="assembly">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="data">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
|
|
<xsd:attribute ref="xml:space" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="resheader">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:choice>
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:schema>
|
|
|
|
<resheader name="resmimetype">
|
|
|
|
<value>text/microsoft-resx</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="version">
|
|
|
|
<value>2.0</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="reader">
|
|
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="writer">
|
|
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
|
|
|
<data name=">>pictureBox3.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="label100.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>240, 45</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 75</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLive.Name" xml:space="preserve">
|
|
|
|
<value>BUT_MagCalibrationLive</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label27.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="label100.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>38</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablesonar.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>94, 124</value>
|
|
|
|
</data>
|
|
|
|
<data name="label27.Text" xml:space="preserve">
|
|
|
|
<value>in Degrees eg 2° 3' W is -2.3</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="CHK_enableoptflow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablecompass.Name" xml:space="preserve">
|
|
|
|
<value>CHK_enablecompass</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox4.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name="TXT_declination.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>121, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_sonartype.Items1" xml:space="preserve">
|
|
|
|
<value>LV-EZ0</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox4.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 176</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablesonar.Name" xml:space="preserve">
|
|
|
|
<value>CHK_enablesonar</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_sonartype.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="TXT_declination.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>37</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name="label27.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>150, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLive.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>318, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableairspeed.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>39</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_sonartype.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>121, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 94</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablecompass.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox3.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLive.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_sonartype.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>243, 122</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableairspeed.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label100.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLog.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>60, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_sonartype.Items" xml:space="preserve">
|
|
|
|
<value>XL-EZ0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label27.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablesonar.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablesonar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLive.Type" xml:space="preserve">
|
|
|
|
<value>ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.1.4491.29801, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkLabelmagdec.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>325, 68</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
|
|
|
<value />
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLog.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>TXT_declination.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label100.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLive.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_sonartype.Items2" xml:space="preserve">
|
|
|
|
<value>XL-EZL0</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkLabelmagdec.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>104, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkLabelmagdec.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>42</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox4.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>linkLabelmagdec.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>35</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label100.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox4.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox4.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>36</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label27.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
|
|
|
<value>6, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>TXT_declination.Name" xml:space="preserve">
|
|
|
|
<value>TXT_declination</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 259</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableairspeed.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>97, 202</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_sonartype.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableoptflow.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>97, 285</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableoptflow.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableoptflow.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>44</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLive.Text" xml:space="preserve">
|
|
|
|
<value>Live Calibration</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablesonar.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>40</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLog.Text" xml:space="preserve">
|
|
|
|
<value>Log Calibration</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLog.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLive.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>47</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableairspeed.Text" xml:space="preserve">
|
|
|
|
<value>Enable Airspeed</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableairspeed.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableairspeed.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="TXT_declination.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>318, 45</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox3.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox3</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLog.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>379, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablesonar.Text" xml:space="preserve">
|
|
|
|
<value>Enable Sonar</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkLabelmagdec.Text" xml:space="preserve">
|
|
|
|
<value>Declination WebSite</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkLabelmagdec.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="label27.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>46</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>linkLabelmagdec.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox4.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_sonartype.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableoptflow.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLog.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label27.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>602, 351</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableoptflow.Name" xml:space="preserve">
|
|
|
|
<value>CHK_enableoptflow</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablecompass.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>105, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_sonartype.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>45</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableairspeed.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox3.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablesonar.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableoptflow.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablecompass.Text" xml:space="preserve">
|
|
|
|
<value>Enable Compass</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
|
|
|
<value>ArdupilotMega.Controls.BackstageView.BackStageViewContentPanel, ArdupilotMegaPlanner, Version=1.1.4491.29801, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLive.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>60, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>ConfigHardwareOptions</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablesonar.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablecompass.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>41</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enableairspeed.Name" xml:space="preserve">
|
|
|
|
<value>CHK_enableairspeed</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableairspeed.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>103, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>TXT_declination.ZOrder" xml:space="preserve">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
|
|
|
</data>
|
|
|
|
<data name="label100.Text" xml:space="preserve">
|
|
|
|
<value>Declination</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableoptflow.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>134, 19</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>43</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLog.Type" xml:space="preserve">
|
|
|
|
<value>ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.1.4491.29801, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>TXT_declination.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>13, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablecompass.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_MagCalibrationLog.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>48</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>linkLabelmagdec.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox4.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLive.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablesonar.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>90, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>linkLabelmagdec.Name" xml:space="preserve">
|
|
|
|
<value>linkLabelmagdec</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_MagCalibrationLog.Name" xml:space="preserve">
|
|
|
|
<value>BUT_MagCalibrationLog</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label100.Name" xml:space="preserve">
|
|
|
|
<value>label100</value>
|
|
|
|
</data>
|
|
|
|
<data name="label100.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enablecompass.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>97, 44</value>
|
|
|
|
</data>
|
|
|
|
<data name="CHK_enableoptflow.Text" xml:space="preserve">
|
|
|
|
<value>Enable Optical Flow</value>
|
|
|
|
</data>
|
|
|
|
<data name="label27.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>445, 45</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablecompass.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox4.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 75</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox3.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label27.Name" xml:space="preserve">
|
|
|
|
<value>label27</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_sonartype.Name" xml:space="preserve">
|
|
|
|
<value>CMB_sonartype</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>34</value>
|
|
|
|
</data>
|
|
|
|
<data name="label100.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>72, 16</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 75</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
|
|
|
<value />
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 75</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CHK_enablecompass.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
|
|
|
</data>
|
|
|
|
<data name="linkLabelmagdec.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
|
|
<value>True</value>
|
|
|
|
</metadata>
|
2012-04-05 21:50:04 -03:00
|
|
|
</root>
|