2011-09-08 22:31:32 -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>
|
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="pictureBoxAPM.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="pictureBoxAPM.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>94, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPM.Size" type="System.Drawing.Size, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="pictureBoxAPM.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPM.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxAPM</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPM.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPM.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPM.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>17</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuad.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuad.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>304, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuad.Size" type="System.Drawing.Size, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuad.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuad.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxQuad</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuad.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuad.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuad.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>16</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHexa.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHexa.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>500, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHexa.Size" type="System.Drawing.Size, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHexa.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHexa.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxHexa</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHexa.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHexa.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHexa.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>15</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxTri.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxTri.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>304, 176</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxTri.Size" type="System.Drawing.Size, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxTri.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxTri.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxTri</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxTri.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxTri.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxTri.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>14</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxY6.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxY6.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>500, 176</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxY6.Size" type="System.Drawing.Size, System.Drawing">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxY6.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxY6.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxY6</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxY6.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxY6.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxY6.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="lbl_status.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbl_status.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbl_status.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>8, 443</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbl_status.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>37, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbl_status.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="lbl_status.Text" xml:space="preserve">
|
|
|
|
<value>Status</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_status.Name" xml:space="preserve">
|
|
|
|
<value>lbl_status</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_status.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=">>lbl_status.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_status.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>4</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="progress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="progress.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>11, 417</value>
|
|
|
|
</data>
|
|
|
|
<data name="progress.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>988, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="progress.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>progress.Name" xml:space="preserve">
|
|
|
|
<value>progress</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>progress.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>progress.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>progress.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>5</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>886, 443</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>113, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Text" xml:space="preserve">
|
|
|
|
<value>Images by Max Levine</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label2.Name" xml:space="preserve">
|
|
|
|
<value>label2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label2.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=">>label2.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label2.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>3</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHeli.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHeli.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>94, 176</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHeli.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHeli.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>17</value>
|
2011-09-20 21:23:43 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHeli.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxHeli</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHeli.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHeli.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHeli.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>12</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="BUT_setup.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="BUT_setup.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>391, 380</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="BUT_setup.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 32</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="BUT_setup.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>19</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="BUT_setup.Text" xml:space="preserve">
|
|
|
|
<value>APM Setup (Plane and Quad)</value>
|
2011-09-20 21:23:43 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>BUT_setup.Name" xml:space="preserve">
|
|
|
|
<value>BUT_setup</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>BUT_setup.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.MyButton, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>BUT_setup.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>BUT_setup.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>2</value>
|
2012-01-27 04:01:28 -04:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHilimage.ImageLocation" xml:space="preserve">
|
|
|
|
<value />
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHilimage.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>10, 362</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHilimage.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHilimage.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>140, 50</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxHilimage.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>20</value>
|
2011-09-20 21:23:43 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHilimage.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxHilimage</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHilimage.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHilimage.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxHilimage.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>9</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxAPHil.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxAPHil.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>149, 362</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxAPHil.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxAPHil.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>54, 50</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxAPHil.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>21</value>
|
2011-09-20 21:23:43 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxAPHil.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxAPHil</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxAPHil.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxAPHil.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxAPHil.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>8</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHil.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHil.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>202, 362</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHil.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHil.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>50, 50</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHil.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>22</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHil.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxACHil</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHil.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHil.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHil.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>7</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHHil.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHHil.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>251, 362</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHHil.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHHil.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>45, 50</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxACHHil.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>23</value>
|
2011-09-20 21:23:43 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHHil.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxACHHil</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHHil.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHHil.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxACHHil.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>6</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxOcta.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>696, 176</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxOcta.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxOcta.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>24</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOcta.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxOcta</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOcta.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOcta.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOcta.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>11</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxOctav.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>696, 0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxOctav.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>170, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name="pictureBoxOctav.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>25</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOctav.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxOctav</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOctav.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>ArdupilotMega.Controls.ImageLabel, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOctav.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-12-17 05:22:40 -04:00
|
|
|
<data name=">>pictureBoxOctav.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>10</value>
|
2011-12-27 19:05:12 -04:00
|
|
|
</data>
|
|
|
|
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>361, 349</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>246, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>26</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Text" xml:space="preserve">
|
|
|
|
<value>Please click the images above for "Flight versions"</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.Name" xml:space="preserve">
|
|
|
|
<value>label1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.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=">>label1.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.ZOrder" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_history.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>878, 387</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_history.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>121, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_history.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>27</value>
|
|
|
|
</data>
|
|
|
|
<data name="CMB_history.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_history.Name" xml:space="preserve">
|
|
|
|
<value>CMB_history</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_history.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=">>CMB_history.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>CMB_history.ZOrder" xml:space="preserve">
|
2011-12-17 05:22:40 -04:00
|
|
|
<value>0</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
|
|
<value>True</value>
|
|
|
|
</metadata>
|
|
|
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
|
|
|
<value>6, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>1008, 461</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>Firmware</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
2012-08-26 01:59:21 -03:00
|
|
|
<value>System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner10, Version=1.1.4620.38627, Culture=neutral, PublicKeyToken=null</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
</root>
|