2012-07-16 10:43:49 -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="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="LNK_wiki.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="LNK_wiki.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>590, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="LNK_wiki.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>28, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="LNK_wiki.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>78</value>
|
|
|
|
</data>
|
|
|
|
<data name="LNK_wiki.Text" xml:space="preserve">
|
|
|
|
<value>Wiki</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LNK_wiki.Name" xml:space="preserve">
|
|
|
|
<value>LNK_wiki</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LNK_wiki.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=">>LNK_wiki.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LNK_wiki.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ENABLED.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_ENABLED.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_ENABLED.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>247, 9</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ENABLED.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>112, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ENABLED.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>79</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ENABLED.Text" xml:space="preserve">
|
|
|
|
<value>Enable GeoFence</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ENABLED.Name" xml:space="preserve">
|
|
|
|
<value>LIM_ENABLED</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ENABLED.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=">>LIM_ENABLED.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ENABLED.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>388, 59</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBox1.Multiline" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBox1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>187, 59</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBox1.Text" xml:space="preserve">
|
|
|
|
<value>Enable a simple Fixed Radius from home GeoFence, with the ability to specify Heights and fence arming options
|
|
|
|
</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBox1.Name" xml:space="preserve">
|
|
|
|
<value>textBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBox1.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=">>textBox1.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBox1.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_REQ.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_GPSLCK_REQ.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="LIM_GPSLCK_REQ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_REQ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>29, 65</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_REQ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>121, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_REQ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_REQ.Text" xml:space="preserve">
|
|
|
|
<value>GPS Lock Required</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_GPSLCK_REQ.Name" xml:space="preserve">
|
|
|
|
<value>LIM_GPSLCK_REQ</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_GPSLCK_REQ.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=">>LIM_GPSLCK_REQ.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_GPSLCK_REQ.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_REQ.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_FNC_REQ.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_FNC_REQ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_REQ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>29, 42</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_REQ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>127, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_REQ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_REQ.Text" xml:space="preserve">
|
|
|
|
<value>Require Inside Fence</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_REQ.Name" xml:space="preserve">
|
|
|
|
<value>LIM_FNC_REQ</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_REQ.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=">>LIM_FNC_REQ.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_REQ.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_REQ.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_ALT_REQ.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_ALT_REQ.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_REQ.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>29, 19</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_REQ.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>111, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_REQ.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_REQ.Text" xml:space="preserve">
|
|
|
|
<value>Require Within Alt</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_REQ.Name" xml:space="preserve">
|
|
|
|
<value>LIM_ALT_REQ</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_REQ.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=">>LIM_ALT_REQ.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_REQ.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox5.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox5.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>204, 260</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox5.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>187, 88</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox5.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox5.Text" xml:space="preserve">
|
|
|
|
<value>Required Limits - Before Arming</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox5.Name" xml:space="preserve">
|
|
|
|
<value>groupBox5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox5.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox5.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox5.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_REQUIRED.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_REQUIRED.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_REQUIRED.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_REQUIRED.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>22, 42</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_REQUIRED.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>134, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_REQUIRED.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>12</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_REQUIRED.Text" xml:space="preserve">
|
|
|
|
<value>Enable Required Limits</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_REQUIRED.Name" xml:space="preserve">
|
|
|
|
<value>LIM_REQUIRED</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_REQUIRED.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=">>LIM_REQUIRED.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_REQUIRED.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel4.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>6, 95</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel4.Size" type="System.Drawing.Size, System.Drawing">
|
2012-08-02 07:04:54 -03:00
|
|
|
<value>65, 23</value>
|
2012-07-16 10:43:49 -03:00
|
|
|
</data>
|
|
|
|
<data name="myLabel4.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel4.Text" xml:space="preserve">
|
|
|
|
<value>RC Channel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel4.Name" xml:space="preserve">
|
|
|
|
<value>myLabel4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel4.Type" xml:space="preserve">
|
2012-08-02 07:04:54 -03:00
|
|
|
<value>ArdupilotMega.Controls.MyLabel, ArdupilotMegaPlanner10, Version=1.1.4597.13822, Culture=neutral, PublicKeyToken=null</value>
|
2012-07-16 10:43:49 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>myLabel4.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel4.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_CHANNEL.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>73, 96</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_CHANNEL.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>83, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_CHANNEL.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>11</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_CHANNEL.Name" xml:space="preserve">
|
|
|
|
<value>LIM_CHANNEL</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_CHANNEL.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_CHANNEL.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_CHANNEL.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>6, 69</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>60, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel3.Text" xml:space="preserve">
|
|
|
|
<value>Radius</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel3.Name" xml:space="preserve">
|
|
|
|
<value>myLabel3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel3.Type" xml:space="preserve">
|
2012-08-02 07:04:54 -03:00
|
|
|
<value>ArdupilotMega.Controls.MyLabel, ArdupilotMegaPlanner10, Version=1.1.4597.13822, Culture=neutral, PublicKeyToken=null</value>
|
2012-07-16 10:43:49 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>myLabel3.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel3.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_RAD.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>73, 70</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_RAD.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>83, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_RAD.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_RAD.Name" xml:space="preserve">
|
|
|
|
<value>LIM_FNC_RAD</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_RAD.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_RAD.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_RAD.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_SMPL.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_FNC_SMPL.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_FNC_SMPL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_SMPL.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>63, 19</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_SMPL.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_SMPL.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_FNC_SMPL.Text" xml:space="preserve">
|
|
|
|
<value>On</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_SMPL.Name" xml:space="preserve">
|
|
|
|
<value>LIM_FNC_SMPL</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_SMPL.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=">>LIM_FNC_SMPL.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_FNC_SMPL.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox4.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>215, 19</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox4.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 129</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox4.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox4.Text" xml:space="preserve">
|
|
|
|
<value>Simple Fence</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox4.Name" xml:space="preserve">
|
|
|
|
<value>groupBox4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox4.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox4.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox4.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_ON.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_GPSLCK_ON.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_GPSLCK_ON.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_ON.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>62, 19</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_ON.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_ON.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_GPSLCK_ON.Text" xml:space="preserve">
|
|
|
|
<value>On</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_GPSLCK_ON.Name" xml:space="preserve">
|
|
|
|
<value>LIM_GPSLCK_ON</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_GPSLCK_ON.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=">>LIM_GPSLCK_ON.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_GPSLCK_ON.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox3.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>300, 154</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox3.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 104</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox3.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox3.Text" xml:space="preserve">
|
|
|
|
<value>GPS Lock Limits</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox3.Name" xml:space="preserve">
|
|
|
|
<value>groupBox3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox3.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox3.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox3.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_ON.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2012-08-02 07:04:54 -03:00
|
|
|
<data name="LIM_ALT_ON.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2012-07-16 10:43:49 -03:00
|
|
|
<data name="LIM_ALT_ON.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>69, 19</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_ON.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>40, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_ON.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_ON.Text" xml:space="preserve">
|
|
|
|
<value>On</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_ON.Name" xml:space="preserve">
|
|
|
|
<value>LIM_ALT_ON</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_ON.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=">>LIM_ALT_ON.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_ON.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 43</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>60, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel1.Text" xml:space="preserve">
|
|
|
|
<value>Min Alt</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel1.Name" xml:space="preserve">
|
|
|
|
<value>myLabel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel1.Type" xml:space="preserve">
|
2012-08-02 07:04:54 -03:00
|
|
|
<value>ArdupilotMega.Controls.MyLabel, ArdupilotMegaPlanner10, Version=1.1.4597.13822, Culture=neutral, PublicKeyToken=null</value>
|
2012-07-16 10:43:49 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>myLabel1.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel1.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_MAX.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 69</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_MAX.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>83, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_MAX.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MAX.Name" xml:space="preserve">
|
|
|
|
<value>LIM_ALT_MAX</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MAX.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MAX.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MAX.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>5, 69</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>60, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="myLabel2.Text" xml:space="preserve">
|
|
|
|
<value>Max Alt</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel2.Name" xml:space="preserve">
|
|
|
|
<value>myLabel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel2.Type" xml:space="preserve">
|
2012-08-02 07:04:54 -03:00
|
|
|
<value>ArdupilotMega.Controls.MyLabel, ArdupilotMegaPlanner10, Version=1.1.4597.13822, Culture=neutral, PublicKeyToken=null</value>
|
2012-07-16 10:43:49 -03:00
|
|
|
</data>
|
|
|
|
<data name=">>myLabel2.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>myLabel2.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_MIN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>72, 44</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_MIN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>83, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="LIM_ALT_MIN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MIN.Name" xml:space="preserve">
|
|
|
|
<value>LIM_ALT_MIN</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MIN.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MIN.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>LIM_ALT_MIN.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>127, 154</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>167, 104</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox2.Text" xml:space="preserve">
|
|
|
|
<value>Alt Limits</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox2.Name" xml:space="preserve">
|
|
|
|
<value>groupBox2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox2.Parent" xml:space="preserve">
|
|
|
|
<value>groupBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox2.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox1.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>4, 32</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>614, 354</value>
|
|
|
|
</data>
|
|
|
|
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>80</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox1.Name" xml:space="preserve">
|
|
|
|
<value>groupBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox1.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>groupBox1.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</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>621, 389</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>ConfigAP_Limits</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
2012-08-02 07:04:54 -03:00
|
|
|
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2012-07-16 10:43:49 -03:00
|
|
|
</data>
|
|
|
|
</root>
|