diff --git a/Tools/ArdupilotMegaPlanner/ArduinoDetect.cs b/Tools/ArdupilotMegaPlanner/ArduinoDetect.cs index e7df4c3ed3..e42f78e763 100644 --- a/Tools/ArdupilotMegaPlanner/ArduinoDetect.cs +++ b/Tools/ArdupilotMegaPlanner/ArduinoDetect.cs @@ -4,6 +4,7 @@ using System.Linq; using System.Text; using System.Management; using System.Windows.Forms; +using System.Threading; namespace ArdupilotMega { @@ -165,7 +166,8 @@ namespace ArdupilotMega // all apm 1-1.4 use a ftdi on the imu board. - if (obj2["Dependent"].ToString().Contains(@"USB\\VID_2341&PID_0010")) + if (obj2["Dependent"].ToString().Contains(@"USB\\VID_2341&PID_0010") + && Thread.CurrentThread.CurrentUICulture.Name != "zh-Hans") //temporarily fix for capm { return "2560-2"; } diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.Designer.cs b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.Designer.cs index a5650efb77..2a0540fe59 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.Designer.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.Designer.cs @@ -10,9 +10,6 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlightData)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); - this.goHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pointCameraHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MainH = new System.Windows.Forms.SplitContainer(); this.SubMainLeft = new System.Windows.Forms.SplitContainer(); this.hud1 = new hud.HUD(); @@ -56,6 +53,9 @@ this.lbl_winddir = new ArdupilotMega.MyLabel(); this.lbl_windvel = new ArdupilotMega.MyLabel(); this.gMapControl1 = new GMap.NET.WindowsForms.GMapControl(); + this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); + this.goHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.pointCameraHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.TXT_lat = new ArdupilotMega.MyLabel(); this.Zoomlevel = new System.Windows.Forms.NumericUpDown(); @@ -69,7 +69,6 @@ this.ZedGraphTimer = new System.Windows.Forms.Timer(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label6 = new ArdupilotMega.MyLabel(); - this.contextMenuStrip1.SuspendLayout(); this.MainH.Panel1.SuspendLayout(); this.MainH.Panel2.SuspendLayout(); this.MainH.SuspendLayout(); @@ -88,30 +87,11 @@ this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); + this.contextMenuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Zoomlevel)).BeginInit(); this.SuspendLayout(); // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.goHereToolStripMenuItem, - this.pointCameraHereToolStripMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); - // - // goHereToolStripMenuItem - // - this.goHereToolStripMenuItem.Name = "goHereToolStripMenuItem"; - resources.ApplyResources(this.goHereToolStripMenuItem, "goHereToolStripMenuItem"); - this.goHereToolStripMenuItem.Click += new System.EventHandler(this.goHereToolStripMenuItem_Click); - // - // pointCameraHereToolStripMenuItem - // - this.pointCameraHereToolStripMenuItem.Name = "pointCameraHereToolStripMenuItem"; - resources.ApplyResources(this.pointCameraHereToolStripMenuItem, "pointCameraHereToolStripMenuItem"); - this.pointCameraHereToolStripMenuItem.Click += new System.EventHandler(this.pointCameraHereToolStripMenuItem_Click); - // // MainH // this.MainH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; @@ -1127,6 +1107,26 @@ this.gMapControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gMapControl1_MouseDown); this.gMapControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gMapControl1_MouseMove); // + // contextMenuStrip1 + // + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.goHereToolStripMenuItem, + this.pointCameraHereToolStripMenuItem}); + this.contextMenuStrip1.Name = "contextMenuStrip1"; + resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); + // + // goHereToolStripMenuItem + // + this.goHereToolStripMenuItem.Name = "goHereToolStripMenuItem"; + resources.ApplyResources(this.goHereToolStripMenuItem, "goHereToolStripMenuItem"); + this.goHereToolStripMenuItem.Click += new System.EventHandler(this.goHereToolStripMenuItem_Click); + // + // pointCameraHereToolStripMenuItem + // + this.pointCameraHereToolStripMenuItem.Name = "pointCameraHereToolStripMenuItem"; + resources.ApplyResources(this.pointCameraHereToolStripMenuItem, "pointCameraHereToolStripMenuItem"); + this.pointCameraHereToolStripMenuItem.Click += new System.EventHandler(this.pointCameraHereToolStripMenuItem_Click); + // // panel1 // this.panel1.Controls.Add(this.TXT_lat); @@ -1255,7 +1255,6 @@ this.Load += new System.EventHandler(this.FlightData_Load); this.Resize += new System.EventHandler(this.FlightData_Resize); this.ParentChanged += new System.EventHandler(this.FlightData_ParentChanged); - this.contextMenuStrip1.ResumeLayout(false); this.MainH.Panel1.ResumeLayout(false); this.MainH.Panel2.ResumeLayout(false); this.MainH.ResumeLayout(false); @@ -1275,6 +1274,7 @@ this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); + this.contextMenuStrip1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Zoomlevel)).EndInit(); diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.resx b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.resx index 6eb95e738d..b4a0d29711 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.resx @@ -117,35 +117,11 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 290, 17 - - - - 174, 22 - - - Fly To Here - - - 174, 22 - - - Point Camera Here - - - 175, 48 - - - contextMenuStrip1 - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Fill + 0, 0 @@ -208,7 +184,7 @@ hud1 - hud.HUD, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + hud.HUD, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null SubMainLeft.Panel1 @@ -247,7 +223,7 @@ BUT_script - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -280,7 +256,7 @@ BUT_joystick - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -310,7 +286,7 @@ BUT_quickmanual - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -340,7 +316,7 @@ BUT_quickrtl - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -370,7 +346,7 @@ BUT_quickauto - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -424,7 +400,7 @@ BUT_setwp - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -475,7 +451,7 @@ BUT_setmode - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -505,7 +481,7 @@ BUT_clear_track - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -556,7 +532,7 @@ BUT_Homealt - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -586,7 +562,7 @@ BUT_RAWSensor - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -616,7 +592,7 @@ BUTrestartmission - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -646,7 +622,7 @@ BUTactiondo - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabActions @@ -700,7 +676,7 @@ Gvspeed - AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabGauges @@ -730,7 +706,7 @@ Gheading - AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabGauges @@ -760,7 +736,7 @@ Galt - AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabGauges @@ -793,7 +769,7 @@ Gspeed - AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + AGaugeApp.AGauge, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabGauges @@ -874,7 +850,7 @@ lbl_logpercent - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabTLogs @@ -925,7 +901,7 @@ BUT_log2kml - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabTLogs @@ -976,7 +952,7 @@ BUT_playlog - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabTLogs @@ -1003,7 +979,7 @@ BUT_loadtelem - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null tabTLogs @@ -1189,7 +1165,7 @@ lbl_winddir - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null splitContainer1.Panel2 @@ -1219,7 +1195,7 @@ lbl_windvel - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null splitContainer1.Panel2 @@ -1227,6 +1203,30 @@ 1 + + 290, 17 + + + 174, 22 + + + Fly To Here + + + 174, 22 + + + Point Camera Here + + + 175, 48 + + + contextMenuStrip1 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Fill @@ -1454,7 +1454,7 @@ TXT_lat - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null panel1 @@ -1511,7 +1511,7 @@ label1 - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null panel1 @@ -1541,7 +1541,7 @@ TXT_long - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null panel1 @@ -1571,7 +1571,7 @@ TXT_alt - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null panel1 @@ -1772,7 +1772,7 @@ label6 - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null $this @@ -1792,18 +1792,6 @@ 1008, 461 - - goHereToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pointCameraHereToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - recordHudToAVIToolStripMenuItem @@ -1822,6 +1810,18 @@ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + goHereToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pointCameraHereToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + dataGridViewImageColumn1 @@ -1850,6 +1850,6 @@ FlightData - System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.zh-Hans.resx b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.zh-Hans.resx index b029c7331b..5b8f31dac2 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.zh-Hans.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.zh-Hans.resx @@ -117,20 +117,24 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 飞到这里 + + + 128, 22 - - + + 录制为AVI - - + + 128, 22 - - + + 停止录制 - - + + 129, 48 + + + 脚本 飞行摇杆 @@ -153,18 +157,12 @@ 更改为自动模式 - - - 设置航点 更改当前目标航点 - - - 设置模式 @@ -177,9 +175,6 @@ 清空地图上记录的路径 - - - 设置起始高度 @@ -207,10 +202,6 @@ 动作 - - - - iVBORw0KGgoAAAANSUhEUgAAAm4AAAJuCAYAAAAJqI4TAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH @@ -1206,9 +1197,6 @@ an+FN5rNTSpY1divRTiUek6K2tXTNqq8zWHT/53G/1AVtv8fjhuF2iv2lz4AAAAASUVORK5CYII= - - - iVBORw0KGgoAAAANSUhEUgAAAm4AAAJuCAYAAAAJqI4TAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH @@ -2204,9 +2192,6 @@ an+FN5rNTSpY1divRTiUek6K2tXTNqq8zWHT/53G/1AVtv8fjhuF2iv2lz4AAAAASUVORK5CYII= - - - iVBORw0KGgoAAAANSUhEUgAAAm4AAAJuCAYAAAAJqI4TAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH @@ -3202,9 +3187,6 @@ an+FN5rNTSpY1divRTiUek6K2tXTNqq8zWHT/53G/1AVtv8fjhuF2iv2lz4AAAAASUVORK5CYII= - - - iVBORw0KGgoAAAANSUhEUgAAAm4AAAJuCAYAAAAJqI4TAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH @@ -4206,59 +4188,38 @@ 仪表 - - - 状态 - - - - - - - - - - - - 播放/暂停 - - - 加载记录 - - - 遥测记录 - - + + 43, 13 - - + + 风向: 0 - - + + 估计的风向 - - + + 43, 13 - - + + 风速: 0 - - + + 估计的风速 - - + + 飞到这里 @@ -4405,21 +4366,9 @@ AAAAAAAAAAAAAAAL - - - - - - - - - 80, 13 - - - 474, 7 @@ -4432,27 +4381,18 @@ 缩放 - - - 90, 10 80, 13 - - - 170, 10 80, 13 - - - 339, 9 @@ -4471,22 +4411,4 @@ 舵机调整 - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.Designer.cs b/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.Designer.cs index d4b7fcea02..f9a545a192 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.Designer.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.Designer.cs @@ -34,25 +34,14 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.CHK_altmode = new System.Windows.Forms.CheckBox(); this.CHK_holdalt = new System.Windows.Forms.CheckBox(); this.Commands = new System.Windows.Forms.DataGridView(); - this.Command = new System.Windows.Forms.DataGridViewComboBoxColumn(); - this.Param1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Param2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Param3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Param4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Lat = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Lon = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Alt = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Delete = new System.Windows.Forms.DataGridViewButtonColumn(); - this.Up = new System.Windows.Forms.DataGridViewImageColumn(); - this.Down = new System.Windows.Forms.DataGridViewImageColumn(); this.CHK_geheight = new System.Windows.Forms.CheckBox(); this.TXT_WPRad = new System.Windows.Forms.TextBox(); this.TXT_DefaultAlt = new System.Windows.Forms.TextBox(); @@ -123,12 +112,23 @@ this.GeoFencedownloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setReturnLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.saveToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.trackBar1 = new ArdupilotMega.MyTrackBar(); this.label11 = new System.Windows.Forms.Label(); this.panelBASE = new System.Windows.Forms.Panel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); - this.saveToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.Command = new System.Windows.Forms.DataGridViewComboBoxColumn(); + this.Param1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Param2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Param3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Param4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Lat = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Lon = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Alt = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.Delete = new System.Windows.Forms.DataGridViewButtonColumn(); + this.Up = new System.Windows.Forms.DataGridViewImageColumn(); + this.Down = new System.Windows.Forms.DataGridViewImageColumn(); ((System.ComponentModel.ISupportInitialize)(this.Commands)).BeginInit(); this.panel5.SuspendLayout(); this.panel1.SuspendLayout(); @@ -145,6 +145,7 @@ // resources.ApplyResources(this.CHK_altmode, "CHK_altmode"); this.CHK_altmode.Name = "CHK_altmode"; + this.toolTip1.SetToolTip(this.CHK_altmode, resources.GetString("CHK_altmode.ToolTip")); this.CHK_altmode.UseVisualStyleBackColor = true; this.CHK_altmode.CheckedChanged += new System.EventHandler(this.CHK_altmode_CheckedChanged); // @@ -154,12 +155,13 @@ this.CHK_holdalt.Checked = true; this.CHK_holdalt.CheckState = System.Windows.Forms.CheckState.Checked; this.CHK_holdalt.Name = "CHK_holdalt"; + this.toolTip1.SetToolTip(this.CHK_holdalt, resources.GetString("CHK_holdalt.ToolTip")); this.CHK_holdalt.UseVisualStyleBackColor = true; // // Commands // - this.Commands.AllowUserToAddRows = false; resources.ApplyResources(this.Commands, "Commands"); + this.Commands.AllowUserToAddRows = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -192,6 +194,7 @@ this.Commands.RowHeadersDefaultCellStyle = dataGridViewCellStyle5; dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black; this.Commands.RowsDefaultCellStyle = dataGridViewCellStyle6; + this.toolTip1.SetToolTip(this.Commands, resources.GetString("Commands.ToolTip")); this.Commands.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Commands_CellContentClick); this.Commands.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.Commands_CellEndEdit); this.Commands.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.Commands_DataError); @@ -201,6 +204,670 @@ this.Commands.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.Commands_RowsAdded); this.Commands.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.Commands_RowValidating); // + // CHK_geheight + // + resources.ApplyResources(this.CHK_geheight, "CHK_geheight"); + this.CHK_geheight.Name = "CHK_geheight"; + this.toolTip1.SetToolTip(this.CHK_geheight, resources.GetString("CHK_geheight.ToolTip")); + this.CHK_geheight.UseVisualStyleBackColor = true; + // + // TXT_WPRad + // + resources.ApplyResources(this.TXT_WPRad, "TXT_WPRad"); + this.TXT_WPRad.Name = "TXT_WPRad"; + this.toolTip1.SetToolTip(this.TXT_WPRad, resources.GetString("TXT_WPRad.ToolTip")); + this.TXT_WPRad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_WPRad_KeyPress); + this.TXT_WPRad.Leave += new System.EventHandler(this.TXT_WPRad_Leave); + // + // TXT_DefaultAlt + // + resources.ApplyResources(this.TXT_DefaultAlt, "TXT_DefaultAlt"); + this.TXT_DefaultAlt.Name = "TXT_DefaultAlt"; + this.toolTip1.SetToolTip(this.TXT_DefaultAlt, resources.GetString("TXT_DefaultAlt.ToolTip")); + this.TXT_DefaultAlt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_DefaultAlt_KeyPress); + this.TXT_DefaultAlt.Leave += new System.EventHandler(this.TXT_DefaultAlt_Leave); + // + // LBL_WPRad + // + resources.ApplyResources(this.LBL_WPRad, "LBL_WPRad"); + this.LBL_WPRad.Name = "LBL_WPRad"; + this.toolTip1.SetToolTip(this.LBL_WPRad, resources.GetString("LBL_WPRad.ToolTip")); + // + // LBL_defalutalt + // + resources.ApplyResources(this.LBL_defalutalt, "LBL_defalutalt"); + this.LBL_defalutalt.Name = "LBL_defalutalt"; + this.toolTip1.SetToolTip(this.LBL_defalutalt, resources.GetString("LBL_defalutalt.ToolTip")); + // + // TXT_loiterrad + // + resources.ApplyResources(this.TXT_loiterrad, "TXT_loiterrad"); + this.TXT_loiterrad.Name = "TXT_loiterrad"; + this.toolTip1.SetToolTip(this.TXT_loiterrad, resources.GetString("TXT_loiterrad.ToolTip")); + this.TXT_loiterrad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_loiterrad_KeyPress); + this.TXT_loiterrad.Leave += new System.EventHandler(this.TXT_loiterrad_Leave); + // + // label5 + // + resources.ApplyResources(this.label5, "label5"); + this.label5.Name = "label5"; + this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip")); + // + // panel5 + // + resources.ApplyResources(this.panel5, "panel5"); + this.panel5.Controls.Add(this.BUT_write); + this.panel5.Controls.Add(this.BUT_read); + this.panel5.Controls.Add(this.SaveFile); + this.panel5.Controls.Add(this.BUT_loadwpfile); + this.panel5.Name = "panel5"; + this.toolTip1.SetToolTip(this.panel5, resources.GetString("panel5.ToolTip")); + // + // BUT_write + // + resources.ApplyResources(this.BUT_write, "BUT_write"); + this.BUT_write.ForeColor = System.Drawing.SystemColors.ControlText; + this.BUT_write.Name = "BUT_write"; + this.toolTip1.SetToolTip(this.BUT_write, resources.GetString("BUT_write.ToolTip")); + this.BUT_write.UseVisualStyleBackColor = true; + this.BUT_write.Click += new System.EventHandler(this.BUT_write_Click); + // + // BUT_read + // + resources.ApplyResources(this.BUT_read, "BUT_read"); + this.BUT_read.ForeColor = System.Drawing.SystemColors.ControlText; + this.BUT_read.Name = "BUT_read"; + this.toolTip1.SetToolTip(this.BUT_read, resources.GetString("BUT_read.ToolTip")); + this.BUT_read.UseVisualStyleBackColor = true; + this.BUT_read.Click += new System.EventHandler(this.BUT_read_Click); + // + // SaveFile + // + resources.ApplyResources(this.SaveFile, "SaveFile"); + this.SaveFile.ForeColor = System.Drawing.SystemColors.ControlText; + this.SaveFile.Name = "SaveFile"; + this.toolTip1.SetToolTip(this.SaveFile, resources.GetString("SaveFile.ToolTip")); + this.SaveFile.UseVisualStyleBackColor = true; + this.SaveFile.Click += new System.EventHandler(this.SaveFile_Click); + // + // BUT_loadwpfile + // + resources.ApplyResources(this.BUT_loadwpfile, "BUT_loadwpfile"); + this.BUT_loadwpfile.ForeColor = System.Drawing.SystemColors.ControlText; + this.BUT_loadwpfile.Name = "BUT_loadwpfile"; + this.toolTip1.SetToolTip(this.BUT_loadwpfile, resources.GetString("BUT_loadwpfile.ToolTip")); + this.BUT_loadwpfile.UseVisualStyleBackColor = true; + this.BUT_loadwpfile.Click += new System.EventHandler(this.BUT_loadwpfile_Click); + // + // panel1 + // + resources.ApplyResources(this.panel1, "panel1"); + this.panel1.Controls.Add(this.label4); + this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.label2); + this.panel1.Controls.Add(this.Label1); + this.panel1.Controls.Add(this.TXT_homealt); + this.panel1.Controls.Add(this.TXT_homelng); + this.panel1.Controls.Add(this.TXT_homelat); + this.panel1.Name = "panel1"; + this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip")); + // + // label4 + // + resources.ApplyResources(this.label4, "label4"); + this.label4.Name = "label4"; + this.label4.TabStop = true; + this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip")); + this.label4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label4_LinkClicked); + // + // label3 + // + resources.ApplyResources(this.label3, "label3"); + this.label3.Name = "label3"; + this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip")); + // + // label2 + // + resources.ApplyResources(this.label2, "label2"); + this.label2.Name = "label2"; + this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip")); + // + // Label1 + // + resources.ApplyResources(this.Label1, "Label1"); + this.Label1.Name = "Label1"; + this.toolTip1.SetToolTip(this.Label1, resources.GetString("Label1.ToolTip")); + // + // TXT_homealt + // + resources.ApplyResources(this.TXT_homealt, "TXT_homealt"); + this.TXT_homealt.Name = "TXT_homealt"; + this.toolTip1.SetToolTip(this.TXT_homealt, resources.GetString("TXT_homealt.ToolTip")); + this.TXT_homealt.TextChanged += new System.EventHandler(this.TXT_homealt_TextChanged); + // + // TXT_homelng + // + resources.ApplyResources(this.TXT_homelng, "TXT_homelng"); + this.TXT_homelng.Name = "TXT_homelng"; + this.toolTip1.SetToolTip(this.TXT_homelng, resources.GetString("TXT_homelng.ToolTip")); + this.TXT_homelng.TextChanged += new System.EventHandler(this.TXT_homelng_TextChanged); + // + // TXT_homelat + // + resources.ApplyResources(this.TXT_homelat, "TXT_homelat"); + this.TXT_homelat.Name = "TXT_homelat"; + this.toolTip1.SetToolTip(this.TXT_homelat, resources.GetString("TXT_homelat.ToolTip")); + this.TXT_homelat.TextChanged += new System.EventHandler(this.TXT_homelat_TextChanged); + this.TXT_homelat.Enter += new System.EventHandler(this.TXT_homelat_Enter); + // + // dataGridViewImageColumn1 + // + dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle7; + resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1"); + this.dataGridViewImageColumn1.Image = global::ArdupilotMega.Properties.Resources.up; + this.dataGridViewImageColumn1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch; + this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; + // + // dataGridViewImageColumn2 + // + dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.dataGridViewImageColumn2.DefaultCellStyle = dataGridViewCellStyle8; + resources.ApplyResources(this.dataGridViewImageColumn2, "dataGridViewImageColumn2"); + this.dataGridViewImageColumn2.Image = global::ArdupilotMega.Properties.Resources.down; + this.dataGridViewImageColumn2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch; + this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2"; + // + // label6 + // + resources.ApplyResources(this.label6, "label6"); + this.label6.Name = "label6"; + this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip")); + // + // panel2 + // + resources.ApplyResources(this.panel2, "panel2"); + this.panel2.Controls.Add(this.label7); + this.panel2.Controls.Add(this.label8); + this.panel2.Controls.Add(this.label9); + this.panel2.Controls.Add(this.label10); + this.panel2.Controls.Add(this.TXT_mousealt); + this.panel2.Controls.Add(this.TXT_mouselong); + this.panel2.Controls.Add(this.TXT_mouselat); + this.panel2.Name = "panel2"; + this.toolTip1.SetToolTip(this.panel2, resources.GetString("panel2.ToolTip")); + // + // label7 + // + resources.ApplyResources(this.label7, "label7"); + this.label7.Name = "label7"; + this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip")); + // + // label8 + // + resources.ApplyResources(this.label8, "label8"); + this.label8.Name = "label8"; + this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip")); + // + // label9 + // + resources.ApplyResources(this.label9, "label9"); + this.label9.Name = "label9"; + this.toolTip1.SetToolTip(this.label9, resources.GetString("label9.ToolTip")); + // + // label10 + // + resources.ApplyResources(this.label10, "label10"); + this.label10.Name = "label10"; + this.toolTip1.SetToolTip(this.label10, resources.GetString("label10.ToolTip")); + // + // TXT_mousealt + // + resources.ApplyResources(this.TXT_mousealt, "TXT_mousealt"); + this.TXT_mousealt.Name = "TXT_mousealt"; + this.toolTip1.SetToolTip(this.TXT_mousealt, resources.GetString("TXT_mousealt.ToolTip")); + // + // TXT_mouselong + // + resources.ApplyResources(this.TXT_mouselong, "TXT_mouselong"); + this.TXT_mouselong.Name = "TXT_mouselong"; + this.toolTip1.SetToolTip(this.TXT_mouselong, resources.GetString("TXT_mouselong.ToolTip")); + // + // TXT_mouselat + // + resources.ApplyResources(this.TXT_mouselat, "TXT_mouselat"); + this.TXT_mouselat.Name = "TXT_mouselat"; + this.toolTip1.SetToolTip(this.TXT_mouselat, resources.GetString("TXT_mouselat.ToolTip")); + // + // comboBoxMapType + // + resources.ApplyResources(this.comboBoxMapType, "comboBoxMapType"); + this.comboBoxMapType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBoxMapType.FormattingEnabled = true; + this.comboBoxMapType.Name = "comboBoxMapType"; + this.toolTip1.SetToolTip(this.comboBoxMapType, resources.GetString("comboBoxMapType.ToolTip")); + // + // lbl_status + // + resources.ApplyResources(this.lbl_status, "lbl_status"); + this.lbl_status.Name = "lbl_status"; + this.toolTip1.SetToolTip(this.lbl_status, resources.GetString("lbl_status.ToolTip")); + // + // textBox1 + // + resources.ApplyResources(this.textBox1, "textBox1"); + this.textBox1.Name = "textBox1"; + this.toolTip1.SetToolTip(this.textBox1, resources.GetString("textBox1.ToolTip")); + // + // panelWaypoints + // + resources.ApplyResources(this.panelWaypoints, "panelWaypoints"); + this.panelWaypoints.AssociatedSplitter = this.splitter1; + this.panelWaypoints.BackColor = System.Drawing.Color.Transparent; + this.panelWaypoints.CaptionFont = new System.Drawing.Font("Segoe UI", 11.75F, System.Drawing.FontStyle.Bold); + this.panelWaypoints.CaptionHeight = 21; + this.panelWaypoints.ColorScheme = BSE.Windows.Forms.ColorScheme.Custom; + this.panelWaypoints.Controls.Add(this.BUT_loadkml); + this.panelWaypoints.Controls.Add(this.BUT_zoomto); + this.panelWaypoints.Controls.Add(this.BUT_Camera); + this.panelWaypoints.Controls.Add(this.BUT_grid); + this.panelWaypoints.Controls.Add(this.BUT_Prefetch); + this.panelWaypoints.Controls.Add(this.CHK_altmode); + this.panelWaypoints.Controls.Add(this.LBL_WPRad); + this.panelWaypoints.Controls.Add(this.button1); + this.panelWaypoints.Controls.Add(this.label5); + this.panelWaypoints.Controls.Add(this.CHK_holdalt); + this.panelWaypoints.Controls.Add(this.LBL_defalutalt); + this.panelWaypoints.Controls.Add(this.Commands); + this.panelWaypoints.Controls.Add(this.TXT_DefaultAlt); + this.panelWaypoints.Controls.Add(this.CHK_geheight); + this.panelWaypoints.Controls.Add(this.TXT_WPRad); + this.panelWaypoints.Controls.Add(this.BUT_Add); + this.panelWaypoints.Controls.Add(this.TXT_loiterrad); + this.panelWaypoints.CustomColors.BorderColor = System.Drawing.Color.Black; + this.panelWaypoints.CustomColors.CaptionCloseIcon = System.Drawing.Color.White; + this.panelWaypoints.CustomColors.CaptionExpandIcon = System.Drawing.Color.White; + this.panelWaypoints.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31))))); + this.panelWaypoints.CustomColors.CaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(226)))), ((int)(((byte)(150))))); + this.panelWaypoints.CustomColors.CaptionGradientMiddle = System.Drawing.Color.Transparent; + this.panelWaypoints.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.Transparent; + this.panelWaypoints.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.Transparent; + this.panelWaypoints.CustomColors.CaptionText = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); + this.panelWaypoints.CustomColors.CollapsedCaptionText = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); + this.panelWaypoints.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace; + this.panelWaypoints.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); + this.panelWaypoints.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window; + this.panelWaypoints.ForeColor = System.Drawing.SystemColors.ControlText; + this.panelWaypoints.Image = null; + this.panelWaypoints.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; + this.panelWaypoints.MinimumSize = new System.Drawing.Size(21, 21); + this.panelWaypoints.Name = "panelWaypoints"; + this.panelWaypoints.PanelStyle = BSE.Windows.Forms.PanelStyle.Default; + this.panelWaypoints.ShowExpandIcon = true; + this.toolTip1.SetToolTip(this.panelWaypoints, resources.GetString("panelWaypoints.ToolTip")); + this.panelWaypoints.ToolTipTextCloseIcon = null; + this.panelWaypoints.ToolTipTextExpandIconPanelCollapsed = null; + this.panelWaypoints.ToolTipTextExpandIconPanelExpanded = null; + // + // splitter1 + // + resources.ApplyResources(this.splitter1, "splitter1"); + this.splitter1.BackColor = System.Drawing.Color.Transparent; + this.splitter1.Name = "splitter1"; + this.splitter1.TabStop = false; + this.toolTip1.SetToolTip(this.splitter1, resources.GetString("splitter1.ToolTip")); + // + // BUT_loadkml + // + resources.ApplyResources(this.BUT_loadkml, "BUT_loadkml"); + this.BUT_loadkml.Name = "BUT_loadkml"; + this.toolTip1.SetToolTip(this.BUT_loadkml, resources.GetString("BUT_loadkml.ToolTip")); + this.BUT_loadkml.UseVisualStyleBackColor = true; + this.BUT_loadkml.Click += new System.EventHandler(this.BUT_loadkml_Click); + // + // BUT_zoomto + // + resources.ApplyResources(this.BUT_zoomto, "BUT_zoomto"); + this.BUT_zoomto.Name = "BUT_zoomto"; + this.toolTip1.SetToolTip(this.BUT_zoomto, resources.GetString("BUT_zoomto.ToolTip")); + this.BUT_zoomto.UseVisualStyleBackColor = true; + this.BUT_zoomto.Click += new System.EventHandler(this.BUT_zoomto_Click); + // + // BUT_Camera + // + resources.ApplyResources(this.BUT_Camera, "BUT_Camera"); + this.BUT_Camera.Name = "BUT_Camera"; + this.toolTip1.SetToolTip(this.BUT_Camera, resources.GetString("BUT_Camera.ToolTip")); + this.BUT_Camera.UseVisualStyleBackColor = true; + this.BUT_Camera.Click += new System.EventHandler(this.BUT_Camera_Click); + // + // BUT_grid + // + resources.ApplyResources(this.BUT_grid, "BUT_grid"); + this.BUT_grid.Name = "BUT_grid"; + this.toolTip1.SetToolTip(this.BUT_grid, resources.GetString("BUT_grid.ToolTip")); + this.BUT_grid.UseVisualStyleBackColor = true; + this.BUT_grid.Click += new System.EventHandler(this.BUT_grid_Click); + // + // BUT_Prefetch + // + resources.ApplyResources(this.BUT_Prefetch, "BUT_Prefetch"); + this.BUT_Prefetch.Name = "BUT_Prefetch"; + this.toolTip1.SetToolTip(this.BUT_Prefetch, resources.GetString("BUT_Prefetch.ToolTip")); + this.BUT_Prefetch.UseVisualStyleBackColor = true; + this.BUT_Prefetch.Click += new System.EventHandler(this.BUT_Prefetch_Click); + // + // button1 + // + resources.ApplyResources(this.button1, "button1"); + this.button1.ForeColor = System.Drawing.SystemColors.ControlText; + this.button1.Name = "button1"; + this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip")); + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // BUT_Add + // + resources.ApplyResources(this.BUT_Add, "BUT_Add"); + this.BUT_Add.ForeColor = System.Drawing.SystemColors.ControlText; + this.BUT_Add.Name = "BUT_Add"; + this.toolTip1.SetToolTip(this.BUT_Add, resources.GetString("BUT_Add.ToolTip")); + this.BUT_Add.UseVisualStyleBackColor = true; + this.BUT_Add.Click += new System.EventHandler(this.BUT_Add_Click); + // + // panelAction + // + resources.ApplyResources(this.panelAction, "panelAction"); + this.panelAction.AssociatedSplitter = null; + this.panelAction.BackColor = System.Drawing.Color.Transparent; + this.panelAction.CaptionFont = new System.Drawing.Font("Segoe UI", 11.75F, System.Drawing.FontStyle.Bold); + this.panelAction.CaptionHeight = 21; + this.panelAction.ColorScheme = BSE.Windows.Forms.ColorScheme.Custom; + this.panelAction.Controls.Add(this.textBox1); + this.panelAction.Controls.Add(this.panel5); + this.panelAction.Controls.Add(this.panel1); + this.panelAction.Controls.Add(this.panel2); + this.panelAction.Controls.Add(this.comboBoxMapType); + this.panelAction.Controls.Add(this.lbl_status); + this.panelAction.CustomColors.BorderColor = System.Drawing.Color.Black; + this.panelAction.CustomColors.CaptionCloseIcon = System.Drawing.Color.White; + this.panelAction.CustomColors.CaptionExpandIcon = System.Drawing.Color.White; + this.panelAction.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31))))); + this.panelAction.CustomColors.CaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(226)))), ((int)(((byte)(150))))); + this.panelAction.CustomColors.CaptionGradientMiddle = System.Drawing.Color.Transparent; + this.panelAction.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.Transparent; + this.panelAction.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.Transparent; + this.panelAction.CustomColors.CaptionText = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); + this.panelAction.CustomColors.CollapsedCaptionText = System.Drawing.Color.White; + this.panelAction.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace; + this.panelAction.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); + this.panelAction.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window; + this.panelAction.ForeColor = System.Drawing.SystemColors.ControlText; + this.panelAction.Image = null; + this.panelAction.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; + this.panelAction.MinimumSize = new System.Drawing.Size(21, 21); + this.panelAction.Name = "panelAction"; + this.panelAction.PanelStyle = BSE.Windows.Forms.PanelStyle.Default; + this.panelAction.ShowExpandIcon = true; + this.toolTip1.SetToolTip(this.panelAction, resources.GetString("panelAction.ToolTip")); + this.panelAction.ToolTipTextCloseIcon = null; + this.panelAction.ToolTipTextExpandIconPanelCollapsed = null; + this.panelAction.ToolTipTextExpandIconPanelExpanded = null; + this.panelAction.PanelCollapsing += new System.EventHandler(this.panel4_PanelCollapsing); + // + // panelMap + // + resources.ApplyResources(this.panelMap, "panelMap"); + this.panelMap.BackColor = System.Drawing.Color.Transparent; + this.panelMap.Controls.Add(this.lbl_distance); + this.panelMap.Controls.Add(this.lbl_homedist); + this.panelMap.Controls.Add(this.lbl_prevdist); + this.panelMap.Controls.Add(this.MainMap); + this.panelMap.Controls.Add(this.trackBar1); + this.panelMap.Controls.Add(this.label11); + this.panelMap.ForeColor = System.Drawing.SystemColors.ControlText; + this.panelMap.MinimumSize = new System.Drawing.Size(27, 27); + this.panelMap.Name = "panelMap"; + this.toolTip1.SetToolTip(this.panelMap, resources.GetString("panelMap.ToolTip")); + this.panelMap.Resize += new System.EventHandler(this.panelMap_Resize); + // + // lbl_distance + // + resources.ApplyResources(this.lbl_distance, "lbl_distance"); + this.lbl_distance.ForeColor = System.Drawing.Color.White; + this.lbl_distance.Name = "lbl_distance"; + this.toolTip1.SetToolTip(this.lbl_distance, resources.GetString("lbl_distance.ToolTip")); + // + // lbl_homedist + // + resources.ApplyResources(this.lbl_homedist, "lbl_homedist"); + this.lbl_homedist.ForeColor = System.Drawing.Color.White; + this.lbl_homedist.Name = "lbl_homedist"; + this.toolTip1.SetToolTip(this.lbl_homedist, resources.GetString("lbl_homedist.ToolTip")); + // + // lbl_prevdist + // + resources.ApplyResources(this.lbl_prevdist, "lbl_prevdist"); + this.lbl_prevdist.ForeColor = System.Drawing.Color.White; + this.lbl_prevdist.Name = "lbl_prevdist"; + this.toolTip1.SetToolTip(this.lbl_prevdist, resources.GetString("lbl_prevdist.ToolTip")); + // + // MainMap + // + resources.ApplyResources(this.MainMap, "MainMap"); + this.MainMap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(39)))), ((int)(((byte)(40))))); + this.MainMap.Bearing = 0F; + this.MainMap.CanDragMap = true; + this.MainMap.ContextMenuStrip = this.contextMenuStrip1; + this.MainMap.GrayScaleMode = false; + this.MainMap.LevelsKeepInMemmory = 5; + this.MainMap.MapType = GMap.NET.MapType.GoogleSatellite; + this.MainMap.MarkersEnabled = true; + this.MainMap.MaxZoom = 19; + this.MainMap.MinZoom = 1; + this.MainMap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter; + this.MainMap.Name = "MainMap"; + this.MainMap.NegativeMode = false; + this.MainMap.PolygonsEnabled = true; + this.MainMap.RetryLoadTile = 0; + this.MainMap.RoutesEnabled = false; + this.MainMap.ShowTileGridLines = false; + this.MainMap.streamjpg = ((System.IO.MemoryStream)(resources.GetObject("MainMap.streamjpg"))); + this.toolTip1.SetToolTip(this.MainMap, resources.GetString("MainMap.ToolTip")); + this.MainMap.Zoom = 0D; + // + // contextMenuStrip1 + // + resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); + this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.deleteWPToolStripMenuItem, + this.loiterToolStripMenuItem, + this.jumpToolStripMenuItem, + this.toolStripSeparator1, + this.ContextMeasure, + this.rotateMapToolStripMenuItem, + this.polygonToolStripMenuItem, + this.clearMissionToolStripMenuItem, + this.geoFenceToolStripMenuItem}); + this.contextMenuStrip1.Name = "contextMenuStrip1"; + this.toolTip1.SetToolTip(this.contextMenuStrip1, resources.GetString("contextMenuStrip1.ToolTip")); + // + // deleteWPToolStripMenuItem + // + resources.ApplyResources(this.deleteWPToolStripMenuItem, "deleteWPToolStripMenuItem"); + this.deleteWPToolStripMenuItem.Name = "deleteWPToolStripMenuItem"; + this.deleteWPToolStripMenuItem.Click += new System.EventHandler(this.deleteWPToolStripMenuItem_Click); + // + // loiterToolStripMenuItem + // + resources.ApplyResources(this.loiterToolStripMenuItem, "loiterToolStripMenuItem"); + this.loiterToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.loiterForeverToolStripMenuItem, + this.loitertimeToolStripMenuItem, + this.loitercirclesToolStripMenuItem}); + this.loiterToolStripMenuItem.Name = "loiterToolStripMenuItem"; + // + // loiterForeverToolStripMenuItem + // + resources.ApplyResources(this.loiterForeverToolStripMenuItem, "loiterForeverToolStripMenuItem"); + this.loiterForeverToolStripMenuItem.Name = "loiterForeverToolStripMenuItem"; + this.loiterForeverToolStripMenuItem.Click += new System.EventHandler(this.loiterForeverToolStripMenuItem_Click); + // + // loitertimeToolStripMenuItem + // + resources.ApplyResources(this.loitertimeToolStripMenuItem, "loitertimeToolStripMenuItem"); + this.loitertimeToolStripMenuItem.Name = "loitertimeToolStripMenuItem"; + this.loitertimeToolStripMenuItem.Click += new System.EventHandler(this.loitertimeToolStripMenuItem_Click); + // + // loitercirclesToolStripMenuItem + // + resources.ApplyResources(this.loitercirclesToolStripMenuItem, "loitercirclesToolStripMenuItem"); + this.loitercirclesToolStripMenuItem.Name = "loitercirclesToolStripMenuItem"; + this.loitercirclesToolStripMenuItem.Click += new System.EventHandler(this.loitercirclesToolStripMenuItem_Click); + // + // jumpToolStripMenuItem + // + resources.ApplyResources(this.jumpToolStripMenuItem, "jumpToolStripMenuItem"); + this.jumpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.jumpstartToolStripMenuItem, + this.jumpwPToolStripMenuItem}); + this.jumpToolStripMenuItem.Name = "jumpToolStripMenuItem"; + // + // jumpstartToolStripMenuItem + // + resources.ApplyResources(this.jumpstartToolStripMenuItem, "jumpstartToolStripMenuItem"); + this.jumpstartToolStripMenuItem.Name = "jumpstartToolStripMenuItem"; + this.jumpstartToolStripMenuItem.Click += new System.EventHandler(this.jumpstartToolStripMenuItem_Click); + // + // jumpwPToolStripMenuItem + // + resources.ApplyResources(this.jumpwPToolStripMenuItem, "jumpwPToolStripMenuItem"); + this.jumpwPToolStripMenuItem.Name = "jumpwPToolStripMenuItem"; + this.jumpwPToolStripMenuItem.Click += new System.EventHandler(this.jumpwPToolStripMenuItem_Click); + // + // toolStripSeparator1 + // + resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); + this.toolStripSeparator1.Name = "toolStripSeparator1"; + // + // ContextMeasure + // + resources.ApplyResources(this.ContextMeasure, "ContextMeasure"); + this.ContextMeasure.Name = "ContextMeasure"; + this.ContextMeasure.Click += new System.EventHandler(this.ContextMeasure_Click); + // + // rotateMapToolStripMenuItem + // + resources.ApplyResources(this.rotateMapToolStripMenuItem, "rotateMapToolStripMenuItem"); + this.rotateMapToolStripMenuItem.Name = "rotateMapToolStripMenuItem"; + this.rotateMapToolStripMenuItem.Click += new System.EventHandler(this.rotateMapToolStripMenuItem_Click); + // + // polygonToolStripMenuItem + // + resources.ApplyResources(this.polygonToolStripMenuItem, "polygonToolStripMenuItem"); + this.polygonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.addPolygonPointToolStripMenuItem, + this.clearPolygonToolStripMenuItem}); + this.polygonToolStripMenuItem.Name = "polygonToolStripMenuItem"; + // + // addPolygonPointToolStripMenuItem + // + resources.ApplyResources(this.addPolygonPointToolStripMenuItem, "addPolygonPointToolStripMenuItem"); + this.addPolygonPointToolStripMenuItem.Name = "addPolygonPointToolStripMenuItem"; + this.addPolygonPointToolStripMenuItem.Click += new System.EventHandler(this.addPolygonPointToolStripMenuItem_Click); + // + // clearPolygonToolStripMenuItem + // + resources.ApplyResources(this.clearPolygonToolStripMenuItem, "clearPolygonToolStripMenuItem"); + this.clearPolygonToolStripMenuItem.Name = "clearPolygonToolStripMenuItem"; + this.clearPolygonToolStripMenuItem.Click += new System.EventHandler(this.clearPolygonToolStripMenuItem_Click); + // + // clearMissionToolStripMenuItem + // + resources.ApplyResources(this.clearMissionToolStripMenuItem, "clearMissionToolStripMenuItem"); + this.clearMissionToolStripMenuItem.Name = "clearMissionToolStripMenuItem"; + this.clearMissionToolStripMenuItem.Click += new System.EventHandler(this.clearMissionToolStripMenuItem_Click); + // + // geoFenceToolStripMenuItem + // + resources.ApplyResources(this.geoFenceToolStripMenuItem, "geoFenceToolStripMenuItem"); + this.geoFenceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.GeoFenceuploadToolStripMenuItem, + this.GeoFencedownloadToolStripMenuItem, + this.setReturnLocationToolStripMenuItem, + this.loadFromFileToolStripMenuItem, + this.saveToFileToolStripMenuItem}); + this.geoFenceToolStripMenuItem.Name = "geoFenceToolStripMenuItem"; + // + // GeoFenceuploadToolStripMenuItem + // + resources.ApplyResources(this.GeoFenceuploadToolStripMenuItem, "GeoFenceuploadToolStripMenuItem"); + this.GeoFenceuploadToolStripMenuItem.Name = "GeoFenceuploadToolStripMenuItem"; + this.GeoFenceuploadToolStripMenuItem.Click += new System.EventHandler(this.GeoFenceuploadToolStripMenuItem_Click); + // + // GeoFencedownloadToolStripMenuItem + // + resources.ApplyResources(this.GeoFencedownloadToolStripMenuItem, "GeoFencedownloadToolStripMenuItem"); + this.GeoFencedownloadToolStripMenuItem.Name = "GeoFencedownloadToolStripMenuItem"; + this.GeoFencedownloadToolStripMenuItem.Click += new System.EventHandler(this.GeoFencedownloadToolStripMenuItem_Click); + // + // setReturnLocationToolStripMenuItem + // + resources.ApplyResources(this.setReturnLocationToolStripMenuItem, "setReturnLocationToolStripMenuItem"); + this.setReturnLocationToolStripMenuItem.Name = "setReturnLocationToolStripMenuItem"; + this.setReturnLocationToolStripMenuItem.Click += new System.EventHandler(this.setReturnLocationToolStripMenuItem_Click); + // + // loadFromFileToolStripMenuItem + // + resources.ApplyResources(this.loadFromFileToolStripMenuItem, "loadFromFileToolStripMenuItem"); + this.loadFromFileToolStripMenuItem.Name = "loadFromFileToolStripMenuItem"; + this.loadFromFileToolStripMenuItem.Click += new System.EventHandler(this.loadFromFileToolStripMenuItem_Click); + // + // saveToFileToolStripMenuItem + // + resources.ApplyResources(this.saveToFileToolStripMenuItem, "saveToFileToolStripMenuItem"); + this.saveToFileToolStripMenuItem.Name = "saveToFileToolStripMenuItem"; + this.saveToFileToolStripMenuItem.Click += new System.EventHandler(this.saveToFileToolStripMenuItem_Click); + // + // trackBar1 + // + resources.ApplyResources(this.trackBar1, "trackBar1"); + this.trackBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(39)))), ((int)(((byte)(40))))); + this.trackBar1.LargeChange = 50; + this.trackBar1.Maximum = 19D; + this.trackBar1.Minimum = 1D; + this.trackBar1.Name = "trackBar1"; + this.trackBar1.SmallChange = 50; + this.trackBar1.TickFrequency = 100; + this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft; + this.toolTip1.SetToolTip(this.trackBar1, resources.GetString("trackBar1.ToolTip")); + this.trackBar1.Value = 2D; + this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); + // + // label11 + // + resources.ApplyResources(this.label11, "label11"); + this.label11.ForeColor = System.Drawing.Color.White; + this.label11.Name = "label11"; + this.toolTip1.SetToolTip(this.label11, resources.GetString("label11.ToolTip")); + // + // panelBASE + // + resources.ApplyResources(this.panelBASE, "panelBASE"); + this.panelBASE.Controls.Add(this.splitter1); + this.panelBASE.Controls.Add(this.panelMap); + this.panelBASE.Controls.Add(this.panelWaypoints); + this.panelBASE.Controls.Add(this.panelAction); + this.panelBASE.Controls.Add(this.label6); + this.panelBASE.Name = "panelBASE"; + this.toolTip1.SetToolTip(this.panelBASE, resources.GetString("panelBASE.ToolTip")); + // + // timer1 + // + this.timer1.Enabled = true; + this.timer1.Interval = 1000; + this.timer1.Tick += new System.EventHandler(this.timer1_Tick); + // // Command // dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(68)))), ((int)(((byte)(69))))); @@ -286,627 +953,6 @@ this.Down.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch; this.Down.Name = "Down"; // - // CHK_geheight - // - resources.ApplyResources(this.CHK_geheight, "CHK_geheight"); - this.CHK_geheight.Name = "CHK_geheight"; - this.CHK_geheight.UseVisualStyleBackColor = true; - // - // TXT_WPRad - // - resources.ApplyResources(this.TXT_WPRad, "TXT_WPRad"); - this.TXT_WPRad.Name = "TXT_WPRad"; - this.TXT_WPRad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_WPRad_KeyPress); - this.TXT_WPRad.Leave += new System.EventHandler(this.TXT_WPRad_Leave); - // - // TXT_DefaultAlt - // - resources.ApplyResources(this.TXT_DefaultAlt, "TXT_DefaultAlt"); - this.TXT_DefaultAlt.Name = "TXT_DefaultAlt"; - this.TXT_DefaultAlt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_DefaultAlt_KeyPress); - this.TXT_DefaultAlt.Leave += new System.EventHandler(this.TXT_DefaultAlt_Leave); - // - // LBL_WPRad - // - resources.ApplyResources(this.LBL_WPRad, "LBL_WPRad"); - this.LBL_WPRad.Name = "LBL_WPRad"; - // - // LBL_defalutalt - // - resources.ApplyResources(this.LBL_defalutalt, "LBL_defalutalt"); - this.LBL_defalutalt.Name = "LBL_defalutalt"; - // - // TXT_loiterrad - // - resources.ApplyResources(this.TXT_loiterrad, "TXT_loiterrad"); - this.TXT_loiterrad.Name = "TXT_loiterrad"; - this.TXT_loiterrad.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TXT_loiterrad_KeyPress); - this.TXT_loiterrad.Leave += new System.EventHandler(this.TXT_loiterrad_Leave); - // - // label5 - // - resources.ApplyResources(this.label5, "label5"); - this.label5.Name = "label5"; - // - // panel5 - // - resources.ApplyResources(this.panel5, "panel5"); - this.panel5.Controls.Add(this.BUT_write); - this.panel5.Controls.Add(this.BUT_read); - this.panel5.Controls.Add(this.SaveFile); - this.panel5.Controls.Add(this.BUT_loadwpfile); - this.panel5.Name = "panel5"; - // - // BUT_write - // - this.BUT_write.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.BUT_write, "BUT_write"); - this.BUT_write.Name = "BUT_write"; - this.BUT_write.UseVisualStyleBackColor = true; - this.BUT_write.Click += new System.EventHandler(this.BUT_write_Click); - // - // BUT_read - // - this.BUT_read.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.BUT_read, "BUT_read"); - this.BUT_read.Name = "BUT_read"; - this.BUT_read.UseVisualStyleBackColor = true; - this.BUT_read.Click += new System.EventHandler(this.BUT_read_Click); - // - // SaveFile - // - this.SaveFile.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.SaveFile, "SaveFile"); - this.SaveFile.Name = "SaveFile"; - this.SaveFile.UseVisualStyleBackColor = true; - this.SaveFile.Click += new System.EventHandler(this.SaveFile_Click); - // - // BUT_loadwpfile - // - this.BUT_loadwpfile.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.BUT_loadwpfile, "BUT_loadwpfile"); - this.BUT_loadwpfile.Name = "BUT_loadwpfile"; - this.BUT_loadwpfile.UseVisualStyleBackColor = true; - this.BUT_loadwpfile.Click += new System.EventHandler(this.BUT_loadwpfile_Click); - // - // panel1 - // - resources.ApplyResources(this.panel1, "panel1"); - this.panel1.Controls.Add(this.label4); - this.panel1.Controls.Add(this.label3); - this.panel1.Controls.Add(this.label2); - this.panel1.Controls.Add(this.Label1); - this.panel1.Controls.Add(this.TXT_homealt); - this.panel1.Controls.Add(this.TXT_homelng); - this.panel1.Controls.Add(this.TXT_homelat); - this.panel1.Name = "panel1"; - // - // label4 - // - resources.ApplyResources(this.label4, "label4"); - this.label4.Name = "label4"; - this.label4.TabStop = true; - this.label4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label4_LinkClicked); - // - // label3 - // - resources.ApplyResources(this.label3, "label3"); - this.label3.Name = "label3"; - // - // label2 - // - resources.ApplyResources(this.label2, "label2"); - this.label2.Name = "label2"; - // - // Label1 - // - resources.ApplyResources(this.Label1, "Label1"); - this.Label1.Name = "Label1"; - // - // TXT_homealt - // - resources.ApplyResources(this.TXT_homealt, "TXT_homealt"); - this.TXT_homealt.Name = "TXT_homealt"; - this.TXT_homealt.TextChanged += new System.EventHandler(this.TXT_homealt_TextChanged); - // - // TXT_homelng - // - resources.ApplyResources(this.TXT_homelng, "TXT_homelng"); - this.TXT_homelng.Name = "TXT_homelng"; - this.TXT_homelng.TextChanged += new System.EventHandler(this.TXT_homelng_TextChanged); - // - // TXT_homelat - // - resources.ApplyResources(this.TXT_homelat, "TXT_homelat"); - this.TXT_homelat.Name = "TXT_homelat"; - this.TXT_homelat.TextChanged += new System.EventHandler(this.TXT_homelat_TextChanged); - this.TXT_homelat.Enter += new System.EventHandler(this.TXT_homelat_Enter); - // - // dataGridViewImageColumn1 - // - dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle7; - resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1"); - this.dataGridViewImageColumn1.Image = global::ArdupilotMega.Properties.Resources.up; - this.dataGridViewImageColumn1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch; - this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; - // - // dataGridViewImageColumn2 - // - dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.dataGridViewImageColumn2.DefaultCellStyle = dataGridViewCellStyle8; - resources.ApplyResources(this.dataGridViewImageColumn2, "dataGridViewImageColumn2"); - this.dataGridViewImageColumn2.Image = global::ArdupilotMega.Properties.Resources.down; - this.dataGridViewImageColumn2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch; - this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2"; - // - // label6 - // - resources.ApplyResources(this.label6, "label6"); - this.label6.Name = "label6"; - // - // panel2 - // - resources.ApplyResources(this.panel2, "panel2"); - this.panel2.Controls.Add(this.label7); - this.panel2.Controls.Add(this.label8); - this.panel2.Controls.Add(this.label9); - this.panel2.Controls.Add(this.label10); - this.panel2.Controls.Add(this.TXT_mousealt); - this.panel2.Controls.Add(this.TXT_mouselong); - this.panel2.Controls.Add(this.TXT_mouselat); - this.panel2.Name = "panel2"; - // - // label7 - // - resources.ApplyResources(this.label7, "label7"); - this.label7.Name = "label7"; - // - // label8 - // - resources.ApplyResources(this.label8, "label8"); - this.label8.Name = "label8"; - // - // label9 - // - resources.ApplyResources(this.label9, "label9"); - this.label9.Name = "label9"; - // - // label10 - // - resources.ApplyResources(this.label10, "label10"); - this.label10.Name = "label10"; - // - // TXT_mousealt - // - resources.ApplyResources(this.TXT_mousealt, "TXT_mousealt"); - this.TXT_mousealt.Name = "TXT_mousealt"; - // - // TXT_mouselong - // - resources.ApplyResources(this.TXT_mouselong, "TXT_mouselong"); - this.TXT_mouselong.Name = "TXT_mouselong"; - // - // TXT_mouselat - // - resources.ApplyResources(this.TXT_mouselat, "TXT_mouselat"); - this.TXT_mouselat.Name = "TXT_mouselat"; - // - // comboBoxMapType - // - resources.ApplyResources(this.comboBoxMapType, "comboBoxMapType"); - this.comboBoxMapType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comboBoxMapType.FormattingEnabled = true; - this.comboBoxMapType.Name = "comboBoxMapType"; - this.toolTip1.SetToolTip(this.comboBoxMapType, resources.GetString("comboBoxMapType.ToolTip")); - // - // lbl_status - // - resources.ApplyResources(this.lbl_status, "lbl_status"); - this.lbl_status.Name = "lbl_status"; - // - // textBox1 - // - resources.ApplyResources(this.textBox1, "textBox1"); - this.textBox1.Name = "textBox1"; - // - // panelWaypoints - // - this.panelWaypoints.AssociatedSplitter = this.splitter1; - this.panelWaypoints.BackColor = System.Drawing.Color.Transparent; - this.panelWaypoints.CaptionFont = new System.Drawing.Font("Segoe UI", 11.75F, System.Drawing.FontStyle.Bold); - this.panelWaypoints.CaptionHeight = 21; - this.panelWaypoints.ColorScheme = BSE.Windows.Forms.ColorScheme.Custom; - this.panelWaypoints.Controls.Add(this.BUT_loadkml); - this.panelWaypoints.Controls.Add(this.BUT_zoomto); - this.panelWaypoints.Controls.Add(this.BUT_Camera); - this.panelWaypoints.Controls.Add(this.BUT_grid); - this.panelWaypoints.Controls.Add(this.BUT_Prefetch); - this.panelWaypoints.Controls.Add(this.CHK_altmode); - this.panelWaypoints.Controls.Add(this.LBL_WPRad); - this.panelWaypoints.Controls.Add(this.button1); - this.panelWaypoints.Controls.Add(this.label5); - this.panelWaypoints.Controls.Add(this.TXT_loiterrad); - this.panelWaypoints.Controls.Add(this.CHK_holdalt); - this.panelWaypoints.Controls.Add(this.LBL_defalutalt); - this.panelWaypoints.Controls.Add(this.Commands); - this.panelWaypoints.Controls.Add(this.TXT_DefaultAlt); - this.panelWaypoints.Controls.Add(this.CHK_geheight); - this.panelWaypoints.Controls.Add(this.TXT_WPRad); - this.panelWaypoints.Controls.Add(this.BUT_Add); - this.panelWaypoints.CustomColors.BorderColor = System.Drawing.Color.Black; - this.panelWaypoints.CustomColors.CaptionCloseIcon = System.Drawing.Color.White; - this.panelWaypoints.CustomColors.CaptionExpandIcon = System.Drawing.Color.White; - this.panelWaypoints.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31))))); - this.panelWaypoints.CustomColors.CaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(226)))), ((int)(((byte)(150))))); - this.panelWaypoints.CustomColors.CaptionGradientMiddle = System.Drawing.Color.Transparent; - this.panelWaypoints.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.Transparent; - this.panelWaypoints.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.Transparent; - this.panelWaypoints.CustomColors.CaptionText = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); - this.panelWaypoints.CustomColors.CollapsedCaptionText = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); - this.panelWaypoints.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace; - this.panelWaypoints.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); - this.panelWaypoints.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window; - resources.ApplyResources(this.panelWaypoints, "panelWaypoints"); - this.panelWaypoints.ForeColor = System.Drawing.SystemColors.ControlText; - this.panelWaypoints.Image = null; - this.panelWaypoints.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; - this.panelWaypoints.MinimumSize = new System.Drawing.Size(21, 21); - this.panelWaypoints.Name = "panelWaypoints"; - this.panelWaypoints.PanelStyle = BSE.Windows.Forms.PanelStyle.Default; - this.panelWaypoints.ShowExpandIcon = true; - this.panelWaypoints.ToolTipTextCloseIcon = null; - this.panelWaypoints.ToolTipTextExpandIconPanelCollapsed = null; - this.panelWaypoints.ToolTipTextExpandIconPanelExpanded = null; - // - // splitter1 - // - this.splitter1.BackColor = System.Drawing.Color.Transparent; - resources.ApplyResources(this.splitter1, "splitter1"); - this.splitter1.Name = "splitter1"; - this.splitter1.TabStop = false; - // - // BUT_loadkml - // - resources.ApplyResources(this.BUT_loadkml, "BUT_loadkml"); - this.BUT_loadkml.Name = "BUT_loadkml"; - this.toolTip1.SetToolTip(this.BUT_loadkml, resources.GetString("BUT_loadkml.ToolTip")); - this.BUT_loadkml.UseVisualStyleBackColor = true; - this.BUT_loadkml.Click += new System.EventHandler(this.BUT_loadkml_Click); - // - // BUT_zoomto - // - resources.ApplyResources(this.BUT_zoomto, "BUT_zoomto"); - this.BUT_zoomto.Name = "BUT_zoomto"; - this.toolTip1.SetToolTip(this.BUT_zoomto, resources.GetString("BUT_zoomto.ToolTip")); - this.BUT_zoomto.UseVisualStyleBackColor = true; - this.BUT_zoomto.Click += new System.EventHandler(this.BUT_zoomto_Click); - // - // BUT_Camera - // - resources.ApplyResources(this.BUT_Camera, "BUT_Camera"); - this.BUT_Camera.Name = "BUT_Camera"; - this.toolTip1.SetToolTip(this.BUT_Camera, resources.GetString("BUT_Camera.ToolTip")); - this.BUT_Camera.UseVisualStyleBackColor = true; - this.BUT_Camera.Click += new System.EventHandler(this.BUT_Camera_Click); - // - // BUT_grid - // - resources.ApplyResources(this.BUT_grid, "BUT_grid"); - this.BUT_grid.Name = "BUT_grid"; - this.toolTip1.SetToolTip(this.BUT_grid, resources.GetString("BUT_grid.ToolTip")); - this.BUT_grid.UseVisualStyleBackColor = true; - this.BUT_grid.Click += new System.EventHandler(this.BUT_grid_Click); - // - // BUT_Prefetch - // - resources.ApplyResources(this.BUT_Prefetch, "BUT_Prefetch"); - this.BUT_Prefetch.Name = "BUT_Prefetch"; - this.toolTip1.SetToolTip(this.BUT_Prefetch, resources.GetString("BUT_Prefetch.ToolTip")); - this.BUT_Prefetch.UseVisualStyleBackColor = true; - this.BUT_Prefetch.Click += new System.EventHandler(this.BUT_Prefetch_Click); - // - // button1 - // - this.button1.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.button1, "button1"); - this.button1.Name = "button1"; - this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip")); - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // BUT_Add - // - this.BUT_Add.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.BUT_Add, "BUT_Add"); - this.BUT_Add.Name = "BUT_Add"; - this.toolTip1.SetToolTip(this.BUT_Add, resources.GetString("BUT_Add.ToolTip")); - this.BUT_Add.UseVisualStyleBackColor = true; - this.BUT_Add.Click += new System.EventHandler(this.BUT_Add_Click); - // - // panelAction - // - this.panelAction.AssociatedSplitter = null; - this.panelAction.BackColor = System.Drawing.Color.Transparent; - this.panelAction.CaptionFont = new System.Drawing.Font("Segoe UI", 11.75F, System.Drawing.FontStyle.Bold); - this.panelAction.CaptionHeight = 21; - this.panelAction.ColorScheme = BSE.Windows.Forms.ColorScheme.Custom; - this.panelAction.Controls.Add(this.textBox1); - this.panelAction.Controls.Add(this.panel5); - this.panelAction.Controls.Add(this.panel1); - this.panelAction.Controls.Add(this.panel2); - this.panelAction.Controls.Add(this.comboBoxMapType); - this.panelAction.Controls.Add(this.lbl_status); - this.panelAction.CustomColors.BorderColor = System.Drawing.Color.Black; - this.panelAction.CustomColors.CaptionCloseIcon = System.Drawing.Color.White; - this.panelAction.CustomColors.CaptionExpandIcon = System.Drawing.Color.White; - this.panelAction.CustomColors.CaptionGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31))))); - this.panelAction.CustomColors.CaptionGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(226)))), ((int)(((byte)(150))))); - this.panelAction.CustomColors.CaptionGradientMiddle = System.Drawing.Color.Transparent; - this.panelAction.CustomColors.CaptionSelectedGradientBegin = System.Drawing.Color.Transparent; - this.panelAction.CustomColors.CaptionSelectedGradientEnd = System.Drawing.Color.Transparent; - this.panelAction.CustomColors.CaptionText = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); - this.panelAction.CustomColors.CollapsedCaptionText = System.Drawing.Color.White; - this.panelAction.CustomColors.ContentGradientBegin = System.Drawing.SystemColors.ButtonFace; - this.panelAction.CustomColors.ContentGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(252)))), ((int)(((byte)(252))))); - this.panelAction.CustomColors.InnerBorderColor = System.Drawing.SystemColors.Window; - resources.ApplyResources(this.panelAction, "panelAction"); - this.panelAction.ForeColor = System.Drawing.SystemColors.ControlText; - this.panelAction.Image = null; - this.panelAction.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; - this.panelAction.MinimumSize = new System.Drawing.Size(21, 21); - this.panelAction.Name = "panelAction"; - this.panelAction.PanelStyle = BSE.Windows.Forms.PanelStyle.Default; - this.panelAction.ShowExpandIcon = true; - this.panelAction.ToolTipTextCloseIcon = null; - this.panelAction.ToolTipTextExpandIconPanelCollapsed = null; - this.panelAction.ToolTipTextExpandIconPanelExpanded = null; - this.panelAction.PanelCollapsing += new System.EventHandler(this.panel4_PanelCollapsing); - // - // panelMap - // - this.panelMap.BackColor = System.Drawing.Color.Transparent; - this.panelMap.Controls.Add(this.lbl_distance); - this.panelMap.Controls.Add(this.lbl_homedist); - this.panelMap.Controls.Add(this.lbl_prevdist); - this.panelMap.Controls.Add(this.MainMap); - this.panelMap.Controls.Add(this.trackBar1); - this.panelMap.Controls.Add(this.label11); - resources.ApplyResources(this.panelMap, "panelMap"); - this.panelMap.ForeColor = System.Drawing.SystemColors.ControlText; - this.panelMap.MinimumSize = new System.Drawing.Size(27, 27); - this.panelMap.Name = "panelMap"; - this.panelMap.Resize += new System.EventHandler(this.panelMap_Resize); - // - // lbl_distance - // - resources.ApplyResources(this.lbl_distance, "lbl_distance"); - this.lbl_distance.ForeColor = System.Drawing.Color.White; - this.lbl_distance.Name = "lbl_distance"; - // - // lbl_homedist - // - resources.ApplyResources(this.lbl_homedist, "lbl_homedist"); - this.lbl_homedist.ForeColor = System.Drawing.Color.White; - this.lbl_homedist.Name = "lbl_homedist"; - // - // lbl_prevdist - // - resources.ApplyResources(this.lbl_prevdist, "lbl_prevdist"); - this.lbl_prevdist.ForeColor = System.Drawing.Color.White; - this.lbl_prevdist.Name = "lbl_prevdist"; - // - // MainMap - // - resources.ApplyResources(this.MainMap, "MainMap"); - this.MainMap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(39)))), ((int)(((byte)(40))))); - this.MainMap.Bearing = 0F; - this.MainMap.CanDragMap = true; - this.MainMap.ContextMenuStrip = this.contextMenuStrip1; - this.MainMap.GrayScaleMode = false; - this.MainMap.LevelsKeepInMemmory = 5; - this.MainMap.MapType = GMap.NET.MapType.GoogleSatellite; - this.MainMap.MarkersEnabled = true; - this.MainMap.MaxZoom = 19; - this.MainMap.MinZoom = 1; - this.MainMap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter; - this.MainMap.Name = "MainMap"; - this.MainMap.NegativeMode = false; - this.MainMap.PolygonsEnabled = true; - this.MainMap.RetryLoadTile = 0; - this.MainMap.RoutesEnabled = false; - this.MainMap.ShowTileGridLines = false; - this.MainMap.streamjpg = ((System.IO.MemoryStream)(resources.GetObject("MainMap.streamjpg"))); - this.MainMap.Zoom = 0D; - // - // contextMenuStrip1 - // - this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.deleteWPToolStripMenuItem, - this.loiterToolStripMenuItem, - this.jumpToolStripMenuItem, - this.toolStripSeparator1, - this.ContextMeasure, - this.rotateMapToolStripMenuItem, - this.polygonToolStripMenuItem, - this.clearMissionToolStripMenuItem, - this.geoFenceToolStripMenuItem}); - this.contextMenuStrip1.Name = "contextMenuStrip1"; - resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); - // - // deleteWPToolStripMenuItem - // - this.deleteWPToolStripMenuItem.Name = "deleteWPToolStripMenuItem"; - resources.ApplyResources(this.deleteWPToolStripMenuItem, "deleteWPToolStripMenuItem"); - this.deleteWPToolStripMenuItem.Click += new System.EventHandler(this.deleteWPToolStripMenuItem_Click); - // - // loiterToolStripMenuItem - // - this.loiterToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.loiterForeverToolStripMenuItem, - this.loitertimeToolStripMenuItem, - this.loitercirclesToolStripMenuItem}); - this.loiterToolStripMenuItem.Name = "loiterToolStripMenuItem"; - resources.ApplyResources(this.loiterToolStripMenuItem, "loiterToolStripMenuItem"); - // - // loiterForeverToolStripMenuItem - // - this.loiterForeverToolStripMenuItem.Name = "loiterForeverToolStripMenuItem"; - resources.ApplyResources(this.loiterForeverToolStripMenuItem, "loiterForeverToolStripMenuItem"); - this.loiterForeverToolStripMenuItem.Click += new System.EventHandler(this.loiterForeverToolStripMenuItem_Click); - // - // loitertimeToolStripMenuItem - // - this.loitertimeToolStripMenuItem.Name = "loitertimeToolStripMenuItem"; - resources.ApplyResources(this.loitertimeToolStripMenuItem, "loitertimeToolStripMenuItem"); - this.loitertimeToolStripMenuItem.Click += new System.EventHandler(this.loitertimeToolStripMenuItem_Click); - // - // loitercirclesToolStripMenuItem - // - this.loitercirclesToolStripMenuItem.Name = "loitercirclesToolStripMenuItem"; - resources.ApplyResources(this.loitercirclesToolStripMenuItem, "loitercirclesToolStripMenuItem"); - this.loitercirclesToolStripMenuItem.Click += new System.EventHandler(this.loitercirclesToolStripMenuItem_Click); - // - // jumpToolStripMenuItem - // - this.jumpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.jumpstartToolStripMenuItem, - this.jumpwPToolStripMenuItem}); - this.jumpToolStripMenuItem.Name = "jumpToolStripMenuItem"; - resources.ApplyResources(this.jumpToolStripMenuItem, "jumpToolStripMenuItem"); - // - // jumpstartToolStripMenuItem - // - this.jumpstartToolStripMenuItem.Name = "jumpstartToolStripMenuItem"; - resources.ApplyResources(this.jumpstartToolStripMenuItem, "jumpstartToolStripMenuItem"); - this.jumpstartToolStripMenuItem.Click += new System.EventHandler(this.jumpstartToolStripMenuItem_Click); - // - // jumpwPToolStripMenuItem - // - this.jumpwPToolStripMenuItem.Name = "jumpwPToolStripMenuItem"; - resources.ApplyResources(this.jumpwPToolStripMenuItem, "jumpwPToolStripMenuItem"); - this.jumpwPToolStripMenuItem.Click += new System.EventHandler(this.jumpwPToolStripMenuItem_Click); - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); - // - // ContextMeasure - // - this.ContextMeasure.Name = "ContextMeasure"; - resources.ApplyResources(this.ContextMeasure, "ContextMeasure"); - this.ContextMeasure.Click += new System.EventHandler(this.ContextMeasure_Click); - // - // rotateMapToolStripMenuItem - // - this.rotateMapToolStripMenuItem.Name = "rotateMapToolStripMenuItem"; - resources.ApplyResources(this.rotateMapToolStripMenuItem, "rotateMapToolStripMenuItem"); - this.rotateMapToolStripMenuItem.Click += new System.EventHandler(this.rotateMapToolStripMenuItem_Click); - // - // polygonToolStripMenuItem - // - this.polygonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.addPolygonPointToolStripMenuItem, - this.clearPolygonToolStripMenuItem}); - this.polygonToolStripMenuItem.Name = "polygonToolStripMenuItem"; - resources.ApplyResources(this.polygonToolStripMenuItem, "polygonToolStripMenuItem"); - // - // addPolygonPointToolStripMenuItem - // - this.addPolygonPointToolStripMenuItem.Name = "addPolygonPointToolStripMenuItem"; - resources.ApplyResources(this.addPolygonPointToolStripMenuItem, "addPolygonPointToolStripMenuItem"); - this.addPolygonPointToolStripMenuItem.Click += new System.EventHandler(this.addPolygonPointToolStripMenuItem_Click); - // - // clearPolygonToolStripMenuItem - // - this.clearPolygonToolStripMenuItem.Name = "clearPolygonToolStripMenuItem"; - resources.ApplyResources(this.clearPolygonToolStripMenuItem, "clearPolygonToolStripMenuItem"); - this.clearPolygonToolStripMenuItem.Click += new System.EventHandler(this.clearPolygonToolStripMenuItem_Click); - // - // clearMissionToolStripMenuItem - // - this.clearMissionToolStripMenuItem.Name = "clearMissionToolStripMenuItem"; - resources.ApplyResources(this.clearMissionToolStripMenuItem, "clearMissionToolStripMenuItem"); - this.clearMissionToolStripMenuItem.Click += new System.EventHandler(this.clearMissionToolStripMenuItem_Click); - // - // geoFenceToolStripMenuItem - // - this.geoFenceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.GeoFenceuploadToolStripMenuItem, - this.GeoFencedownloadToolStripMenuItem, - this.setReturnLocationToolStripMenuItem, - this.loadFromFileToolStripMenuItem, - this.saveToFileToolStripMenuItem}); - this.geoFenceToolStripMenuItem.Name = "geoFenceToolStripMenuItem"; - resources.ApplyResources(this.geoFenceToolStripMenuItem, "geoFenceToolStripMenuItem"); - // - // GeoFenceuploadToolStripMenuItem - // - this.GeoFenceuploadToolStripMenuItem.Name = "GeoFenceuploadToolStripMenuItem"; - resources.ApplyResources(this.GeoFenceuploadToolStripMenuItem, "GeoFenceuploadToolStripMenuItem"); - this.GeoFenceuploadToolStripMenuItem.Click += new System.EventHandler(this.GeoFenceuploadToolStripMenuItem_Click); - // - // GeoFencedownloadToolStripMenuItem - // - this.GeoFencedownloadToolStripMenuItem.Name = "GeoFencedownloadToolStripMenuItem"; - resources.ApplyResources(this.GeoFencedownloadToolStripMenuItem, "GeoFencedownloadToolStripMenuItem"); - this.GeoFencedownloadToolStripMenuItem.Click += new System.EventHandler(this.GeoFencedownloadToolStripMenuItem_Click); - // - // setReturnLocationToolStripMenuItem - // - this.setReturnLocationToolStripMenuItem.Name = "setReturnLocationToolStripMenuItem"; - resources.ApplyResources(this.setReturnLocationToolStripMenuItem, "setReturnLocationToolStripMenuItem"); - this.setReturnLocationToolStripMenuItem.Click += new System.EventHandler(this.setReturnLocationToolStripMenuItem_Click); - // - // loadFromFileToolStripMenuItem - // - this.loadFromFileToolStripMenuItem.Name = "loadFromFileToolStripMenuItem"; - resources.ApplyResources(this.loadFromFileToolStripMenuItem, "loadFromFileToolStripMenuItem"); - this.loadFromFileToolStripMenuItem.Click += new System.EventHandler(this.loadFromFileToolStripMenuItem_Click); - // - // trackBar1 - // - resources.ApplyResources(this.trackBar1, "trackBar1"); - this.trackBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(39)))), ((int)(((byte)(40))))); - this.trackBar1.LargeChange = 50; - this.trackBar1.Maximum = 19D; - this.trackBar1.Minimum = 1D; - this.trackBar1.Name = "trackBar1"; - this.trackBar1.SmallChange = 50; - this.trackBar1.TickFrequency = 100; - this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft; - this.trackBar1.Value = 2D; - this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); - // - // label11 - // - resources.ApplyResources(this.label11, "label11"); - this.label11.ForeColor = System.Drawing.Color.White; - this.label11.Name = "label11"; - // - // panelBASE - // - this.panelBASE.Controls.Add(this.splitter1); - this.panelBASE.Controls.Add(this.panelMap); - this.panelBASE.Controls.Add(this.panelWaypoints); - this.panelBASE.Controls.Add(this.panelAction); - this.panelBASE.Controls.Add(this.label6); - resources.ApplyResources(this.panelBASE, "panelBASE"); - this.panelBASE.Name = "panelBASE"; - // - // timer1 - // - this.timer1.Enabled = true; - this.timer1.Interval = 1000; - this.timer1.Tick += new System.EventHandler(this.timer1_Tick); - // - // saveToFileToolStripMenuItem - // - this.saveToFileToolStripMenuItem.Name = "saveToFileToolStripMenuItem"; - resources.ApplyResources(this.saveToFileToolStripMenuItem, "saveToFileToolStripMenuItem"); - this.saveToFileToolStripMenuItem.Click += new System.EventHandler(this.saveToFileToolStripMenuItem_Click); - // // FlightPlanner // resources.ApplyResources(this, "$this"); @@ -915,6 +961,7 @@ this.Controls.Add(this.panelBASE); this.MinimumSize = new System.Drawing.Size(1008, 461); this.Name = "FlightPlanner"; + this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip")); this.Load += new System.EventHandler(this.Planner_Load); this.Resize += new System.EventHandler(this.Planner_Resize); ((System.ComponentModel.ISupportInitialize)(this.Commands)).EndInit(); @@ -1007,6 +1054,15 @@ private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem deleteWPToolStripMenuItem; private MyButton BUT_Camera; + private MyButton BUT_zoomto; + private MyButton BUT_loadkml; + private System.Windows.Forms.Timer timer1; + private System.Windows.Forms.ToolStripMenuItem geoFenceToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem GeoFenceuploadToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem GeoFencedownloadToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem setReturnLocationToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem loadFromFileToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem saveToFileToolStripMenuItem; private System.Windows.Forms.DataGridViewComboBoxColumn Command; private System.Windows.Forms.DataGridViewTextBoxColumn Param1; private System.Windows.Forms.DataGridViewTextBoxColumn Param2; @@ -1018,14 +1074,5 @@ private System.Windows.Forms.DataGridViewButtonColumn Delete; private System.Windows.Forms.DataGridViewImageColumn Up; private System.Windows.Forms.DataGridViewImageColumn Down; - private MyButton BUT_zoomto; - private MyButton BUT_loadkml; - private System.Windows.Forms.Timer timer1; - private System.Windows.Forms.ToolStripMenuItem geoFenceToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem GeoFenceuploadToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem GeoFencedownloadToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem setReturnLocationToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem loadFromFileToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem saveToFileToolStripMenuItem; } } \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.resx b/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.resx index 8db443f0a2..70d97cb5d1 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.resx @@ -117,1625 +117,1037 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 213, 31 - - - 82, 17 - - - 49 - - - Absolute Alt - - - CHK_altmode - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - + 5 - - True - - - NoControl - - - 298, 24 - - - 98, 17 - - - 46 - - - Hold default Alt - - - CHK_holdalt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 10 - - - Top, Bottom, Left, Right - - - 30 - - - True - - - Command - - - APM Command - - - 150 - - - True - - - P1 - - - 40 - - - 40 - - - True - - - P2 - - - 40 - - - 40 - - - True - - - P3 - - - 40 - - - 40 - - - True - - - P4 - - - 40 - - - 40 - - - True - - - Lat - - - 40 - - - 40 - - - True - - - Lon - - - 40 - - - 40 - - - True - - - Alt - - - 40 - - - 40 - - - True - - - Delete - - - Delete the row - - - 50 - - - True - - - Up - - - Move the row UP - - - 30 - - - True - - - Down - - - Move the row down - - - 40 - - - 10, 55 - - - 75 - - - 862, 89 - - - 6 - - - Commands - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 12 - - - True - - - NoControl - - - 298, 40 - - - 86, 17 - - - 45 - - - Verify Height - - - CHK_geheight - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 14 - - - 23, 36 - - - 36, 20 - - - 1 - - - 30 - - - TXT_WPRad - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 15 - - - 154, 36 - - - 40, 20 - - - 3 - - - 100 - - - TXT_DefaultAlt - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 13 - - - True - - - NoControl - - - 9, 24 - - - 61, 13 - - - 18 - - - WP Radius + + + 164, 6 LBL_WPRad - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 6 - - - True - - - NoControl - - - 151, 24 - - - 56, 13 - - - 19 - - - Default Alt - - - LBL_defalutalt - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 11 - - - 89, 36 - - - 36, 20 - - - 2 - - - 45 - - - TXT_loiterrad - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - - 9 - - - True - - - NoControl - - - 76, 24 - - - 69, 13 - - - 33 - - - Loiter Radius - - - label5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelWaypoints - - + + 8 - - Bottom, Right - - - NoControl - - - 7, 86 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 107, 23 - - 8 + + 2 - - Write WPs + + 98, 17 - - BUT_write + + Action - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + + Top, Bottom, Left, Right - - panel5 + + 40 - - 0 + + WP # - - NoControl + + 177, 22 - - 6, 58 + + 167, 22 - - 107, 23 + + 82, 17 - - 7 + + 38 - - Read WPs - - - BUT_read - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel5 - - - 1 - - - NoControl - - - 6, 30 - - - 107, 23 - - - 4 + + 58, 23 Save WP File - - SaveFile + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Start + + + Param2 + + + 65, 20 + + + + + + 40 + + + NoControl + + + panelWaypoints + + + Delete + + + Loiter Radius + + + + + + P1 + + + panel1 + + + panel2 - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + panel5 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 313 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + Forever + + + 43 + + + 7, 86 + + + jumpstartToolStripMenuItem + + + 3 + + + + + + 479, 26 + + + panelMap + + + Alt + + + 40 + + + 878, 313 + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + True + + + 40 + + + 65, 20 + + + 16 + + + toolTip1 + + + Long panel5 + + lbl_homedist + + + Write WPs + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 86, 17 + + + Clear Mission + + + Top, Bottom, Left, Right + + + GeoFencedownloadToolStripMenuItem + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 76, 24 + + + lbl_distance + + + 22, 13 + + + 3, 71 + + + NoControl + + + Up + + + 77, 23 + + + 47, 19 + + + 174, 22 + + + Prev + + + BSE.Windows.Forms.Panel, BSE.Windows.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef + + + 3, 63 + + + 50 + + + 0 + + + trackBar1 + + + 130, 461 + + + Measure Distance + + + 37, 13 + + + Bottom, Right + + + System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 40 + + + 678, 26 + + + panel6 + + + 4 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 31 + + + 1 + + + True + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FlightPlanner + + + Loiter + + + True + + + 75 + + + 5 + + + + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Lat + + + Home Location + + + 49 + + + True + + + 30 + + + 167, 22 + + + 113, 22 + + + System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + True + + + panelMap + + + 3, 33 + + + 46 + + + Zoom To + + + 6, 30 + + + 51 + + + Delete the row + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BUT_loadkml + + + 0, 0, 0, 0 + + + + + + Bottom, Right + + + panel2 + + + P3 + + + 56, 13 + + + Set Return Location + + + Param4 + + + 838, 306 + + + TXT_DefaultAlt + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + panel1 + + + Down + + + 50 + + + label10 + + + 5 + + + 102, 22 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelMap + + + 100 + + + 40 + + + loitertimeToolStripMenuItem + + + 298, 40 + + + panel1 + + + 3, 23 + + + 5 + + + True + + + 40 + + + label11 + + + + + + TXT_homealt + + + 167, 22 + + + 1 + + + 167, 22 + + + Up + + + Get Camera settings for overlap + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 48 + + + 5 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + addPolygonPointToolStripMenuItem + + + 40 + + + panel5 + 2 - - NoControl - - - 6, 3 - - - 107, 23 - - - 39 - - - Load WP File - - - BUT_loadwpfile - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel5 - - - 3 - - - 8, 250 - - - 117, 114 - - - 29 - - - panel5 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelAction - - - 1 - - - Bottom, Right - - - True - - - NoControl - - - 18, 2 - - - 79, 13 - - - 6 - - - Home Location - - - label4 - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 0 - - - True - - - NoControl - - - 3, 71 - - - 45, 13 - - - 5 - - - Alt (abs) - - - label3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 + + 6, 13 1 - - True - - - NoControl - - - 3, 48 - - - 31, 13 - - - 4 - - - Long - - - label2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 2 - - - True - - - NoControl - - - 4, 25 - - - 22, 13 - - - 3 - - - Lat - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 3 - - - 47, 65 - - - 65, 20 - - - 14 - - - TXT_homealt - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 4 - - - 47, 42 - - - 65, 20 - - - 13 - - - TXT_homelng - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 5 - - - 47, 19 - - - 65, 20 - - - 12 - - - TXT_homelat - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel1 - - - 6 - - - 8, 365 - - - 117, 89 - - - 31 - - - panel1 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelAction - - - 2 - - - Up - - - 20 - - - Down - - - 20 - - - NoControl - - + 0, 0 - - 100, 23 - - - 47 - - - label6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelBASE - - - 4 - - - Bottom, Right - - - True - - - NoControl - - - 18, 2 - - - 83, 13 - - - 6 - - - Mouse Location - - - label7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 0 - - - True - - - NoControl - - - 3, 63 - - - 19, 13 - - - 5 - - - Alt - - - label8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 1 - - - True - - - NoControl - - - 4, 43 - - - 31, 13 - - - 4 - - - Long - - - label9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 2 - - - True - - - NoControl - - - 3, 23 - - - 22, 13 - - - 3 - - - Lat - - - label10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 3 - - - 43, 63 - 65, 20 - - 2 - - - TXT_mousealt - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 4 - - - 43, 43 - - - 65, 20 - - - 1 - - - TXT_mouselong - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel2 - - - 5 - - - 43, 23 - - - 65, 20 + + Time 0 - - TXT_mouselat + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - panel2 + + 113, 22 - - 6 + + - - 8, 130 + + Right - - 114, 79 - - - 38 - - - panel2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelAction - - - 3 + + 6, 58 Bottom, Right - - 8, 211 + + panelWaypoints + + + panelWaypoints + + + 8, 130 + + + + + + Alt + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BUT_grid + + + WP Radius + + + Move the row UP + + + Grid + + + 3 + + + 5 + + + 150 + + + + + + Vertical + + + Load from File + + + 174, 22 + + + 2 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40 + + + 49 + + + Fill + + + panel2 + + + 0 + + + 4, 25 + + + Add a line to the grid bellow + + + 20 + + + 2 111, 21 - - 42 + + 31, 13 - - 172, 17 - - - Change the current map type + + 13 - - comboBoxMapType + + panel2 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelAction - - - 4 - - - Bottom, Right - - - True - - - NoControl - - - 9, 235 - - - 37, 13 - - - 43 - - - Status - - - lbl_status - - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelAction + + panelWaypoints - - 5 + + BUT_read - - Bottom, Right + + Home - - 7, 25 + + 4 - - True + + panel2 - - 117, 103 + + label2 + + + 6 + + + ContextMeasure + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + label6 + + + 177, 22 + + + + + + panel2 + + + 45, 286 + + + 117, 114 + + + Alt + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 83, 13 + + + 167, 22 + + + panelMap + + + rotateMapToolStripMenuItem + + + Move the row down + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BUT_Camera + + + panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Alt (abs) + + + 1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 562, 26 + + + Circles + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 62, 23 + + + 177, 22 + + + 69, 13 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 213, 31 + + + 878, 0 + + + NoControl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Down 48 + + panel1 + + + 45 + + + 6 + + + 1 + + + 2 + + + Distance + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + button1 + + + + + + 47 + + + 6, 3 + + + Add Below + + + panelWaypoints + + + + + + TXT_mousealt + + + 5 + + + NoControl + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 167, 22 + + + panelAction + + + 0, 0 + + + 19, 13 + + + panelWaypoints + + + 117, 89 + + + 18, 2 + + + 33 + + + Label1 + + + 1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1008, 461 + + + panelAction + + + Draw Polygon + + + 0 + + + + + + + + + 3 + + + System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelWaypoints + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelWaypoints + + + 48 + + + Waypoints + + + Commands + + + NoControl + + + + + + 54 + + + Bottom + + + dataGridViewImageColumn2 + + + 49, 13 + + + + + + Change the current map type + + + 29 + + + True + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + NoControl + + + NoControl + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dataGridViewImageColumn1 + + + 22, 13 + + + 65, 20 + + + 79, 13 + + + BSE.Windows.Forms.Panel, BSE.Windows.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef + + + 23, 36 + + + 1008, 461 + + + Load WP File + + + 48, 23 + + + 65, 20 + 1. Connect 2. Read WP's if you need to. 3. Ensure your Home location and ALT is set 4. Click on the map to start adding WP's - - textBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelAction - - - 0 - - - Bottom - - - NoControl - - - 0, 310 - - - 878, 3 - - - 50 - - - splitter1 - - - BSE.Windows.Forms.Splitter, BSE.Windows.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef - - - panelBASE - - - 0 - - - NoControl - - - 800, 25 - - - 58, 23 - - - 54 - - - KML overlay - - - Get Camera settings for overlap - - - BUT_loadkml - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 0 - - - NoControl - - - 732, 26 - - - 62, 23 - - - 53 - - - Zoom To - - - Get Camera settings for overlap - - - BUT_zoomto - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 1 - - - NoControl - - - 678, 26 - - - 48, 23 - - - 52 - - - Camera - - - Get Camera settings for overlap - - - BUT_Camera - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 2 - - - NoControl - - - 624, 26 - - - 48, 23 - - - 51 - - - Grid - - - Draws a grid over a pre defined area with a given spacing - - - BUT_grid - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 3 - - - NoControl - - - 562, 26 - - - 56, 23 - - - 50 - - - Prefetch - Pre Caches a part of the map based on a box you draw - - BUT_Prefetch + + BUT_write - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 4 - - - NoControl - - - 479, 26 - - - 77, 23 - - - 48 - - - Elevation Graph - - - Plot the current mission vs google earth data - - - button1 - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 7 - - - NoControl - - - 398, 26 - - - 75, 23 - - - 5 - - - Add Below - - - Add a line to the grid bellow - - - BUT_Add - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panelWaypoints - - - 16 - - - Bottom - - - 0, 313 - - - 878, 148 - - - 49 - - - Waypoints - - - panelWaypoints - - - BSE.Windows.Forms.Panel, BSE.Windows.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef - - - panelBASE - - - 2 - - - Right - - - 878, 0 - - - 130, 461 - - - 50 - - - Action - - - panelAction - - - BSE.Windows.Forms.Panel, BSE.Windows.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef - - - panelBASE - - + 3 - - True - - + NoControl - - 3, 7 + + polygonToolStripMenuItem - - 49, 13 + + 4 - - 48 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Distance + + jumpwPToolStripMenuItem - - lbl_distance + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelMap - - - 0 - - + True - - NoControl - - - 3, 33 - - - 35, 13 - - - 50 - - - Home - - - lbl_homedist - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelMap - - - 1 - - - True - - - NoControl - - - 3, 20 - - - 29, 13 - - - 49 - - - Prev - - - lbl_prevdist - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelMap - - - 2 - - - Top, Bottom, Left, Right - - - 17, 17 - - - 167, 22 - - - Delete WP - - - 113, 22 - - - Forever - - - 113, 22 - - - Time - - - 113, 22 - - - Circles - - - 167, 22 - - - Loiter - - - 102, 22 - - - Start - - - 102, 22 - - - WP # - - - 167, 22 - - - Jump - - - 164, 6 - - - 167, 22 - - - Measure Distance - - - 167, 22 - - - Rotate Map - - - 174, 22 - - - Add Polygon Point - - - 174, 22 - - - Clear Polygon - - - 167, 22 - - - Draw Polygon - - - 167, 22 - - - Clear Mission - - - 177, 22 - - - Upload - - - 177, 22 - - - Download - - - 177, 22 - - - Set Return Location - - - 177, 22 - - - Load from File - - - 177, 22 - - - Save to File - - - 167, 22 - - - Geo-Fence - - - 168, 208 - contextMenuStrip1 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Mouse Location - - 0, 0 + + NoControl - - 838, 306 + + 117, 103 + + + Up @@ -1882,370 +1294,1099 @@ AAAAAAAAAAAAAAAL - - 45 + + Geo-Fence + + + splitter1 + + + Command + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel2 + + + + + + APM Command + + + clearMissionToolStripMenuItem + + + 14 + + + 0 + + + 102, 22 + + + KML overlay + + + NoControl + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + NoControl + + + + + + 49 + + + NoControl + + + geoFenceToolStripMenuItem + + + Lon + + + Bottom + + + panelMap + + + 50 + + + panelWaypoints + + + 9, 235 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + loiterForeverToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + True + + + panelBASE + + + setReturnLocationToolStripMenuItem + + + 30 + + + 3 + + + Prefetch + + + 15 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + comboBoxMapType + + + Verify Height + + + 40 + + + BUT_Add + + + Bottom, Right + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 3 + + + + + + True + + + 18, 2 + + + 8, 211 + + + 29, 13 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Delete + + + 398, 26 + + + panelWaypoints + + + 50 + + + TXT_mouselong + + + 100, 23 + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + LBL_defalutalt + + + System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10, 55 + + + Draws a grid over a pre defined area with a given spacing + + + 6 + + + + + + Elevation Graph + + + Jump MainMap + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Get Camera settings for overlap + + + + + + panelAction + + + 114, 79 + + + 50 + + + 10 + + + NoControl + + + jumpToolStripMenuItem + + + + + + 48 + + + + + + label4 + + + NoControl + + + label8 + + + 9, 24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + + + NoControl + + + 4 + + + + + + 878, 148 + + + 3 + + + Default Alt + + + Bottom, Right + + + 40 + + + NoControl + + + Param3 + + + True + + + panelBASE + + + GeoFenceuploadToolStripMenuItem + GMap.NET.WindowsForms.GMapControl, GMap.NET.WindowsForms, Version=1.5.5.5, Culture=neutral, PublicKeyToken=b85b9027b614afef - - panelMap + + panelWaypoints - - 3 + + CHK_altmode - - Top, Bottom, Right - - + NoControl - - 847, 21 + + 298, 24 - - Vertical + + Read WPs - - 45, 286 + + System.Windows.Forms.DataGridViewButtonColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 1 + + + BSE.Windows.Forms.Splitter, BSE.Windows.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b85b9027b614afef + + + NoControl + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 31, 13 + + + True + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 107, 23 + + + 8, 250 + + 46 - - trackBar1 + + panelWaypoints - - ArdupilotMega.MyTrackBar, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelMap + + panelAction + + + 3 + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Get Camera settings for overlap + + + 12 + + + 43, 23 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + loadFromFileToolStripMenuItem + + + + + + 177, 22 + + + 167, 22 + + + NoControl 4 - - Top, Right - - + True - + + 151, 24 + + + System.Windows.Forms.DataGridViewComboBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - 844, 5 + + 65, 20 - - 34, 13 - - - 47 - - - Zoom - - - label11 + + BUT_loadwpfile System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelMap + + 52 - - 5 + + System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Fill + + 3, 20 - - 0, 0 - - - 878, 313 - - - 51 - - - panel6 - - - panelMap - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 panelBASE - - 1 + + 107, 23 - - Fill + + + + + Top, Right + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + 4, 43 + + + TXT_homelng + + + P2 + + + 13 + + + Plot the current mission vs google earth data + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 844, 5 + + + panelMap + + + + + + 6 + + + 61, 13 + + + 30 + + + 53 + + + 39 + + + 8 + + + Lat + + + 19 + + + 36, 20 + + + Add Polygon Point + + + 878, 3 + + + 52 + + + panelWaypoints + + + 3 + + + 0, 310 + + + panel5 + + + + + + + + + NoControl + + + ArdupilotMega.MyTrackBar, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null 0, 0 - - 1008, 461 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 52 + + 3 + + + Hold default Alt + + + Save to File + + + True + + + + + + BUT_Prefetch + + + 168, 208 + + + 0 + + + 75, 23 + + + + + + True + + + True + + + 6 + + + + + + panelWaypoints + + + 45 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + label5 + + + panelAction + + + Upload + + + 177, 22 + + + label9 + + + panel1 + + + TXT_mouselat + + + 732, 26 + + + 1 + + + NoControl + + + Down + + + 12 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + clearPolygonToolStripMenuItem + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Lat + + + Download + + + 154, 36 + + + panelMap + + + NoControl + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 862, 89 + + + loiterToolStripMenuItem + + + 35, 13 + + + Fill + + + 18 + + + SaveFile + + + panelWaypoints + + + + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 panelBASE - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - - $this + + panelWaypoints - + + True + + + + + + 7 + + + 89, 36 + + + 43, 43 + + + Bottom, Right + + + + + 1 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Right + + + 7 + + + 1 + + + Clear Polygon + + + 40 + + + Zoom + + + CHK_geheight + + + timer1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 624, 26 + + + Lat + + + label3 + + + label7 + + + 107, 23 + + + True + + + 45 + + + TXT_loiterrad + + + Camera + + + Rotate Map + + + NoControl + + + + + + deleteWPToolStripMenuItem + + + 113, 22 + + + 43, 63 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + panelWaypoints + + + panelWaypoints + + + 2 + + + NoControl + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel1 + + + 48, 23 + + + TXT_homelat + + + 20 + + + 36, 20 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 847, 21 + + + 51 + + + 42 + + + NoControl + + + 40 + + + BUT_zoomto + + + textBox1 + + + + + + panelBASE + + + + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 45, 13 + + + toolStripSeparator1 + + + Lon + + + 11 + + + CHK_holdalt + + + panel5 + + + 800, 25 + + + 40 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 34, 13 + + + NoControl + + + saveToFileToolStripMenuItem + + + NoControl + + + loitercirclesToolStripMenuItem + + + 5 + + + panel2 + + + 47 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 7, 25 + + + NoControl + + + + + + + + + panelBASE + + + Status + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40, 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lbl_prevdist + + + 0 + + + 40 + + + Param1 + + + Absolute Alt + + + 3, 7 + + + 167, 22 + + + 8, 365 + + + panelAction + + + NoControl + + + 56, 23 + + + 4 + + + NoControl + + + 47, 42 + + + 47, 65 + + + Long + + + panelAction + + + P4 + + + TXT_WPRad + + + NoControl + + + Command + + + Delete WP + + + lbl_status + + + True + + + True + + + True + + + True + + + True + + + True + + + 17, 17 + + + True + + + True + 269, 17 True - - 6, 13 - - - 0, 0, 0, 0 - - - 1008, 461 - - - Command - - - System.Windows.Forms.DataGridViewComboBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Param1 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Param2 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Param3 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Param4 - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Lat - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Lon - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Alt - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Delete - - - System.Windows.Forms.DataGridViewButtonColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Up - - - System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Down - - - System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dataGridViewImageColumn1 - - - System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dataGridViewImageColumn2 - - - System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - deleteWPToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - loiterToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - loiterForeverToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - loitertimeToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - loitercirclesToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - jumpToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - jumpstartToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - jumpwPToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripSeparator1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ContextMeasure - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - rotateMapToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - polygonToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - addPolygonPointToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - clearPolygonToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - clearMissionToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - geoFenceToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GeoFenceuploadToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GeoFencedownloadToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - setReturnLocationToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - loadFromFileToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolTip1 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - timer1 - - - System.Windows.Forms.Timer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - saveToFileToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FlightPlanner - - - System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - + + True + + + 172, 17 + + + True + + + True + \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.zh-Hans.resx b/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.zh-Hans.resx index 909d93387f..2d3a1b4033 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.zh-Hans.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightPlanner.zh-Hans.resx @@ -151,6 +151,15 @@ 参数4 + + 纬度 + + + 经度 + + + 高度 + 删除 @@ -185,7 +194,7 @@ Microsoft Sans Serif, 8.25pt - 66, 31 + 24, 40 @@ -194,7 +203,7 @@ Microsoft Sans Serif, 8.25pt - 278, 31 + 162, 40 @@ -227,7 +236,7 @@ Microsoft Sans Serif, 8.25pt - 170, 31 + 90, 40 @@ -457,6 +466,24 @@ + + KML叠加 + + + + + + 缩放至 + + + + + + 相机 + + + + 网格 @@ -518,19 +545,19 @@ 删除航点 - 152, 22 + 98, 22 永久 - 152, 22 + 98, 22 时间 - 152, 22 + 98, 22 圈数 @@ -541,12 +568,6 @@ 盘旋 - - 152, 22 - - - 152, 22 - 122, 22 @@ -569,23 +590,17 @@ 旋转地图 - 152, 22 + 122, 22 增加顶点 - 152, 22 + 122, 22 清除区域 - - 122, 22 - - - 网格 - 122, 22 @@ -767,8 +782,4 @@ - - - ..\Resources\MAVCmd.zh-Hans.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.Designer.cs b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.Designer.cs index 9f9231c654..70163ed756 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.Designer.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.Designer.cs @@ -126,6 +126,7 @@ // resources.ApplyResources(this.CHKREV_roll, "CHKREV_roll"); this.CHKREV_roll.Name = "CHKREV_roll"; + this.toolTip1.SetToolTip(this.CHKREV_roll, resources.GetString("CHKREV_roll.ToolTip")); this.CHKREV_roll.UseVisualStyleBackColor = true; this.CHKREV_roll.CheckedChanged += new System.EventHandler(this.CHKREV_roll_CheckedChanged); // @@ -133,6 +134,7 @@ // resources.ApplyResources(this.CHKREV_pitch, "CHKREV_pitch"); this.CHKREV_pitch.Name = "CHKREV_pitch"; + this.toolTip1.SetToolTip(this.CHKREV_pitch, resources.GetString("CHKREV_pitch.ToolTip")); this.CHKREV_pitch.UseVisualStyleBackColor = true; this.CHKREV_pitch.CheckedChanged += new System.EventHandler(this.CHKREV_pitch_CheckedChanged); // @@ -140,11 +142,13 @@ // resources.ApplyResources(this.CHKREV_rudder, "CHKREV_rudder"); this.CHKREV_rudder.Name = "CHKREV_rudder"; + this.toolTip1.SetToolTip(this.CHKREV_rudder, resources.GetString("CHKREV_rudder.ToolTip")); this.CHKREV_rudder.UseVisualStyleBackColor = true; this.CHKREV_rudder.CheckedChanged += new System.EventHandler(this.CHKREV_rudder_CheckedChanged); // // GPSrate // + resources.ApplyResources(this.GPSrate, "GPSrate"); this.GPSrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.GPSrate.FormattingEnabled = true; this.GPSrate.Items.AddRange(new object[] { @@ -156,8 +160,8 @@ resources.GetString("GPSrate.Items5"), resources.GetString("GPSrate.Items6"), resources.GetString("GPSrate.Items7")}); - resources.ApplyResources(this.GPSrate, "GPSrate"); this.GPSrate.Name = "GPSrate"; + this.toolTip1.SetToolTip(this.GPSrate, resources.GetString("GPSrate.ToolTip")); this.GPSrate.SelectedIndexChanged += new System.EventHandler(this.GPSrate_SelectedIndexChanged); this.GPSrate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GPSrate_KeyDown); this.GPSrate.Leave += new System.EventHandler(this.GPSrate_Leave); @@ -166,6 +170,7 @@ // resources.ApplyResources(this.ConnectComPort, "ConnectComPort"); this.ConnectComPort.Name = "ConnectComPort"; + this.toolTip1.SetToolTip(this.ConnectComPort, resources.GetString("ConnectComPort.ToolTip")); this.ConnectComPort.UseVisualStyleBackColor = true; this.ConnectComPort.Click += new System.EventHandler(this.ConnectComPort_Click); // @@ -173,6 +178,7 @@ // resources.ApplyResources(this.OutputLog, "OutputLog"); this.OutputLog.Name = "OutputLog"; + this.toolTip1.SetToolTip(this.OutputLog, resources.GetString("OutputLog.ToolTip")); this.OutputLog.TextChanged += new System.EventHandler(this.OutputLog_TextChanged); // // TXT_roll @@ -180,24 +186,28 @@ resources.ApplyResources(this.TXT_roll, "TXT_roll"); this.TXT_roll.Name = "TXT_roll"; this.TXT_roll.resize = false; + this.toolTip1.SetToolTip(this.TXT_roll, resources.GetString("TXT_roll.ToolTip")); // // TXT_pitch // resources.ApplyResources(this.TXT_pitch, "TXT_pitch"); this.TXT_pitch.Name = "TXT_pitch"; this.TXT_pitch.resize = false; + this.toolTip1.SetToolTip(this.TXT_pitch, resources.GetString("TXT_pitch.ToolTip")); // // TXT_heading // resources.ApplyResources(this.TXT_heading, "TXT_heading"); this.TXT_heading.Name = "TXT_heading"; this.TXT_heading.resize = false; + this.toolTip1.SetToolTip(this.TXT_heading, resources.GetString("TXT_heading.ToolTip")); // // TXT_wpdist // resources.ApplyResources(this.TXT_wpdist, "TXT_wpdist"); this.TXT_wpdist.Name = "TXT_wpdist"; this.TXT_wpdist.resize = false; + this.toolTip1.SetToolTip(this.TXT_wpdist, resources.GetString("TXT_wpdist.ToolTip")); // // currentStateBindingSource // @@ -208,35 +218,41 @@ resources.ApplyResources(this.TXT_bererror, "TXT_bererror"); this.TXT_bererror.Name = "TXT_bererror"; this.TXT_bererror.resize = false; + this.toolTip1.SetToolTip(this.TXT_bererror, resources.GetString("TXT_bererror.ToolTip")); // // TXT_alterror // resources.ApplyResources(this.TXT_alterror, "TXT_alterror"); this.TXT_alterror.Name = "TXT_alterror"; this.TXT_alterror.resize = false; + this.toolTip1.SetToolTip(this.TXT_alterror, resources.GetString("TXT_alterror.ToolTip")); // // TXT_lat // resources.ApplyResources(this.TXT_lat, "TXT_lat"); this.TXT_lat.Name = "TXT_lat"; this.TXT_lat.resize = false; + this.toolTip1.SetToolTip(this.TXT_lat, resources.GetString("TXT_lat.ToolTip")); // // TXT_long // resources.ApplyResources(this.TXT_long, "TXT_long"); this.TXT_long.Name = "TXT_long"; this.TXT_long.resize = false; + this.toolTip1.SetToolTip(this.TXT_long, resources.GetString("TXT_long.ToolTip")); // // TXT_alt // resources.ApplyResources(this.TXT_alt, "TXT_alt"); this.TXT_alt.Name = "TXT_alt"; this.TXT_alt.resize = false; + this.toolTip1.SetToolTip(this.TXT_alt, resources.GetString("TXT_alt.ToolTip")); // // SaveSettings // resources.ApplyResources(this.SaveSettings, "SaveSettings"); this.SaveSettings.Name = "SaveSettings"; + this.toolTip1.SetToolTip(this.SaveSettings, resources.GetString("SaveSettings.ToolTip")); this.SaveSettings.UseVisualStyleBackColor = true; this.SaveSettings.Click += new System.EventHandler(this.SaveSettings_Click); // @@ -263,27 +279,32 @@ resources.ApplyResources(this.TXT_servoroll, "TXT_servoroll"); this.TXT_servoroll.Name = "TXT_servoroll"; this.TXT_servoroll.resize = false; + this.toolTip1.SetToolTip(this.TXT_servoroll, resources.GetString("TXT_servoroll.ToolTip")); // // TXT_servopitch // resources.ApplyResources(this.TXT_servopitch, "TXT_servopitch"); this.TXT_servopitch.Name = "TXT_servopitch"; this.TXT_servopitch.resize = false; + this.toolTip1.SetToolTip(this.TXT_servopitch, resources.GetString("TXT_servopitch.ToolTip")); // // TXT_servorudder // resources.ApplyResources(this.TXT_servorudder, "TXT_servorudder"); this.TXT_servorudder.Name = "TXT_servorudder"; this.TXT_servorudder.resize = false; + this.toolTip1.SetToolTip(this.TXT_servorudder, resources.GetString("TXT_servorudder.ToolTip")); // // TXT_servothrottle // resources.ApplyResources(this.TXT_servothrottle, "TXT_servothrottle"); this.TXT_servothrottle.Name = "TXT_servothrottle"; this.TXT_servothrottle.resize = false; + this.toolTip1.SetToolTip(this.TXT_servothrottle, resources.GetString("TXT_servothrottle.ToolTip")); // // panel1 // + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); @@ -291,35 +312,40 @@ this.panel1.Controls.Add(this.TXT_lat); this.panel1.Controls.Add(this.TXT_long); this.panel1.Controls.Add(this.TXT_alt); - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; + this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip")); // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; this.label4.resize = false; + this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip")); // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; this.label3.resize = false; + this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip")); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; this.label2.resize = false; + this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip")); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; this.label1.resize = false; + this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip")); // // panel2 // + resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.label30); this.panel2.Controls.Add(this.TXT_yaw); this.panel2.Controls.Add(this.label11); @@ -329,65 +355,75 @@ this.panel2.Controls.Add(this.TXT_roll); this.panel2.Controls.Add(this.TXT_pitch); this.panel2.Controls.Add(this.TXT_heading); - resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; + this.toolTip1.SetToolTip(this.panel2, resources.GetString("panel2.ToolTip")); // // label30 // resources.ApplyResources(this.label30, "label30"); this.label30.Name = "label30"; this.label30.resize = false; + this.toolTip1.SetToolTip(this.label30, resources.GetString("label30.ToolTip")); // // TXT_yaw // resources.ApplyResources(this.TXT_yaw, "TXT_yaw"); this.TXT_yaw.Name = "TXT_yaw"; this.TXT_yaw.resize = false; + this.toolTip1.SetToolTip(this.TXT_yaw, resources.GetString("TXT_yaw.ToolTip")); // // label11 // resources.ApplyResources(this.label11, "label11"); this.label11.Name = "label11"; this.label11.resize = false; + this.toolTip1.SetToolTip(this.label11, resources.GetString("label11.ToolTip")); // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; this.label7.resize = false; + this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip")); // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; this.label6.resize = false; + this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip")); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; this.label5.resize = false; + this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip")); // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.Name = "label8"; this.label8.resize = false; + this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip")); // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; this.label9.resize = false; + this.toolTip1.SetToolTip(this.label9, resources.GetString("label9.ToolTip")); // // label10 // resources.ApplyResources(this.label10, "label10"); this.label10.Name = "label10"; this.label10.resize = false; + this.toolTip1.SetToolTip(this.label10, resources.GetString("label10.ToolTip")); // // panel3 // + resources.ApplyResources(this.panel3, "panel3"); this.panel3.Controls.Add(this.label16); this.panel3.Controls.Add(this.label15); this.panel3.Controls.Add(this.label14); @@ -397,41 +433,47 @@ this.panel3.Controls.Add(this.TXT_servopitch); this.panel3.Controls.Add(this.TXT_servorudder); this.panel3.Controls.Add(this.TXT_servothrottle); - resources.ApplyResources(this.panel3, "panel3"); this.panel3.Name = "panel3"; + this.toolTip1.SetToolTip(this.panel3, resources.GetString("panel3.ToolTip")); // // label16 // resources.ApplyResources(this.label16, "label16"); this.label16.Name = "label16"; this.label16.resize = false; + this.toolTip1.SetToolTip(this.label16, resources.GetString("label16.ToolTip")); // // label15 // resources.ApplyResources(this.label15, "label15"); this.label15.Name = "label15"; this.label15.resize = false; + this.toolTip1.SetToolTip(this.label15, resources.GetString("label15.ToolTip")); // // label14 // resources.ApplyResources(this.label14, "label14"); this.label14.Name = "label14"; this.label14.resize = false; + this.toolTip1.SetToolTip(this.label14, resources.GetString("label14.ToolTip")); // // label13 // resources.ApplyResources(this.label13, "label13"); this.label13.Name = "label13"; this.label13.resize = false; + this.toolTip1.SetToolTip(this.label13, resources.GetString("label13.ToolTip")); // // label12 // resources.ApplyResources(this.label12, "label12"); this.label12.Name = "label12"; this.label12.resize = false; + this.toolTip1.SetToolTip(this.label12, resources.GetString("label12.ToolTip")); // // panel4 // + resources.ApplyResources(this.panel4, "panel4"); this.panel4.Controls.Add(this.label20); this.panel4.Controls.Add(this.label19); this.panel4.Controls.Add(this.TXT_control_mode); @@ -443,50 +485,57 @@ this.panel4.Controls.Add(this.TXT_wpdist); this.panel4.Controls.Add(this.TXT_bererror); this.panel4.Controls.Add(this.TXT_alterror); - resources.ApplyResources(this.panel4, "panel4"); this.panel4.Name = "panel4"; + this.toolTip1.SetToolTip(this.panel4, resources.GetString("panel4.ToolTip")); // // label20 // resources.ApplyResources(this.label20, "label20"); this.label20.Name = "label20"; this.label20.resize = false; + this.toolTip1.SetToolTip(this.label20, resources.GetString("label20.ToolTip")); // // label19 // resources.ApplyResources(this.label19, "label19"); this.label19.Name = "label19"; this.label19.resize = false; + this.toolTip1.SetToolTip(this.label19, resources.GetString("label19.ToolTip")); // // TXT_control_mode // resources.ApplyResources(this.TXT_control_mode, "TXT_control_mode"); this.TXT_control_mode.Name = "TXT_control_mode"; this.TXT_control_mode.resize = false; + this.toolTip1.SetToolTip(this.TXT_control_mode, resources.GetString("TXT_control_mode.ToolTip")); // // TXT_WP // resources.ApplyResources(this.TXT_WP, "TXT_WP"); this.TXT_WP.Name = "TXT_WP"; this.TXT_WP.resize = false; + this.toolTip1.SetToolTip(this.TXT_WP, resources.GetString("TXT_WP.ToolTip")); // // label18 // resources.ApplyResources(this.label18, "label18"); this.label18.Name = "label18"; this.label18.resize = false; + this.toolTip1.SetToolTip(this.label18, resources.GetString("label18.ToolTip")); // // label17 // resources.ApplyResources(this.label17, "label17"); this.label17.Name = "label17"; this.label17.resize = false; + this.toolTip1.SetToolTip(this.label17, resources.GetString("label17.ToolTip")); // // panel5 // - this.panel5.Controls.Add(this.ConnectComPort); resources.ApplyResources(this.panel5, "panel5"); + this.panel5.Controls.Add(this.ConnectComPort); this.panel5.Name = "panel5"; + this.toolTip1.SetToolTip(this.panel5, resources.GetString("panel5.ToolTip")); // // zg1 // @@ -499,6 +548,7 @@ this.zg1.ScrollMinX = 0D; this.zg1.ScrollMinY = 0D; this.zg1.ScrollMinY2 = 0D; + this.toolTip1.SetToolTip(this.zg1, resources.GetString("zg1.ToolTip")); // // timer1 // @@ -506,6 +556,7 @@ // // panel6 // + resources.ApplyResources(this.panel6, "panel6"); this.panel6.Controls.Add(this.label28); this.panel6.Controls.Add(this.label29); this.panel6.Controls.Add(this.label27); @@ -518,37 +569,42 @@ this.panel6.Controls.Add(this.TXT_ruddergain); this.panel6.Controls.Add(this.TXT_pitchgain); this.panel6.Controls.Add(this.TXT_rollgain); - resources.ApplyResources(this.panel6, "panel6"); this.panel6.Name = "panel6"; + this.toolTip1.SetToolTip(this.panel6, resources.GetString("panel6.ToolTip")); // // label28 // resources.ApplyResources(this.label28, "label28"); this.label28.Name = "label28"; this.label28.resize = false; + this.toolTip1.SetToolTip(this.label28, resources.GetString("label28.ToolTip")); // // label29 // resources.ApplyResources(this.label29, "label29"); this.label29.Name = "label29"; this.label29.resize = false; + this.toolTip1.SetToolTip(this.label29, resources.GetString("label29.ToolTip")); // // label27 // resources.ApplyResources(this.label27, "label27"); this.label27.Name = "label27"; this.label27.resize = false; + this.toolTip1.SetToolTip(this.label27, resources.GetString("label27.ToolTip")); // // label25 // resources.ApplyResources(this.label25, "label25"); this.label25.Name = "label25"; this.label25.resize = false; + this.toolTip1.SetToolTip(this.label25, resources.GetString("label25.ToolTip")); // // TXT_throttlegain // resources.ApplyResources(this.TXT_throttlegain, "TXT_throttlegain"); this.TXT_throttlegain.Name = "TXT_throttlegain"; + this.toolTip1.SetToolTip(this.TXT_throttlegain, resources.GetString("TXT_throttlegain.ToolTip")); this.TXT_throttlegain.TextChanged += new System.EventHandler(this.TXT_throttlegain_TextChanged); // // label24 @@ -556,41 +612,48 @@ resources.ApplyResources(this.label24, "label24"); this.label24.Name = "label24"; this.label24.resize = false; + this.toolTip1.SetToolTip(this.label24, resources.GetString("label24.ToolTip")); // // label23 // resources.ApplyResources(this.label23, "label23"); this.label23.Name = "label23"; this.label23.resize = false; + this.toolTip1.SetToolTip(this.label23, resources.GetString("label23.ToolTip")); // // label22 // resources.ApplyResources(this.label22, "label22"); this.label22.Name = "label22"; this.label22.resize = false; + this.toolTip1.SetToolTip(this.label22, resources.GetString("label22.ToolTip")); // // label21 // resources.ApplyResources(this.label21, "label21"); this.label21.Name = "label21"; this.label21.resize = false; + this.toolTip1.SetToolTip(this.label21, resources.GetString("label21.ToolTip")); // // TXT_ruddergain // resources.ApplyResources(this.TXT_ruddergain, "TXT_ruddergain"); this.TXT_ruddergain.Name = "TXT_ruddergain"; + this.toolTip1.SetToolTip(this.TXT_ruddergain, resources.GetString("TXT_ruddergain.ToolTip")); this.TXT_ruddergain.TextChanged += new System.EventHandler(this.TXT_ruddergain_TextChanged); // // TXT_pitchgain // resources.ApplyResources(this.TXT_pitchgain, "TXT_pitchgain"); this.TXT_pitchgain.Name = "TXT_pitchgain"; + this.toolTip1.SetToolTip(this.TXT_pitchgain, resources.GetString("TXT_pitchgain.ToolTip")); this.TXT_pitchgain.TextChanged += new System.EventHandler(this.TXT_pitchgain_TextChanged); // // TXT_rollgain // resources.ApplyResources(this.TXT_rollgain, "TXT_rollgain"); this.TXT_rollgain.Name = "TXT_rollgain"; + this.toolTip1.SetToolTip(this.TXT_rollgain, resources.GetString("TXT_rollgain.ToolTip")); this.TXT_rollgain.TextChanged += new System.EventHandler(this.TXT_rollgain_TextChanged); // // label26 @@ -598,11 +661,13 @@ resources.ApplyResources(this.label26, "label26"); this.label26.Name = "label26"; this.label26.resize = false; + this.toolTip1.SetToolTip(this.label26, resources.GetString("label26.ToolTip")); // // CHKdisplayall // resources.ApplyResources(this.CHKdisplayall, "CHKdisplayall"); this.CHKdisplayall.Name = "CHKdisplayall"; + this.toolTip1.SetToolTip(this.CHKdisplayall, resources.GetString("CHKdisplayall.ToolTip")); this.CHKdisplayall.UseVisualStyleBackColor = true; this.CHKdisplayall.CheckedChanged += new System.EventHandler(this.CHKdisplayall_CheckedChanged); // @@ -612,6 +677,7 @@ this.CHKgraphroll.Checked = true; this.CHKgraphroll.CheckState = System.Windows.Forms.CheckState.Checked; this.CHKgraphroll.Name = "CHKgraphroll"; + this.toolTip1.SetToolTip(this.CHKgraphroll, resources.GetString("CHKgraphroll.ToolTip")); this.CHKgraphroll.UseVisualStyleBackColor = true; // // CHKgraphpitch @@ -620,6 +686,7 @@ this.CHKgraphpitch.Checked = true; this.CHKgraphpitch.CheckState = System.Windows.Forms.CheckState.Checked; this.CHKgraphpitch.Name = "CHKgraphpitch"; + this.toolTip1.SetToolTip(this.CHKgraphpitch, resources.GetString("CHKgraphpitch.ToolTip")); this.CHKgraphpitch.UseVisualStyleBackColor = true; // // CHKgraphrudder @@ -628,6 +695,7 @@ this.CHKgraphrudder.Checked = true; this.CHKgraphrudder.CheckState = System.Windows.Forms.CheckState.Checked; this.CHKgraphrudder.Name = "CHKgraphrudder"; + this.toolTip1.SetToolTip(this.CHKgraphrudder, resources.GetString("CHKgraphrudder.ToolTip")); this.CHKgraphrudder.UseVisualStyleBackColor = true; // // CHKgraphthrottle @@ -636,12 +704,14 @@ this.CHKgraphthrottle.Checked = true; this.CHKgraphthrottle.CheckState = System.Windows.Forms.CheckState.Checked; this.CHKgraphthrottle.Name = "CHKgraphthrottle"; + this.toolTip1.SetToolTip(this.CHKgraphthrottle, resources.GetString("CHKgraphthrottle.ToolTip")); this.CHKgraphthrottle.UseVisualStyleBackColor = true; // // but_advsettings // resources.ApplyResources(this.but_advsettings, "but_advsettings"); this.but_advsettings.Name = "but_advsettings"; + this.toolTip1.SetToolTip(this.but_advsettings, resources.GetString("but_advsettings.ToolTip")); this.but_advsettings.UseVisualStyleBackColor = true; this.but_advsettings.Click += new System.EventHandler(this.but_advsettings_Click); // @@ -649,12 +719,14 @@ // resources.ApplyResources(this.chkSensor, "chkSensor"); this.chkSensor.Name = "chkSensor"; + this.toolTip1.SetToolTip(this.chkSensor, resources.GetString("chkSensor.ToolTip")); this.chkSensor.UseVisualStyleBackColor = true; // // CHK_quad // resources.ApplyResources(this.CHK_quad, "CHK_quad"); this.CHK_quad.Name = "CHK_quad"; + this.toolTip1.SetToolTip(this.CHK_quad, resources.GetString("CHK_quad.ToolTip")); this.CHK_quad.UseVisualStyleBackColor = true; this.CHK_quad.CheckedChanged += new System.EventHandler(this.CHK_quad_CheckedChanged); // @@ -662,6 +734,7 @@ // resources.ApplyResources(this.BUT_startfgquad, "BUT_startfgquad"); this.BUT_startfgquad.Name = "BUT_startfgquad"; + this.toolTip1.SetToolTip(this.BUT_startfgquad, resources.GetString("BUT_startfgquad.ToolTip")); this.BUT_startfgquad.UseVisualStyleBackColor = true; this.BUT_startfgquad.Click += new System.EventHandler(this.BUT_startfgquad_Click); // @@ -669,6 +742,7 @@ // resources.ApplyResources(this.BUT_startfgplane, "BUT_startfgplane"); this.BUT_startfgplane.Name = "BUT_startfgplane"; + this.toolTip1.SetToolTip(this.BUT_startfgplane, resources.GetString("BUT_startfgplane.ToolTip")); this.BUT_startfgplane.UseVisualStyleBackColor = true; this.BUT_startfgplane.Click += new System.EventHandler(this.BUT_startfgplane_Click); // @@ -676,6 +750,7 @@ // resources.ApplyResources(this.BUT_startxplane, "BUT_startxplane"); this.BUT_startxplane.Name = "BUT_startxplane"; + this.toolTip1.SetToolTip(this.BUT_startxplane, resources.GetString("BUT_startxplane.ToolTip")); this.BUT_startxplane.UseVisualStyleBackColor = true; this.BUT_startxplane.Click += new System.EventHandler(this.BUT_startxplane_Click); // @@ -683,6 +758,7 @@ // resources.ApplyResources(this.CHK_heli, "CHK_heli"); this.CHK_heli.Name = "CHK_heli"; + this.toolTip1.SetToolTip(this.CHK_heli, resources.GetString("CHK_heli.ToolTip")); this.CHK_heli.UseVisualStyleBackColor = true; // // RAD_aerosimrc @@ -737,6 +813,7 @@ this.Controls.Add(this.CHKREV_pitch); this.Controls.Add(this.CHKREV_roll); this.Name = "Simulation"; + this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip")); this.Load += new System.EventHandler(this.Simulation_Load); ((System.ComponentModel.ISupportInitialize)(this.currentStateBindingSource)).EndInit(); this.panel1.ResumeLayout(false); diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.resx b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.resx index 9d99df9038..e15ce213a7 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.resx @@ -118,1278 +118,1000 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 213, 10 - - - 87, 17 - - - 1 - - - Reverse Roll - - - CHKREV_roll - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - True - - - 299, 10 - - - 93, 17 - - - 2 - - - Reverse Pitch - - - CHKREV_pitch - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 29 - - - True - - - 398, 10 - - - 104, 17 - 3 - - Reverse Rudder + + - - CHKREV_rudder + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - $this - - - 28 - - - 100 - - - 200 - - - 250 - - - 333 - - - 500 + + 1000 - - 30000 + + + 126, 37 - - 99999 + + 6 - - 551, 36 + + label26 - - 79, 21 + + label3 - - 4 - - - GPSrate - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 27 - - - 26, 13 - 128, 23 - - 5 + + Plane IMU - - Sim Link Start/Stop + + CHKgraphthrottle + + + 24 + + + label27 + + + Pitch + + + 25, 13 ConnectComPort - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel5 - - - 0 - - - Lucida Console, 8.25pt - - - 197, 66 - - - 363, 208 - - - 6 - - + - - OutputLog + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7, 104 - - $this + + 5 - - 26 + + SIM only - - 67, 22 + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 100, 20 + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 7 + + 43 - - TXT_roll - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 6 - - - 67, 45 - - - 100, 20 - - - 8 - - - TXT_pitch - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 7 - - - 67, 70 - - - 100, 20 - - - 9 - - - TXT_heading - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 8 - - - 75, 24 - - - 100, 20 - - - 10 - - - TXT_wpdist - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 8 - - - 104, 17 - - - 75, 50 - - - 100, 20 - - - 11 - - - TXT_bererror - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 9 - - - 75, 76 - - - 100, 20 - - - 12 - - - TXT_alterror - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 + + 10 - - 67, 23 + + 67, 24 - - 100, 20 + + Roll - - 13 + + 41 - - TXT_lat + + 9 - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - + panel1 - - 4 + + Reverse Pitch - - 67, 49 + + Show Rudder - - 100, 20 + + panel2 - - 14 - - - TXT_long - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 5 - - - 67, 75 - - - 100, 20 - - - 15 - - - TXT_alt - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 6 - - - 566, 330 - - - 64, 34 - - - 16 - - - Save Settings - - - SaveSettings - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - + $this - - 25 + + 19 - - 301, 17 - - - True + + panel5 - - 197, 40 + + 67, 76 - - 61, 17 + + 12 - + + GPS Refresh Rate + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 7 + + + 551, 36 + + + 75, 74 + + + 500 + + + 39 + + + Start FG Quad + + + 2 + + 17 + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + label22 + + + 6 + + + panel2 + + + 2 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 100, 20 + + + 38, 98 + X-plane - - Can Do Plane/Quad with plugin + + TXT_heading - - RAD_softXplanes + + CHKdisplayall + + + 100, 20 + + + 48 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 0 + + + Longitude + + + 5 + + + panel6 + + + + + + toolTip1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + - - 24 + + label28 - - True + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 259, 40 + + 7, 52 + + + + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 68, 13 + + + 64, 34 + + + but_advsettings + + + 7, 78 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Bottom, Left + + + 1 + + + 7 + + + 15 + + + 7, 27 + + + 0 + + + label29 + + + 6 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 2 + + + 73, 17 - - 18 - - - FlightGear - Can do Plane and Quad with model + + 99999 + + + + + + label23 + + + panel2 + + + + + + 23 + + + Latitude + + + CHKREV_roll + + + $this + + + 17 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + True + + + Sensor + + + Simulation + + + 1 + + + + + + Reverse Rudder + + + label14 + + + + + + 49 + + + Save Settings + + + Plane GPS + + + 8 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + True + + + label15 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TXT_servothrottle + + + 110, 709 + + + 566, 66 + + + Show Roll + + + + + + 91, 17 + + + 0 + + + Pitch + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TXT_bererror + + + 25 + + + NoControl + + + 213, 10 + + + + + + 16 + + + $this + RAD_softFlightGear - + + 2 + + + CHKgraphroll + + + TXT_servorudder + + + 30000 + + + 5 + + + panel2 + + + 40 + + + + + + panel6 + + + 17 + + + panel1 + + + 24 + + + + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + These + + + 74, 17 + + + 2 + + + True + + + Start Xplane + + + 37, 13 + + + 63, 20 + + + + + + $this + + + 0 + + + 100, 20 + + + 7, 78 + + + 18 + + + 21 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + panel3 + + + label11 + + + + + + 19 + + + 0 + + + 13, 709 + + + 471, 41 + + + panel3 + + + Show Pitch + + + 16 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + panel3 + + + panel3 + + + 13, 294 + + $this 23 - - 67, 24 - - - 100, 20 - - - 19 - - - TXT_servoroll + + 28 - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - panel3 - - - 5 - - - 67, 50 - - - 100, 20 - - - 20 - - - TXT_servopitch - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 6 - - - 67, 76 - - - 100, 20 - - - 21 - - - TXT_servorudder - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 7 - - - 67, 102 - - - 100, 20 - - - 22 - - - TXT_servothrottle - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 8 - - - label4 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 0 - - - label3 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 1 - - - label2 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 2 - - - label1 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 3 - - - 13, 66 - - - 178, 100 - - - 23 - - - panel1 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - 60, 3 - - - 59, 13 - - - 19 - - - Plane GPS - - - label4 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 0 - - - 7, 78 - - - 42, 13 - - + 18 - - Altitude - - - label3 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 1 - - - 7, 52 - - - 54, 13 - - - 17 - - - Longitude - - - label2 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 2 - - - 7, 26 - - - 45, 13 - - - 16 - - - Latitude - - - label1 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel1 - - - 3 - - - label30 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 0 - - - TXT_yaw - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 1 - - - label11 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 2 - - - label7 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 3 - - - label6 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 4 - - - label5 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 5 - - - 12, 172 - - - 178, 116 - - - 24 - - - panel2 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - 7, 100 - - - 28, 13 - - - 21 - - - Yaw - - - label30 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 0 - - - 67, 93 - - - 100, 20 - - - 20 - - - TXT_yaw - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 1 - - - 60, 4 - - - 57, 13 - - - 19 - - - Plane IMU - - - label11 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 2 - - - 7, 77 - - - 47, 13 - - - 15 - - - Heading - - - label7 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 3 - - - 7, 52 - - - 31, 13 - - - 14 - - - Pitch - - - label6 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 4 - - - 7, 29 - - - 25, 13 - - - 13 - - - Roll - - - label5 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel2 - - - 5 - - - 7, 27 - - - 43, 13 - - - 16 - - - WPDist - - - label8 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 7 - - - 7, 52 - - - 69, 13 - - - 17 - - - Bearing ERR - - - label9 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 6 - - - 7, 78 - - - 68, 13 - - - 18 - - - Altitude ERR - - - label10 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 5 - label16 - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - panel3 + + TXT_rollgain - - 0 + + 126, 63 - - label15 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + 6, 13 panel3 - + 1 - - label14 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 2 - - - label13 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 3 - - - label12 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 4 - - - 13, 294 - - - 178, 122 - - - 25 - - - panel3 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 23 20 - - 50, 8 + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 83, 13 + + - - 27 + + - - Ardupilot Output + + $this - - label16 + + $this - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - panel3 + + label17 - - 0 + + $this - - 10, 104 + + System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 43, 13 + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 26 + + 566, 368 - - Throttle + + - - label15 + + True - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + 12, 172 - - panel3 + + $this - - 1 + + panel6 - - 10, 78 + + - - 28, 13 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25 + + NoControl - - Yaw + + 566, 186 - - label14 + + True - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + TXT_yaw - - panel3 + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 2 + + - - 10, 52 - - - 31, 13 - - - 24 - - - Pitch - - - label13 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 - - - 3 + + 10, 27 - - 25, 13 - - - 23 - - - Roll - - - label12 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel3 + + panel6 4 - - label20 + + panel6 - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - + panel4 - - 0 + + Throttle - - label19 + + 69, 13 - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + label12 - - panel4 + + TXT_throttlegain - - 1 + + 45, 20 - - TXT_control_mode + + 6 - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + Show Throttle - - panel4 - - - 2 - - - TXT_WP - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - + 3 + + label2 + + + Quad + + + + + + panel5 + + + panel1 + + + label6 + + + + + + 44 + + + + + + panel4 + + + 2, 7 + + + Start FG Plane + + + 32 + + + 28, 13 + + + 178, 52 + + + 104, 17 + + + 48, 13 + + + ZedGraph.ZedGraphControl, ZedGraph, Version=5.1.2.878, Culture=neutral, PublicKeyToken=02a83cbd123fcd60 + + + 7 + + + 10 + + + 4 + + + + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + panel3 + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + Yaw + + + FlightGear + label18 - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + True - + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + panel2 + + + 4 + + + 2 + + + 299, 10 + + + True + + + $this + + + 1 + + panel4 - - 4 + + 30 + + + label19 + + + 8 + + + Yaw + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 67, 45 + + + 12, 420 + + + 5 + + + + + + NoControl + + + panel6 + + + 47 + + + 42 + + + Sim Link Start/Stop + + + $this + + + 25, 13 + + + True + + + 566, 203 + + + Simulator Authority - For diff planes + + + currentStateBindingSource + + + 10, 78 + + + Bottom, Left + + + 36 + + + $this + + + panel1 + + + 79, 21 + + + 7 + + + Altitude + + + 304, 709 + + + Bearing ERR + + + 22, 13 + + + WPDist + + + 14 + + + 26 + + + 30 + + + WP + + + panel3 + + + 566, 146 + + + panel1 + + + 6 + + + are + + + 4, 52 + + + $this + + + 7, 52 + + + 43, 13 + + + 178, 100 + + + 1 + + + 7, 77 + + + BUT_startfgquad + + + panel3 + + + Roll Gain + + + 7, 100 + + + 13 + + + 126, 76 197, 294 @@ -1397,1124 +1119,1246 @@ 178, 122 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TXT_long + + + 21 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel4 + + + 13 + + + 59, 17 + + + 10000 + + + 100, 20 + + + 100, 20 + + + 45 + + + label25 + + + Heli + + + 50, 13 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 24 + + + 50, 8 + + + panel6 + + + 9 + + + + + + 22 + + + NoControl + + + panel4 + + + 259, 40 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + CHKREV_rudder + + + $this + + + 45, 13 + + + 28 + + + RAD_JSBSim + 26 - + + panel6 + + + panel6 + + + 31, 13 + + + 197, 40 + + + Bottom, Left + + + 702, 283 + + + + + + 3 + + + 4, 104 + + + 59, 13 + + + True + + + 19 + + + AeroSimRC + + + + + + 722, 742 + + + 508, 330 + + + 8 + + + panel6 + + + 81, 13 + + + 10000 + + + 83, 13 + + + 2 + + + 75, 24 + + + 27 + + + 11 + + + 398, 10 + + + panel1 + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Heading + + + $this + + + panel2 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Display All + + + label21 + + + 56, 13 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Throttle Gain + + + + + + 67, 23 + + + 100, 20 + + + Can do Plane/Heli/Quads + + + label30 + + + 3 + + + True + + + TXT_servoroll + + + + + + Reverse Roll + + + Pitch Gain + + + $this + + + 10 + + + 3 + + + 26, 13 + + + Can Do Plane/Quad with plugin + + + 0 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 67, 22 + + + True + + + 7, 29 + + + Can do Plane/Heli/Quads + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 67, 50 + + + + + + 61, 17 + + + 15 + + + 38 + + + 178, 122 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 95, 13 + + + 4 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + + + + 61, 17 + + + panel2 + + panel4 + + + + + 3 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 8 + + + 100 + + + NoControl + + + 333 + + + panel1 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 382, 294 + + + 67, 70 + + + 7 + + + + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 75, 100 + + + + + + + + + 12 + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 112, 99 + + + 31, 13 + + + chkSensor + + + NoControl + + + 25 + + + RAD_softXplanes + + + TXT_alterror + + + 19 + + + 25, 13 + + + + + + 45, 20 + + + + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Altitude ERR + + + 207, 709 + + + 178, 116 + + + + + + TXT_servopitch + + + label4 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + label8 + + + 46 + + + 4 + + + 1 + + + 13 + + + + + + 0 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 67, 93 + + + 10, 52 + + + panel6 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 44, 17 + + + panel2 + + + + + + True + + + GPSrate + + + $this + + + 535, 9 + + + 57, 13 + + + panel2 + + + 31 + + + + + + 9 + + + + + + 54, 13 + + + 100, 20 + + + $this + + + 74, 17 + + + BUT_startfgplane + + + 13, 5 + + + 1 + + + 87, 17 + + + $this + + + NoControl + + + $this + + + 6 + + + + + + 25 + + + TXT_lat + + + 67, 13 + + + + + + $this + + + 332, 40 + + + 100, 20 + + + 20 + + + + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 10000 + + + Rudder Gain + + + Advanced IP Settings + + + 64, 34 + + + 75, 48 + + + Lucida Console, 8.25pt + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 79, 17 + + + 7 + + + 3 + + + panel3 + + + 7, 52 + + + 45, 20 + + + 6 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 60, 4 + + + panel3 + + + 9 + + + + + + + + + 20 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Top, Bottom, Left, Right + + + TXT_WP + + + 5 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 64, 34 + + + NOTE: + + + 7 + + + 21 + + + 27 + + + + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 11 + + + $this + + + 18 + + + 200 + + + 100, 20 + + + 363, 208 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + CHKgraphpitch + + + 68, 13 + + + 26 + + + label1 + + + + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 15 + + + label5 + + + $this + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + + + + 64, 34 + + + panel1 + + + + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + + + + 75, 23 + + + 566, 219 + + + 21 + + + $this + + + 64, 47 + + + RAD_aerosimrc + + + panel2 + + + 75, 76 + + + True + + + 23 + + + 29 + + + 7, 26 + + + BUT_startxplane + + + 16 + + + TXT_roll + + + 566, 106 + + + TXT_control_mode + + + + + + zg1 + + + 4 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + 60, 3 + + + + + + + + + TXT_wpdist + + + 28, 20 + + + 50, 8 + + + 18 + + + True + + + + + + TXT_pitchgain + + + + + + 75, 50 + + + timer1 + + + 2 + + + + + + 47, 13 + + + panel4 + + + 28, 13 + + + label7 + + + $this + + + + + + 100, 20 + + + 67, 75 + + + Ardupilot Output + + + + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 409, 40 + + + 16 + + + 178, 122 + + + 43, 13 + + + 22 + + + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 197, 66 + + + + + + 10000 + + + 80, 17 + + + panel4 + + + 1 + + + 10, 104 + + + 4, 27 + + + 52, 17 + + + 67, 49 + + + label9 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + $this 19 - - 72, 104 + + 93, 17 - - 34, 13 + + - - 23 + + - - Mode - - - label20 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 0 - - - 7, 104 - - - 25, 13 - - - 22 - - - WP - - - label19 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 1 - - - 112, 99 - - - 63, 20 - - - 21 - - - TXT_control_mode - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 2 - - - 38, 98 - - - 28, 20 - - - 20 - - - TXT_WP - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - - 3 - - - 50, 8 - - - 81, 13 - - - 19 - - - Autopilot Status - - - label18 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel4 - - + 4 - - 535, 9 + + panel4 - - 95, 13 - - - 27 - - - GPS Refresh Rate - - - label17 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - $this - - - 18 - - - 13, 5 - - - 178, 52 - - - 28 - - - panel5 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - - Top, Bottom, Left, Right - - - 12, 420 - - - 702, 283 - - - 29 - - - zg1 - - - ZedGraph.ZedGraphControl, ZedGraph, Version=5.1.2.878, Culture=neutral, PublicKeyToken=02a83cbd123fcd60 - - - $this - - - 16 - - - 17, 17 - - - label28 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 0 - - - label29 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 1 - - - label27 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 2 - - - label25 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 3 - - - TXT_throttlegain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 4 - - - label24 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 5 - - - label23 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 6 - - - label22 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 7 - - - label21 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 8 - - - TXT_ruddergain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 9 - - - TXT_pitchgain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 10 - - - TXT_rollgain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 11 - - - 382, 294 - - - 178, 122 - - - 30 - - - panel6 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - 126, 76 - - - 48, 13 - - - 32 - - - SIM only - - - label28 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 0 - - - 126, 37 - - - 43, 13 - - - 33 - - - NOTE: - - - label29 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 1 - - - 126, 63 - - - 22, 13 - - - 31 - - - are - - - label27 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 2 - - - 4, 104 - - - 68, 13 - - - 8 - - - Throttle Gain - - - label25 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 3 - - - 75, 100 - - - 45, 20 - - - 7 - - - 10000 - - - TXT_throttlegain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 4 - - - 4, 78 - - - 67, 13 - - - 6 - - - Rudder Gain - - - label24 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 5 - - - 4, 52 - - - 56, 13 - - - 5 - - - Pitch Gain - - - label23 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 6 - - - 4, 27 - - - 50, 13 - - - 4 - - - Roll Gain - - - label22 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 7 - - - 2, 7 - - - 169, 13 - - - 3 - - - Simulator Authority - For diff planes - - - label21 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - panel6 - - - 8 - - - 75, 74 - - - 45, 20 - - - 2 - - - 10000 - - - TXT_ruddergain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 9 - - - 75, 48 - - - 45, 20 - - - 1 - - - 10000 - - - TXT_pitchgain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 10 - - - 75, 23 - - - 45, 20 - - - 0 - - - 10000 - - - TXT_rollgain - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panel6 - - - 11 - - - 508, 330 - - - 37, 13 - - - 9 - - - These - - - label26 - - - ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - $this - - - 14 - - - True - - - 471, 41 - - - 74, 17 - - - 36 - - - Display All - - - CHKdisplayall - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - Bottom, Left - - - True - - - 13, 709 - - - 74, 17 - - - 37 - - - Show Roll - - - CHKgraphroll - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Bottom, Left - - - True - - - 110, 709 - - - 80, 17 - - - 38 - - - Show Pitch - - - CHKgraphpitch - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Bottom, Left - - - True - - - 207, 709 - - - 91, 17 - - - 39 - - - Show Rudder + + TXT_alt CHKgraphrudder - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Bottom, Left - - - True - - - 304, 709 - - - 92, 17 - - - 40 - - - Show Throttle - - - CHKgraphthrottle - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 566, 368 - - - 64, 47 - - - 41 - - - Advanced IP Settings - - - but_advsettings - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - $this - - - 8 - - - True - - - 566, 186 - - - 59, 17 - - - 42 - - - Sensor - - - chkSensor + + CHK_heli System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + - - 7 + + 3 - - True + + 22 - - NoControl + + label24 - - 566, 203 - - - 52, 17 - - - 43 - - - Quad + + 42, 13 CHK_quad - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + - - 6 + + label13 - - NoControl + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 566, 66 + + - - 64, 34 + + 100, 20 - - 44 + + panel6 - - Start FG Quad + + 169, 13 - - BUT_startfgquad + + 29 - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + 9 - - $this + + 92, 17 - + + 100, 20 + + + 43, 13 + + + 45, 20 + + + 67, 102 + + + 100, 20 + + 5 - - NoControl + + panel4 - - 566, 106 + + 33 - - 64, 34 + + TXT_ruddergain - - 45 + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - Start FG Plane + + 17 - - BUT_startfgplane + + 250 - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - $this + + 20 - - 4 + + 34, 13 - - NoControl + + - - 566, 146 - - - 64, 34 - - - 46 - - - Start Xplane - - - BUT_startxplane - - - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - - - $this - - - 3 - - - True - - - NoControl - - - 566, 219 - - - 44, 17 - - - 47 - - - Heli - - - CHK_heli - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 332, 40 - - - 79, 17 - - - 48 - - - AeroSimRC - - - Can do Plane/Heli/Quads - - - RAD_aerosimrc - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 301, 17 - - - True - - - NoControl - - - 409, 40 - - - 61, 17 - - - 49 + + JSBSim - - Can do Plane/Heli/Quads + + 566, 330 - - RAD_JSBSim + + CHKREV_pitch - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - $this + + 100, 20 - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panel6 + + + 5 + + 0 + + 27 + + + 4 + + + Mode + + + 8 + + + 8 + + + SaveSettings + + + TXT_pitch + + + 4, 78 + + + panel4 + + + Roll + + + 13, 66 + + + ArdupilotMega.MyLabel, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + + + + label20 + + + 8 + + + + + + $this + + + + + + label10 + + + 14 + + + Autopilot Status + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + OutputLog + + + 72, 104 + + + Bottom, Left + + + 37 + + + 14 + + + panel4 + + + 5 + + + 17, 17 + True - - 6, 13 - - - 722, 742 - - - currentStateBindingSource - - - System.Windows.Forms.BindingSource, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - timer1 - - - System.Windows.Forms.Timer, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolTip1 - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Simulation - - - System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=38326cb7e06851fc - + + 301, 17 + + + 104, 17 + \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.zh-Hans.resx b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.zh-Hans.resx index 6261ef00b3..69ab5e431d 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.zh-Hans.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.zh-Hans.resx @@ -124,217 +124,451 @@ 横滚舵反向 + + + 86, 17 俯仰舵反向 + + + 86, 17 方向舵反向 + + + + + + 模拟链接启动/停止 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存设置 + + + + + + + + + + + + + + + 56, 13 飞机 GPS + + + 31, 13 高度 + + + 31, 13 经度 + + + 31, 13 纬度 + + + + + + 31, 13 偏航 + + + + + + 54, 13 飞机 IMU + + + - 朝向 + 航向 + + + 俯仰 + + + 31, 13 横滚 + + + + + + 55, 13 航点距离 + + + 55, 13 方位偏移 + + + 55, 13 高度偏移 + + + 75, 13 Ardupilot 输出 + + + 31, 13 油门 + + + 31, 13 偏航 + + + 俯仰 + + + 31, 13 横滚 + + + + + + 31, 13 模式 + + + 31, 13 航点 + + + + + + + + + 67, 13 自驾仪状态 + + + + + + 68, 13 GPS 刷新率 + + + + + + + + + 43, 13 中使用 + + + + + + 43, 13 模拟器 + + + 55, 13 油门增益 + + + + + + 55, 13 方向增益 + + + 55, 13 俯仰增益 + + + 55, 13 横滚增益 + + + + + 模拟器权值 - 用于不同飞机 + + + + + + + + + + + + + + + + 31, 13 仅 在 + + + 77, 17 显示所有 + + + + + + + + + + + + + + + 高级设置 + + + 62, 17 传感器 + + + 56, 17 四 轴 + + + 启动 FG 四轴 + + + 启动 FG 固定翼 + + + 启动 Xplane + + + 62, 17 直升机 + + + + + + \ No newline at end of file