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-15 09:44:31 -04:00
|
|
|
<value>7, -9</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPM.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPM.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</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">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPM.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPM.ZOrder" xml:space="preserve">
|
|
|
|
<value>19</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPMHIL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPMHIL.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-15 09:44:31 -04:00
|
|
|
<value>7, 184</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPMHIL.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPMHIL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxAPMHIL.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPMHIL.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxAPMHIL</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPMHIL.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=">>pictureBoxAPMHIL.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxAPMHIL.ZOrder" xml:space="preserve">
|
|
|
|
<value>18</value>
|
|
|
|
</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-16 08:04:20 -04:00
|
|
|
<value>399, -9</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuad.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuad.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</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">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuad.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuad.ZOrder" xml:space="preserve">
|
|
|
|
<value>17</value>
|
|
|
|
</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-16 08:04:20 -04:00
|
|
|
<value>595, -8</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHexa.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHexa.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</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">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHexa.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHexa.ZOrder" xml:space="preserve">
|
|
|
|
<value>16</value>
|
|
|
|
</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-16 08:04:20 -04:00
|
|
|
<value>399, 185</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxTri.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxTri.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</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">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxTri.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxTri.ZOrder" xml:space="preserve">
|
|
|
|
<value>15</value>
|
|
|
|
</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-16 08:04:20 -04:00
|
|
|
<value>595, 186</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxY6.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxY6.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</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">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxY6.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxY6.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
|
|
|
</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">
|
|
|
|
<value>12</value>
|
|
|
|
</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">
|
|
|
|
<value>13</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_AP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_AP.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-15 09:44:31 -04:00
|
|
|
<value>4, 168</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_AP.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_AP.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>8</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_AP.Text" xml:space="preserve">
|
2011-09-14 10:31:00 -03:00
|
|
|
<value>ArduPlane</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_AP.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_AP.Name" xml:space="preserve">
|
|
|
|
<value>lbl_AP</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_AP.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_AP.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_AP.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>11</value>
|
|
|
|
</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">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_APHil.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_APHil.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-15 09:44:31 -04:00
|
|
|
<value>4, 361</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_APHil.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_APHil.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>10</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_APHil.Text" xml:space="preserve">
|
2011-09-14 10:31:00 -03:00
|
|
|
<value>ArduPlane (Xplane simulator)</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_APHil.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_APHil.Name" xml:space="preserve">
|
|
|
|
<value>lbl_APHil</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_APHil.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_APHil.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_APHil.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>9</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACQuad.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACQuad.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>396, 169</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACQuad.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACQuad.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>11</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACQuad.Text" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>ArduCopter Quad</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACQuad.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_ACQuad.Name" xml:space="preserve">
|
|
|
|
<value>lbl_ACQuad</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACQuad.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACQuad.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACQuad.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>8</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHexa.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHexa.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>592, 170</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHexa.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHexa.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>12</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHexa.Text" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>ArduCopter Hexa</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHexa.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_ACHexa.Name" xml:space="preserve">
|
|
|
|
<value>lbl_ACHexa</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACHexa.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACHexa.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACHexa.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>7</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACTri.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACTri.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>396, 362</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACTri.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACTri.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>13</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACTri.Text" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>ArduCopter Tri</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACTri.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_ACTri.Name" xml:space="preserve">
|
|
|
|
<value>lbl_ACTri</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACTri.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACTri.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACTri.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>6</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACY6.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACY6.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>592, 363</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACY6.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACY6.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>14</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACY6.Text" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>ArduCopter Y6</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACY6.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_ACY6.Name" xml:space="preserve">
|
|
|
|
<value>lbl_ACY6</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACY6.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACY6.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACY6.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>5</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_Heli.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_Heli.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>200, 167</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_Heli.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_Heli.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>18</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_Heli.Text" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>ArduCopter Heli</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_Heli.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_Heli.Name" xml:space="preserve">
|
|
|
|
<value>lbl_Heli</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_Heli.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_Heli.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_Heli.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHeli.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHeli.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>203, -9</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHeli.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHeli.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxHeli.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>17</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHeli.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxHeli</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHeli.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=">>pictureBoxHeli.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxHeli.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHil.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHil.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>200, 361</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHil.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 13</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHil.TabIndex" type="System.Int32, mscorlib">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>21</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHil.Text" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>ArduCopter Quad (Simulator)</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name="lbl_ACHil.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>TopCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lbl_ACHil.Name" xml:space="preserve">
|
|
|
|
<value>lbl_ACHil</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACHil.Type" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACHil.Parent" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
2011-09-20 21:23:43 -03:00
|
|
|
<data name=">>lbl_ACHil.ZOrder" xml:space="preserve">
|
2011-09-08 22:31:32 -03:00
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuadHil.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuadHil.Location" type="System.Drawing.Point, System.Drawing">
|
2011-12-16 08:04:20 -04:00
|
|
|
<value>203, 184</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuadHil.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 190</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuadHil.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBoxQuadHil.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>20</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuadHil.Name" xml:space="preserve">
|
|
|
|
<value>pictureBoxQuadHil</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuadHil.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=">>pictureBoxQuadHil.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBoxQuadHil.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_setup.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_setup.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>391, 380</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_setup.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>190, 32</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_setup.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>19</value>
|
|
|
|
</data>
|
|
|
|
<data name="BUT_setup.Text" xml:space="preserve">
|
|
|
|
<value>APM Setup (Plane and Quad)</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_setup.Name" xml:space="preserve">
|
|
|
|
<value>BUT_setup</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_setup.Type" xml:space="preserve">
|
2011-12-15 09:44:31 -04:00
|
|
|
<value>ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>BUT_setup.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BUT_setup.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</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">
|
2011-12-15 09:44:31 -04:00
|
|
|
<value>System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc</value>
|
2011-09-08 22:31:32 -03:00
|
|
|
</data>
|
|
|
|
</root>
|