From 60ffda9895aedf612438f5d216146c37d32dde91 Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Sat, 24 Feb 2024 21:35:56 +1100 Subject: [PATCH] temp: add SplitLog as button --- temp.Designer.cs | 108 ++++++++++++++++++++++++++++++++--------- temp.cs | 107 +++++----------------------------------- temp.resx | 124 +++++++++++++++++++++++------------------------ 3 files changed, 159 insertions(+), 180 deletions(-) diff --git a/temp.Designer.cs b/temp.Designer.cs index fa8da2fd04..6c2550f4b3 100644 --- a/temp.Designer.cs +++ b/temp.Designer.cs @@ -30,6 +30,8 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(temp)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.BUT_forcecal_accel = new MissionPlanner.Controls.MyButton(); + this.BUT_forcecal_mag = new MissionPlanner.Controls.MyButton(); this.but_apjtool = new MissionPlanner.Controls.MyButton(); this.BUT_CoT = new MissionPlanner.Controls.MyButton(); this.but_proximity = new MissionPlanner.Controls.MyButton(); @@ -145,13 +147,11 @@ private void InitializeComponent() this.label12 = new System.Windows.Forms.Label(); this.but_ManageCMDList = new MissionPlanner.Controls.MyButton(); this.label28 = new System.Windows.Forms.Label(); - this.controlSensorsStatus1 = new MissionPlanner.Controls.ControlSensorsStatus(); this.but_dfumode = new MissionPlanner.Controls.MyButton(); this.label56 = new System.Windows.Forms.Label(); - this.BUT_forcecal_mag = new MissionPlanner.Controls.MyButton(); - this.BUT_forcecal_accel = new MissionPlanner.Controls.MyButton(); this.label57 = new System.Windows.Forms.Label(); this.label58 = new System.Windows.Forms.Label(); + this.controlSensorsStatus1 = new MissionPlanner.Controls.ControlSensorsStatus(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // @@ -282,10 +282,27 @@ private void InitializeComponent() this.tableLayoutPanel1.Controls.Add(this.label58, 1, 31); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // + // BUT_forcecal_accel + // + resources.ApplyResources(this.BUT_forcecal_accel, "BUT_forcecal_accel"); + this.BUT_forcecal_accel.Name = "BUT_forcecal_accel"; + this.BUT_forcecal_accel.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); + this.BUT_forcecal_accel.UseVisualStyleBackColor = true; + this.BUT_forcecal_accel.Click += new System.EventHandler(this.BUT_forcecal_accel_Click); + // + // BUT_forcecal_mag + // + resources.ApplyResources(this.BUT_forcecal_mag, "BUT_forcecal_mag"); + this.BUT_forcecal_mag.Name = "BUT_forcecal_mag"; + this.BUT_forcecal_mag.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); + this.BUT_forcecal_mag.UseVisualStyleBackColor = true; + this.BUT_forcecal_mag.Click += new System.EventHandler(this.BUT_forcecal_mag_Click); + // // but_apjtool // resources.ApplyResources(this.but_apjtool, "but_apjtool"); this.but_apjtool.Name = "but_apjtool"; + this.but_apjtool.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_apjtool.UseVisualStyleBackColor = true; this.but_apjtool.Click += new System.EventHandler(this.but_signfw_Click); // @@ -293,6 +310,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_CoT, "BUT_CoT"); this.BUT_CoT.Name = "BUT_CoT"; + this.BUT_CoT.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_CoT.UseVisualStyleBackColor = true; this.BUT_CoT.Click += new System.EventHandler(this.BUT_CoT_Click); // @@ -300,6 +318,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_proximity, "but_proximity"); this.but_proximity.Name = "but_proximity"; + this.but_proximity.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_proximity.UseVisualStyleBackColor = true; this.but_proximity.Click += new System.EventHandler(this.but_proximity_Click); // @@ -307,6 +326,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_followswarm, "but_followswarm"); this.but_followswarm.Name = "but_followswarm"; + this.but_followswarm.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_followswarm.UseVisualStyleBackColor = true; this.but_followswarm.Click += new System.EventHandler(this.but_followswarm_Click); // @@ -319,6 +339,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_lockup, "but_lockup"); this.but_lockup.Name = "but_lockup"; + this.but_lockup.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_lockup.UseVisualStyleBackColor = true; this.but_lockup.Click += new System.EventHandler(this.but_lockup_Click); // @@ -326,6 +347,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_td, "but_td"); this.but_td.Name = "but_td"; + this.but_td.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_td.UseVisualStyleBackColor = true; this.but_td.Click += new System.EventHandler(this.but_td_Click); // @@ -333,6 +355,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_gpsinj, "but_gpsinj"); this.but_gpsinj.Name = "but_gpsinj"; + this.but_gpsinj.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_gpsinj.UseVisualStyleBackColor = true; this.but_gpsinj.Click += new System.EventHandler(this.but_gpsinj_Click); // @@ -340,6 +363,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_dem, "but_dem"); this.but_dem.Name = "but_dem"; + this.but_dem.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_dem.UseVisualStyleBackColor = true; this.but_dem.Click += new System.EventHandler(this.but_dem_Click); // @@ -347,6 +371,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_magfit2, "BUT_magfit2"); this.BUT_magfit2.Name = "BUT_magfit2"; + this.BUT_magfit2.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_magfit2.UseVisualStyleBackColor = true; this.BUT_magfit2.Click += new System.EventHandler(this.BUT_magfit2_Click); // @@ -354,6 +379,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_GDAL, "but_GDAL"); this.but_GDAL.Name = "but_GDAL"; + this.but_GDAL.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_GDAL.UseVisualStyleBackColor = true; this.but_GDAL.Click += new System.EventHandler(this.but_GDAL_Click); // @@ -361,6 +387,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_sortlogs, "but_sortlogs"); this.but_sortlogs.Name = "but_sortlogs"; + this.but_sortlogs.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_sortlogs.UseVisualStyleBackColor = true; this.but_sortlogs.Click += new System.EventHandler(this.but_sortlogs_Click); // @@ -368,6 +395,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_optflowcalib, "but_optflowcalib"); this.but_optflowcalib.Name = "but_optflowcalib"; + this.but_optflowcalib.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_optflowcalib.UseVisualStyleBackColor = true; this.but_optflowcalib.Click += new System.EventHandler(this.but_optflowcalib_Click); // @@ -375,6 +403,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_logdlscp, "but_logdlscp"); this.but_logdlscp.Name = "but_logdlscp"; + this.but_logdlscp.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_logdlscp.UseVisualStyleBackColor = true; this.but_logdlscp.Click += new System.EventHandler(this.but_logdlscp_Click); // @@ -382,6 +411,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_signkey, "but_signkey"); this.but_signkey.Name = "but_signkey"; + this.but_signkey.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_signkey.UseVisualStyleBackColor = true; this.but_signkey.Click += new System.EventHandler(this.but_signkey_Click); // @@ -389,6 +419,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_acbarohight, "but_acbarohight"); this.but_acbarohight.Name = "but_acbarohight"; + this.but_acbarohight.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_acbarohight.UseVisualStyleBackColor = true; this.but_acbarohight.Click += new System.EventHandler(this.but_acbarohight_Click); // @@ -396,6 +427,7 @@ private void InitializeComponent() // resources.ApplyResources(this.myButton1, "myButton1"); this.myButton1.Name = "myButton1"; + this.myButton1.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.myButton1.UseVisualStyleBackColor = true; this.myButton1.Click += new System.EventHandler(this.myButton1_Click_2); // @@ -403,6 +435,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_driverclean, "but_driverclean"); this.but_driverclean.Name = "but_driverclean"; + this.but_driverclean.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_driverclean.UseVisualStyleBackColor = true; this.but_driverclean.Click += new System.EventHandler(this.BUT_driverclean_Click); // @@ -410,6 +443,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_agemapdata, "but_agemapdata"); this.but_agemapdata.Name = "but_agemapdata"; + this.but_agemapdata.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_agemapdata.UseVisualStyleBackColor = true; this.but_agemapdata.Click += new System.EventHandler(this.but_agemapdata_Click); // @@ -417,6 +451,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_packetbytes, "but_packetbytes"); this.but_packetbytes.Name = "but_packetbytes"; + this.but_packetbytes.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_packetbytes.UseVisualStyleBackColor = true; this.but_packetbytes.Click += new System.EventHandler(this.but_packetbytes_Click); // @@ -424,6 +459,7 @@ private void InitializeComponent() // resources.ApplyResources(this.myButton_vlc, "myButton_vlc"); this.myButton_vlc.Name = "myButton_vlc"; + this.myButton_vlc.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.myButton_vlc.UseVisualStyleBackColor = true; this.myButton_vlc.Click += new System.EventHandler(this.myButton_vlc_Click); // @@ -436,6 +472,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_trimble, "but_trimble"); this.but_trimble.Name = "but_trimble"; + this.but_trimble.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_trimble.UseVisualStyleBackColor = true; this.but_trimble.Click += new System.EventHandler(this.but_trimble_Click); // @@ -443,6 +480,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_hwids, "but_hwids"); this.but_hwids.Name = "but_hwids"; + this.but_hwids.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_hwids.UseVisualStyleBackColor = true; this.but_hwids.Click += new System.EventHandler(this.but_hwids_Click); // @@ -450,6 +488,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_QNH, "BUT_QNH"); this.BUT_QNH.Name = "BUT_QNH"; + this.BUT_QNH.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_QNH.UseVisualStyleBackColor = true; this.BUT_QNH.Click += new System.EventHandler(this.BUT_QNH_Click); // @@ -457,6 +496,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_reboot, "but_reboot"); this.but_reboot.Name = "but_reboot"; + this.but_reboot.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_reboot.UseVisualStyleBackColor = true; this.but_reboot.Click += new System.EventHandler(this.but_reboot_Click); // @@ -464,6 +504,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_3dmap, "but_3dmap"); this.but_3dmap.Name = "but_3dmap"; + this.but_3dmap.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_3dmap.UseVisualStyleBackColor = true; this.but_3dmap.Click += new System.EventHandler(this.but_3dmap_Click); // @@ -471,6 +512,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_messageinterval, "but_messageinterval"); this.but_messageinterval.Name = "but_messageinterval"; + this.but_messageinterval.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_messageinterval.UseVisualStyleBackColor = true; this.but_messageinterval.Click += new System.EventHandler(this.but_messageinterval_Click); // @@ -478,6 +520,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_blupdate, "but_blupdate"); this.but_blupdate.Name = "but_blupdate"; + this.but_blupdate.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_blupdate.UseVisualStyleBackColor = true; this.but_blupdate.Click += new System.EventHandler(this.but_blupdate_Click); // @@ -485,6 +528,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_fft, "BUT_fft"); this.BUT_fft.Name = "BUT_fft"; + this.BUT_fft.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_fft.UseVisualStyleBackColor = true; this.BUT_fft.Click += new System.EventHandler(this.BUT_fft_Click); // @@ -492,6 +536,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_disablearmswitch, "but_disablearmswitch"); this.but_disablearmswitch.Name = "but_disablearmswitch"; + this.but_disablearmswitch.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_disablearmswitch.UseVisualStyleBackColor = true; this.but_disablearmswitch.Click += new System.EventHandler(this.but_disablearmswitch_Click); // @@ -499,6 +544,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_paramrestore, "but_paramrestore"); this.but_paramrestore.Name = "but_paramrestore"; + this.but_paramrestore.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_paramrestore.UseVisualStyleBackColor = true; this.but_paramrestore.Click += new System.EventHandler(this.but_paramrestore_Click); // @@ -506,6 +552,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_mavinspector, "but_mavinspector"); this.but_mavinspector.Name = "but_mavinspector"; + this.but_mavinspector.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_mavinspector.UseVisualStyleBackColor = true; this.but_mavinspector.Click += new System.EventHandler(this.but_mavinspector_Click); // @@ -513,6 +560,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_sitl_comb, "but_sitl_comb"); this.but_sitl_comb.Name = "but_sitl_comb"; + this.but_sitl_comb.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_sitl_comb.UseVisualStyleBackColor = true; this.but_sitl_comb.Click += new System.EventHandler(this.but_sitl_comb_Click); // @@ -520,6 +568,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_anonlog, "but_anonlog"); this.but_anonlog.Name = "but_anonlog"; + this.but_anonlog.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_anonlog.UseVisualStyleBackColor = true; this.but_anonlog.Click += new System.EventHandler(this.but_anonlog_Click); // @@ -527,6 +576,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_dashware, "but_dashware"); this.but_dashware.Name = "but_dashware"; + this.but_dashware.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_dashware.UseVisualStyleBackColor = true; this.but_dashware.Click += new System.EventHandler(this.but_dashware_Click); // @@ -574,6 +624,7 @@ private void InitializeComponent() // resources.ApplyResources(this.butlogindex, "butlogindex"); this.butlogindex.Name = "butlogindex"; + this.butlogindex.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.butlogindex.UseVisualStyleBackColor = true; this.butlogindex.Click += new System.EventHandler(this.butlogindex_Click); // @@ -581,12 +632,14 @@ private void InitializeComponent() // resources.ApplyResources(this.but_armandtakeoff, "but_armandtakeoff"); this.but_armandtakeoff.Name = "but_armandtakeoff"; + this.but_armandtakeoff.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_armandtakeoff.Click += new System.EventHandler(this.but_armandtakeoff_Click); // // but_maplogs // resources.ApplyResources(this.but_maplogs, "but_maplogs"); this.but_maplogs.Name = "but_maplogs"; + this.but_maplogs.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_maplogs.UseVisualStyleBackColor = true; this.but_maplogs.Click += new System.EventHandler(this.but_maplogs_Click); // @@ -599,6 +652,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_gimbaltest, "but_gimbaltest"); this.but_gimbaltest.Name = "but_gimbaltest"; + this.but_gimbaltest.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_gimbaltest.UseVisualStyleBackColor = true; this.but_gimbaltest.Click += new System.EventHandler(this.but_gimbaltest_Click); // @@ -606,6 +660,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_structtest, "but_structtest"); this.but_structtest.Name = "but_structtest"; + this.but_structtest.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_structtest.UseVisualStyleBackColor = true; this.but_structtest.Click += new System.EventHandler(this.but_structtest_Click); // @@ -643,6 +698,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_clearcustommaps, "BUT_clearcustommaps"); this.BUT_clearcustommaps.Name = "BUT_clearcustommaps"; + this.BUT_clearcustommaps.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_clearcustommaps.UseVisualStyleBackColor = true; this.BUT_clearcustommaps.Click += new System.EventHandler(this.BUT_clearcustommaps_Click); // @@ -650,6 +706,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_getfw, "but_getfw"); this.but_getfw.Name = "but_getfw"; + this.but_getfw.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_getfw.UseVisualStyleBackColor = true; this.but_getfw.Click += new System.EventHandler(this.but_getfw_Click); // @@ -657,6 +714,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_geinjection, "BUT_geinjection"); this.BUT_geinjection.Name = "BUT_geinjection"; + this.BUT_geinjection.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_geinjection.UseVisualStyleBackColor = true; this.BUT_geinjection.Click += new System.EventHandler(this.BUT_geinjection_Click); // @@ -674,6 +732,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_sorttlogs, "BUT_sorttlogs"); this.BUT_sorttlogs.Name = "BUT_sorttlogs"; + this.BUT_sorttlogs.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_sorttlogs.UseVisualStyleBackColor = true; this.BUT_sorttlogs.Click += new System.EventHandler(this.BUT_sorttlogs_Click); // @@ -706,6 +765,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_outputMavlink, "BUT_outputMavlink"); this.BUT_outputMavlink.Name = "BUT_outputMavlink"; + this.BUT_outputMavlink.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_outputMavlink.UseVisualStyleBackColor = true; this.BUT_outputMavlink.Click += new System.EventHandler(this.BUT_outputMavlink_Click); // @@ -713,6 +773,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_outputMD, "BUT_outputMD"); this.BUT_outputMD.Name = "BUT_outputMD"; + this.BUT_outputMD.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_outputMD.UseVisualStyleBackColor = true; this.BUT_outputMD.Click += new System.EventHandler(this.myButton1_Click); // @@ -720,6 +781,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_outputnmea, "BUT_outputnmea"); this.BUT_outputnmea.Name = "BUT_outputnmea"; + this.BUT_outputnmea.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_outputnmea.UseVisualStyleBackColor = true; this.BUT_outputnmea.Click += new System.EventHandler(this.BUT_outputnmea_Click); // @@ -727,12 +789,14 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_georefimage, "BUT_georefimage"); this.BUT_georefimage.Name = "BUT_georefimage"; + this.BUT_georefimage.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_georefimage.Click += new System.EventHandler(this.BUT_georefimage_Click); // // button3 // resources.ApplyResources(this.button3, "button3"); this.button3.Name = "button3"; + this.button3.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // @@ -740,6 +804,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_lang_edit, "BUT_lang_edit"); this.BUT_lang_edit.Name = "BUT_lang_edit"; + this.BUT_lang_edit.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_lang_edit.UseVisualStyleBackColor = true; this.BUT_lang_edit.Click += new System.EventHandler(this.BUT_lang_edit_Click); // @@ -747,6 +812,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_follow_me, "BUT_follow_me"); this.BUT_follow_me.Name = "BUT_follow_me"; + this.BUT_follow_me.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_follow_me.UseVisualStyleBackColor = true; this.BUT_follow_me.Click += new System.EventHandler(this.BUT_follow_me_Click); // @@ -754,6 +820,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_paramgen, "BUT_paramgen"); this.BUT_paramgen.Name = "BUT_paramgen"; + this.BUT_paramgen.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_paramgen.UseVisualStyleBackColor = true; this.BUT_paramgen.Click += new System.EventHandler(this.BUT_paramgen_Click); // @@ -761,6 +828,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_osdvideo, "but_osdvideo"); this.but_osdvideo.Name = "but_osdvideo"; + this.but_osdvideo.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_osdvideo.UseVisualStyleBackColor = true; this.but_osdvideo.Click += new System.EventHandler(this.but_osdvideo_Click); // @@ -768,6 +836,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_movingbase, "BUT_movingbase"); this.BUT_movingbase.Name = "BUT_movingbase"; + this.BUT_movingbase.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_movingbase.UseVisualStyleBackColor = true; this.BUT_movingbase.Click += new System.EventHandler(this.BUT_movingbase_Click); // @@ -775,6 +844,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_shptopoly, "BUT_shptopoly"); this.BUT_shptopoly.Name = "BUT_shptopoly"; + this.BUT_shptopoly.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_shptopoly.UseVisualStyleBackColor = true; this.BUT_shptopoly.Click += new System.EventHandler(this.BUT_shptopoly_Click); // @@ -782,6 +852,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_swarm, "BUT_swarm"); this.BUT_swarm.Name = "BUT_swarm"; + this.BUT_swarm.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_swarm.UseVisualStyleBackColor = true; this.BUT_swarm.Click += new System.EventHandler(this.BUT_swarm_Click); // @@ -789,6 +860,7 @@ private void InitializeComponent() // resources.ApplyResources(this.BUT_followleader, "BUT_followleader"); this.BUT_followleader.Name = "BUT_followleader"; + this.BUT_followleader.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.BUT_followleader.UseVisualStyleBackColor = true; this.BUT_followleader.Click += new System.EventHandler(this.BUT_followleader_Click); // @@ -801,6 +873,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_mavserialport, "but_mavserialport"); this.but_mavserialport.Name = "but_mavserialport"; + this.but_mavserialport.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_mavserialport.UseVisualStyleBackColor = true; this.but_mavserialport.Click += new System.EventHandler(this.but_mavserialport_Click); // @@ -808,6 +881,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_hexmavlink, "but_hexmavlink"); this.but_hexmavlink.Name = "but_hexmavlink"; + this.but_hexmavlink.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_hexmavlink.UseVisualStyleBackColor = true; this.but_hexmavlink.Click += new System.EventHandler(this.but_hexmavlink_Click); // @@ -955,6 +1029,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_remotedflogger, "but_remotedflogger"); this.but_remotedflogger.Name = "but_remotedflogger"; + this.but_remotedflogger.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_remotedflogger.UseVisualStyleBackColor = true; this.but_remotedflogger.Click += new System.EventHandler(this.but_remotedflogger_Click); // @@ -967,6 +1042,7 @@ private void InitializeComponent() // resources.ApplyResources(this.but_ManageCMDList, "but_ManageCMDList"); this.but_ManageCMDList.Name = "but_ManageCMDList"; + this.but_ManageCMDList.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_ManageCMDList.UseVisualStyleBackColor = true; this.but_ManageCMDList.Click += new System.EventHandler(this.but_ManageCMDList_Click); // @@ -975,15 +1051,11 @@ private void InitializeComponent() resources.ApplyResources(this.label28, "label28"); this.label28.Name = "label28"; // - // controlSensorsStatus1 - // - resources.ApplyResources(this.controlSensorsStatus1, "controlSensorsStatus1"); - this.controlSensorsStatus1.Name = "controlSensorsStatus1"; - // // but_dfumode // resources.ApplyResources(this.but_dfumode, "but_dfumode"); this.but_dfumode.Name = "but_dfumode"; + this.but_dfumode.TextColorNotEnabled = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(87)))), ((int)(((byte)(4))))); this.but_dfumode.UseVisualStyleBackColor = true; this.but_dfumode.Click += new System.EventHandler(this.but_dfumode_Click); // @@ -992,21 +1064,6 @@ private void InitializeComponent() resources.ApplyResources(this.label56, "label56"); this.label56.Name = "label56"; // - // - // BUT_forcecal_mag - // - resources.ApplyResources(this.BUT_forcecal_mag, "BUT_forcecal_mag"); - this.BUT_forcecal_mag.Name = "BUT_forcecal_mag"; - this.BUT_forcecal_mag.UseVisualStyleBackColor = true; - this.BUT_forcecal_mag.Click += new System.EventHandler(this.BUT_forcecal_mag_Click); - // - // BUT_forcecal_accel - // - resources.ApplyResources(this.BUT_forcecal_accel, "BUT_forcecal_accel"); - this.BUT_forcecal_accel.Name = "BUT_forcecal_accel"; - this.BUT_forcecal_accel.UseVisualStyleBackColor = true; - this.BUT_forcecal_accel.Click += new System.EventHandler(this.BUT_forcecal_accel_Click); - // // label57 // resources.ApplyResources(this.label57, "label57"); @@ -1017,6 +1074,11 @@ private void InitializeComponent() resources.ApplyResources(this.label58, "label58"); this.label58.Name = "label58"; // + // controlSensorsStatus1 + // + resources.ApplyResources(this.controlSensorsStatus1, "controlSensorsStatus1"); + this.controlSensorsStatus1.Name = "controlSensorsStatus1"; + // // temp // resources.ApplyResources(this, "$this"); diff --git a/temp.cs b/temp.cs index 9576ae13e8..0283f4a2bf 100644 --- a/temp.cs +++ b/temp.cs @@ -719,101 +719,18 @@ private void but_agemapdata_Click(object sender, EventArgs e) private void myButton1_Click_2(object sender, EventArgs e) { - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduCopter-2.8.1/ArduCopter/Parameters.pde" - , "ArduCopter2.8.1.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduCopter-2.9.1/ArduCopter/Parameters.pde" - , "ArduCopter2.9.1.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduCopter-3.0/ArduCopter/Parameters.pde" - , "ArduCopter3.0.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduCopter-3.1.5/ArduCopter/Parameters.pde" - , "ArduCopter3.1.5.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduCopter-3.2.1/ArduCopter/Parameters.pde" - , "ArduCopter3.2.1.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.3.2/ArduCopter/Parameters.cpp" - , "ArduCopter3.3.2.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.3/ArduCopter/Parameters.cpp" - , "ArduCopter3.3.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.4/ArduCopter/Parameters.cpp" - , "ArduCopter3.4.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.4.6/ArduCopter/Parameters.cpp" - , "ArduCopter3.4.6.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.5.0/ArduCopter/Parameters.cpp" - , "ArduCopter3.5.0.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.5.2/ArduCopter/Parameters.cpp" - , "ArduCopter3.5.2.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/Copter-3.5.4/ArduCopter/Parameters.cpp" - , "ArduCopter3.5.4.xml"); - - - - // plane - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.8.3/ArduPlane/Parameters.cpp" - , "ArduPlane3.8.3.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.7.1/ArduPlane/Parameters.cpp" - , "ArduPlane3.7.1.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.7.0/ArduPlane/Parameters.cpp" - , "ArduPlane3.7.0.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.6.0/ArduPlane/Parameters.cpp" - , "ArduPlane3.6.0.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.5.2/ArduPlane/Parameters.cpp" - , "ArduPlane3.5.2.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.3.0/ArduPlane/Parameters.pde" - , "ArduPlane3.3.0.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.2.2/ArduPlane/Parameters.pde" - , "ArduPlane3.2.2.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.1.0/ArduPlane/Parameters.pde" - , "ArduPlane3.1.0.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-3.0.3/ArduPlane/Parameters.pde" - , "ArduPlane3.0.3.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-2.78b/ArduPlane/Parameters.pde" - , "ArduPlane2.78b.xml"); - - ParameterMetaDataParser.GetParameterInformation( - "https://raw.githubusercontent.com/ArduPilot/ardupilot/ArduPlane-2.75/ArduPlane/Parameters.pde" - , "ArduPlane2.75.xml"); + + OpenFileDialog openFileDialog1 = new OpenFileDialog(); + openFileDialog1.Filter = "Log Files|*.log;*.bin;*.BIN;*.LOG"; + openFileDialog1.FilterIndex = 2; + openFileDialog1.Multiselect = true; + openFileDialog1.InitialDirectory = Settings.Instance.LogDir; + if (openFileDialog1.ShowDialog() == DialogResult.OK) + { + int a = 10; + InputBox.Show("How Many", "Enter how many pieces to split into", ref a); + new DFLogBuffer(openFileDialog1.FileName).SplitLog(a); + } } private void but_signkey_Click(object sender, EventArgs e) diff --git a/temp.resx b/temp.resx index d663b5c60d..7822986588 100644 --- a/temp.resx +++ b/temp.resx @@ -310,7 +310,7 @@ 557, 475 - 185, 16 + 149, 13 92 @@ -676,7 +676,7 @@ 73 - Param gen cust + Split DFLog myButton1 @@ -820,7 +820,7 @@ 134, 399 - 190, 16 + 153, 13 98 @@ -1270,7 +1270,7 @@ 134, 475 - 80, 16 + 64, 13 72 @@ -1300,7 +1300,7 @@ 134, 456 - 216, 16 + 171, 13 71 @@ -1330,7 +1330,7 @@ 134, 437 - 170, 16 + 136, 13 70 @@ -1360,7 +1360,7 @@ 134, 418 - 136, 16 + 111, 13 69 @@ -1390,7 +1390,7 @@ 134, 380 - 173, 16 + 140, 13 67 @@ -1420,7 +1420,7 @@ 134, 361 - 133, 16 + 105, 13 66 @@ -1450,7 +1450,7 @@ 134, 342 - 165, 16 + 130, 13 65 @@ -1480,7 +1480,7 @@ 134, 323 - 151, 16 + 123, 13 64 @@ -1600,7 +1600,7 @@ 134, 304 - 211, 19 + 214, 13 63 @@ -1690,7 +1690,7 @@ 134, 266 - 256, 19 + 252, 13 61 @@ -1720,7 +1720,7 @@ 134, 247 - 146, 16 + 117, 13 60 @@ -1750,7 +1750,7 @@ 134, 228 - 159, 16 + 128, 13 59 @@ -1780,7 +1780,7 @@ 134, 190 - 193, 16 + 156, 13 57 @@ -1810,7 +1810,7 @@ 134, 171 - 231, 19 + 226, 19 56 @@ -1840,7 +1840,7 @@ 134, 152 - 253, 16 + 202, 13 55 @@ -1960,7 +1960,7 @@ 134, 133 - 165, 16 + 131, 13 54 @@ -1990,7 +1990,7 @@ 134, 114 - 254, 16 + 201, 13 53 @@ -2050,7 +2050,7 @@ 134, 95 - 258, 16 + 203, 13 52 @@ -2080,7 +2080,7 @@ 134, 76 - 237, 19 + 221, 13 51 @@ -2110,7 +2110,7 @@ 134, 57 - 200, 16 + 163, 13 50 @@ -2140,7 +2140,7 @@ 134, 38 - 176, 16 + 141, 13 49 @@ -2170,7 +2170,7 @@ 134, 19 - 186, 16 + 149, 13 48 @@ -2590,7 +2590,7 @@ 134, 0 - 143, 16 + 115, 13 47 @@ -2680,7 +2680,7 @@ 134, 532 - 160, 16 + 128, 13 106 @@ -2710,7 +2710,7 @@ 134, 494 - 263, 19 + 263, 13 108 @@ -2740,7 +2740,7 @@ 557, 19 - 150, 16 + 117, 13 109 @@ -2770,7 +2770,7 @@ 557, 38 - 175, 16 + 142, 13 110 @@ -2800,7 +2800,7 @@ 557, 57 - 208, 19 + 212, 13 111 @@ -2830,7 +2830,7 @@ 557, 76 - 207, 19 + 218, 13 112 @@ -2860,7 +2860,7 @@ 557, 95 - 139, 16 + 111, 13 113 @@ -2890,7 +2890,7 @@ 557, 114 - 94, 16 + 76, 13 114 @@ -2920,7 +2920,7 @@ 557, 133 - 236, 19 + 196, 13 115 @@ -2950,7 +2950,7 @@ 557, 152 - 209, 16 + 169, 13 116 @@ -2980,7 +2980,7 @@ 557, 171 - 172, 16 + 137, 13 117 @@ -3010,7 +3010,7 @@ 557, 190 - 176, 16 + 144, 13 118 @@ -3040,7 +3040,7 @@ 557, 209 - 233, 19 + 222, 19 119 @@ -3070,7 +3070,7 @@ 557, 228 - 217, 16 + 172, 13 120 @@ -3100,7 +3100,7 @@ 557, 247 - 216, 19 + 200, 13 121 @@ -3130,7 +3130,7 @@ 557, 266 - 209, 19 + 196, 13 122 @@ -3160,7 +3160,7 @@ 557, 304 - 19, 16 + 19, 13 123 @@ -3190,7 +3190,7 @@ 557, 323 - 19, 16 + 19, 13 124 @@ -3220,7 +3220,7 @@ 557, 342 - 16, 16 + 16, 13 125 @@ -3250,7 +3250,7 @@ 557, 361 - 121, 16 + 98, 13 126 @@ -3280,7 +3280,7 @@ 557, 380 - 89, 16 + 74, 13 127 @@ -3310,7 +3310,7 @@ 557, 399 - 51, 16 + 41, 13 128 @@ -3340,7 +3340,7 @@ 557, 418 - 214, 19 + 212, 19 129 @@ -3370,7 +3370,7 @@ 557, 437 - 233, 16 + 184, 13 130 @@ -3400,13 +3400,13 @@ 557, 456 - 168, 16 + 113, 13 131 - generate aged param data + split dflog into x pieces label52 @@ -3430,7 +3430,7 @@ 557, 494 - 158, 16 + 129, 13 132 @@ -3460,7 +3460,7 @@ 557, 513 - 141, 16 + 111, 13 133 @@ -3490,7 +3490,7 @@ 557, 532 - 77, 16 + 61, 13 134 @@ -3544,7 +3544,7 @@ 134, 551 - 157, 16 + 126, 13 137 @@ -3598,7 +3598,7 @@ 557, 551 - 204, 16 + 161, 13 139 @@ -3649,7 +3649,7 @@ 557, 570 - 73, 16 + 59, 13 141 @@ -3679,7 +3679,7 @@ 134, 570 - 239, 16 + 190, 13 144 @@ -3709,7 +3709,7 @@ 134, 589 - 233, 16 + 184, 13 145 @@ -3772,7 +3772,7 @@ controlSensorsStatus1 - MissionPlanner.Controls.ControlSensorsStatus, MissionPlanner, Version=1.3.8446.38353, Culture=neutral, PublicKeyToken=null + MissionPlanner.Controls.ControlSensorsStatus, MissionPlanner, Version=1.3.8820.14861, Culture=neutral, PublicKeyToken=null $this @@ -3790,7 +3790,7 @@ True - 1027, 628 + 1044, 628 temp