From 8c30c873607b9b264a92402befc48d313f1f1bc0 Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Fri, 3 May 2024 14:11:43 -0700 Subject: [PATCH] add more relays --- GCSViews/FlightData.Designer.cs | 90 ++++++++++++++ GCSViews/FlightData.resx | 210 ++++++++++++++++++++++++++++++++ 2 files changed, 300 insertions(+) diff --git a/GCSViews/FlightData.Designer.cs b/GCSViews/FlightData.Designer.cs index 6e052b0177..2dc037d10c 100644 --- a/GCSViews/FlightData.Designer.cs +++ b/GCSViews/FlightData.Designer.cs @@ -122,6 +122,16 @@ private void InitializeComponent() this.relayOptions4 = new MissionPlanner.Controls.RelayOptions(); this.relayOptions5 = new MissionPlanner.Controls.RelayOptions(); this.relayOptions6 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions7 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions8 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions9 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions10 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions11 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions12 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions13 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions14 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions15 = new MissionPlanner.Controls.RelayOptions(); + this.relayOptions16 = new MissionPlanner.Controls.RelayOptions(); this.tabAuxFunction = new System.Windows.Forms.TabPage(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.auxOptions1 = new MissionPlanner.Controls.AuxOptions(); @@ -1739,6 +1749,16 @@ private void InitializeComponent() this.flowLayoutPanelServos.Controls.Add(this.relayOptions4); this.flowLayoutPanelServos.Controls.Add(this.relayOptions5); this.flowLayoutPanelServos.Controls.Add(this.relayOptions6); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions7); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions8); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions9); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions10); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions11); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions12); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions13); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions14); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions15); + this.flowLayoutPanelServos.Controls.Add(this.relayOptions16); this.flowLayoutPanelServos.Name = "flowLayoutPanelServos"; // // servoOptions1 @@ -1849,6 +1869,66 @@ private void InitializeComponent() this.relayOptions6.Name = "relayOptions6"; this.relayOptions6.thisrelay = 5; // + // relayOptions7 + // + resources.ApplyResources(this.relayOptions7, "relayOptions7"); + this.relayOptions7.Name = "relayOptions7"; + this.relayOptions7.thisrelay = 6; + // + // relayOptions8 + // + resources.ApplyResources(this.relayOptions8, "relayOptions8"); + this.relayOptions8.Name = "relayOptions8"; + this.relayOptions8.thisrelay = 7; + // + // relayOptions9 + // + resources.ApplyResources(this.relayOptions9, "relayOptions9"); + this.relayOptions9.Name = "relayOptions9"; + this.relayOptions9.thisrelay = 8; + // + // relayOptions10 + // + resources.ApplyResources(this.relayOptions10, "relayOptions10"); + this.relayOptions10.Name = "relayOptions10"; + this.relayOptions10.thisrelay = 9; + // + // relayOptions11 + // + resources.ApplyResources(this.relayOptions11, "relayOptions11"); + this.relayOptions11.Name = "relayOptions11"; + this.relayOptions11.thisrelay = 10; + // + // relayOptions12 + // + resources.ApplyResources(this.relayOptions12, "relayOptions12"); + this.relayOptions12.Name = "relayOptions12"; + this.relayOptions12.thisrelay = 11; + // + // relayOptions13 + // + resources.ApplyResources(this.relayOptions13, "relayOptions13"); + this.relayOptions13.Name = "relayOptions13"; + this.relayOptions13.thisrelay = 12; + // + // relayOptions14 + // + resources.ApplyResources(this.relayOptions14, "relayOptions14"); + this.relayOptions14.Name = "relayOptions14"; + this.relayOptions14.thisrelay = 13; + // + // relayOptions15 + // + resources.ApplyResources(this.relayOptions15, "relayOptions15"); + this.relayOptions15.Name = "relayOptions15"; + this.relayOptions15.thisrelay = 14; + // + // relayOptions16 + // + resources.ApplyResources(this.relayOptions16, "relayOptions16"); + this.relayOptions16.Name = "relayOptions16"; + this.relayOptions16.thisrelay = 15; + // // tabAuxFunction // this.tabAuxFunction.Controls.Add(this.flowLayoutPanel1); @@ -3036,5 +3116,15 @@ private void InitializeComponent() private Controls.AuxOptions auxOptions6; private Controls.AuxOptions auxOptions7; private ToolStripMenuItem jumpToTagToolStripMenuItem; + private Controls.RelayOptions relayOptions7; + private Controls.RelayOptions relayOptions8; + private Controls.RelayOptions relayOptions9; + private Controls.RelayOptions relayOptions10; + private Controls.RelayOptions relayOptions11; + private Controls.RelayOptions relayOptions12; + private Controls.RelayOptions relayOptions13; + private Controls.RelayOptions relayOptions14; + private Controls.RelayOptions relayOptions15; + private Controls.RelayOptions relayOptions16; } } diff --git a/GCSViews/FlightData.resx b/GCSViews/FlightData.resx index 1bb5e9051c..c48382e21e 100644 --- a/GCSViews/FlightData.resx +++ b/GCSViews/FlightData.resx @@ -3436,6 +3436,216 @@ 17 + + 3, 548 + + + 295, 22 + + + 16 + + + relayOptions7 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 18 + + + 3, 576 + + + 295, 22 + + + 17 + + + relayOptions8 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 19 + + + 3, 604 + + + 295, 22 + + + 18 + + + relayOptions9 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 20 + + + 3, 632 + + + 295, 22 + + + 19 + + + relayOptions10 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 21 + + + 3, 660 + + + 295, 22 + + + 20 + + + relayOptions11 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 22 + + + 3, 688 + + + 295, 22 + + + 21 + + + relayOptions12 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 23 + + + 3, 716 + + + 295, 22 + + + 22 + + + relayOptions13 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 24 + + + 3, 744 + + + 295, 22 + + + 23 + + + relayOptions14 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 25 + + + 3, 772 + + + 295, 22 + + + 24 + + + relayOptions15 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 26 + + + 3, 800 + + + 295, 22 + + + 25 + + + relayOptions16 + + + MissionPlanner.Controls.RelayOptions, MissionPlanner, Version=1.3.8888.28482, Culture=neutral, PublicKeyToken=null + + + flowLayoutPanelServos + + + 27 + Fill