From 793a3b5a490466b9c30e95f010f0d9e2a9d46330 Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Sat, 29 Oct 2011 11:34:38 +0800 Subject: [PATCH] APM Planner 1.0.87 tlog kml fix misc fixs --- Tools/ArdupilotMegaPlanner/CommsTCPSerial.cs | 12 +- Tools/ArdupilotMegaPlanner/CurrentState.cs | 6 +- .../GCSViews/Configuration.Designer.cs | 137 +- .../GCSViews/Configuration.cs | 43 +- .../GCSViews/Configuration.resx | 2088 +++++++---------- .../ArdupilotMegaPlanner/GCSViews/Firmware.cs | 10 +- .../GCSViews/FlightData.cs | 6 +- .../GCSViews/Simulation.cs | 18 +- .../ArdupilotMegaPlanner/GCSViews/Terminal.cs | 7 + Tools/ArdupilotMegaPlanner/Joystick.cs | 14 +- Tools/ArdupilotMegaPlanner/MAVLink.cs | 3 +- Tools/ArdupilotMegaPlanner/MainV2.cs | 25 +- Tools/ArdupilotMegaPlanner/MavlinkLog.cs | 3 +- .../Properties/AssemblyInfo.cs | 2 +- Tools/ArdupilotMegaPlanner/Setup/Setup.cs | 4 +- .../Release/ArdupilotMegaPlanner.application | 2 +- .../bin/Release/GCSViews/Configuration.resx | 2088 +++++++---------- 17 files changed, 1885 insertions(+), 2583 deletions(-) diff --git a/Tools/ArdupilotMegaPlanner/CommsTCPSerial.cs b/Tools/ArdupilotMegaPlanner/CommsTCPSerial.cs index 0911ebefb6..bc034b7dc1 100644 --- a/Tools/ArdupilotMegaPlanner/CommsTCPSerial.cs +++ b/Tools/ArdupilotMegaPlanner/CommsTCPSerial.cs @@ -75,8 +75,14 @@ namespace System.IO.Ports string dest = Port; string host = "127.0.0.1"; - ArdupilotMega.Common.InputBox("remote host", "Enter host name/ip (ensure remote end is already started)", ref host); - ArdupilotMega.Common.InputBox("remote Port", "Enter remote port", ref dest); + if (Windows.Forms.DialogResult.Cancel == ArdupilotMega.Common.InputBox("remote host", "Enter host name/ip (ensure remote end is already started)", ref host)) + { + return; + } + if (Windows.Forms.DialogResult.Cancel == ArdupilotMega.Common.InputBox("remote Port", "Enter remote port", ref dest)) + { + return; + } Port = dest; client = new TcpClient(host, int.Parse(Port)); @@ -169,7 +175,7 @@ namespace System.IO.Ports VerifyConnected(); int size = client.Available; byte[] crap = new byte[size]; - Console.WriteLine("UdpSerial DiscardInBuffer {0}",size); + Console.WriteLine("TcpSerial DiscardInBuffer {0}",size); Read(crap, 0, size); } diff --git a/Tools/ArdupilotMegaPlanner/CurrentState.cs b/Tools/ArdupilotMegaPlanner/CurrentState.cs index 9a5b0f3166..51b56ed928 100644 --- a/Tools/ArdupilotMegaPlanner/CurrentState.cs +++ b/Tools/ArdupilotMegaPlanner/CurrentState.cs @@ -188,17 +188,17 @@ namespace ArdupilotMega private DateTime lastupdate = DateTime.Now; private DateTime lastwindcalc = DateTime.Now; - + public void UpdateCurrentSettings(System.Windows.Forms.BindingSource bs) { UpdateCurrentSettings(bs, false, MainV2.comPort); } - + /* public void UpdateCurrentSettings(System.Windows.Forms.BindingSource bs, bool updatenow) { UpdateCurrentSettings(bs, false, MainV2.comPort); } - + */ public void UpdateCurrentSettings(System.Windows.Forms.BindingSource bs, bool updatenow, MAVLink mavinterface) { if (DateTime.Now > lastupdate.AddMilliseconds(19) || updatenow) // 50 hz diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.Designer.cs b/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.Designer.cs index 3fc2de663c..9682236b3a 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.Designer.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.Designer.cs @@ -142,6 +142,7 @@ this.label52 = new System.Windows.Forms.Label(); this.TabAC2 = new System.Windows.Forms.TabPage(); this.groupBox5 = new System.Windows.Forms.GroupBox(); + this.label14 = new System.Windows.Forms.Label(); this.THR_RATE_IMAX = new System.Windows.Forms.DomainUpDown(); this.THR_RATE_I = new System.Windows.Forms.DomainUpDown(); this.label20 = new System.Windows.Forms.Label(); @@ -223,6 +224,7 @@ this.RATE_RLL_P = new System.Windows.Forms.DomainUpDown(); this.label91 = new System.Windows.Forms.Label(); this.TabPlanner = new System.Windows.Forms.TabPage(); + this.label26 = new System.Windows.Forms.Label(); this.CMB_videoresolutions = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.CHK_GDIPlus = new System.Windows.Forms.CheckBox(); @@ -273,8 +275,20 @@ this.BUT_load = new ArdupilotMega.MyButton(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.BUT_compare = new ArdupilotMega.MyButton(); - this.label14 = new System.Windows.Forms.Label(); - this.label26 = new System.Windows.Forms.Label(); + this.groupBox17 = new System.Windows.Forms.GroupBox(); + this.ACRO_PIT_IMAX = new System.Windows.Forms.DomainUpDown(); + this.label27 = new System.Windows.Forms.Label(); + this.ACRO_PIT_I = new System.Windows.Forms.DomainUpDown(); + this.label29 = new System.Windows.Forms.Label(); + this.ACRO_PIT_P = new System.Windows.Forms.DomainUpDown(); + this.label33 = new System.Windows.Forms.Label(); + this.groupBox18 = new System.Windows.Forms.GroupBox(); + this.ACRO_RLL_IMAX = new System.Windows.Forms.DomainUpDown(); + this.label40 = new System.Windows.Forms.Label(); + this.ACRO_RLL_I = new System.Windows.Forms.DomainUpDown(); + this.label44 = new System.Windows.Forms.Label(); + this.ACRO_RLL_P = new System.Windows.Forms.DomainUpDown(); + this.label48 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.Params)).BeginInit(); this.ConfigTabs.SuspendLayout(); this.TabAPM2.SuspendLayout(); @@ -304,6 +318,8 @@ this.groupBox25.SuspendLayout(); this.TabPlanner.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUM_tracklength)).BeginInit(); + this.groupBox17.SuspendLayout(); + this.groupBox18.SuspendLayout(); this.SuspendLayout(); // // Params @@ -995,7 +1011,9 @@ // // TabAC2 // + this.TabAC2.Controls.Add(this.groupBox17); this.TabAC2.Controls.Add(this.groupBox5); + this.TabAC2.Controls.Add(this.groupBox18); this.TabAC2.Controls.Add(this.CHK_lockrollpitch); this.TabAC2.Controls.Add(this.groupBox4); this.TabAC2.Controls.Add(this.groupBox6); @@ -1022,6 +1040,11 @@ this.groupBox5.Name = "groupBox5"; this.groupBox5.TabStop = false; // + // label14 + // + resources.ApplyResources(this.label14, "label14"); + this.label14.Name = "label14"; + // // THR_RATE_IMAX // resources.ApplyResources(this.THR_RATE_IMAX, "THR_RATE_IMAX"); @@ -1050,8 +1073,11 @@ // CHK_lockrollpitch // resources.ApplyResources(this.CHK_lockrollpitch, "CHK_lockrollpitch"); + this.CHK_lockrollpitch.Checked = true; + this.CHK_lockrollpitch.CheckState = System.Windows.Forms.CheckState.Checked; this.CHK_lockrollpitch.Name = "CHK_lockrollpitch"; this.CHK_lockrollpitch.UseVisualStyleBackColor = true; + this.CHK_lockrollpitch.CheckedChanged += new System.EventHandler(this.CHK_lockrollpitch_CheckedChanged); // // groupBox4 // @@ -1545,6 +1571,11 @@ resources.ApplyResources(this.TabPlanner, "TabPlanner"); this.TabPlanner.Name = "TabPlanner"; // + // label26 + // + resources.ApplyResources(this.label26, "label26"); + this.label26.Name = "label26"; + // // CMB_videoresolutions // this.CMB_videoresolutions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -1911,15 +1942,89 @@ this.BUT_compare.UseVisualStyleBackColor = true; this.BUT_compare.Click += new System.EventHandler(this.BUT_compare_Click); // - // label14 + // groupBox17 // - resources.ApplyResources(this.label14, "label14"); - this.label14.Name = "label14"; + this.groupBox17.Controls.Add(this.ACRO_PIT_IMAX); + this.groupBox17.Controls.Add(this.label27); + this.groupBox17.Controls.Add(this.ACRO_PIT_I); + this.groupBox17.Controls.Add(this.label29); + this.groupBox17.Controls.Add(this.ACRO_PIT_P); + this.groupBox17.Controls.Add(this.label33); + resources.ApplyResources(this.groupBox17, "groupBox17"); + this.groupBox17.Name = "groupBox17"; + this.groupBox17.TabStop = false; // - // label26 + // ACRO_PIT_IMAX // - resources.ApplyResources(this.label26, "label26"); - this.label26.Name = "label26"; + resources.ApplyResources(this.ACRO_PIT_IMAX, "ACRO_PIT_IMAX"); + this.ACRO_PIT_IMAX.Name = "ACRO_PIT_IMAX"; + // + // label27 + // + resources.ApplyResources(this.label27, "label27"); + this.label27.Name = "label27"; + // + // ACRO_PIT_I + // + resources.ApplyResources(this.ACRO_PIT_I, "ACRO_PIT_I"); + this.ACRO_PIT_I.Name = "ACRO_PIT_I"; + // + // label29 + // + resources.ApplyResources(this.label29, "label29"); + this.label29.Name = "label29"; + // + // ACRO_PIT_P + // + resources.ApplyResources(this.ACRO_PIT_P, "ACRO_PIT_P"); + this.ACRO_PIT_P.Name = "ACRO_PIT_P"; + // + // label33 + // + resources.ApplyResources(this.label33, "label33"); + this.label33.Name = "label33"; + // + // groupBox18 + // + this.groupBox18.Controls.Add(this.ACRO_RLL_IMAX); + this.groupBox18.Controls.Add(this.label40); + this.groupBox18.Controls.Add(this.ACRO_RLL_I); + this.groupBox18.Controls.Add(this.label44); + this.groupBox18.Controls.Add(this.ACRO_RLL_P); + this.groupBox18.Controls.Add(this.label48); + resources.ApplyResources(this.groupBox18, "groupBox18"); + this.groupBox18.Name = "groupBox18"; + this.groupBox18.TabStop = false; + // + // ACRO_RLL_IMAX + // + resources.ApplyResources(this.ACRO_RLL_IMAX, "ACRO_RLL_IMAX"); + this.ACRO_RLL_IMAX.Name = "ACRO_RLL_IMAX"; + // + // label40 + // + resources.ApplyResources(this.label40, "label40"); + this.label40.Name = "label40"; + // + // ACRO_RLL_I + // + resources.ApplyResources(this.ACRO_RLL_I, "ACRO_RLL_I"); + this.ACRO_RLL_I.Name = "ACRO_RLL_I"; + // + // label44 + // + resources.ApplyResources(this.label44, "label44"); + this.label44.Name = "label44"; + // + // ACRO_RLL_P + // + resources.ApplyResources(this.ACRO_RLL_P, "ACRO_RLL_P"); + this.ACRO_RLL_P.Name = "ACRO_RLL_P"; + // + // label48 + // + resources.ApplyResources(this.label48, "label48"); + this.label48.Name = "label48"; // // Configuration // @@ -1965,6 +2070,8 @@ this.groupBox25.ResumeLayout(false); this.TabPlanner.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.NUM_tracklength)).EndInit(); + this.groupBox17.ResumeLayout(false); + this.groupBox18.ResumeLayout(false); this.ResumeLayout(false); } @@ -2214,5 +2321,19 @@ private System.Windows.Forms.Label label109; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label26; + private System.Windows.Forms.GroupBox groupBox17; + private System.Windows.Forms.DomainUpDown ACRO_PIT_IMAX; + private System.Windows.Forms.Label label27; + private System.Windows.Forms.DomainUpDown ACRO_PIT_I; + private System.Windows.Forms.Label label29; + private System.Windows.Forms.DomainUpDown ACRO_PIT_P; + private System.Windows.Forms.Label label33; + private System.Windows.Forms.GroupBox groupBox18; + private System.Windows.Forms.DomainUpDown ACRO_RLL_IMAX; + private System.Windows.Forms.Label label40; + private System.Windows.Forms.DomainUpDown ACRO_RLL_I; + private System.Windows.Forms.Label label44; + private System.Windows.Forms.DomainUpDown ACRO_RLL_P; + private System.Windows.Forms.Label label48; } } diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.cs b/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.cs index 79df55f2e2..a72e79be4a 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.cs @@ -61,24 +61,6 @@ namespace ArdupilotMega.GCSViews { InitializeComponent(); - // fix for dup name - XTRK_ANGLE_CD1.Name = "XTRK_ANGLE_CD"; - } - - private void Configuration_Load(object sender, EventArgs e) - { - // read tooltips - if (tooltips.Count == 0) - readToolTips(); - - this.SuspendLayout(); - - // prefill all fields - param = MainV2.comPort.param; - processToScreen(); - - this.ResumeLayout(); - // enable disable relevbant hardware tabs if (MainV2.APMFirmware == MainV2.Firmwares.ArduPlane) { @@ -93,6 +75,20 @@ namespace ArdupilotMega.GCSViews TabAC2.Enabled = true; } + // read tooltips + if (tooltips.Count == 0) + readToolTips(); + + // prefill all fields + param = MainV2.comPort.param; + processToScreen(); + + // fix for dup name + XTRK_ANGLE_CD1.Name = "XTRK_ANGLE_CD"; + } + + private void Configuration_Load(object sender, EventArgs e) + { // setup up camera button states if (MainV2.cam != null) { @@ -386,7 +382,7 @@ namespace ArdupilotMega.GCSViews // enable roll and pitch pairing for ac2 if (CHK_lockrollpitch.Checked) { - if (name.StartsWith("RATE_") || name.StartsWith("STB_")) + if (name.StartsWith("RATE_") || name.StartsWith("STB_") || name.StartsWith("ACRO_")) { if (name.Contains("_RLL_")) { @@ -534,6 +530,8 @@ namespace ArdupilotMega.GCSViews continue; if (name == "WP_TOTAL") continue; + if (name == "CMD_TOTAL") + continue; if (row.Cells[0].Value.ToString() == name) { if (row.Cells[1].Value.ToString() != value.ToString()) @@ -1021,6 +1019,8 @@ namespace ArdupilotMega.GCSViews continue; if (name == "WP_TOTAL") continue; + if (name == "CMD_TOTAL") + continue; param2[name] = value; } @@ -1039,5 +1039,10 @@ namespace ArdupilotMega.GCSViews MessageBox.Show("You need to restart the planner for this to take effect"); MainV2.config["CHK_GDIPlus"] = CHK_GDIPlus.Checked.ToString(); } + + private void CHK_lockrollpitch_CheckedChanged(object sender, EventArgs e) + { + + } } } \ No newline at end of file diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.resx b/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.resx index 88fc8b5e1f..c5e12aff50 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.resx +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Configuration.resx @@ -166,16 +166,13 @@ - 4, 4 - - - 4, 4, 4, 4 + 3, 3 150 - 359, 503 + 269, 409 58 @@ -196,13 +193,10 @@ Top, Bottom, Left, Right - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -223,13 +217,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 67, 16 + 50, 13 12 @@ -250,13 +241,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -277,13 +265,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 36, 16 + 27, 13 13 @@ -304,13 +289,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -331,13 +313,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 32, 16 + 24, 13 14 @@ -358,13 +337,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -385,13 +361,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 48, 16 + 36, 13 15 @@ -412,16 +385,10 @@ 7 - 540, 267 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 405, 217 - 260, 133 + 195, 108 0 @@ -442,13 +409,10 @@ 0 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 0 @@ -469,13 +433,10 @@ NoControl - 8, 107 - - - 4, 0, 4, 0 + 6, 87 - 43, 16 + 32, 13 1 @@ -496,13 +457,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 2 @@ -523,13 +481,10 @@ NoControl - 8, 73 - - - 4, 0, 4, 0 + 6, 59 - 71, 16 + 53, 13 3 @@ -550,13 +505,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 4 @@ -577,13 +529,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 67, 16 + 50, 13 5 @@ -604,13 +553,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -631,13 +577,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 85, 16 + 64, 13 6 @@ -658,16 +601,10 @@ 7 - 541, 400 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 406, 325 - 260, 133 + 195, 108 1 @@ -688,13 +625,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -715,13 +649,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 68, 16 + 51, 13 10 @@ -742,13 +673,10 @@ 1 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -769,13 +697,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 72, 16 + 54, 13 11 @@ -796,13 +721,10 @@ 3 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -823,13 +745,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 73, 16 + 55, 13 12 @@ -850,16 +769,10 @@ 5 - 273, 400 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 325 - 260, 133 + 195, 108 2 @@ -880,13 +793,10 @@ 2 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -907,13 +817,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 81, 16 + 61, 13 8 @@ -934,13 +841,10 @@ 1 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -961,13 +865,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 69, 16 + 52, 13 9 @@ -988,16 +889,10 @@ 3 - 5, 400 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 325 - 260, 133 + 195, 108 3 @@ -1018,13 +913,10 @@ 3 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 13 @@ -1045,13 +937,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 48, 16 + 36, 13 14 @@ -1072,13 +961,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -1099,13 +985,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 81, 16 + 61, 13 15 @@ -1126,13 +1009,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -1153,13 +1033,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 81, 16 + 61, 13 16 @@ -1180,16 +1057,10 @@ 5 - 273, 267 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 217 - 260, 133 + 195, 108 4 @@ -1210,13 +1081,10 @@ 4 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -1237,13 +1105,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -1264,13 +1129,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -1291,13 +1153,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -1318,13 +1177,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -1345,13 +1201,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -1372,13 +1225,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -1399,13 +1249,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -1426,16 +1273,10 @@ 7 - 5, 267 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 217 - 260, 133 + 195, 108 5 @@ -1456,13 +1297,10 @@ 5 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 0 @@ -1483,13 +1321,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 1 @@ -1510,13 +1345,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 2 @@ -1537,13 +1369,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 3 @@ -1564,13 +1393,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 4 @@ -1591,13 +1417,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -1618,13 +1441,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 6 @@ -1645,13 +1465,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 7 @@ -1672,16 +1489,10 @@ 7 - 541, 134 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 406, 109 - 260, 133 + 195, 108 6 @@ -1702,13 +1513,10 @@ 6 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 0 @@ -1729,13 +1537,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 1 @@ -1756,13 +1561,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 2 @@ -1783,13 +1585,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 3 @@ -1810,13 +1609,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 4 @@ -1837,13 +1633,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -1864,13 +1657,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 6 @@ -1891,13 +1681,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 7 @@ -1918,16 +1705,10 @@ 7 - 273, 134 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 109 - 260, 133 + 195, 108 7 @@ -1948,13 +1729,10 @@ 7 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -1975,13 +1753,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2002,13 +1777,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2029,13 +1801,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2056,13 +1825,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2083,13 +1849,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2110,13 +1873,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2137,13 +1897,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2164,16 +1921,10 @@ 7 - 5, 134 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 109 - 260, 133 + 195, 108 8 @@ -2194,13 +1945,10 @@ 8 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -2221,13 +1969,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2248,13 +1993,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2275,13 +2017,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2302,13 +2041,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2329,13 +2065,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2356,13 +2089,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2383,13 +2113,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2410,16 +2137,10 @@ 7 - 541, 1 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 406, 1 - 260, 133 + 195, 108 9 @@ -2440,13 +2161,10 @@ 9 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -2467,13 +2185,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2494,13 +2209,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2521,13 +2233,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2548,13 +2257,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2575,13 +2281,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2602,13 +2305,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2629,13 +2329,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2656,16 +2353,10 @@ 7 - 273, 1 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 1 - 260, 133 + 195, 108 10 @@ -2686,13 +2377,10 @@ 10 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -2713,13 +2401,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2740,13 +2425,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2767,13 +2449,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2794,13 +2473,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2821,13 +2497,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2848,13 +2521,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2875,13 +2545,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2902,16 +2569,10 @@ 7 - 5, 1 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 1 - 260, 133 + 195, 108 11 @@ -2938,7 +2599,7 @@ 0, 0, 0, 0 - 965, 540 + 722, 434 0 @@ -2958,17 +2619,182 @@ 0 + + 80, 63 + + + 78, 20 + + + 0 + + + ACRO_PIT_IMAX + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 0 + + + NoControl + + + 6, 66 + + + 65, 13 + + + 1 + + + IMAX + + + label27 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 1 + + + 80, 37 + + + 78, 20 + + + 4 + + + ACRO_PIT_I + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 2 + + + NoControl + + + 6, 40 + + + 10, 13 + + + 5 + + + I + + + label29 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 3 + + + 80, 13 + + + 78, 20 + + + 6 + + + ACRO_PIT_P + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 4 + + + NoControl + + + 6, 16 + + + 14, 13 + + + 7 + + + P + + + label33 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 5 + + + 182, 337 + + + 170, 91 + + + 13 + + + Acro Pitch + + + groupBox17 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabAC2 + + + 0 + NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 16 @@ -2989,13 +2815,10 @@ 0 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3013,13 +2836,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3040,13 +2860,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3067,13 +2884,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3094,13 +2908,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3121,16 +2932,10 @@ 5 - 8, 292 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 221 - 227, 135 + 170, 110 16 @@ -3148,19 +2953,184 @@ TabAC2 + 1 + + + 80, 63 + + + 78, 20 + + 0 + + ACRO_RLL_IMAX + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 0 + + + NoControl + + + 6, 66 + + + 68, 13 + + + 1 + + + IMAX + + + label40 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 1 + + + 80, 37 + + + 78, 20 + + + 4 + + + ACRO_RLL_I + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 2 + + + NoControl + + + 6, 40 + + + 10, 13 + + + 5 + + + I + + + label44 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 3 + + + 80, 13 + + + 78, 20 + + + 6 + + + ACRO_RLL_P + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 4 + + + NoControl + + + 6, 16 + + + 14, 13 + + + 7 + + + P + + + label48 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 5 + + + 6, 337 + + + 170, 91 + + + 14 + + + Acro Roll + + + groupBox18 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabAC2 + + + 2 + True - 4, 244 - - - 4, 4, 4, 4 + 3, 198 - 198, 21 + 154, 17 13 @@ -3178,16 +3148,13 @@ TabAC2 - 1 + 3 - 107, 106 - - - 4, 4, 4, 4 + 80, 86 - 104, 22 + 78, 20 16 @@ -3208,13 +3175,10 @@ NoControl - 8, 110 - - - 4, 0, 4, 0 + 6, 89 - 72, 16 + 54, 13 17 @@ -3235,13 +3199,10 @@ 1 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3262,13 +3223,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -3289,13 +3247,10 @@ 3 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3316,13 +3271,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3343,13 +3295,10 @@ 5 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3370,13 +3319,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3397,16 +3343,10 @@ 7 - 712, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 534, 107 - 227, 133 + 170, 108 0 @@ -3424,16 +3364,13 @@ TabAC2 - 2 + 4 - 107, 106 - - - 4, 4, 4, 4 + 80, 86 - 104, 22 + 78, 20 18 @@ -3454,13 +3391,10 @@ NoControl - 8, 110 - - - 4, 0, 4, 0 + 6, 89 - 109, 16 + 82, 13 19 @@ -3481,13 +3415,10 @@ 1 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3508,13 +3439,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -3535,13 +3463,10 @@ 3 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3562,13 +3487,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3589,13 +3511,10 @@ 5 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3616,13 +3535,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3643,16 +3559,10 @@ 7 - 477, 292 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 358, 221 - 227, 135 + 170, 110 2 @@ -3670,16 +3580,13 @@ TabAC2 - 3 + 5 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3700,13 +3607,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -3727,13 +3631,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3754,13 +3655,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3781,13 +3679,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3808,13 +3703,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3835,16 +3727,10 @@ 5 - 243, 292 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 182, 221 - 227, 135 + 170, 110 3 @@ -3862,16 +3748,13 @@ TabAC2 - 4 + 6 - 107, 75 - - - 4, 4, 4, 4 + 80, 61 - 104, 22 + 78, 20 11 @@ -3892,13 +3775,10 @@ NoControl - 8, 79 - - - 4, 0, 4, 0 + 6, 64 - 87, 16 + 65, 13 12 @@ -3919,13 +3799,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3946,13 +3823,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3973,13 +3847,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4000,13 +3871,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4027,16 +3895,10 @@ 5 - 708, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 531, 6 - 227, 117 + 170, 95 6 @@ -4054,16 +3916,13 @@ TabAC2 - 5 + 7 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -4084,13 +3943,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -4111,13 +3967,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -4138,13 +3991,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -4165,13 +4015,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4192,13 +4039,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4219,16 +4063,10 @@ 5 - 477, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 358, 6 - 227, 117 + 170, 95 7 @@ -4246,16 +4084,13 @@ TabAC2 - 6 + 8 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -4276,13 +4111,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -4303,13 +4135,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -4330,13 +4159,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -4357,13 +4183,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4384,13 +4207,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4411,16 +4231,10 @@ 5 - 243, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 182, 6 - 227, 117 + 170, 95 8 @@ -4438,16 +4252,13 @@ TabAC2 - 7 + 9 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -4468,13 +4279,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -4495,13 +4303,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -4522,13 +4327,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -4549,13 +4351,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4576,13 +4375,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4603,16 +4399,10 @@ 5 - 8, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 6 - 227, 117 + 170, 95 9 @@ -4630,16 +4420,13 @@ TabAC2 - 8 + 10 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 0 @@ -4660,13 +4447,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 1 @@ -4687,13 +4471,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 4 @@ -4714,13 +4495,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -4741,13 +4519,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 6 @@ -4768,13 +4543,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 7 @@ -4795,16 +4567,10 @@ 5 - 477, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 358, 107 - 227, 112 + 170, 91 10 @@ -4822,16 +4588,13 @@ TabAC2 - 9 + 11 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 0 @@ -4852,13 +4615,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 1 @@ -4879,13 +4639,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 4 @@ -4906,13 +4663,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -4933,13 +4687,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 6 @@ -4960,13 +4711,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 7 @@ -4987,16 +4735,10 @@ 5 - 243, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 182, 107 - 227, 112 + 170, 91 11 @@ -5014,16 +4756,13 @@ TabAC2 - 10 + 12 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 0 @@ -5044,13 +4783,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 91, 16 + 68, 13 1 @@ -5071,13 +4807,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 4 @@ -5098,13 +4831,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -5125,13 +4855,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 6 @@ -5152,13 +4879,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 7 @@ -5179,16 +4903,10 @@ 5 - 8, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 107 - 227, 112 + 170, 91 12 @@ -5206,19 +4924,16 @@ TabAC2 - 11 + 13 4, 22 - - 4, 4, 4, 4 - - 4, 4, 4, 4 + 3, 3, 3, 3 - 965, 540 + 722, 434 1 @@ -5242,13 +4957,10 @@ NoControl - 40, 61 - - - 4, 0, 4, 0 + 30, 50 - 133, 28 + 100, 23 41 @@ -5269,13 +4981,10 @@ 0 - 185, 58 - - - 4, 4, 4, 4 + 139, 47 - 543, 24 + 408, 21 0 @@ -5296,13 +5005,10 @@ NoControl - 40, 419 - - - 4, 0, 4, 0 + 30, 340 - 81, 16 + 61, 13 39 @@ -5326,13 +5032,10 @@ NoControl - 185, 418 - - - 4, 4, 4, 4 + 139, 340 - 236, 21 + 177, 17 40 @@ -5363,13 +5066,10 @@ GDI+ = Enabled NoControl - 40, 391 - - - 4, 0, 4, 0 + 30, 318 - 81, 16 + 61, 13 37 @@ -5393,13 +5093,10 @@ GDI+ = Enabled NoControl - 185, 390 - - - 4, 4, 4, 4 + 139, 317 - 236, 21 + 177, 17 38 @@ -5423,13 +5120,10 @@ GDI+ = Enabled NoControl - 40, 360 - - - 4, 0, 4, 0 + 30, 292 - 137, 22 + 103, 18 36 @@ -5450,13 +5144,10 @@ GDI+ = Enabled 6 - 185, 358 - - - 4, 4, 4, 4 + 139, 291 - 89, 22 + 67, 20 35 @@ -5480,13 +5171,10 @@ GDI+ = Enabled NoControl - 772, 132 - - - 4, 4, 4, 4 + 579, 107 - 136, 21 + 102, 17 34 @@ -5510,13 +5198,10 @@ GDI+ = Enabled NoControl - 40, 331 - - - 4, 0, 4, 0 + 30, 269 - 81, 16 + 61, 13 0 @@ -5540,13 +5225,10 @@ GDI+ = Enabled NoControl - 185, 329 - - - 4, 4, 4, 4 + 139, 267 - 217, 21 + 163, 17 1 @@ -5573,13 +5255,10 @@ GDI+ = Enabled NoControl - 44, 506 - - - 4, 4, 4, 4 + 33, 411 - 192, 21 + 144, 17 2 @@ -5603,13 +5282,10 @@ GDI+ = Enabled NoControl - 787, 300 - - - 4, 0, 4, 0 + 590, 244 - 29, 16 + 22, 13 3 @@ -5642,13 +5318,10 @@ GDI+ = Enabled 10 - 828, 296 - - - 4, 4, 4, 4 + 621, 240 - 105, 24 + 80, 21 4 @@ -5669,13 +5342,10 @@ GDI+ = Enabled NoControl - 567, 300 - - - 4, 0, 4, 0 + 425, 244 - 92, 16 + 69, 13 5 @@ -5699,13 +5369,10 @@ GDI+ = Enabled NoControl - 373, 300 - - - 4, 0, 4, 0 + 280, 244 - 59, 16 + 44, 13 6 @@ -5729,13 +5396,10 @@ GDI+ = Enabled NoControl - 181, 300 - - - 4, 0, 4, 0 + 136, 244 - 57, 16 + 43, 13 7 @@ -5759,13 +5423,10 @@ GDI+ = Enabled NoControl - 36, 300 - - - 4, 0, 4, 0 + 27, 244 - 112, 16 + 84, 13 8 @@ -5798,13 +5459,10 @@ GDI+ = Enabled 10 - 665, 296 - - - 4, 4, 4, 4 + 499, 240 - 105, 24 + 80, 21 9 @@ -5834,13 +5492,10 @@ GDI+ = Enabled 10 - 445, 296 - - - 4, 4, 4, 4 + 334, 240 - 105, 24 + 80, 21 10 @@ -5870,13 +5525,10 @@ GDI+ = Enabled 10 - 251, 296 - - - 4, 4, 4, 4 + 188, 240 - 105, 24 + 80, 21 11 @@ -5897,13 +5549,10 @@ GDI+ = Enabled NoControl - 377, 257 - - - 4, 0, 4, 0 + 283, 209 - 536, 16 + 402, 13 12 @@ -5928,13 +5577,10 @@ GDI+ = Enabled NoControl - 40, 267 - - - 4, 0, 4, 0 + 30, 217 - 87, 16 + 65, 13 13 @@ -5958,13 +5604,10 @@ GDI+ = Enabled NoControl - 40, 233 - - - 4, 0, 4, 0 + 30, 189 - 69, 16 + 52, 13 14 @@ -5985,13 +5628,10 @@ GDI+ = Enabled 23 - 185, 263 - - - 4, 4, 4, 4 + 139, 214 - 183, 24 + 138, 21 15 @@ -6009,13 +5649,10 @@ GDI+ = Enabled 24 - 185, 230 - - - 4, 4, 4, 4 + 139, 187 - 183, 24 + 138, 21 16 @@ -6036,13 +5673,10 @@ GDI+ = Enabled NoControl - 40, 200 - - - 4, 0, 4, 0 + 30, 162 - 60, 16 + 45, 13 17 @@ -6066,13 +5700,10 @@ GDI+ = Enabled NoControl - 40, 137 - - - 4, 0, 4, 0 + 30, 111 - 59, 16 + 44, 13 18 @@ -6096,13 +5727,10 @@ GDI+ = Enabled NoControl - 628, 132 - - - 4, 4, 4, 4 + 471, 107 - 136, 21 + 102, 17 19 @@ -6126,13 +5754,10 @@ GDI+ = Enabled NoControl - 504, 132 - - - 4, 4, 4, 4 + 378, 107 - 116, 21 + 87, 17 20 @@ -6156,13 +5781,10 @@ GDI+ = Enabled NoControl - 429, 132 - - - 4, 4, 4, 4 + 322, 107 - 75, 21 + 56, 17 21 @@ -6186,13 +5808,10 @@ GDI+ = Enabled NoControl - 327, 132 - - - 4, 4, 4, 4 + 245, 107 - 95, 21 + 71, 17 22 @@ -6216,13 +5835,10 @@ GDI+ = Enabled NoControl - 40, 102 - - - 4, 0, 4, 0 + 30, 83 - 76, 16 + 57, 13 23 @@ -6243,13 +5859,10 @@ GDI+ = Enabled 32 - 185, 99 - - - 4, 4, 4, 4 + 139, 80 - 183, 23 + 138, 21 24 @@ -6267,13 +5880,10 @@ GDI+ = Enabled 33 - 185, 161 - - - 4, 4, 4, 4 + 139, 131 - 183, 24 + 138, 21 25 @@ -6294,13 +5904,10 @@ GDI+ = Enabled NoControl - 40, 166 - - - 4, 0, 4, 0 + 30, 135 - 92, 16 + 69, 13 26 @@ -6324,13 +5931,10 @@ GDI+ = Enabled NoControl - 185, 132 - - - 4, 4, 4, 4 + 139, 107 - 132, 21 + 99, 17 27 @@ -6354,13 +5958,10 @@ GDI+ = Enabled NoControl - 736, 18 - - - 4, 4, 4, 4 + 552, 15 - 167, 21 + 125, 17 28 @@ -6384,13 +5985,10 @@ GDI+ = Enabled NoControl - 40, 20 - - - 4, 0, 4, 0 + 30, 16 - 133, 28 + 100, 23 29 @@ -6411,13 +6009,10 @@ GDI+ = Enabled 38 - 185, 16 - - - 4, 4, 4, 4 + 139, 13 - 325, 24 + 245, 21 30 @@ -6438,13 +6033,10 @@ GDI+ = Enabled NoControl - 185, 194 - - - 4, 4, 4, 4 + 139, 158 - 132, 28 + 99, 23 31 @@ -6456,7 +6048,7 @@ GDI+ = Enabled BUT_Joystick - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c TabPlanner @@ -6468,13 +6060,10 @@ GDI+ = Enabled NoControl - 628, 14 - - - 4, 4, 4, 4 + 471, 11 - 100, 28 + 75, 23 32 @@ -6486,7 +6075,7 @@ GDI+ = Enabled BUT_videostop - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c TabPlanner @@ -6498,13 +6087,10 @@ GDI+ = Enabled NoControl - 520, 14 - - - 4, 4, 4, 4 + 390, 11 - 100, 28 + 75, 23 33 @@ -6516,7 +6102,7 @@ GDI+ = Enabled BUT_videostart - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c TabPlanner @@ -6527,14 +6113,11 @@ GDI+ = Enabled 4, 22 - - 4, 4, 4, 4 - - 4, 4, 4, 4 + 3, 3, 3, 3 - 965, 540 + 722, 434 2 @@ -6557,11 +6140,8 @@ GDI+ = Enabled 4, 22 - - 4, 4, 4, 4 - - 965, 540 + 722, 434 3 @@ -6585,7 +6165,7 @@ GDI+ = Enabled 52, 18 - 371, 0 + 278, 0 0, 0, 0, 0 @@ -6594,7 +6174,7 @@ GDI+ = Enabled 0, 0 - 973, 566 + 730, 460 62 @@ -6633,13 +6213,10 @@ GDI+ = Enabled NoControl - 225, 543 - - - 4, 4, 4, 4 + 169, 441 - 137, 23 + 103, 19 0 @@ -6654,7 +6231,7 @@ GDI+ = Enabled BUT_rerequestparams - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6669,13 +6246,10 @@ GDI+ = Enabled NoControl - 225, 512 - - - 4, 4, 4, 4 + 169, 416 - 137, 23 + 103, 19 63 @@ -6690,7 +6264,7 @@ GDI+ = Enabled BUT_writePIDS - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6705,13 +6279,13 @@ GDI+ = Enabled NoControl - 109, 512 + 82, 416 0, 0, 0, 0 - 100, 23 + 75, 19 64 @@ -6726,7 +6300,7 @@ GDI+ = Enabled BUT_save - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6741,13 +6315,13 @@ GDI+ = Enabled NoControl - 4, 512 + 3, 416 0, 0, 0, 0 - 100, 23 + 75, 19 65 @@ -6762,7 +6336,7 @@ GDI+ = Enabled BUT_load - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6777,13 +6351,10 @@ GDI+ = Enabled NoControl - 41, 539 - - - 4, 4, 4, 4 + 31, 438 - 137, 23 + 103, 19 66 @@ -6795,7 +6366,7 @@ GDI+ = Enabled BUT_compare - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6807,13 +6378,10 @@ GDI+ = Enabled True - 8, 16 - - - 4, 4, 4, 4 + 6, 13 - 1344, 567 + 1008, 461 Command @@ -6855,7 +6423,7 @@ GDI+ = Enabled Configuration - System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c ..\Resources\MAVParam.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Firmware.cs b/Tools/ArdupilotMegaPlanner/GCSViews/Firmware.cs index 067b30f823..a5a8129599 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Firmware.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Firmware.cs @@ -488,7 +488,13 @@ namespace ArdupilotMega.GCSViews return; } - int apmformat_version = ArduinoDetect.decodeApVar(MainV2.comportname, board); + int apmformat_version = -1; // fail continue + + try + { + apmformat_version = ArduinoDetect.decodeApVar(MainV2.comportname, board); + } + catch { } if (apmformat_version != -1 && apmformat_version != temp.k_format_version) { @@ -678,7 +684,7 @@ namespace ArdupilotMega.GCSViews Application.DoEvents(); - System.Threading.Thread.Sleep(5000); // 5 seconds - new apvar erases eeprom on new format version, this should buy us some time. + System.Threading.Thread.Sleep(10000); // 10 seconds - new apvar erases eeprom on new format version, this should buy us some time. } catch (Exception ex) { lbl_status.Text = "Failed upload"; MessageBox.Show("Check port settings or Port in use? " + ex.ToString()); port.Close(); } diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.cs b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.cs index af2806bda9..eb28731546 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/FlightData.cs @@ -364,7 +364,7 @@ namespace ArdupilotMega.GCSViews - if (CB_tuning.Checked == false) // draw if in view +// if (CB_tuning.Checked == false) // draw if in view { if (MainV2.comPort.logreadmode && MainV2.comPort.logplaybackfile != null) @@ -992,9 +992,9 @@ namespace ArdupilotMega.GCSViews CMB_setwp.Items.Add("0 (Home)"); - if (MainV2.comPort.param["WP_TOTAL"] != null) + if (MainV2.comPort.param["CMD_TOTAL"] != null) { - int wps = int.Parse(MainV2.comPort.param["WP_TOTAL"].ToString()); + int wps = int.Parse(MainV2.comPort.param["CMD_TOTAL"].ToString()); for (int z = 1; z <= wps; z++) { CMB_setwp.Items.Add(z.ToString()); diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.cs b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.cs index 8a84ccf784..1824c1ecb6 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Simulation.cs @@ -1573,16 +1573,14 @@ namespace ArdupilotMega.GCSViews xScale.Max = time + xScale.MajorStep; xScale.Min = xScale.Max - 30.0; } - - // Make sure the Y axis is rescaled to accommodate actual data - try - { - zg1.AxisChange(); - } - catch { } - // Force a redraw - zg1.Invalidate(); - + // Make sure the Y axis is rescaled to accommodate actual data + try + { + zg1.AxisChange(); + } + catch { } + // Force a redraw + zg1.Invalidate(); } private void SaveSettings_Click(object sender, EventArgs e) diff --git a/Tools/ArdupilotMegaPlanner/GCSViews/Terminal.cs b/Tools/ArdupilotMegaPlanner/GCSViews/Terminal.cs index 7051ee6006..928804ede2 100644 --- a/Tools/ArdupilotMegaPlanner/GCSViews/Terminal.cs +++ b/Tools/ArdupilotMegaPlanner/GCSViews/Terminal.cs @@ -172,6 +172,13 @@ namespace ArdupilotMega.GCSViews comPort.Open(); + comPort.WriteLine(""); + comPort.WriteLine(""); + comPort.WriteLine(""); + comPort.WriteLine(""); + comPort.WriteLine(""); + comPort.WriteLine(""); + System.Threading.Thread t11 = new System.Threading.Thread(delegate() { threadrun = true; diff --git a/Tools/ArdupilotMegaPlanner/Joystick.cs b/Tools/ArdupilotMegaPlanner/Joystick.cs index 6f933dad57..a41f31fa85 100644 --- a/Tools/ArdupilotMegaPlanner/Joystick.cs +++ b/Tools/ArdupilotMegaPlanner/Joystick.cs @@ -505,9 +505,17 @@ namespace ArdupilotMega if (MainV2.comPort.param.Count > 0) { - min = (int)(float)(MainV2.comPort.param["RC" + chan + "_MIN"]); - max = (int)(float)(MainV2.comPort.param["RC" + chan + "_MAX"]); - trim = (int)(float)(MainV2.comPort.param["RC" + chan + "_TRIM"]); + try + { + min = (int)(float)(MainV2.comPort.param["RC" + chan + "_MIN"]); + max = (int)(float)(MainV2.comPort.param["RC" + chan + "_MAX"]); + trim = (int)(float)(MainV2.comPort.param["RC" + chan + "_TRIM"]); + } + catch { + min = 1000; + max = 2000; + trim = 1500; + } } else { diff --git a/Tools/ArdupilotMegaPlanner/MAVLink.cs b/Tools/ArdupilotMegaPlanner/MAVLink.cs index 6399558128..47d8a989fd 100644 --- a/Tools/ArdupilotMegaPlanner/MAVLink.cs +++ b/Tools/ArdupilotMegaPlanner/MAVLink.cs @@ -1275,6 +1275,7 @@ namespace ArdupilotMega if (buffer[5] == MAVLINK_MSG_ID_WAYPOINT_REQUEST && buffer[9] == 0) { param["WP_TOTAL"] = (float)wp_total - 1; + param["CMD_TOTAL"] = (float)wp_total - 1; MainV2.givecomport = false; return; } @@ -1647,7 +1648,7 @@ namespace ArdupilotMega if (bpstime.Second != DateTime.Now.Second && !logreadmode) { - Console.WriteLine("bps {0} loss {1} left {2}", bps1, synclost, BaseStream.BytesToRead); + Console.WriteLine("bps {0} loss {1} left {2} mem {3}", bps1, synclost, BaseStream.BytesToRead,System.GC.GetTotalMemory(false)); bps2 = bps1; // prev sec bps1 = 0; // current sec bpstime = DateTime.Now; diff --git a/Tools/ArdupilotMegaPlanner/MainV2.cs b/Tools/ArdupilotMegaPlanner/MainV2.cs index bb8034b729..0d9cf00b0f 100644 --- a/Tools/ArdupilotMegaPlanner/MainV2.cs +++ b/Tools/ArdupilotMegaPlanner/MainV2.cs @@ -468,6 +468,7 @@ namespace ArdupilotMega private void MenuConfiguration_Click(object sender, EventArgs e) { + MyView.SuspendLayout(); MyView.Controls.Clear(); GCSViews.Terminal.threadrun = false; @@ -486,13 +487,11 @@ namespace ArdupilotMega UserControl temp = Configuration; - temp.SuspendLayout(); - fixtheme(temp); - temp.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; + //temp.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; - temp.Location = new Point(0, MainMenu.Height); + temp.Location = new Point(0, 0); temp.Dock = DockStyle.Fill; @@ -500,9 +499,11 @@ namespace ArdupilotMega temp.BackColor = Color.FromArgb(0x26, 0x27, 0x28); + temp.ResumeLayout(); + MyView.Controls.Add(temp); - temp.ResumeLayout(); + MyView.ResumeLayout(); } private void MenuSimulation_Click(object sender, EventArgs e) @@ -562,7 +563,19 @@ namespace ArdupilotMega this.MenuConnect.BackgroundImage = global::ArdupilotMega.Properties.Resources.disconnect; - UserControl temp = new GCSViews.Terminal(); + // dispose of old else memory leak + if (Terminal != null) + { + try + { + Terminal.Dispose(); + } + catch { } + } + + Terminal = new GCSViews.Terminal(); + + UserControl temp = Terminal; fixtheme(temp); diff --git a/Tools/ArdupilotMegaPlanner/MavlinkLog.cs b/Tools/ArdupilotMegaPlanner/MavlinkLog.cs index 7be69fa57d..fe3c75f856 100644 --- a/Tools/ArdupilotMegaPlanner/MavlinkLog.cs +++ b/Tools/ArdupilotMegaPlanner/MavlinkLog.cs @@ -332,7 +332,7 @@ namespace ArdupilotMega cs.datetime = mine.lastlogread; - cs.UpdateCurrentSettings(null, true); + cs.UpdateCurrentSettings(null, true, mine); try { @@ -360,6 +360,7 @@ namespace ArdupilotMega writeKML(logfile + ".kml"); + progressBar1.Value = 100; } } diff --git a/Tools/ArdupilotMegaPlanner/Properties/AssemblyInfo.cs b/Tools/ArdupilotMegaPlanner/Properties/AssemblyInfo.cs index f5bdf0e072..421048b251 100644 --- a/Tools/ArdupilotMegaPlanner/Properties/AssemblyInfo.cs +++ b/Tools/ArdupilotMegaPlanner/Properties/AssemblyInfo.cs @@ -34,5 +34,5 @@ using System.Resources; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.86")] +[assembly: AssemblyFileVersion("1.0.87")] [assembly: NeutralResourcesLanguageAttribute("")] diff --git a/Tools/ArdupilotMegaPlanner/Setup/Setup.cs b/Tools/ArdupilotMegaPlanner/Setup/Setup.cs index e6ca06eea1..e6080503e7 100644 --- a/Tools/ArdupilotMegaPlanner/Setup/Setup.cs +++ b/Tools/ArdupilotMegaPlanner/Setup/Setup.cs @@ -135,7 +135,7 @@ namespace ArdupilotMega.Setup System.Threading.Thread.Sleep(5); - MainV2.cs.UpdateCurrentSettings(currentStateBindingSource, true); + MainV2.cs.UpdateCurrentSettings(currentStateBindingSource, true, MainV2.comPort); if (MainV2.cs.ch1in > 800 && MainV2.cs.ch1in < 2200) { @@ -192,7 +192,7 @@ namespace ArdupilotMega.Setup MessageBox.Show("Ensure all your sticks are centered, and click ok to continue"); - MainV2.cs.UpdateCurrentSettings(currentStateBindingSource, true); + MainV2.cs.UpdateCurrentSettings(currentStateBindingSource, true, MainV2.comPort); rctrim[0] = MainV2.cs.ch1in; rctrim[1] = MainV2.cs.ch2in; diff --git a/Tools/ArdupilotMegaPlanner/bin/Release/ArdupilotMegaPlanner.application b/Tools/ArdupilotMegaPlanner/bin/Release/ArdupilotMegaPlanner.application index 83424ad35a..a4d78a16dc 100644 --- a/Tools/ArdupilotMegaPlanner/bin/Release/ArdupilotMegaPlanner.application +++ b/Tools/ArdupilotMegaPlanner/bin/Release/ArdupilotMegaPlanner.application @@ -11,7 +11,7 @@ - FgyYFBDKA+EmX+ZazsEdbI/ME7o= + S+dMQOC9TeJyQiYvhw37LpJxZU0= diff --git a/Tools/ArdupilotMegaPlanner/bin/Release/GCSViews/Configuration.resx b/Tools/ArdupilotMegaPlanner/bin/Release/GCSViews/Configuration.resx index 88fc8b5e1f..c5e12aff50 100644 --- a/Tools/ArdupilotMegaPlanner/bin/Release/GCSViews/Configuration.resx +++ b/Tools/ArdupilotMegaPlanner/bin/Release/GCSViews/Configuration.resx @@ -166,16 +166,13 @@ - 4, 4 - - - 4, 4, 4, 4 + 3, 3 150 - 359, 503 + 269, 409 58 @@ -196,13 +193,10 @@ Top, Bottom, Left, Right - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -223,13 +217,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 67, 16 + 50, 13 12 @@ -250,13 +241,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -277,13 +265,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 36, 16 + 27, 13 13 @@ -304,13 +289,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -331,13 +313,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 32, 16 + 24, 13 14 @@ -358,13 +337,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -385,13 +361,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 48, 16 + 36, 13 15 @@ -412,16 +385,10 @@ 7 - 540, 267 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 405, 217 - 260, 133 + 195, 108 0 @@ -442,13 +409,10 @@ 0 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 0 @@ -469,13 +433,10 @@ NoControl - 8, 107 - - - 4, 0, 4, 0 + 6, 87 - 43, 16 + 32, 13 1 @@ -496,13 +457,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 2 @@ -523,13 +481,10 @@ NoControl - 8, 73 - - - 4, 0, 4, 0 + 6, 59 - 71, 16 + 53, 13 3 @@ -550,13 +505,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 4 @@ -577,13 +529,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 67, 16 + 50, 13 5 @@ -604,13 +553,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -631,13 +577,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 85, 16 + 64, 13 6 @@ -658,16 +601,10 @@ 7 - 541, 400 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 406, 325 - 260, 133 + 195, 108 1 @@ -688,13 +625,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -715,13 +649,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 68, 16 + 51, 13 10 @@ -742,13 +673,10 @@ 1 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -769,13 +697,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 72, 16 + 54, 13 11 @@ -796,13 +721,10 @@ 3 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -823,13 +745,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 73, 16 + 55, 13 12 @@ -850,16 +769,10 @@ 5 - 273, 400 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 325 - 260, 133 + 195, 108 2 @@ -880,13 +793,10 @@ 2 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -907,13 +817,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 81, 16 + 61, 13 8 @@ -934,13 +841,10 @@ 1 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -961,13 +865,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 69, 16 + 52, 13 9 @@ -988,16 +889,10 @@ 3 - 5, 400 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 325 - 260, 133 + 195, 108 3 @@ -1018,13 +913,10 @@ 3 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 13 @@ -1045,13 +937,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 48, 16 + 36, 13 14 @@ -1072,13 +961,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -1099,13 +985,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 81, 16 + 61, 13 15 @@ -1126,13 +1009,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -1153,13 +1033,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 81, 16 + 61, 13 16 @@ -1180,16 +1057,10 @@ 5 - 273, 267 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 217 - 260, 133 + 195, 108 4 @@ -1210,13 +1081,10 @@ 4 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -1237,13 +1105,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -1264,13 +1129,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -1291,13 +1153,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -1318,13 +1177,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -1345,13 +1201,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -1372,13 +1225,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -1399,13 +1249,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -1426,16 +1273,10 @@ 7 - 5, 267 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 217 - 260, 133 + 195, 108 5 @@ -1456,13 +1297,10 @@ 5 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 0 @@ -1483,13 +1321,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 1 @@ -1510,13 +1345,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 2 @@ -1537,13 +1369,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 3 @@ -1564,13 +1393,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 4 @@ -1591,13 +1417,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -1618,13 +1441,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 6 @@ -1645,13 +1465,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 7 @@ -1672,16 +1489,10 @@ 7 - 541, 134 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 406, 109 - 260, 133 + 195, 108 6 @@ -1702,13 +1513,10 @@ 6 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 0 @@ -1729,13 +1537,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 1 @@ -1756,13 +1561,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 2 @@ -1783,13 +1585,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 3 @@ -1810,13 +1609,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 4 @@ -1837,13 +1633,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -1864,13 +1657,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 6 @@ -1891,13 +1681,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 7 @@ -1918,16 +1705,10 @@ 7 - 273, 134 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 109 - 260, 133 + 195, 108 7 @@ -1948,13 +1729,10 @@ 7 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -1975,13 +1753,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2002,13 +1777,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2029,13 +1801,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2056,13 +1825,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2083,13 +1849,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2110,13 +1873,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2137,13 +1897,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2164,16 +1921,10 @@ 7 - 5, 134 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 109 - 260, 133 + 195, 108 8 @@ -2194,13 +1945,10 @@ 8 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -2221,13 +1969,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2248,13 +1993,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2275,13 +2017,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2302,13 +2041,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2329,13 +2065,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2356,13 +2089,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2383,13 +2113,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2410,16 +2137,10 @@ 7 - 541, 1 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 406, 1 - 260, 133 + 195, 108 9 @@ -2440,13 +2161,10 @@ 9 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -2467,13 +2185,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2494,13 +2209,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2521,13 +2233,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2548,13 +2257,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2575,13 +2281,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2602,13 +2305,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2629,13 +2329,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2656,16 +2353,10 @@ 7 - 273, 1 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 205, 1 - 260, 133 + 195, 108 10 @@ -2686,13 +2377,10 @@ 10 - 148, 101 - - - 4, 4, 4, 4 + 111, 82 - 104, 22 + 78, 20 11 @@ -2713,13 +2401,10 @@ NoControl - 8, 106 - - - 4, 0, 4, 0 + 6, 86 - 72, 16 + 54, 13 12 @@ -2740,13 +2425,10 @@ 1 - 148, 73 - - - 4, 4, 4, 4 + 111, 59 - 104, 22 + 78, 20 9 @@ -2767,13 +2449,10 @@ NoControl - 8, 78 - - - 4, 0, 4, 0 + 6, 63 - 20, 16 + 15, 13 13 @@ -2794,13 +2473,10 @@ 3 - 148, 44 - - - 4, 4, 4, 4 + 111, 36 - 104, 22 + 78, 20 7 @@ -2821,13 +2497,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -2848,13 +2521,10 @@ 5 - 148, 16 - - - 4, 4, 4, 4 + 111, 13 - 104, 22 + 78, 20 5 @@ -2875,13 +2545,10 @@ NoControl - 8, 21 - - - 4, 0, 4, 0 + 6, 17 - 19, 16 + 14, 13 15 @@ -2902,16 +2569,10 @@ 7 - 5, 1 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 4, 1 - 260, 133 + 195, 108 11 @@ -2938,7 +2599,7 @@ 0, 0, 0, 0 - 965, 540 + 722, 434 0 @@ -2958,17 +2619,182 @@ 0 + + 80, 63 + + + 78, 20 + + + 0 + + + ACRO_PIT_IMAX + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 0 + + + NoControl + + + 6, 66 + + + 65, 13 + + + 1 + + + IMAX + + + label27 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 1 + + + 80, 37 + + + 78, 20 + + + 4 + + + ACRO_PIT_I + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 2 + + + NoControl + + + 6, 40 + + + 10, 13 + + + 5 + + + I + + + label29 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 3 + + + 80, 13 + + + 78, 20 + + + 6 + + + ACRO_PIT_P + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 4 + + + NoControl + + + 6, 16 + + + 14, 13 + + + 7 + + + P + + + label33 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox17 + + + 5 + + + 182, 337 + + + 170, 91 + + + 13 + + + Acro Pitch + + + groupBox17 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabAC2 + + + 0 + NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 16 @@ -2989,13 +2815,10 @@ 0 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3013,13 +2836,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3040,13 +2860,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3067,13 +2884,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3094,13 +2908,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3121,16 +2932,10 @@ 5 - 8, 292 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 221 - 227, 135 + 170, 110 16 @@ -3148,19 +2953,184 @@ TabAC2 + 1 + + + 80, 63 + + + 78, 20 + + 0 + + ACRO_RLL_IMAX + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 0 + + + NoControl + + + 6, 66 + + + 68, 13 + + + 1 + + + IMAX + + + label40 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 1 + + + 80, 37 + + + 78, 20 + + + 4 + + + ACRO_RLL_I + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 2 + + + NoControl + + + 6, 40 + + + 10, 13 + + + 5 + + + I + + + label44 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 3 + + + 80, 13 + + + 78, 20 + + + 6 + + + ACRO_RLL_P + + + System.Windows.Forms.DomainUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 4 + + + NoControl + + + 6, 16 + + + 14, 13 + + + 7 + + + P + + + label48 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox18 + + + 5 + + + 6, 337 + + + 170, 91 + + + 14 + + + Acro Roll + + + groupBox18 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabAC2 + + + 2 + True - 4, 244 - - - 4, 4, 4, 4 + 3, 198 - 198, 21 + 154, 17 13 @@ -3178,16 +3148,13 @@ TabAC2 - 1 + 3 - 107, 106 - - - 4, 4, 4, 4 + 80, 86 - 104, 22 + 78, 20 16 @@ -3208,13 +3175,10 @@ NoControl - 8, 110 - - - 4, 0, 4, 0 + 6, 89 - 72, 16 + 54, 13 17 @@ -3235,13 +3199,10 @@ 1 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3262,13 +3223,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -3289,13 +3247,10 @@ 3 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3316,13 +3271,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3343,13 +3295,10 @@ 5 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3370,13 +3319,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3397,16 +3343,10 @@ 7 - 712, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 534, 107 - 227, 133 + 170, 108 0 @@ -3424,16 +3364,13 @@ TabAC2 - 2 + 4 - 107, 106 - - - 4, 4, 4, 4 + 80, 86 - 104, 22 + 78, 20 18 @@ -3454,13 +3391,10 @@ NoControl - 8, 110 - - - 4, 0, 4, 0 + 6, 89 - 109, 16 + 82, 13 19 @@ -3481,13 +3415,10 @@ 1 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3508,13 +3439,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -3535,13 +3463,10 @@ 3 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3562,13 +3487,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3589,13 +3511,10 @@ 5 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3616,13 +3535,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3643,16 +3559,10 @@ 7 - 477, 292 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 358, 221 - 227, 135 + 170, 110 2 @@ -3670,16 +3580,13 @@ TabAC2 - 3 + 5 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -3700,13 +3607,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -3727,13 +3631,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3754,13 +3655,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3781,13 +3679,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -3808,13 +3703,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -3835,16 +3727,10 @@ 5 - 243, 292 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 182, 221 - 227, 135 + 170, 110 3 @@ -3862,16 +3748,13 @@ TabAC2 - 4 + 6 - 107, 75 - - - 4, 4, 4, 4 + 80, 61 - 104, 22 + 78, 20 11 @@ -3892,13 +3775,10 @@ NoControl - 8, 79 - - - 4, 0, 4, 0 + 6, 64 - 87, 16 + 65, 13 12 @@ -3919,13 +3799,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -3946,13 +3823,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -3973,13 +3847,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4000,13 +3871,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4027,16 +3895,10 @@ 5 - 708, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 531, 6 - 227, 117 + 170, 95 6 @@ -4054,16 +3916,13 @@ TabAC2 - 5 + 7 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -4084,13 +3943,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -4111,13 +3967,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -4138,13 +3991,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -4165,13 +4015,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4192,13 +4039,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4219,16 +4063,10 @@ 5 - 477, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 358, 6 - 227, 117 + 170, 95 7 @@ -4246,16 +4084,13 @@ TabAC2 - 6 + 8 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -4276,13 +4111,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -4303,13 +4135,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -4330,13 +4159,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -4357,13 +4183,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4384,13 +4207,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4411,16 +4231,10 @@ 5 - 243, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 182, 6 - 227, 117 + 170, 95 8 @@ -4438,16 +4252,13 @@ TabAC2 - 7 + 9 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 11 @@ -4468,13 +4279,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 12 @@ -4495,13 +4303,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 7 @@ -4522,13 +4327,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 14 @@ -4549,13 +4351,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 5 @@ -4576,13 +4375,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 15 @@ -4603,16 +4399,10 @@ 5 - 8, 7 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 6 - 227, 117 + 170, 95 9 @@ -4630,16 +4420,13 @@ TabAC2 - 8 + 10 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 0 @@ -4660,13 +4447,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 1 @@ -4687,13 +4471,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 4 @@ -4714,13 +4495,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -4741,13 +4519,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 6 @@ -4768,13 +4543,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 7 @@ -4795,16 +4567,10 @@ 5 - 477, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 358, 107 - 227, 112 + 170, 91 10 @@ -4822,16 +4588,13 @@ TabAC2 - 9 + 11 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 0 @@ -4852,13 +4615,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 87, 16 + 65, 13 1 @@ -4879,13 +4639,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 4 @@ -4906,13 +4663,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -4933,13 +4687,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 6 @@ -4960,13 +4711,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 7 @@ -4987,16 +4735,10 @@ 5 - 243, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 182, 107 - 227, 112 + 170, 91 11 @@ -5014,16 +4756,13 @@ TabAC2 - 10 + 12 - 107, 78 - - - 4, 4, 4, 4 + 80, 63 - 104, 22 + 78, 20 0 @@ -5044,13 +4783,10 @@ NoControl - 8, 81 - - - 4, 0, 4, 0 + 6, 66 - 91, 16 + 68, 13 1 @@ -5071,13 +4807,10 @@ 1 - 107, 46 - - - 4, 4, 4, 4 + 80, 37 - 104, 22 + 78, 20 4 @@ -5098,13 +4831,10 @@ NoControl - 8, 49 - - - 4, 0, 4, 0 + 6, 40 - 13, 16 + 10, 13 5 @@ -5125,13 +4855,10 @@ 3 - 107, 16 - - - 4, 4, 4, 4 + 80, 13 - 104, 22 + 78, 20 6 @@ -5152,13 +4879,10 @@ NoControl - 8, 20 - - - 4, 0, 4, 0 + 6, 16 - 19, 16 + 14, 13 7 @@ -5179,16 +4903,10 @@ 5 - 8, 132 - - - 4, 4, 4, 4 - - - 4, 4, 4, 4 + 6, 107 - 227, 112 + 170, 91 12 @@ -5206,19 +4924,16 @@ TabAC2 - 11 + 13 4, 22 - - 4, 4, 4, 4 - - 4, 4, 4, 4 + 3, 3, 3, 3 - 965, 540 + 722, 434 1 @@ -5242,13 +4957,10 @@ NoControl - 40, 61 - - - 4, 0, 4, 0 + 30, 50 - 133, 28 + 100, 23 41 @@ -5269,13 +4981,10 @@ 0 - 185, 58 - - - 4, 4, 4, 4 + 139, 47 - 543, 24 + 408, 21 0 @@ -5296,13 +5005,10 @@ NoControl - 40, 419 - - - 4, 0, 4, 0 + 30, 340 - 81, 16 + 61, 13 39 @@ -5326,13 +5032,10 @@ NoControl - 185, 418 - - - 4, 4, 4, 4 + 139, 340 - 236, 21 + 177, 17 40 @@ -5363,13 +5066,10 @@ GDI+ = Enabled NoControl - 40, 391 - - - 4, 0, 4, 0 + 30, 318 - 81, 16 + 61, 13 37 @@ -5393,13 +5093,10 @@ GDI+ = Enabled NoControl - 185, 390 - - - 4, 4, 4, 4 + 139, 317 - 236, 21 + 177, 17 38 @@ -5423,13 +5120,10 @@ GDI+ = Enabled NoControl - 40, 360 - - - 4, 0, 4, 0 + 30, 292 - 137, 22 + 103, 18 36 @@ -5450,13 +5144,10 @@ GDI+ = Enabled 6 - 185, 358 - - - 4, 4, 4, 4 + 139, 291 - 89, 22 + 67, 20 35 @@ -5480,13 +5171,10 @@ GDI+ = Enabled NoControl - 772, 132 - - - 4, 4, 4, 4 + 579, 107 - 136, 21 + 102, 17 34 @@ -5510,13 +5198,10 @@ GDI+ = Enabled NoControl - 40, 331 - - - 4, 0, 4, 0 + 30, 269 - 81, 16 + 61, 13 0 @@ -5540,13 +5225,10 @@ GDI+ = Enabled NoControl - 185, 329 - - - 4, 4, 4, 4 + 139, 267 - 217, 21 + 163, 17 1 @@ -5573,13 +5255,10 @@ GDI+ = Enabled NoControl - 44, 506 - - - 4, 4, 4, 4 + 33, 411 - 192, 21 + 144, 17 2 @@ -5603,13 +5282,10 @@ GDI+ = Enabled NoControl - 787, 300 - - - 4, 0, 4, 0 + 590, 244 - 29, 16 + 22, 13 3 @@ -5642,13 +5318,10 @@ GDI+ = Enabled 10 - 828, 296 - - - 4, 4, 4, 4 + 621, 240 - 105, 24 + 80, 21 4 @@ -5669,13 +5342,10 @@ GDI+ = Enabled NoControl - 567, 300 - - - 4, 0, 4, 0 + 425, 244 - 92, 16 + 69, 13 5 @@ -5699,13 +5369,10 @@ GDI+ = Enabled NoControl - 373, 300 - - - 4, 0, 4, 0 + 280, 244 - 59, 16 + 44, 13 6 @@ -5729,13 +5396,10 @@ GDI+ = Enabled NoControl - 181, 300 - - - 4, 0, 4, 0 + 136, 244 - 57, 16 + 43, 13 7 @@ -5759,13 +5423,10 @@ GDI+ = Enabled NoControl - 36, 300 - - - 4, 0, 4, 0 + 27, 244 - 112, 16 + 84, 13 8 @@ -5798,13 +5459,10 @@ GDI+ = Enabled 10 - 665, 296 - - - 4, 4, 4, 4 + 499, 240 - 105, 24 + 80, 21 9 @@ -5834,13 +5492,10 @@ GDI+ = Enabled 10 - 445, 296 - - - 4, 4, 4, 4 + 334, 240 - 105, 24 + 80, 21 10 @@ -5870,13 +5525,10 @@ GDI+ = Enabled 10 - 251, 296 - - - 4, 4, 4, 4 + 188, 240 - 105, 24 + 80, 21 11 @@ -5897,13 +5549,10 @@ GDI+ = Enabled NoControl - 377, 257 - - - 4, 0, 4, 0 + 283, 209 - 536, 16 + 402, 13 12 @@ -5928,13 +5577,10 @@ GDI+ = Enabled NoControl - 40, 267 - - - 4, 0, 4, 0 + 30, 217 - 87, 16 + 65, 13 13 @@ -5958,13 +5604,10 @@ GDI+ = Enabled NoControl - 40, 233 - - - 4, 0, 4, 0 + 30, 189 - 69, 16 + 52, 13 14 @@ -5985,13 +5628,10 @@ GDI+ = Enabled 23 - 185, 263 - - - 4, 4, 4, 4 + 139, 214 - 183, 24 + 138, 21 15 @@ -6009,13 +5649,10 @@ GDI+ = Enabled 24 - 185, 230 - - - 4, 4, 4, 4 + 139, 187 - 183, 24 + 138, 21 16 @@ -6036,13 +5673,10 @@ GDI+ = Enabled NoControl - 40, 200 - - - 4, 0, 4, 0 + 30, 162 - 60, 16 + 45, 13 17 @@ -6066,13 +5700,10 @@ GDI+ = Enabled NoControl - 40, 137 - - - 4, 0, 4, 0 + 30, 111 - 59, 16 + 44, 13 18 @@ -6096,13 +5727,10 @@ GDI+ = Enabled NoControl - 628, 132 - - - 4, 4, 4, 4 + 471, 107 - 136, 21 + 102, 17 19 @@ -6126,13 +5754,10 @@ GDI+ = Enabled NoControl - 504, 132 - - - 4, 4, 4, 4 + 378, 107 - 116, 21 + 87, 17 20 @@ -6156,13 +5781,10 @@ GDI+ = Enabled NoControl - 429, 132 - - - 4, 4, 4, 4 + 322, 107 - 75, 21 + 56, 17 21 @@ -6186,13 +5808,10 @@ GDI+ = Enabled NoControl - 327, 132 - - - 4, 4, 4, 4 + 245, 107 - 95, 21 + 71, 17 22 @@ -6216,13 +5835,10 @@ GDI+ = Enabled NoControl - 40, 102 - - - 4, 0, 4, 0 + 30, 83 - 76, 16 + 57, 13 23 @@ -6243,13 +5859,10 @@ GDI+ = Enabled 32 - 185, 99 - - - 4, 4, 4, 4 + 139, 80 - 183, 23 + 138, 21 24 @@ -6267,13 +5880,10 @@ GDI+ = Enabled 33 - 185, 161 - - - 4, 4, 4, 4 + 139, 131 - 183, 24 + 138, 21 25 @@ -6294,13 +5904,10 @@ GDI+ = Enabled NoControl - 40, 166 - - - 4, 0, 4, 0 + 30, 135 - 92, 16 + 69, 13 26 @@ -6324,13 +5931,10 @@ GDI+ = Enabled NoControl - 185, 132 - - - 4, 4, 4, 4 + 139, 107 - 132, 21 + 99, 17 27 @@ -6354,13 +5958,10 @@ GDI+ = Enabled NoControl - 736, 18 - - - 4, 4, 4, 4 + 552, 15 - 167, 21 + 125, 17 28 @@ -6384,13 +5985,10 @@ GDI+ = Enabled NoControl - 40, 20 - - - 4, 0, 4, 0 + 30, 16 - 133, 28 + 100, 23 29 @@ -6411,13 +6009,10 @@ GDI+ = Enabled 38 - 185, 16 - - - 4, 4, 4, 4 + 139, 13 - 325, 24 + 245, 21 30 @@ -6438,13 +6033,10 @@ GDI+ = Enabled NoControl - 185, 194 - - - 4, 4, 4, 4 + 139, 158 - 132, 28 + 99, 23 31 @@ -6456,7 +6048,7 @@ GDI+ = Enabled BUT_Joystick - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c TabPlanner @@ -6468,13 +6060,10 @@ GDI+ = Enabled NoControl - 628, 14 - - - 4, 4, 4, 4 + 471, 11 - 100, 28 + 75, 23 32 @@ -6486,7 +6075,7 @@ GDI+ = Enabled BUT_videostop - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c TabPlanner @@ -6498,13 +6087,10 @@ GDI+ = Enabled NoControl - 520, 14 - - - 4, 4, 4, 4 + 390, 11 - 100, 28 + 75, 23 33 @@ -6516,7 +6102,7 @@ GDI+ = Enabled BUT_videostart - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c TabPlanner @@ -6527,14 +6113,11 @@ GDI+ = Enabled 4, 22 - - 4, 4, 4, 4 - - 4, 4, 4, 4 + 3, 3, 3, 3 - 965, 540 + 722, 434 2 @@ -6557,11 +6140,8 @@ GDI+ = Enabled 4, 22 - - 4, 4, 4, 4 - - 965, 540 + 722, 434 3 @@ -6585,7 +6165,7 @@ GDI+ = Enabled 52, 18 - 371, 0 + 278, 0 0, 0, 0, 0 @@ -6594,7 +6174,7 @@ GDI+ = Enabled 0, 0 - 973, 566 + 730, 460 62 @@ -6633,13 +6213,10 @@ GDI+ = Enabled NoControl - 225, 543 - - - 4, 4, 4, 4 + 169, 441 - 137, 23 + 103, 19 0 @@ -6654,7 +6231,7 @@ GDI+ = Enabled BUT_rerequestparams - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6669,13 +6246,10 @@ GDI+ = Enabled NoControl - 225, 512 - - - 4, 4, 4, 4 + 169, 416 - 137, 23 + 103, 19 63 @@ -6690,7 +6264,7 @@ GDI+ = Enabled BUT_writePIDS - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6705,13 +6279,13 @@ GDI+ = Enabled NoControl - 109, 512 + 82, 416 0, 0, 0, 0 - 100, 23 + 75, 19 64 @@ -6726,7 +6300,7 @@ GDI+ = Enabled BUT_save - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6741,13 +6315,13 @@ GDI+ = Enabled NoControl - 4, 512 + 3, 416 0, 0, 0, 0 - 100, 23 + 75, 19 65 @@ -6762,7 +6336,7 @@ GDI+ = Enabled BUT_load - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6777,13 +6351,10 @@ GDI+ = Enabled NoControl - 41, 539 - - - 4, 4, 4, 4 + 31, 438 - 137, 23 + 103, 19 66 @@ -6795,7 +6366,7 @@ GDI+ = Enabled BUT_compare - ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + ArdupilotMega.MyButton, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c $this @@ -6807,13 +6378,10 @@ GDI+ = Enabled True - 8, 16 - - - 4, 4, 4, 4 + 6, 13 - 1344, 567 + 1008, 461 Command @@ -6855,7 +6423,7 @@ GDI+ = Enabled Configuration - System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + System.Windows.Forms.MyUserControl, ArdupilotMegaPlanner, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ff91852278f5092c ..\Resources\MAVParam.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252