mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 18:38:28 -04:00
APM Planner - a few translate
This commit is contained in:
parent
7fc2c036e9
commit
52a712f10f
@ -42,6 +42,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label28, "label28");
|
resources.ApplyResources(this.label28, "label28");
|
||||||
this.label28.Name = "label28";
|
this.label28.Name = "label28";
|
||||||
|
this.toolTip1.SetToolTip(this.label28, resources.GetString("label28.ToolTip"));
|
||||||
//
|
//
|
||||||
// BUT_levelplane
|
// BUT_levelplane
|
||||||
//
|
//
|
||||||
@ -63,11 +64,13 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label1, "label1");
|
resources.ApplyResources(this.label1, "label1");
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
|
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
||||||
//
|
//
|
||||||
// label2
|
// label2
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label2, "label2");
|
resources.ApplyResources(this.label2, "label2");
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
|
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
||||||
//
|
//
|
||||||
// ConfigAccelerometerCalibrationPlane
|
// ConfigAccelerometerCalibrationPlane
|
||||||
//
|
//
|
||||||
@ -79,6 +82,7 @@
|
|||||||
this.Controls.Add(this.label28);
|
this.Controls.Add(this.label28);
|
||||||
this.Controls.Add(this.BUT_levelplane);
|
this.Controls.Add(this.BUT_levelplane);
|
||||||
this.Name = "ConfigAccelerometerCalibrationPlane";
|
this.Name = "ConfigAccelerometerCalibrationPlane";
|
||||||
|
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
|
||||||
this.Load += new System.EventHandler(this.ConfigAccelerometerCalibration_Load);
|
this.Load += new System.EventHandler(this.ConfigAccelerometerCalibration_Load);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
@ -118,176 +118,188 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="label28.AutoSize" type="System.Boolean, mscorlib">
|
<data name="CHK_manuallevel.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<data name=">>toolTip1.Type" xml:space="preserve">
|
||||||
<data name="label28.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<value>System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="label28.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="BUT_levelplane.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>114, 129</value>
|
<value>75, 23</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
<value>212, 13</value>
|
<value>6, 13</value>
|
||||||
</data>
|
|
||||||
<data name="label28.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>15</value>
|
|
||||||
</data>
|
|
||||||
<data name="label28.Text" xml:space="preserve">
|
|
||||||
<value>Level your plane to set default accel offsets</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>label28.Name" xml:space="preserve">
|
|
||||||
<value>label28</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>label28.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label28.Parent" xml:space="preserve">
|
<data name=">>label28.Parent" xml:space="preserve">
|
||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label28.ZOrder" xml:space="preserve">
|
<data name="CHK_manuallevel.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>3</value>
|
<value>86, 17</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_levelplane.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<data name="CHK_manuallevel.Text" xml:space="preserve">
|
||||||
<value>NoControl</value>
|
<value>Manual level</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_levelplane.Location" type="System.Drawing.Point, System.Drawing">
|
<data name=">>label2.Type" xml:space="preserve">
|
||||||
<value>175, 158</value>
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_levelplane.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>75, 23</value>
|
<value>264, 39</value>
|
||||||
</data>
|
|
||||||
<data name="BUT_levelplane.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>14</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_levelplane.Text" xml:space="preserve">
|
<data name="BUT_levelplane.Text" xml:space="preserve">
|
||||||
<value>Level</value>
|
<value>Level</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<data name="BUT_levelplane.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>17, 17</value>
|
<value>175, 158</value>
|
||||||
</metadata>
|
|
||||||
<data name="BUT_levelplane.ToolTip" xml:space="preserve">
|
|
||||||
<value>Do a accel calibration now.</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BUT_levelplane.Name" xml:space="preserve">
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
<value>BUT_levelplane</value>
|
<value>ArdupilotMega.Controls.BackstageView.BackStageViewContentPanel, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BUT_levelplane.Type" xml:space="preserve">
|
<data name="label1.Text" xml:space="preserve">
|
||||||
<value>ArdupilotMega.Controls.MyButton, ArdupilotMegaPlanner, Version=1.1.4492.39671, Culture=neutral, PublicKeyToken=null</value>
|
<value>For advanced users ONLY</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BUT_levelplane.Parent" xml:space="preserve">
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>ConfigAccelerometerCalibrationPlane</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>label2.Parent" xml:space="preserve">
|
||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BUT_levelplane.ZOrder" xml:space="preserve">
|
<data name=">>BUT_levelplane.ZOrder" xml:space="preserve">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_manuallevel.AutoSize" type="System.Boolean, mscorlib">
|
<data name="label28.Text" xml:space="preserve">
|
||||||
<value>True</value>
|
<value>Level your plane to set default accel offsets</value>
|
||||||
</data>
|
|
||||||
<data name="CHK_manuallevel.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>172, 264</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_manuallevel.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>86, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_manuallevel.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>16</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_manuallevel.Text" xml:space="preserve">
|
|
||||||
<value>Manual level</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_manuallevel.ToolTip" xml:space="preserve">
|
|
||||||
<value>Disables autolevel and will keep the last done accel calibration</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_manuallevel.Name" xml:space="preserve">
|
|
||||||
<value>CHK_manuallevel</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_manuallevel.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_manuallevel.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_manuallevel.ZOrder" xml:space="preserve">
|
|
||||||
<value>2</value>
|
|
||||||
</data>
|
|
||||||
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>150, 248</value>
|
<value>150, 248</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name=">>BUT_levelplane.Parent" xml:space="preserve">
|
||||||
<value>133, 13</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
<data name=">>toolTip1.Name" xml:space="preserve">
|
||||||
<value>17</value>
|
<value>toolTip1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label1.Text" xml:space="preserve">
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<value>For advanced users ONLY</value>
|
<data name="label28.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name="label28.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_manuallevel.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="BUT_levelplane.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BUT_levelplane.Name" xml:space="preserve">
|
||||||
|
<value>BUT_levelplane</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_manuallevel.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>16</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_manuallevel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>172, 264</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label1.Name" xml:space="preserve">
|
<data name=">>label1.Name" xml:space="preserve">
|
||||||
<value>label1</value>
|
<value>label1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label1.Type" xml:space="preserve">
|
<data name=">>label2.Name" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>label2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label1.Parent" xml:space="preserve">
|
<data name="label28.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>212, 13</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_manuallevel.Name" xml:space="preserve">
|
||||||
|
<value>CHK_manuallevel</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_manuallevel.Parent" xml:space="preserve">
|
||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label1.ZOrder" xml:space="preserve">
|
<data name=">>BUT_levelplane.Type" xml:space="preserve">
|
||||||
<value>1</value>
|
<value>ArdupilotMega.Controls.MyButton, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
|
||||||
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>100, 49</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>264, 39</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>18</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="label2.Text" xml:space="preserve">
|
<data name="label2.Text" xml:space="preserve">
|
||||||
<value>By default your plane will autolevel on every boot.
|
<value>By default your plane will autolevel on every boot.
|
||||||
To disable this action you need to turn on manual
|
To disable this action you need to turn on manual
|
||||||
level and preform a level to calibrate the accel offsets.</value>
|
level and preform a level to calibrate the accel offsets.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>label2.Name" xml:space="preserve">
|
<data name="BUT_levelplane.ToolTip" xml:space="preserve">
|
||||||
<value>label2</value>
|
<value>Do a accel calibration now.</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>
|
||||||
<data name=">>label2.ZOrder" xml:space="preserve">
|
<data name=">>label2.ZOrder" xml:space="preserve">
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</data>
|
||||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
<data name=">>label1.Type" xml:space="preserve">
|
||||||
<value>6, 13</value>
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="label28.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>114, 129</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>label28.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="label1.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>133, 13</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>label1.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>17</value>
|
||||||
|
</data>
|
||||||
|
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="label28.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>15</value>
|
||||||
|
</data>
|
||||||
|
<data name="BUT_levelplane.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>14</value>
|
||||||
|
</data>
|
||||||
|
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>18</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>label28.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=">>label28.Name" xml:space="preserve">
|
||||||
|
<value>label28</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_manuallevel.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_manuallevel.ToolTip" xml:space="preserve">
|
||||||
|
<value>Disables autolevel and will keep the last done accel calibration</value>
|
||||||
|
</data>
|
||||||
|
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>100, 49</value>
|
||||||
|
</data>
|
||||||
|
<data name="label2.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
</data>
|
</data>
|
||||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>439, 356</value>
|
<value>439, 356</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>toolTip1.Name" xml:space="preserve">
|
<data name=">>label1.Parent" xml:space="preserve">
|
||||||
<value>toolTip1</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>toolTip1.Type" xml:space="preserve">
|
<data name="$this.ToolTip" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value />
|
||||||
</data>
|
|
||||||
<data name=">>$this.Name" xml:space="preserve">
|
|
||||||
<value>ConfigAccelerometerCalibrationPlane</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>$this.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.Controls.BackstageView.BackStageViewContentPanel, ArdupilotMegaPlanner, Version=1.1.4492.39671, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
</data>
|
||||||
|
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
</root>
|
</root>
|
@ -117,380 +117,42 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="tabRadioIn.Text" xml:space="preserve">
|
|
||||||
<value>遥控输入</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabModes.Text" xml:space="preserve">
|
|
||||||
<value>模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabHardware.Text" xml:space="preserve">
|
|
||||||
<value>硬件</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabBattery.Text" xml:space="preserve">
|
|
||||||
<value>电池</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabHeli.Text" xml:space="preserve">
|
|
||||||
<value>AC2 直升机</value>
|
|
||||||
</data>
|
|
||||||
<data name="groupBoxElevons.Text" xml:space="preserve">
|
|
||||||
<value>上降副翼 (Elevon) 配置</value>
|
|
||||||
</data>
|
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="CHK_elevonch2rev.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>115, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.Text" xml:space="preserve">
|
|
||||||
<value>Elevons CH2 逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>91, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.Text" xml:space="preserve">
|
|
||||||
<value>Elevons 逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch1rev.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>115, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch1rev.Text" xml:space="preserve">
|
|
||||||
<value>Elevons CH1 逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch3.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>50, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch3.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>50, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>50, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>50, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch1.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_Calibrateradio.Text" xml:space="preserve">
|
|
||||||
<value>校准遥控</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple6.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple6.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple5.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple5.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple4.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple4.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple3.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple3.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple2.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple1.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="label14.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label14.Text" xml:space="preserve">
|
|
||||||
<value>当前 PWM:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label13.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>58, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label13.Text" xml:space="preserve">
|
|
||||||
<value>当前模式:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label6.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 6</value>
|
|
||||||
</data>
|
|
||||||
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label5.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label4.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 4</value>
|
|
||||||
</data>
|
|
||||||
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label3.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 3</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 2</value>
|
|
||||||
</data>
|
|
||||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label1.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 1</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_SaveModes.Text" xml:space="preserve">
|
|
||||||
<value>保存模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="label27.Text" xml:space="preserve">
|
|
||||||
<value>十进制, 2° 3' W 就是 -2.3</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enableoptflow.Text" xml:space="preserve">
|
|
||||||
<value>启用光流</value>
|
|
||||||
</data>
|
|
||||||
<data name="linkLabelmagdec.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>67, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="linkLabelmagdec.Text" xml:space="preserve">
|
|
||||||
<value>磁偏角网站</value>
|
|
||||||
</data>
|
|
||||||
<data name="label100.Text" xml:space="preserve">
|
|
||||||
<value>磁偏角</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enableairspeed.Text" xml:space="preserve">
|
|
||||||
<value>启用空速计</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enablesonar.Text" xml:space="preserve">
|
|
||||||
<value>启用声纳</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enablecompass.Text" xml:space="preserve">
|
|
||||||
<value>启用罗盘</value>
|
|
||||||
</data>
|
|
||||||
<data name="label31.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>58, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label31.Text" xml:space="preserve">
|
|
||||||
<value>输入电压:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label32.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>94, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label32.Text" xml:space="preserve">
|
|
||||||
<value>测量的电池电压:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label33.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>58, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label33.Text" xml:space="preserve">
|
|
||||||
<value>电池电压:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label34.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>52, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label34.Text" xml:space="preserve">
|
|
||||||
<value>分 压 比:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label35.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>63, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label35.Text" xml:space="preserve">
|
|
||||||
<value>安培/伏特:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label47.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>48, 18</value>
|
|
||||||
</data>
|
|
||||||
<data name="label47.Text" xml:space="preserve">
|
|
||||||
<value>传感器</value>
|
|
||||||
</data>
|
|
||||||
<data name="textBox3.Text" xml:space="preserve">
|
|
||||||
<value>电压传感器校准:
|
|
||||||
1. 测量APM输入电压,输入到下方的文本框中
|
|
||||||
2. 测量电池电压,输入到下方的文本框中
|
|
||||||
3. 从当前的传感器的数据表中找到安培/伏特,输入到下方的文本框中</value>
|
|
||||||
</data>
|
|
||||||
<data name="label29.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label29.Text" xml:space="preserve">
|
|
||||||
<value>容量</value>
|
|
||||||
</data>
|
|
||||||
<data name="label30.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>48, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label30.Text" xml:space="preserve">
|
|
||||||
<value>监控器</value>
|
|
||||||
</data>
|
|
||||||
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>175, 13</value>
|
<value>175, 13</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label28.Text" xml:space="preserve">
|
<data name="label28.Text" xml:space="preserve">
|
||||||
<value>设置水平面的默认加速度计偏移</value>
|
<value>设置水平面的默认加速度计偏移</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label16.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="BUT_levelplane.Text" xml:space="preserve">
|
||||||
<value>261, 13</value>
|
<value>置平</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label16.Text" xml:space="preserve">
|
<data name="BUT_levelplane.ToolTip" xml:space="preserve">
|
||||||
<value>注: 图片只是用于展示,设置可以用于六轴等机架</value>
|
<value>执行加速度计校准</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label15.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHK_manuallevel.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>93, 13</value>
|
<value>74, 17</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label15.Text" xml:space="preserve">
|
<data name="CHK_manuallevel.Text" xml:space="preserve">
|
||||||
<value>机架设置 (+ 或 x)</value>
|
<value>手动置平</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_levelac2.Text" xml:space="preserve">
|
<data name="CHK_manuallevel.ToolTip" xml:space="preserve">
|
||||||
<value>找平</value>
|
<value>禁用自动置平,并将保留最后一次加速度计校准值</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_HS4save.Text" xml:space="preserve">
|
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>手动</value>
|
<value>91, 13</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_swash_manual.Text" xml:space="preserve">
|
<data name="label1.Text" xml:space="preserve">
|
||||||
<value>手动</value>
|
<value>仅限于高级用户</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label46.Size" type="System.Drawing.Size, System.Drawing">
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<value>31, 13</value>
|
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label46.Text" xml:space="preserve">
|
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>感度</value>
|
<value>258, 61</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="label45.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="label2.Text" xml:space="preserve">
|
||||||
<value>31, 13</value>
|
<value>默认情况下飞机将在每次启动时自动置平。要禁用这个动作,你需要开启手动置平,并执行一个置平操作来校准加速度计偏移。</value>
|
||||||
</data>
|
|
||||||
<data name="label45.Text" xml:space="preserve">
|
|
||||||
<value>启用</value>
|
|
||||||
</data>
|
|
||||||
<data name="label44.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label44.Text" xml:space="preserve">
|
|
||||||
<value>微调</value>
|
|
||||||
</data>
|
|
||||||
<data name="label43.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label43.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="label42.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>43, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label42.Text" xml:space="preserve">
|
|
||||||
<value>方向舵</value>
|
|
||||||
</data>
|
|
||||||
<data name="label24.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label24.Text" xml:space="preserve">
|
|
||||||
<value>最大</value>
|
|
||||||
</data>
|
|
||||||
<data name="label40.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label40.Text" xml:space="preserve">
|
|
||||||
<value>最小</value>
|
|
||||||
</data>
|
|
||||||
<data name="label41.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label41.Text" xml:space="preserve">
|
|
||||||
<value>最低</value>
|
|
||||||
</data>
|
|
||||||
<data name="label21.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label21.Text" xml:space="preserve">
|
|
||||||
<value>最高</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_0collective.Text" xml:space="preserve">
|
|
||||||
<value>0度</value>
|
|
||||||
</data>
|
|
||||||
<data name="label39.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label39.Text" xml:space="preserve">
|
|
||||||
<value>微调</value>
|
|
||||||
</data>
|
|
||||||
<data name="label38.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label38.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="label37.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label37.Text" xml:space="preserve">
|
|
||||||
<value>位置</value>
|
|
||||||
</data>
|
|
||||||
<data name="label36.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label36.Text" xml:space="preserve">
|
|
||||||
<value>舵机</value>
|
|
||||||
</data>
|
|
||||||
<data name="label26.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>55, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label26.Text" xml:space="preserve">
|
|
||||||
<value>最大俯仰</value>
|
|
||||||
</data>
|
|
||||||
<data name="label25.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>55, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label25.Text" xml:space="preserve">
|
|
||||||
<value>最大侧倾</value>
|
|
||||||
</data>
|
|
||||||
<data name="label23.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>55, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label23.Text" xml:space="preserve">
|
|
||||||
<value>舵机行程</value>
|
|
||||||
</data>
|
|
||||||
<data name="label22.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>79, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label22.Text" xml:space="preserve">
|
|
||||||
<value>斜盘水平微调</value>
|
|
||||||
</data>
|
|
||||||
<data name="label17.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>79, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label17.Text" xml:space="preserve">
|
|
||||||
<value>斜盘舵机位置</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabReset.Text" xml:space="preserve">
|
|
||||||
<value>重置</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_reset.Text" xml:space="preserve">
|
|
||||||
<value>重置 APM 为默认设置</value>
|
|
||||||
</data>
|
|
||||||
<data name="$this.Text" xml:space="preserve">
|
|
||||||
<value>APM设置</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
@ -55,11 +55,11 @@
|
|||||||
//
|
//
|
||||||
// groupBoxElevons
|
// groupBoxElevons
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.groupBoxElevons, "groupBoxElevons");
|
||||||
this.groupBoxElevons.Controls.Add(this.CHK_mixmode);
|
this.groupBoxElevons.Controls.Add(this.CHK_mixmode);
|
||||||
this.groupBoxElevons.Controls.Add(this.CHK_elevonch2rev);
|
this.groupBoxElevons.Controls.Add(this.CHK_elevonch2rev);
|
||||||
this.groupBoxElevons.Controls.Add(this.CHK_elevonrev);
|
this.groupBoxElevons.Controls.Add(this.CHK_elevonrev);
|
||||||
this.groupBoxElevons.Controls.Add(this.CHK_elevonch1rev);
|
this.groupBoxElevons.Controls.Add(this.CHK_elevonch1rev);
|
||||||
resources.ApplyResources(this.groupBoxElevons, "groupBoxElevons");
|
|
||||||
this.groupBoxElevons.Name = "groupBoxElevons";
|
this.groupBoxElevons.Name = "groupBoxElevons";
|
||||||
this.groupBoxElevons.TabStop = false;
|
this.groupBoxElevons.TabStop = false;
|
||||||
//
|
//
|
||||||
@ -128,11 +128,11 @@
|
|||||||
//
|
//
|
||||||
// BAR8
|
// BAR8
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BAR8, "BAR8");
|
||||||
this.BAR8.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BAR8.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BAR8.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BAR8.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BAR8.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch8in", true));
|
this.BAR8.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch8in", true));
|
||||||
this.BAR8.Label = "Radio 8";
|
this.BAR8.Label = "Radio 8";
|
||||||
resources.ApplyResources(this.BAR8, "BAR8");
|
|
||||||
this.BAR8.Maximum = 2200;
|
this.BAR8.Maximum = 2200;
|
||||||
this.BAR8.maxline = 0;
|
this.BAR8.maxline = 0;
|
||||||
this.BAR8.Minimum = 800;
|
this.BAR8.Minimum = 800;
|
||||||
@ -147,11 +147,11 @@
|
|||||||
//
|
//
|
||||||
// BAR7
|
// BAR7
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BAR7, "BAR7");
|
||||||
this.BAR7.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BAR7.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BAR7.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BAR7.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BAR7.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch7in", true));
|
this.BAR7.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch7in", true));
|
||||||
this.BAR7.Label = "Radio 7";
|
this.BAR7.Label = "Radio 7";
|
||||||
resources.ApplyResources(this.BAR7, "BAR7");
|
|
||||||
this.BAR7.Maximum = 2200;
|
this.BAR7.Maximum = 2200;
|
||||||
this.BAR7.maxline = 0;
|
this.BAR7.maxline = 0;
|
||||||
this.BAR7.Minimum = 800;
|
this.BAR7.Minimum = 800;
|
||||||
@ -162,11 +162,11 @@
|
|||||||
//
|
//
|
||||||
// BAR6
|
// BAR6
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BAR6, "BAR6");
|
||||||
this.BAR6.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BAR6.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BAR6.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BAR6.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BAR6.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch6in", true));
|
this.BAR6.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch6in", true));
|
||||||
this.BAR6.Label = "Radio 6";
|
this.BAR6.Label = "Radio 6";
|
||||||
resources.ApplyResources(this.BAR6, "BAR6");
|
|
||||||
this.BAR6.Maximum = 2200;
|
this.BAR6.Maximum = 2200;
|
||||||
this.BAR6.maxline = 0;
|
this.BAR6.maxline = 0;
|
||||||
this.BAR6.Minimum = 800;
|
this.BAR6.Minimum = 800;
|
||||||
@ -177,11 +177,11 @@
|
|||||||
//
|
//
|
||||||
// BAR5
|
// BAR5
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BAR5, "BAR5");
|
||||||
this.BAR5.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BAR5.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BAR5.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BAR5.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BAR5.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch5in", true));
|
this.BAR5.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch5in", true));
|
||||||
this.BAR5.Label = "Radio 5";
|
this.BAR5.Label = "Radio 5";
|
||||||
resources.ApplyResources(this.BAR5, "BAR5");
|
|
||||||
this.BAR5.Maximum = 2200;
|
this.BAR5.Maximum = 2200;
|
||||||
this.BAR5.maxline = 0;
|
this.BAR5.maxline = 0;
|
||||||
this.BAR5.Minimum = 800;
|
this.BAR5.Minimum = 800;
|
||||||
@ -192,11 +192,11 @@
|
|||||||
//
|
//
|
||||||
// BARpitch
|
// BARpitch
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BARpitch, "BARpitch");
|
||||||
this.BARpitch.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BARpitch.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BARpitch.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BARpitch.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BARpitch.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch2in", true));
|
this.BARpitch.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch2in", true));
|
||||||
this.BARpitch.Label = "Pitch";
|
this.BARpitch.Label = "Pitch";
|
||||||
resources.ApplyResources(this.BARpitch, "BARpitch");
|
|
||||||
this.BARpitch.Maximum = 2200;
|
this.BARpitch.Maximum = 2200;
|
||||||
this.BARpitch.maxline = 0;
|
this.BARpitch.maxline = 0;
|
||||||
this.BARpitch.Minimum = 800;
|
this.BARpitch.Minimum = 800;
|
||||||
@ -207,11 +207,11 @@
|
|||||||
//
|
//
|
||||||
// BARthrottle
|
// BARthrottle
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BARthrottle, "BARthrottle");
|
||||||
this.BARthrottle.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(68)))), ((int)(((byte)(69)))));
|
this.BARthrottle.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(68)))), ((int)(((byte)(69)))));
|
||||||
this.BARthrottle.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BARthrottle.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BARthrottle.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch3in", true));
|
this.BARthrottle.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch3in", true));
|
||||||
this.BARthrottle.Label = "Throttle";
|
this.BARthrottle.Label = "Throttle";
|
||||||
resources.ApplyResources(this.BARthrottle, "BARthrottle");
|
|
||||||
this.BARthrottle.Maximum = 2200;
|
this.BARthrottle.Maximum = 2200;
|
||||||
this.BARthrottle.maxline = 0;
|
this.BARthrottle.maxline = 0;
|
||||||
this.BARthrottle.Minimum = 800;
|
this.BARthrottle.Minimum = 800;
|
||||||
@ -222,11 +222,11 @@
|
|||||||
//
|
//
|
||||||
// BARyaw
|
// BARyaw
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BARyaw, "BARyaw");
|
||||||
this.BARyaw.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BARyaw.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BARyaw.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BARyaw.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BARyaw.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch4in", true));
|
this.BARyaw.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch4in", true));
|
||||||
this.BARyaw.Label = "Yaw";
|
this.BARyaw.Label = "Yaw";
|
||||||
resources.ApplyResources(this.BARyaw, "BARyaw");
|
|
||||||
this.BARyaw.Maximum = 2200;
|
this.BARyaw.Maximum = 2200;
|
||||||
this.BARyaw.maxline = 0;
|
this.BARyaw.maxline = 0;
|
||||||
this.BARyaw.Minimum = 800;
|
this.BARyaw.Minimum = 800;
|
||||||
@ -237,11 +237,11 @@
|
|||||||
//
|
//
|
||||||
// BARroll
|
// BARroll
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.BARroll, "BARroll");
|
||||||
this.BARroll.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
this.BARroll.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(255)))));
|
||||||
this.BARroll.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
this.BARroll.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
||||||
this.BARroll.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch1in", true));
|
this.BARroll.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.currentStateBindingSource, "ch1in", true));
|
||||||
this.BARroll.Label = "Roll";
|
this.BARroll.Label = "Roll";
|
||||||
resources.ApplyResources(this.BARroll, "BARroll");
|
|
||||||
this.BARroll.Maximum = 2200;
|
this.BARroll.Maximum = 2200;
|
||||||
this.BARroll.maxline = 0;
|
this.BARroll.maxline = 0;
|
||||||
this.BARroll.Minimum = 800;
|
this.BARroll.Minimum = 800;
|
||||||
|
@ -117,490 +117,490 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<data name=">>BARthrottle.Type" xml:space="preserve">
|
||||||
<data name="CHK_mixmode.AutoSize" type="System.Boolean, mscorlib">
|
<value>ArdupilotMega.VerticalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
||||||
<data name="CHK_mixmode.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="CHK_mixmode.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CHK_revch1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>13, 19</value>
|
<value>306, 19</value>
|
||||||
</data>
|
|
||||||
<data name="CHK_mixmode.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_mixmode.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>107</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_mixmode.Text" xml:space="preserve">
|
|
||||||
<value>Elevons</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_mixmode.Name" xml:space="preserve">
|
|
||||||
<value>CHK_mixmode</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_mixmode.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_mixmode.Parent" xml:space="preserve">
|
|
||||||
<value>groupBoxElevons</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_mixmode.ZOrder" xml:space="preserve">
|
|
||||||
<value>0</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>292, 19</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>111, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>110</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch2rev.Text" xml:space="preserve">
|
|
||||||
<value>Elevons CH2 Rev</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonch2rev.Name" xml:space="preserve">
|
|
||||||
<value>CHK_elevonch2rev</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonch2rev.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonch2rev.Parent" xml:space="preserve">
|
|
||||||
<value>groupBoxElevons</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonch2rev.ZOrder" xml:space="preserve">
|
|
||||||
<value>1</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>82, 19</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>87, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>108</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonrev.Text" xml:space="preserve">
|
|
||||||
<value>Elevons Rev</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonrev.Name" xml:space="preserve">
|
|
||||||
<value>CHK_elevonrev</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonrev.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonrev.Parent" xml:space="preserve">
|
|
||||||
<value>groupBoxElevons</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonrev.ZOrder" xml:space="preserve">
|
|
||||||
<value>2</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch1rev.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch1rev.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_elevonch1rev.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CHK_elevonch1rev.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>175, 19</value>
|
<value>175, 19</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_elevonch1rev.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>111, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch1rev.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>109</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_elevonch1rev.Text" xml:space="preserve">
|
|
||||||
<value>Elevons CH1 Rev</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonch1rev.Name" xml:space="preserve">
|
|
||||||
<value>CHK_elevonch1rev</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_elevonch1rev.Type" xml:space="preserve">
|
<data name=">>CHK_elevonch1rev.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_elevonch1rev.Parent" xml:space="preserve">
|
<data name="BUT_Calibrateradio.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>groupBoxElevons</value>
|
<value>134, 23</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_elevonch1rev.ZOrder" xml:space="preserve">
|
<data name="CHK_elevonch2rev.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>3</value>
|
<value>292, 19</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARroll.ZOrder" xml:space="preserve">
|
||||||
|
<value>13</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="groupBoxElevons.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="groupBoxElevons.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>12, 356</value>
|
<value>12, 356</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="groupBoxElevons.Size" type="System.Drawing.Size, System.Drawing">
|
<data name=">>CHK_mixmode.Name" xml:space="preserve">
|
||||||
<value>409, 42</value>
|
<value>CHK_mixmode</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="groupBoxElevons.TabIndex" type="System.Int32, mscorlib">
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<value>125</value>
|
<data name="BUT_Calibrateradio.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="groupBoxElevons.Text" xml:space="preserve">
|
<data name=">>CHK_elevonrev.ZOrder" xml:space="preserve">
|
||||||
<value>Elevon Config</value>
|
<value>2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>groupBoxElevons.Name" xml:space="preserve">
|
<data name="CHK_elevonrev.Text" xml:space="preserve">
|
||||||
<value>groupBoxElevons</value>
|
<value>Elevons Rev</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>groupBoxElevons.Type" xml:space="preserve">
|
<data name="BARroll.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>12, 13</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>groupBoxElevons.Parent" xml:space="preserve">
|
<data name="CHK_elevonrev.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>82, 19</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARyaw.ZOrder" xml:space="preserve">
|
||||||
|
<value>12</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>ConfigRadioInput</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="CHK_elevonrev.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>108</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARyaw.Parent" xml:space="preserve">
|
||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>groupBoxElevons.ZOrder" xml:space="preserve">
|
<data name="BARthrottle.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>0</value>
|
<value>47, 211</value>
|
||||||
</data>
|
|
||||||
<data name="CHK_revch3.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<data name="CHK_revch3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
<value>NoControl</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch3.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="CHK_revch1.Text" xml:space="preserve">
|
||||||
<value>278, 161</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch3.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>66, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch3.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>124</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch3.Text" xml:space="preserve">
|
|
||||||
<value>Reverse</value>
|
<value>Reverse</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch3.Name" xml:space="preserve">
|
<data name="CHK_elevonch2rev.Text" xml:space="preserve">
|
||||||
<value>CHK_revch3</value>
|
<value>Elevons CH2 Rev</value>
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch3.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch3.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch3.ZOrder" xml:space="preserve">
|
|
||||||
<value>1</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>306, 313</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>66, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>123</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch4.Text" xml:space="preserve">
|
|
||||||
<value>Reverse</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch4.Name" xml:space="preserve">
|
|
||||||
<value>CHK_revch4</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch4.Type" xml:space="preserve">
|
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch4.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch4.ZOrder" xml:space="preserve">
|
|
||||||
<value>2</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.AutoSize" type="System.Boolean, mscorlib">
|
|
||||||
<value>True</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
||||||
<value>NoControl</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>62, 161</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>66, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>122</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_revch2.Text" xml:space="preserve">
|
|
||||||
<value>Reverse</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch2.Name" xml:space="preserve">
|
|
||||||
<value>CHK_revch2</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch2.Type" xml:space="preserve">
|
<data name=">>CHK_revch2.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch2.Parent" xml:space="preserve">
|
<data name=">>BUT_Calibrateradio.Parent" xml:space="preserve">
|
||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch2.ZOrder" xml:space="preserve">
|
<data name="BAR5.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>3</value>
|
<value>116</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch1.AutoSize" type="System.Boolean, mscorlib">
|
<data name=">>BARpitch.Name" xml:space="preserve">
|
||||||
|
<value>BARpitch</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARthrottle.ZOrder" xml:space="preserve">
|
||||||
|
<value>11</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BUT_Calibrateradio.ZOrder" xml:space="preserve">
|
||||||
|
<value>5</value>
|
||||||
|
</data>
|
||||||
|
<data name="BAR5.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>170, 25</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARroll.Name" xml:space="preserve">
|
||||||
|
<value>BARroll</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>groupBoxElevons.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARthrottle.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonch1rev.Name" xml:space="preserve">
|
||||||
|
<value>CHK_elevonch1rev</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch1rev.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<data name="CHK_elevonch2rev.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>NoControl</value>
|
<value>110</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name=">>BAR5.Type" xml:space="preserve">
|
||||||
<value>306, 19</value>
|
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHK_elevonrev.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>66, 17</value>
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARyaw.Type" xml:space="preserve">
|
||||||
|
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARroll.Type" xml:space="preserve">
|
||||||
|
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch1.TabIndex" type="System.Int32, mscorlib">
|
<data name="CHK_revch1.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>121</value>
|
<value>121</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CHK_revch1.Text" xml:space="preserve">
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
|
<value>6, 13</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch2.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>62, 161</value>
|
||||||
|
</data>
|
||||||
|
<data name="BARyaw.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>288, 23</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BUT_Calibrateradio.Name" xml:space="preserve">
|
||||||
|
<value>BUT_Calibrateradio</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch2.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>122</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARthrottle.Name" xml:space="preserve">
|
||||||
|
<value>BARthrottle</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch2.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARyaw.Name" xml:space="preserve">
|
||||||
|
<value>BARyaw</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch2.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_mixmode.Text" xml:space="preserve">
|
||||||
|
<value>Elevons</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonrev.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>87, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonrev.Name" xml:space="preserve">
|
||||||
|
<value>CHK_elevonrev</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR8.Name" xml:space="preserve">
|
||||||
|
<value>BAR8</value>
|
||||||
|
</data>
|
||||||
|
<data name="BUT_Calibrateradio.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>120</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>currentStateBindingSource.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch3.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="BAR6.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>117</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>groupBoxElevons.Name" xml:space="preserve">
|
||||||
|
<value>groupBoxElevons</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR6.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_mixmode.Parent" xml:space="preserve">
|
||||||
|
<value>groupBoxElevons</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch4.Text" xml:space="preserve">
|
||||||
<value>Reverse</value>
|
<value>Reverse</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch1.Name" xml:space="preserve">
|
<data name="BARpitch.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>CHK_revch1</value>
|
<value>47, 211</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch1.Type" xml:space="preserve">
|
<data name=">>BAR8.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
|
||||||
<data name=">>CHK_revch1.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>CHK_revch1.ZOrder" xml:space="preserve">
|
<data name=">>CHK_revch1.ZOrder" xml:space="preserve">
|
||||||
<value>4</value>
|
<value>4</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_Calibrateradio.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
<data name="CHK_revch4.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>123</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch3.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>124</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch2.Name" xml:space="preserve">
|
||||||
|
<value>CHK_revch2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR5.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="groupBoxElevons.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>125</value>
|
||||||
|
</data>
|
||||||
|
<data name="BARthrottle.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>350, 64</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR6.Name" xml:space="preserve">
|
||||||
|
<value>BAR6</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch1.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonch1rev.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch3.Text" xml:space="preserve">
|
||||||
|
<value>Reverse</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch1.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="BUT_Calibrateradio.Text" xml:space="preserve">
|
||||||
|
<value>Calibrate Radio</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonrev.Parent" xml:space="preserve">
|
||||||
|
<value>groupBoxElevons</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch2.ZOrder" xml:space="preserve">
|
||||||
|
<value>3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR7.Name" xml:space="preserve">
|
||||||
|
<value>BAR7</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch1rev.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BUT_Calibrateradio.Type" xml:space="preserve">
|
||||||
|
<value>ArdupilotMega.Controls.MyButton, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
|
</data>
|
||||||
|
<data name="BARroll.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>288, 23</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARpitch.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch2rev.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
<value>NoControl</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_Calibrateradio.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="BUT_Calibrateradio.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>473, 347</value>
|
<value>473, 347</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_Calibrateradio.Size" type="System.Drawing.Size, System.Drawing">
|
<data name=">>BAR8.ZOrder" xml:space="preserve">
|
||||||
<value>134, 23</value>
|
<value>6</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BUT_Calibrateradio.TabIndex" type="System.Int32, mscorlib">
|
<data name=">>CHK_elevonch2rev.Parent" xml:space="preserve">
|
||||||
<value>120</value>
|
<value>groupBoxElevons</value>
|
||||||
</data>
|
|
||||||
<data name="BUT_Calibrateradio.Text" xml:space="preserve">
|
|
||||||
<value>Calibrate Radio</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BUT_Calibrateradio.Name" xml:space="preserve">
|
|
||||||
<value>BUT_Calibrateradio</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BUT_Calibrateradio.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.Controls.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BUT_Calibrateradio.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BUT_Calibrateradio.ZOrder" xml:space="preserve">
|
|
||||||
<value>5</value>
|
|
||||||
</data>
|
|
||||||
<metadata name="currentStateBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="BAR8.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>437, 247</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="BAR8.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="BAR8.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>170, 25</value>
|
<value>170, 25</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BAR8.TabIndex" type="System.Int32, mscorlib">
|
<data name=">>BAR7.ZOrder" xml:space="preserve">
|
||||||
<value>119</value>
|
<value>7</value>
|
||||||
</data>
|
|
||||||
<data name=">>BAR8.Name" xml:space="preserve">
|
|
||||||
<value>BAR8</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR8.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR8.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR8.ZOrder" xml:space="preserve">
|
|
||||||
<value>6</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR7.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>437, 192</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR7.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>170, 25</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="BAR7.TabIndex" type="System.Int32, mscorlib">
|
<data name="BAR7.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>118</value>
|
<value>118</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BAR7.Name" xml:space="preserve">
|
<data name="BARyaw.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>BAR7</value>
|
<value>12, 307</value>
|
||||||
</data>
|
|
||||||
<data name=">>BAR7.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR7.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR7.ZOrder" xml:space="preserve">
|
|
||||||
<value>7</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR6.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>437, 137</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR6.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>170, 25</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR6.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>117</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR6.Name" xml:space="preserve">
|
|
||||||
<value>BAR6</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR6.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR6.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR6.ZOrder" xml:space="preserve">
|
|
||||||
<value>8</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR5.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>437, 82</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR5.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>170, 25</value>
|
|
||||||
</data>
|
|
||||||
<data name="BAR5.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>116</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BAR5.Name" xml:space="preserve">
|
<data name=">>BAR5.Name" xml:space="preserve">
|
||||||
<value>BAR5</value>
|
<value>BAR5</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BAR5.Type" xml:space="preserve">
|
<data name="BAR7.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
<value>437, 192</value>
|
||||||
</data>
|
|
||||||
<data name=">>BAR5.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BAR5.ZOrder" xml:space="preserve">
|
|
||||||
<value>9</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="BARpitch.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="BARpitch.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>134, 64</value>
|
<value>134, 64</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BARpitch.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHK_elevonch1rev.Text" xml:space="preserve">
|
||||||
<value>47, 211</value>
|
<value>Elevons CH1 Rev</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BARpitch.TabIndex" type="System.Int32, mscorlib">
|
<data name="CHK_revch2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>115</value>
|
<value>66, 17</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BARpitch.Name" xml:space="preserve">
|
<data name=">>CHK_elevonch2rev.ZOrder" xml:space="preserve">
|
||||||
<value>BARpitch</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BARpitch.Type" xml:space="preserve">
|
<data name=">>CHK_revch4.Name" xml:space="preserve">
|
||||||
<value>ArdupilotMega.VerticalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
<value>CHK_revch4</value>
|
||||||
</data>
|
|
||||||
<data name=">>BARpitch.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BARpitch.ZOrder" xml:space="preserve">
|
<data name=">>BARpitch.ZOrder" xml:space="preserve">
|
||||||
<value>10</value>
|
<value>10</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BARthrottle.Location" type="System.Drawing.Point, System.Drawing">
|
<data name=">>CHK_mixmode.ZOrder" xml:space="preserve">
|
||||||
<value>350, 64</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BARthrottle.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHK_revch3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>47, 211</value>
|
<value>66, 17</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BARthrottle.TabIndex" type="System.Int32, mscorlib">
|
<data name="BAR6.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>114</value>
|
<value>437, 137</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BARthrottle.Name" xml:space="preserve">
|
<data name=">>groupBoxElevons.Parent" xml:space="preserve">
|
||||||
<value>BARthrottle</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARthrottle.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.VerticalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARthrottle.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
<value>$this</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>BARthrottle.ZOrder" xml:space="preserve">
|
<data name=">>BAR7.Type" xml:space="preserve">
|
||||||
<value>11</value>
|
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="BARyaw.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="BAR8.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>12, 307</value>
|
<value>119</value>
|
||||||
</data>
|
|
||||||
<data name="BARyaw.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>288, 23</value>
|
|
||||||
</data>
|
|
||||||
<data name="BARyaw.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>113</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARyaw.Name" xml:space="preserve">
|
|
||||||
<value>BARyaw</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARyaw.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARyaw.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARyaw.ZOrder" xml:space="preserve">
|
|
||||||
<value>12</value>
|
|
||||||
</data>
|
|
||||||
<data name="BARroll.Location" type="System.Drawing.Point, System.Drawing">
|
|
||||||
<value>12, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="BARroll.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>288, 23</value>
|
|
||||||
</data>
|
|
||||||
<data name="BARroll.TabIndex" type="System.Int32, mscorlib">
|
|
||||||
<value>112</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARroll.Name" xml:space="preserve">
|
|
||||||
<value>BARroll</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARroll.Type" xml:space="preserve">
|
|
||||||
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARroll.Parent" xml:space="preserve">
|
|
||||||
<value>$this</value>
|
|
||||||
</data>
|
|
||||||
<data name=">>BARroll.ZOrder" xml:space="preserve">
|
|
||||||
<value>13</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>
|
||||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>628, 406</value>
|
<value>628, 406</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>CHK_revch4.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="BAR6.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>170, 25</value>
|
||||||
|
</data>
|
||||||
|
<data name="groupBoxElevons.Text" xml:space="preserve">
|
||||||
|
<value>Elevon Config</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch4.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>306, 313</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR6.ZOrder" xml:space="preserve">
|
||||||
|
<value>8</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
|
<value>ArdupilotMega.Controls.BackstageView.BackStageViewContentPanel, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_mixmode.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>64, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch1.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch1rev.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>111, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonrev.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonrev.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonch2rev.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="BAR8.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>437, 247</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>66, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name="BAR7.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>170, 25</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_mixmode.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>13, 19</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch1rev.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>109</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch1.Name" xml:space="preserve">
|
||||||
|
<value>CHK_revch1</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch2rev.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>111, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch4.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="BAR5.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>437, 82</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>66, 17</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch3.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>278, 161</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch3.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch3.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch4.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch4.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=">>currentStateBindingSource.Name" xml:space="preserve">
|
<data name=">>currentStateBindingSource.Name" xml:space="preserve">
|
||||||
<value>currentStateBindingSource</value>
|
<value>currentStateBindingSource</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>currentStateBindingSource.Type" xml:space="preserve">
|
<data name=">>groupBoxElevons.Type" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>$this.Name" xml:space="preserve">
|
<data name="BARyaw.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>ConfigRadioInput</value>
|
<value>113</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>$this.Type" xml:space="preserve">
|
<data name=">>CHK_revch3.Name" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>CHK_revch3</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name=">>CHK_mixmode.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=">>BARpitch.Type" xml:space="preserve">
|
||||||
|
<value>ArdupilotMega.VerticalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_revch2.Text" xml:space="preserve">
|
||||||
|
<value>Reverse</value>
|
||||||
|
</data>
|
||||||
|
<data name="BARroll.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>112</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR6.Type" xml:space="preserve">
|
||||||
|
<value>ArdupilotMega.HorizontalProgressBar2, ArdupilotMegaPlanner, Version=1.1.4507.18570, Culture=neutral, PublicKeyToken=null</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_mixmode.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>NoControl</value>
|
||||||
|
</data>
|
||||||
|
<data name="BARthrottle.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>114</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR8.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="groupBoxElevons.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>409, 42</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_elevonch2rev.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR5.ZOrder" xml:space="preserve">
|
||||||
|
<value>9</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_mixmode.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>107</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BAR7.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="CHK_mixmode.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BARroll.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonch1rev.Parent" xml:space="preserve">
|
||||||
|
<value>groupBoxElevons</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_elevonch2rev.Name" xml:space="preserve">
|
||||||
|
<value>CHK_elevonch2rev</value>
|
||||||
|
</data>
|
||||||
|
<data name="BARpitch.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>115</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>CHK_revch3.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="currentStateBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
</root>
|
</root>
|
@ -117,24 +117,6 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="tabRadioIn.Text" xml:space="preserve">
|
|
||||||
<value>遥控输入</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabModes.Text" xml:space="preserve">
|
|
||||||
<value>模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabHardware.Text" xml:space="preserve">
|
|
||||||
<value>硬件</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabBattery.Text" xml:space="preserve">
|
|
||||||
<value>电池</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabHeli.Text" xml:space="preserve">
|
|
||||||
<value>AC2 直升机</value>
|
|
||||||
</data>
|
|
||||||
<data name="groupBoxElevons.Text" xml:space="preserve">
|
|
||||||
<value>上降副翼 (Elevon) 配置</value>
|
|
||||||
</data>
|
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="CHK_elevonch2rev.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHK_elevonch2rev.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>115, 17</value>
|
<value>115, 17</value>
|
||||||
@ -154,6 +136,9 @@
|
|||||||
<data name="CHK_elevonch1rev.Text" xml:space="preserve">
|
<data name="CHK_elevonch1rev.Text" xml:space="preserve">
|
||||||
<value>Elevons CH1 逆转</value>
|
<value>Elevons CH1 逆转</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="groupBoxElevons.Text" xml:space="preserve">
|
||||||
|
<value>升降副翼 (Elevon) 配置</value>
|
||||||
|
</data>
|
||||||
<data name="CHK_revch3.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="CHK_revch3.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>50, 17</value>
|
<value>50, 17</value>
|
||||||
</data>
|
</data>
|
||||||
@ -181,316 +166,4 @@
|
|||||||
<data name="BUT_Calibrateradio.Text" xml:space="preserve">
|
<data name="BUT_Calibrateradio.Text" xml:space="preserve">
|
||||||
<value>校准遥控</value>
|
<value>校准遥控</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="CB_simple6.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple6.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple5.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple5.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple4.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple4.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple3.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple3.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple2.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>74, 17</value>
|
|
||||||
</data>
|
|
||||||
<data name="CB_simple1.Text" xml:space="preserve">
|
|
||||||
<value>简单模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="label14.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label14.Text" xml:space="preserve">
|
|
||||||
<value>当前 PWM:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label13.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>58, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label13.Text" xml:space="preserve">
|
|
||||||
<value>当前模式:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label6.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 6</value>
|
|
||||||
</data>
|
|
||||||
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label5.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 5</value>
|
|
||||||
</data>
|
|
||||||
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label4.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 4</value>
|
|
||||||
</data>
|
|
||||||
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label3.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 3</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label2.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 2</value>
|
|
||||||
</data>
|
|
||||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>64, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label1.Text" xml:space="preserve">
|
|
||||||
<value>飞行模式 1</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_SaveModes.Text" xml:space="preserve">
|
|
||||||
<value>保存模式</value>
|
|
||||||
</data>
|
|
||||||
<data name="label27.Text" xml:space="preserve">
|
|
||||||
<value>十进制, 2° 3' W 就是 -2.3</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enableoptflow.Text" xml:space="preserve">
|
|
||||||
<value>启用光流</value>
|
|
||||||
</data>
|
|
||||||
<data name="linkLabelmagdec.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>67, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="linkLabelmagdec.Text" xml:space="preserve">
|
|
||||||
<value>磁偏角网站</value>
|
|
||||||
</data>
|
|
||||||
<data name="label100.Text" xml:space="preserve">
|
|
||||||
<value>磁偏角</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enableairspeed.Text" xml:space="preserve">
|
|
||||||
<value>启用空速计</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enablesonar.Text" xml:space="preserve">
|
|
||||||
<value>启用声纳</value>
|
|
||||||
</data>
|
|
||||||
<data name="CHK_enablecompass.Text" xml:space="preserve">
|
|
||||||
<value>启用罗盘</value>
|
|
||||||
</data>
|
|
||||||
<data name="label31.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>58, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label31.Text" xml:space="preserve">
|
|
||||||
<value>输入电压:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label32.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>94, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label32.Text" xml:space="preserve">
|
|
||||||
<value>测量的电池电压:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label33.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>58, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label33.Text" xml:space="preserve">
|
|
||||||
<value>电池电压:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label34.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>52, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label34.Text" xml:space="preserve">
|
|
||||||
<value>分 压 比:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label35.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>63, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label35.Text" xml:space="preserve">
|
|
||||||
<value>安培/伏特:</value>
|
|
||||||
</data>
|
|
||||||
<data name="label47.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>48, 18</value>
|
|
||||||
</data>
|
|
||||||
<data name="label47.Text" xml:space="preserve">
|
|
||||||
<value>传感器</value>
|
|
||||||
</data>
|
|
||||||
<data name="textBox3.Text" xml:space="preserve">
|
|
||||||
<value>电压传感器校准:
|
|
||||||
1. 测量APM输入电压,输入到下方的文本框中
|
|
||||||
2. 测量电池电压,输入到下方的文本框中
|
|
||||||
3. 从当前的传感器的数据表中找到安培/伏特,输入到下方的文本框中</value>
|
|
||||||
</data>
|
|
||||||
<data name="label29.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label29.Text" xml:space="preserve">
|
|
||||||
<value>容量</value>
|
|
||||||
</data>
|
|
||||||
<data name="label30.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>48, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label30.Text" xml:space="preserve">
|
|
||||||
<value>监控器</value>
|
|
||||||
</data>
|
|
||||||
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>175, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label28.Text" xml:space="preserve">
|
|
||||||
<value>设置水平面的默认加速度计偏移</value>
|
|
||||||
</data>
|
|
||||||
<data name="label16.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>261, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label16.Text" xml:space="preserve">
|
|
||||||
<value>注: 图片只是用于展示,设置可以用于六轴等机架</value>
|
|
||||||
</data>
|
|
||||||
<data name="label15.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>93, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label15.Text" xml:space="preserve">
|
|
||||||
<value>机架设置 (+ 或 x)</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_levelac2.Text" xml:space="preserve">
|
|
||||||
<value>找平</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_HS4save.Text" xml:space="preserve">
|
|
||||||
<value>手动</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_swash_manual.Text" xml:space="preserve">
|
|
||||||
<value>手动</value>
|
|
||||||
</data>
|
|
||||||
<data name="label46.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label46.Text" xml:space="preserve">
|
|
||||||
<value>感度</value>
|
|
||||||
</data>
|
|
||||||
<data name="label45.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label45.Text" xml:space="preserve">
|
|
||||||
<value>启用</value>
|
|
||||||
</data>
|
|
||||||
<data name="label44.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label44.Text" xml:space="preserve">
|
|
||||||
<value>微调</value>
|
|
||||||
</data>
|
|
||||||
<data name="label43.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label43.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="label42.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>43, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label42.Text" xml:space="preserve">
|
|
||||||
<value>方向舵</value>
|
|
||||||
</data>
|
|
||||||
<data name="label24.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label24.Text" xml:space="preserve">
|
|
||||||
<value>最大</value>
|
|
||||||
</data>
|
|
||||||
<data name="label40.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label40.Text" xml:space="preserve">
|
|
||||||
<value>最小</value>
|
|
||||||
</data>
|
|
||||||
<data name="label41.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label41.Text" xml:space="preserve">
|
|
||||||
<value>最低</value>
|
|
||||||
</data>
|
|
||||||
<data name="label21.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label21.Text" xml:space="preserve">
|
|
||||||
<value>最高</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_0collective.Text" xml:space="preserve">
|
|
||||||
<value>0度</value>
|
|
||||||
</data>
|
|
||||||
<data name="label39.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label39.Text" xml:space="preserve">
|
|
||||||
<value>微调</value>
|
|
||||||
</data>
|
|
||||||
<data name="label38.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label38.Text" xml:space="preserve">
|
|
||||||
<value>逆转</value>
|
|
||||||
</data>
|
|
||||||
<data name="label37.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label37.Text" xml:space="preserve">
|
|
||||||
<value>位置</value>
|
|
||||||
</data>
|
|
||||||
<data name="label36.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>31, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label36.Text" xml:space="preserve">
|
|
||||||
<value>舵机</value>
|
|
||||||
</data>
|
|
||||||
<data name="label26.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>55, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label26.Text" xml:space="preserve">
|
|
||||||
<value>最大俯仰</value>
|
|
||||||
</data>
|
|
||||||
<data name="label25.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>55, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label25.Text" xml:space="preserve">
|
|
||||||
<value>最大侧倾</value>
|
|
||||||
</data>
|
|
||||||
<data name="label23.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>55, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label23.Text" xml:space="preserve">
|
|
||||||
<value>舵机行程</value>
|
|
||||||
</data>
|
|
||||||
<data name="label22.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>79, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label22.Text" xml:space="preserve">
|
|
||||||
<value>斜盘水平微调</value>
|
|
||||||
</data>
|
|
||||||
<data name="label17.Size" type="System.Drawing.Size, System.Drawing">
|
|
||||||
<value>79, 13</value>
|
|
||||||
</data>
|
|
||||||
<data name="label17.Text" xml:space="preserve">
|
|
||||||
<value>斜盘舵机位置</value>
|
|
||||||
</data>
|
|
||||||
<data name="tabReset.Text" xml:space="preserve">
|
|
||||||
<value>重置</value>
|
|
||||||
</data>
|
|
||||||
<data name="BUT_reset.Text" xml:space="preserve">
|
|
||||||
<value>重置 APM 为默认设置</value>
|
|
||||||
</data>
|
|
||||||
<data name="$this.Text" xml:space="preserve">
|
|
||||||
<value>APM设置</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
@ -107,9 +107,11 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.Progressbar, "Progressbar");
|
resources.ApplyResources(this.Progressbar, "Progressbar");
|
||||||
this.Progressbar.Name = "Progressbar";
|
this.Progressbar.Name = "Progressbar";
|
||||||
|
this.toolTip1.SetToolTip(this.Progressbar, resources.GetString("Progressbar.ToolTip"));
|
||||||
//
|
//
|
||||||
// S1
|
// S1
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S1, "S1");
|
||||||
this.S1.FormattingEnabled = true;
|
this.S1.FormattingEnabled = true;
|
||||||
this.S1.Items.AddRange(new object[] {
|
this.S1.Items.AddRange(new object[] {
|
||||||
resources.GetString("S1.Items"),
|
resources.GetString("S1.Items"),
|
||||||
@ -121,7 +123,6 @@
|
|||||||
resources.GetString("S1.Items6"),
|
resources.GetString("S1.Items6"),
|
||||||
resources.GetString("S1.Items7"),
|
resources.GetString("S1.Items7"),
|
||||||
resources.GetString("S1.Items8")});
|
resources.GetString("S1.Items8")});
|
||||||
resources.ApplyResources(this.S1, "S1");
|
|
||||||
this.S1.Name = "S1";
|
this.S1.Name = "S1";
|
||||||
this.toolTip1.SetToolTip(this.S1, resources.GetString("S1.ToolTip"));
|
this.toolTip1.SetToolTip(this.S1, resources.GetString("S1.ToolTip"));
|
||||||
//
|
//
|
||||||
@ -129,25 +130,30 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label1, "label1");
|
resources.ApplyResources(this.label1, "label1");
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
|
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
||||||
//
|
//
|
||||||
// S0
|
// S0
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.S0, "S0");
|
resources.ApplyResources(this.S0, "S0");
|
||||||
this.S0.Name = "S0";
|
this.S0.Name = "S0";
|
||||||
this.S0.ReadOnly = true;
|
this.S0.ReadOnly = true;
|
||||||
|
this.toolTip1.SetToolTip(this.S0, resources.GetString("S0.ToolTip"));
|
||||||
//
|
//
|
||||||
// label2
|
// label2
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label2, "label2");
|
resources.ApplyResources(this.label2, "label2");
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
|
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
||||||
//
|
//
|
||||||
// label3
|
// label3
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label3, "label3");
|
resources.ApplyResources(this.label3, "label3");
|
||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
|
this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
|
||||||
//
|
//
|
||||||
// S2
|
// S2
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S2, "S2");
|
||||||
this.S2.FormattingEnabled = true;
|
this.S2.FormattingEnabled = true;
|
||||||
this.S2.Items.AddRange(new object[] {
|
this.S2.Items.AddRange(new object[] {
|
||||||
resources.GetString("S2.Items"),
|
resources.GetString("S2.Items"),
|
||||||
@ -163,7 +169,6 @@
|
|||||||
resources.GetString("S2.Items10"),
|
resources.GetString("S2.Items10"),
|
||||||
resources.GetString("S2.Items11"),
|
resources.GetString("S2.Items11"),
|
||||||
resources.GetString("S2.Items12")});
|
resources.GetString("S2.Items12")});
|
||||||
resources.ApplyResources(this.S2, "S2");
|
|
||||||
this.S2.Name = "S2";
|
this.S2.Name = "S2";
|
||||||
this.toolTip1.SetToolTip(this.S2, resources.GetString("S2.ToolTip"));
|
this.toolTip1.SetToolTip(this.S2, resources.GetString("S2.ToolTip"));
|
||||||
//
|
//
|
||||||
@ -171,9 +176,11 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label4, "label4");
|
resources.ApplyResources(this.label4, "label4");
|
||||||
this.label4.Name = "label4";
|
this.label4.Name = "label4";
|
||||||
|
this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
|
||||||
//
|
//
|
||||||
// S3
|
// S3
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S3, "S3");
|
||||||
this.S3.FormattingEnabled = true;
|
this.S3.FormattingEnabled = true;
|
||||||
this.S3.Items.AddRange(new object[] {
|
this.S3.Items.AddRange(new object[] {
|
||||||
resources.GetString("S3.Items"),
|
resources.GetString("S3.Items"),
|
||||||
@ -206,7 +213,6 @@
|
|||||||
resources.GetString("S3.Items27"),
|
resources.GetString("S3.Items27"),
|
||||||
resources.GetString("S3.Items28"),
|
resources.GetString("S3.Items28"),
|
||||||
resources.GetString("S3.Items29")});
|
resources.GetString("S3.Items29")});
|
||||||
resources.ApplyResources(this.S3, "S3");
|
|
||||||
this.S3.Name = "S3";
|
this.S3.Name = "S3";
|
||||||
this.toolTip1.SetToolTip(this.S3, resources.GetString("S3.ToolTip"));
|
this.toolTip1.SetToolTip(this.S3, resources.GetString("S3.ToolTip"));
|
||||||
//
|
//
|
||||||
@ -214,9 +220,11 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label5, "label5");
|
resources.ApplyResources(this.label5, "label5");
|
||||||
this.label5.Name = "label5";
|
this.label5.Name = "label5";
|
||||||
|
this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
|
||||||
//
|
//
|
||||||
// S4
|
// S4
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S4, "S4");
|
||||||
this.S4.FormattingEnabled = true;
|
this.S4.FormattingEnabled = true;
|
||||||
this.S4.Items.AddRange(new object[] {
|
this.S4.Items.AddRange(new object[] {
|
||||||
resources.GetString("S4.Items"),
|
resources.GetString("S4.Items"),
|
||||||
@ -227,7 +235,6 @@
|
|||||||
resources.GetString("S4.Items5"),
|
resources.GetString("S4.Items5"),
|
||||||
resources.GetString("S4.Items6"),
|
resources.GetString("S4.Items6"),
|
||||||
resources.GetString("S4.Items7")});
|
resources.GetString("S4.Items7")});
|
||||||
resources.ApplyResources(this.S4, "S4");
|
|
||||||
this.S4.Name = "S4";
|
this.S4.Name = "S4";
|
||||||
this.toolTip1.SetToolTip(this.S4, resources.GetString("S4.ToolTip"));
|
this.toolTip1.SetToolTip(this.S4, resources.GetString("S4.ToolTip"));
|
||||||
//
|
//
|
||||||
@ -235,6 +242,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label6, "label6");
|
resources.ApplyResources(this.label6, "label6");
|
||||||
this.label6.Name = "label6";
|
this.label6.Name = "label6";
|
||||||
|
this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
|
||||||
//
|
//
|
||||||
// S5
|
// S5
|
||||||
//
|
//
|
||||||
@ -246,6 +254,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label7, "label7");
|
resources.ApplyResources(this.label7, "label7");
|
||||||
this.label7.Name = "label7";
|
this.label7.Name = "label7";
|
||||||
|
this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
|
||||||
//
|
//
|
||||||
// S6
|
// S6
|
||||||
//
|
//
|
||||||
@ -257,6 +266,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label8, "label8");
|
resources.ApplyResources(this.label8, "label8");
|
||||||
this.label8.Name = "label8";
|
this.label8.Name = "label8";
|
||||||
|
this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
|
||||||
//
|
//
|
||||||
// S7
|
// S7
|
||||||
//
|
//
|
||||||
@ -284,6 +294,7 @@
|
|||||||
//
|
//
|
||||||
// RS4
|
// RS4
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS4, "RS4");
|
||||||
this.RS4.FormattingEnabled = true;
|
this.RS4.FormattingEnabled = true;
|
||||||
this.RS4.Items.AddRange(new object[] {
|
this.RS4.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS4.Items"),
|
resources.GetString("RS4.Items"),
|
||||||
@ -294,12 +305,12 @@
|
|||||||
resources.GetString("RS4.Items5"),
|
resources.GetString("RS4.Items5"),
|
||||||
resources.GetString("RS4.Items6"),
|
resources.GetString("RS4.Items6"),
|
||||||
resources.GetString("RS4.Items7")});
|
resources.GetString("RS4.Items7")});
|
||||||
resources.ApplyResources(this.RS4, "RS4");
|
|
||||||
this.RS4.Name = "RS4";
|
this.RS4.Name = "RS4";
|
||||||
this.toolTip1.SetToolTip(this.RS4, resources.GetString("RS4.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS4, resources.GetString("RS4.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS3
|
// RS3
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS3, "RS3");
|
||||||
this.RS3.FormattingEnabled = true;
|
this.RS3.FormattingEnabled = true;
|
||||||
this.RS3.Items.AddRange(new object[] {
|
this.RS3.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS3.Items"),
|
resources.GetString("RS3.Items"),
|
||||||
@ -332,12 +343,12 @@
|
|||||||
resources.GetString("RS3.Items27"),
|
resources.GetString("RS3.Items27"),
|
||||||
resources.GetString("RS3.Items28"),
|
resources.GetString("RS3.Items28"),
|
||||||
resources.GetString("RS3.Items29")});
|
resources.GetString("RS3.Items29")});
|
||||||
resources.ApplyResources(this.RS3, "RS3");
|
|
||||||
this.RS3.Name = "RS3";
|
this.RS3.Name = "RS3";
|
||||||
this.toolTip1.SetToolTip(this.RS3, resources.GetString("RS3.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS3, resources.GetString("RS3.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS2
|
// RS2
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS2, "RS2");
|
||||||
this.RS2.FormattingEnabled = true;
|
this.RS2.FormattingEnabled = true;
|
||||||
this.RS2.Items.AddRange(new object[] {
|
this.RS2.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS2.Items"),
|
resources.GetString("RS2.Items"),
|
||||||
@ -353,12 +364,12 @@
|
|||||||
resources.GetString("RS2.Items10"),
|
resources.GetString("RS2.Items10"),
|
||||||
resources.GetString("RS2.Items11"),
|
resources.GetString("RS2.Items11"),
|
||||||
resources.GetString("RS2.Items12")});
|
resources.GetString("RS2.Items12")});
|
||||||
resources.ApplyResources(this.RS2, "RS2");
|
|
||||||
this.RS2.Name = "RS2";
|
this.RS2.Name = "RS2";
|
||||||
this.toolTip1.SetToolTip(this.RS2, resources.GetString("RS2.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS2, resources.GetString("RS2.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS1
|
// RS1
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS1, "RS1");
|
||||||
this.RS1.FormattingEnabled = true;
|
this.RS1.FormattingEnabled = true;
|
||||||
this.RS1.Items.AddRange(new object[] {
|
this.RS1.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS1.Items"),
|
resources.GetString("RS1.Items"),
|
||||||
@ -370,7 +381,6 @@
|
|||||||
resources.GetString("RS1.Items6"),
|
resources.GetString("RS1.Items6"),
|
||||||
resources.GetString("RS1.Items7"),
|
resources.GetString("RS1.Items7"),
|
||||||
resources.GetString("RS1.Items8")});
|
resources.GetString("RS1.Items8")});
|
||||||
resources.ApplyResources(this.RS1, "RS1");
|
|
||||||
this.RS1.Name = "RS1";
|
this.RS1.Name = "RS1";
|
||||||
this.toolTip1.SetToolTip(this.RS1, resources.GetString("RS1.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS1, resources.GetString("RS1.ToolTip"));
|
||||||
//
|
//
|
||||||
@ -383,6 +393,7 @@
|
|||||||
//
|
//
|
||||||
// S10
|
// S10
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S10, "S10");
|
||||||
this.S10.FormattingEnabled = true;
|
this.S10.FormattingEnabled = true;
|
||||||
this.S10.Items.AddRange(new object[] {
|
this.S10.Items.AddRange(new object[] {
|
||||||
resources.GetString("S10.Items"),
|
resources.GetString("S10.Items"),
|
||||||
@ -404,12 +415,12 @@
|
|||||||
resources.GetString("S10.Items16"),
|
resources.GetString("S10.Items16"),
|
||||||
resources.GetString("S10.Items17"),
|
resources.GetString("S10.Items17"),
|
||||||
resources.GetString("S10.Items18")});
|
resources.GetString("S10.Items18")});
|
||||||
resources.ApplyResources(this.S10, "S10");
|
|
||||||
this.S10.Name = "S10";
|
this.S10.Name = "S10";
|
||||||
this.toolTip1.SetToolTip(this.S10, resources.GetString("S10.ToolTip"));
|
this.toolTip1.SetToolTip(this.S10, resources.GetString("S10.ToolTip"));
|
||||||
//
|
//
|
||||||
// S11
|
// S11
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S11, "S11");
|
||||||
this.S11.FormattingEnabled = true;
|
this.S11.FormattingEnabled = true;
|
||||||
this.S11.Items.AddRange(new object[] {
|
this.S11.Items.AddRange(new object[] {
|
||||||
resources.GetString("S11.Items"),
|
resources.GetString("S11.Items"),
|
||||||
@ -422,32 +433,32 @@
|
|||||||
resources.GetString("S11.Items7"),
|
resources.GetString("S11.Items7"),
|
||||||
resources.GetString("S11.Items8"),
|
resources.GetString("S11.Items8"),
|
||||||
resources.GetString("S11.Items9")});
|
resources.GetString("S11.Items9")});
|
||||||
resources.ApplyResources(this.S11, "S11");
|
|
||||||
this.S11.Name = "S11";
|
this.S11.Name = "S11";
|
||||||
this.toolTip1.SetToolTip(this.S11, resources.GetString("S11.ToolTip"));
|
this.toolTip1.SetToolTip(this.S11, resources.GetString("S11.ToolTip"));
|
||||||
//
|
//
|
||||||
// S12
|
// S12
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S12, "S12");
|
||||||
this.S12.FormattingEnabled = true;
|
this.S12.FormattingEnabled = true;
|
||||||
this.S12.Items.AddRange(new object[] {
|
this.S12.Items.AddRange(new object[] {
|
||||||
resources.GetString("S12.Items"),
|
resources.GetString("S12.Items"),
|
||||||
resources.GetString("S12.Items1")});
|
resources.GetString("S12.Items1")});
|
||||||
resources.ApplyResources(this.S12, "S12");
|
|
||||||
this.S12.Name = "S12";
|
this.S12.Name = "S12";
|
||||||
this.toolTip1.SetToolTip(this.S12, resources.GetString("S12.ToolTip"));
|
this.toolTip1.SetToolTip(this.S12, resources.GetString("S12.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS12
|
// RS12
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS12, "RS12");
|
||||||
this.RS12.FormattingEnabled = true;
|
this.RS12.FormattingEnabled = true;
|
||||||
this.RS12.Items.AddRange(new object[] {
|
this.RS12.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS12.Items"),
|
resources.GetString("RS12.Items"),
|
||||||
resources.GetString("RS12.Items1")});
|
resources.GetString("RS12.Items1")});
|
||||||
resources.ApplyResources(this.RS12, "RS12");
|
|
||||||
this.RS12.Name = "RS12";
|
this.RS12.Name = "RS12";
|
||||||
this.toolTip1.SetToolTip(this.RS12, resources.GetString("RS12.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS12, resources.GetString("RS12.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS11
|
// RS11
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS11, "RS11");
|
||||||
this.RS11.FormattingEnabled = true;
|
this.RS11.FormattingEnabled = true;
|
||||||
this.RS11.Items.AddRange(new object[] {
|
this.RS11.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS11.Items"),
|
resources.GetString("RS11.Items"),
|
||||||
@ -460,12 +471,12 @@
|
|||||||
resources.GetString("RS11.Items7"),
|
resources.GetString("RS11.Items7"),
|
||||||
resources.GetString("RS11.Items8"),
|
resources.GetString("RS11.Items8"),
|
||||||
resources.GetString("RS11.Items9")});
|
resources.GetString("RS11.Items9")});
|
||||||
resources.ApplyResources(this.RS11, "RS11");
|
|
||||||
this.RS11.Name = "RS11";
|
this.RS11.Name = "RS11";
|
||||||
this.toolTip1.SetToolTip(this.RS11, resources.GetString("RS11.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS11, resources.GetString("RS11.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS10
|
// RS10
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS10, "RS10");
|
||||||
this.RS10.FormattingEnabled = true;
|
this.RS10.FormattingEnabled = true;
|
||||||
this.RS10.Items.AddRange(new object[] {
|
this.RS10.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS10.Items"),
|
resources.GetString("RS10.Items"),
|
||||||
@ -487,12 +498,12 @@
|
|||||||
resources.GetString("RS10.Items16"),
|
resources.GetString("RS10.Items16"),
|
||||||
resources.GetString("RS10.Items17"),
|
resources.GetString("RS10.Items17"),
|
||||||
resources.GetString("RS10.Items18")});
|
resources.GetString("RS10.Items18")});
|
||||||
resources.ApplyResources(this.RS10, "RS10");
|
|
||||||
this.RS10.Name = "RS10";
|
this.RS10.Name = "RS10";
|
||||||
this.toolTip1.SetToolTip(this.RS10, resources.GetString("RS10.ToolTip"));
|
this.toolTip1.SetToolTip(this.RS10, resources.GetString("RS10.ToolTip"));
|
||||||
//
|
//
|
||||||
// S9
|
// S9
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S9, "S9");
|
||||||
this.S9.FormattingEnabled = true;
|
this.S9.FormattingEnabled = true;
|
||||||
this.S9.Items.AddRange(new object[] {
|
this.S9.Items.AddRange(new object[] {
|
||||||
resources.GetString("S9.Items"),
|
resources.GetString("S9.Items"),
|
||||||
@ -504,11 +515,12 @@
|
|||||||
resources.GetString("S9.Items6"),
|
resources.GetString("S9.Items6"),
|
||||||
resources.GetString("S9.Items7"),
|
resources.GetString("S9.Items7"),
|
||||||
resources.GetString("S9.Items8")});
|
resources.GetString("S9.Items8")});
|
||||||
resources.ApplyResources(this.S9, "S9");
|
|
||||||
this.S9.Name = "S9";
|
this.S9.Name = "S9";
|
||||||
|
this.toolTip1.SetToolTip(this.S9, resources.GetString("S9.ToolTip"));
|
||||||
//
|
//
|
||||||
// S8
|
// S8
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.S8, "S8");
|
||||||
this.S8.FormattingEnabled = true;
|
this.S8.FormattingEnabled = true;
|
||||||
this.S8.Items.AddRange(new object[] {
|
this.S8.Items.AddRange(new object[] {
|
||||||
resources.GetString("S8.Items"),
|
resources.GetString("S8.Items"),
|
||||||
@ -523,11 +535,12 @@
|
|||||||
resources.GetString("S8.Items9"),
|
resources.GetString("S8.Items9"),
|
||||||
resources.GetString("S8.Items10"),
|
resources.GetString("S8.Items10"),
|
||||||
resources.GetString("S8.Items11")});
|
resources.GetString("S8.Items11")});
|
||||||
resources.ApplyResources(this.S8, "S8");
|
|
||||||
this.S8.Name = "S8";
|
this.S8.Name = "S8";
|
||||||
|
this.toolTip1.SetToolTip(this.S8, resources.GetString("S8.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS8
|
// RS8
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS8, "RS8");
|
||||||
this.RS8.FormattingEnabled = true;
|
this.RS8.FormattingEnabled = true;
|
||||||
this.RS8.Items.AddRange(new object[] {
|
this.RS8.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS8.Items"),
|
resources.GetString("RS8.Items"),
|
||||||
@ -539,11 +552,12 @@
|
|||||||
resources.GetString("RS8.Items6"),
|
resources.GetString("RS8.Items6"),
|
||||||
resources.GetString("RS8.Items7"),
|
resources.GetString("RS8.Items7"),
|
||||||
resources.GetString("RS8.Items8")});
|
resources.GetString("RS8.Items8")});
|
||||||
resources.ApplyResources(this.RS8, "RS8");
|
|
||||||
this.RS8.Name = "RS8";
|
this.RS8.Name = "RS8";
|
||||||
|
this.toolTip1.SetToolTip(this.RS8, resources.GetString("RS8.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS9
|
// RS9
|
||||||
//
|
//
|
||||||
|
resources.ApplyResources(this.RS9, "RS9");
|
||||||
this.RS9.FormattingEnabled = true;
|
this.RS9.FormattingEnabled = true;
|
||||||
this.RS9.Items.AddRange(new object[] {
|
this.RS9.Items.AddRange(new object[] {
|
||||||
resources.GetString("RS9.Items"),
|
resources.GetString("RS9.Items"),
|
||||||
@ -555,51 +569,59 @@
|
|||||||
resources.GetString("RS9.Items6"),
|
resources.GetString("RS9.Items6"),
|
||||||
resources.GetString("RS9.Items7"),
|
resources.GetString("RS9.Items7"),
|
||||||
resources.GetString("RS9.Items8")});
|
resources.GetString("RS9.Items8")});
|
||||||
resources.ApplyResources(this.RS9, "RS9");
|
|
||||||
this.RS9.Name = "RS9";
|
this.RS9.Name = "RS9";
|
||||||
|
this.toolTip1.SetToolTip(this.RS9, resources.GetString("RS9.ToolTip"));
|
||||||
//
|
//
|
||||||
// RS0
|
// RS0
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.RS0, "RS0");
|
resources.ApplyResources(this.RS0, "RS0");
|
||||||
this.RS0.Name = "RS0";
|
this.RS0.Name = "RS0";
|
||||||
this.RS0.ReadOnly = true;
|
this.RS0.ReadOnly = true;
|
||||||
|
this.toolTip1.SetToolTip(this.RS0, resources.GetString("RS0.ToolTip"));
|
||||||
//
|
//
|
||||||
// label9
|
// label9
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label9, "label9");
|
resources.ApplyResources(this.label9, "label9");
|
||||||
this.label9.Name = "label9";
|
this.label9.Name = "label9";
|
||||||
|
this.toolTip1.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
|
||||||
//
|
//
|
||||||
// label10
|
// label10
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label10, "label10");
|
resources.ApplyResources(this.label10, "label10");
|
||||||
this.label10.Name = "label10";
|
this.label10.Name = "label10";
|
||||||
|
this.toolTip1.SetToolTip(this.label10, resources.GetString("label10.ToolTip"));
|
||||||
//
|
//
|
||||||
// RTI
|
// RTI
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.RTI, "RTI");
|
resources.ApplyResources(this.RTI, "RTI");
|
||||||
this.RTI.Name = "RTI";
|
this.RTI.Name = "RTI";
|
||||||
this.RTI.ReadOnly = true;
|
this.RTI.ReadOnly = true;
|
||||||
|
this.toolTip1.SetToolTip(this.RTI, resources.GetString("RTI.ToolTip"));
|
||||||
//
|
//
|
||||||
// ATI
|
// ATI
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.ATI, "ATI");
|
resources.ApplyResources(this.ATI, "ATI");
|
||||||
this.ATI.Name = "ATI";
|
this.ATI.Name = "ATI";
|
||||||
this.ATI.ReadOnly = true;
|
this.ATI.ReadOnly = true;
|
||||||
|
this.toolTip1.SetToolTip(this.ATI, resources.GetString("ATI.ToolTip"));
|
||||||
//
|
//
|
||||||
// label11
|
// label11
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label11, "label11");
|
resources.ApplyResources(this.label11, "label11");
|
||||||
this.label11.Name = "label11";
|
this.label11.Name = "label11";
|
||||||
|
this.toolTip1.SetToolTip(this.label11, resources.GetString("label11.ToolTip"));
|
||||||
//
|
//
|
||||||
// label12
|
// label12
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label12, "label12");
|
resources.ApplyResources(this.label12, "label12");
|
||||||
this.label12.Name = "label12";
|
this.label12.Name = "label12";
|
||||||
|
this.toolTip1.SetToolTip(this.label12, resources.GetString("label12.ToolTip"));
|
||||||
//
|
//
|
||||||
// BUT_savesettings
|
// BUT_savesettings
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_savesettings, "BUT_savesettings");
|
resources.ApplyResources(this.BUT_savesettings, "BUT_savesettings");
|
||||||
this.BUT_savesettings.Name = "BUT_savesettings";
|
this.BUT_savesettings.Name = "BUT_savesettings";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_savesettings, resources.GetString("BUT_savesettings.ToolTip"));
|
||||||
this.BUT_savesettings.UseVisualStyleBackColor = true;
|
this.BUT_savesettings.UseVisualStyleBackColor = true;
|
||||||
this.BUT_savesettings.Click += new System.EventHandler(this.BUT_savesettings_Click);
|
this.BUT_savesettings.Click += new System.EventHandler(this.BUT_savesettings_Click);
|
||||||
//
|
//
|
||||||
@ -607,19 +629,22 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_getcurrent, "BUT_getcurrent");
|
resources.ApplyResources(this.BUT_getcurrent, "BUT_getcurrent");
|
||||||
this.BUT_getcurrent.Name = "BUT_getcurrent";
|
this.BUT_getcurrent.Name = "BUT_getcurrent";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_getcurrent, resources.GetString("BUT_getcurrent.ToolTip"));
|
||||||
this.BUT_getcurrent.UseVisualStyleBackColor = true;
|
this.BUT_getcurrent.UseVisualStyleBackColor = true;
|
||||||
this.BUT_getcurrent.Click += new System.EventHandler(this.BUT_getcurrent_Click);
|
this.BUT_getcurrent.Click += new System.EventHandler(this.BUT_getcurrent_Click);
|
||||||
//
|
//
|
||||||
// lbl_status
|
// lbl_status
|
||||||
//
|
//
|
||||||
this.lbl_status.BackColor = System.Drawing.Color.Transparent;
|
|
||||||
resources.ApplyResources(this.lbl_status, "lbl_status");
|
resources.ApplyResources(this.lbl_status, "lbl_status");
|
||||||
|
this.lbl_status.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.lbl_status.Name = "lbl_status";
|
this.lbl_status.Name = "lbl_status";
|
||||||
|
this.toolTip1.SetToolTip(this.lbl_status, resources.GetString("lbl_status.ToolTip"));
|
||||||
//
|
//
|
||||||
// BUT_upload
|
// BUT_upload
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_upload, "BUT_upload");
|
resources.ApplyResources(this.BUT_upload, "BUT_upload");
|
||||||
this.BUT_upload.Name = "BUT_upload";
|
this.BUT_upload.Name = "BUT_upload";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_upload, resources.GetString("BUT_upload.ToolTip"));
|
||||||
this.BUT_upload.UseVisualStyleBackColor = true;
|
this.BUT_upload.UseVisualStyleBackColor = true;
|
||||||
this.BUT_upload.Click += new System.EventHandler(this.BUT_upload_Click);
|
this.BUT_upload.Click += new System.EventHandler(this.BUT_upload_Click);
|
||||||
//
|
//
|
||||||
@ -627,6 +652,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_syncS2, "BUT_syncS2");
|
resources.ApplyResources(this.BUT_syncS2, "BUT_syncS2");
|
||||||
this.BUT_syncS2.Name = "BUT_syncS2";
|
this.BUT_syncS2.Name = "BUT_syncS2";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_syncS2, resources.GetString("BUT_syncS2.ToolTip"));
|
||||||
this.BUT_syncS2.UseVisualStyleBackColor = true;
|
this.BUT_syncS2.UseVisualStyleBackColor = true;
|
||||||
this.BUT_syncS2.Click += new System.EventHandler(this.BUT_syncS2_Click);
|
this.BUT_syncS2.Click += new System.EventHandler(this.BUT_syncS2_Click);
|
||||||
//
|
//
|
||||||
@ -634,6 +660,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_syncS3, "BUT_syncS3");
|
resources.ApplyResources(this.BUT_syncS3, "BUT_syncS3");
|
||||||
this.BUT_syncS3.Name = "BUT_syncS3";
|
this.BUT_syncS3.Name = "BUT_syncS3";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_syncS3, resources.GetString("BUT_syncS3.ToolTip"));
|
||||||
this.BUT_syncS3.UseVisualStyleBackColor = true;
|
this.BUT_syncS3.UseVisualStyleBackColor = true;
|
||||||
this.BUT_syncS3.Click += new System.EventHandler(this.BUT_syncS3_Click);
|
this.BUT_syncS3.Click += new System.EventHandler(this.BUT_syncS3_Click);
|
||||||
//
|
//
|
||||||
@ -641,6 +668,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_syncS5, "BUT_syncS5");
|
resources.ApplyResources(this.BUT_syncS5, "BUT_syncS5");
|
||||||
this.BUT_syncS5.Name = "BUT_syncS5";
|
this.BUT_syncS5.Name = "BUT_syncS5";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_syncS5, resources.GetString("BUT_syncS5.ToolTip"));
|
||||||
this.BUT_syncS5.UseVisualStyleBackColor = true;
|
this.BUT_syncS5.UseVisualStyleBackColor = true;
|
||||||
this.BUT_syncS5.Click += new System.EventHandler(this.BUT_syncS5_Click);
|
this.BUT_syncS5.Click += new System.EventHandler(this.BUT_syncS5_Click);
|
||||||
//
|
//
|
||||||
@ -648,96 +676,115 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.label13, "label13");
|
resources.ApplyResources(this.label13, "label13");
|
||||||
this.label13.Name = "label13";
|
this.label13.Name = "label13";
|
||||||
|
this.toolTip1.SetToolTip(this.label13, resources.GetString("label13.ToolTip"));
|
||||||
//
|
//
|
||||||
// label14
|
// label14
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label14, "label14");
|
resources.ApplyResources(this.label14, "label14");
|
||||||
this.label14.Name = "label14";
|
this.label14.Name = "label14";
|
||||||
|
this.toolTip1.SetToolTip(this.label14, resources.GetString("label14.ToolTip"));
|
||||||
//
|
//
|
||||||
// label15
|
// label15
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label15, "label15");
|
resources.ApplyResources(this.label15, "label15");
|
||||||
this.label15.Name = "label15";
|
this.label15.Name = "label15";
|
||||||
|
this.toolTip1.SetToolTip(this.label15, resources.GetString("label15.ToolTip"));
|
||||||
//
|
//
|
||||||
// label16
|
// label16
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label16, "label16");
|
resources.ApplyResources(this.label16, "label16");
|
||||||
this.label16.Name = "label16";
|
this.label16.Name = "label16";
|
||||||
|
this.toolTip1.SetToolTip(this.label16, resources.GetString("label16.ToolTip"));
|
||||||
//
|
//
|
||||||
// label17
|
// label17
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label17, "label17");
|
resources.ApplyResources(this.label17, "label17");
|
||||||
this.label17.Name = "label17";
|
this.label17.Name = "label17";
|
||||||
|
this.toolTip1.SetToolTip(this.label17, resources.GetString("label17.ToolTip"));
|
||||||
//
|
//
|
||||||
// label20
|
// label20
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label20, "label20");
|
resources.ApplyResources(this.label20, "label20");
|
||||||
this.label20.Name = "label20";
|
this.label20.Name = "label20";
|
||||||
|
this.toolTip1.SetToolTip(this.label20, resources.GetString("label20.ToolTip"));
|
||||||
//
|
//
|
||||||
// label21
|
// label21
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label21, "label21");
|
resources.ApplyResources(this.label21, "label21");
|
||||||
this.label21.Name = "label21";
|
this.label21.Name = "label21";
|
||||||
|
this.toolTip1.SetToolTip(this.label21, resources.GetString("label21.ToolTip"));
|
||||||
//
|
//
|
||||||
// label22
|
// label22
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label22, "label22");
|
resources.ApplyResources(this.label22, "label22");
|
||||||
this.label22.Name = "label22";
|
this.label22.Name = "label22";
|
||||||
|
this.toolTip1.SetToolTip(this.label22, resources.GetString("label22.ToolTip"));
|
||||||
//
|
//
|
||||||
// label23
|
// label23
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label23, "label23");
|
resources.ApplyResources(this.label23, "label23");
|
||||||
this.label23.Name = "label23";
|
this.label23.Name = "label23";
|
||||||
|
this.toolTip1.SetToolTip(this.label23, resources.GetString("label23.ToolTip"));
|
||||||
//
|
//
|
||||||
// label24
|
// label24
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label24, "label24");
|
resources.ApplyResources(this.label24, "label24");
|
||||||
this.label24.Name = "label24";
|
this.label24.Name = "label24";
|
||||||
|
this.toolTip1.SetToolTip(this.label24, resources.GetString("label24.ToolTip"));
|
||||||
//
|
//
|
||||||
// label25
|
// label25
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label25, "label25");
|
resources.ApplyResources(this.label25, "label25");
|
||||||
this.label25.Name = "label25";
|
this.label25.Name = "label25";
|
||||||
|
this.toolTip1.SetToolTip(this.label25, resources.GetString("label25.ToolTip"));
|
||||||
//
|
//
|
||||||
// label26
|
// label26
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label26, "label26");
|
resources.ApplyResources(this.label26, "label26");
|
||||||
this.label26.Name = "label26";
|
this.label26.Name = "label26";
|
||||||
|
this.toolTip1.SetToolTip(this.label26, resources.GetString("label26.ToolTip"));
|
||||||
//
|
//
|
||||||
// label27
|
// label27
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label27, "label27");
|
resources.ApplyResources(this.label27, "label27");
|
||||||
this.label27.Name = "label27";
|
this.label27.Name = "label27";
|
||||||
|
this.toolTip1.SetToolTip(this.label27, resources.GetString("label27.ToolTip"));
|
||||||
//
|
//
|
||||||
// label28
|
// label28
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label28, "label28");
|
resources.ApplyResources(this.label28, "label28");
|
||||||
this.label28.Name = "label28";
|
this.label28.Name = "label28";
|
||||||
|
this.toolTip1.SetToolTip(this.label28, resources.GetString("label28.ToolTip"));
|
||||||
//
|
//
|
||||||
// label29
|
// label29
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label29, "label29");
|
resources.ApplyResources(this.label29, "label29");
|
||||||
this.label29.Name = "label29";
|
this.label29.Name = "label29";
|
||||||
|
this.toolTip1.SetToolTip(this.label29, resources.GetString("label29.ToolTip"));
|
||||||
//
|
//
|
||||||
// label30
|
// label30
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label30, "label30");
|
resources.ApplyResources(this.label30, "label30");
|
||||||
this.label30.Name = "label30";
|
this.label30.Name = "label30";
|
||||||
|
this.toolTip1.SetToolTip(this.label30, resources.GetString("label30.ToolTip"));
|
||||||
//
|
//
|
||||||
// label31
|
// label31
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label31, "label31");
|
resources.ApplyResources(this.label31, "label31");
|
||||||
this.label31.Name = "label31";
|
this.label31.Name = "label31";
|
||||||
|
this.toolTip1.SetToolTip(this.label31, resources.GetString("label31.ToolTip"));
|
||||||
//
|
//
|
||||||
// label32
|
// label32
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label32, "label32");
|
resources.ApplyResources(this.label32, "label32");
|
||||||
this.label32.Name = "label32";
|
this.label32.Name = "label32";
|
||||||
|
this.toolTip1.SetToolTip(this.label32, resources.GetString("label32.ToolTip"));
|
||||||
//
|
//
|
||||||
// BUT_syncS8
|
// BUT_syncS8
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_syncS8, "BUT_syncS8");
|
resources.ApplyResources(this.BUT_syncS8, "BUT_syncS8");
|
||||||
this.BUT_syncS8.Name = "BUT_syncS8";
|
this.BUT_syncS8.Name = "BUT_syncS8";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_syncS8, resources.GetString("BUT_syncS8.ToolTip"));
|
||||||
this.BUT_syncS8.UseVisualStyleBackColor = true;
|
this.BUT_syncS8.UseVisualStyleBackColor = true;
|
||||||
this.BUT_syncS8.Click += new System.EventHandler(this.BUT_syncS8_Click);
|
this.BUT_syncS8.Click += new System.EventHandler(this.BUT_syncS8_Click);
|
||||||
//
|
//
|
||||||
@ -745,6 +792,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_syncS9, "BUT_syncS9");
|
resources.ApplyResources(this.BUT_syncS9, "BUT_syncS9");
|
||||||
this.BUT_syncS9.Name = "BUT_syncS9";
|
this.BUT_syncS9.Name = "BUT_syncS9";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_syncS9, resources.GetString("BUT_syncS9.ToolTip"));
|
||||||
this.BUT_syncS9.UseVisualStyleBackColor = true;
|
this.BUT_syncS9.UseVisualStyleBackColor = true;
|
||||||
this.BUT_syncS9.Click += new System.EventHandler(this.BUT_syncS9_Click);
|
this.BUT_syncS9.Click += new System.EventHandler(this.BUT_syncS9_Click);
|
||||||
//
|
//
|
||||||
@ -752,6 +800,7 @@
|
|||||||
//
|
//
|
||||||
resources.ApplyResources(this.BUT_syncS10, "BUT_syncS10");
|
resources.ApplyResources(this.BUT_syncS10, "BUT_syncS10");
|
||||||
this.BUT_syncS10.Name = "BUT_syncS10";
|
this.BUT_syncS10.Name = "BUT_syncS10";
|
||||||
|
this.toolTip1.SetToolTip(this.BUT_syncS10, resources.GetString("BUT_syncS10.ToolTip"));
|
||||||
this.BUT_syncS10.UseVisualStyleBackColor = true;
|
this.BUT_syncS10.UseVisualStyleBackColor = true;
|
||||||
this.BUT_syncS10.Click += new System.EventHandler(this.BUT_syncS10_Click);
|
this.BUT_syncS10.Click += new System.EventHandler(this.BUT_syncS10_Click);
|
||||||
//
|
//
|
||||||
@ -831,6 +880,7 @@
|
|||||||
this.Controls.Add(this.BUT_upload);
|
this.Controls.Add(this.BUT_upload);
|
||||||
this.MinimumSize = new System.Drawing.Size(781, 433);
|
this.MinimumSize = new System.Drawing.Size(781, 433);
|
||||||
this.Name = "_3DRradio";
|
this.Name = "_3DRradio";
|
||||||
|
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -117,6 +117,9 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<data name="S1.ToolTip" xml:space="preserve">
|
||||||
|
<value>取整的kbps波特率。57就是 57600。</value>
|
||||||
|
</data>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>49, 13</value>
|
<value>49, 13</value>
|
||||||
@ -136,6 +139,9 @@
|
|||||||
<data name="label3.Text" xml:space="preserve">
|
<data name="label3.Text" xml:space="preserve">
|
||||||
<value>空 速</value>
|
<value>空 速</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="S2.ToolTip" xml:space="preserve">
|
||||||
|
<value>空速是取整的数传之间数据传输率(kbps)。所以128就是128kbps。最大值为192,最小值为2。不建议低于16,否则调频和时分复用同步时间太长。</value>
|
||||||
|
</data>
|
||||||
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>42, 13</value>
|
<value>42, 13</value>
|
||||||
</data>
|
</data>
|
||||||
@ -148,6 +154,20 @@
|
|||||||
<data name="label5.Text" xml:space="preserve">
|
<data name="label5.Text" xml:space="preserve">
|
||||||
<value>发射功率</value>
|
<value>发射功率</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="RS2.ToolTip" xml:space="preserve">
|
||||||
|
<value>空速是取整的数传之间数据传输率(kbps)。所以128就是128kbps。最大值为192,最小值为2。不建议低于16,否则调频和时分复用同步时间太长。</value>
|
||||||
|
</data>
|
||||||
|
<data name="RS1.ToolTip" xml:space="preserve">
|
||||||
|
<value>取整的kbps波特率。57就是 57600。</value>
|
||||||
|
</data>
|
||||||
|
<data name="RSSI.ToolTip" xml:space="preserve">
|
||||||
|
<value>参见参数表中的RSSI-dbm图。末尾的数字是:
|
||||||
|
txe: 传输错误数量(例如传输超时)
|
||||||
|
rxe: 接受错误数量(crc错误,帧错误等)
|
||||||
|
stx: 串口发送溢出数量
|
||||||
|
rrx: 串口接收溢出数量
|
||||||
|
ecc: 格雷码成功纠正的12位字数量</value>
|
||||||
|
</data>
|
||||||
<data name="label9.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="label9.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>31, 13</value>
|
<value>31, 13</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user