mirror of https://github.com/ArduPilot/ardupilot
1351 lines
64 KiB
C#
1351 lines
64 KiB
C#
namespace ArdupilotMega.GCSViews
|
|
{
|
|
partial class FlightData
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlightData));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.goHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pointCameraHereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MainH = new System.Windows.Forms.SplitContainer();
|
|
this.SubMainLeft = new System.Windows.Forms.SplitContainer();
|
|
this.hud1 = new hud.HUD();
|
|
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.recordHudToAVIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.stopRecordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabActions = new System.Windows.Forms.TabPage();
|
|
this.BUT_script = new ArdupilotMega.MyButton();
|
|
this.BUT_joystick = new ArdupilotMega.MyButton();
|
|
this.BUT_quickmanual = new ArdupilotMega.MyButton();
|
|
this.BUT_quickrtl = new ArdupilotMega.MyButton();
|
|
this.BUT_quickauto = new ArdupilotMega.MyButton();
|
|
this.CMB_setwp = new System.Windows.Forms.ComboBox();
|
|
this.BUT_setwp = new ArdupilotMega.MyButton();
|
|
this.CMB_modes = new System.Windows.Forms.ComboBox();
|
|
this.BUT_setmode = new ArdupilotMega.MyButton();
|
|
this.BUT_clear_track = new ArdupilotMega.MyButton();
|
|
this.CMB_action = new System.Windows.Forms.ComboBox();
|
|
this.BUT_Homealt = new ArdupilotMega.MyButton();
|
|
this.BUT_RAWSensor = new ArdupilotMega.MyButton();
|
|
this.BUTrestartmission = new ArdupilotMega.MyButton();
|
|
this.BUTactiondo = new ArdupilotMega.MyButton();
|
|
this.tabGauges = new System.Windows.Forms.TabPage();
|
|
this.Gvspeed = new AGaugeApp.AGauge();
|
|
this.Gheading = new AGaugeApp.AGauge();
|
|
this.Galt = new AGaugeApp.AGauge();
|
|
this.Gspeed = new AGaugeApp.AGauge();
|
|
this.tabStatus = new System.Windows.Forms.TabPage();
|
|
this.tabTLogs = new System.Windows.Forms.TabPage();
|
|
this.lbl_logpercent = new ArdupilotMega.MyLabel();
|
|
this.NUM_playbackspeed = new System.Windows.Forms.NumericUpDown();
|
|
this.BUT_log2kml = new ArdupilotMega.MyButton();
|
|
this.tracklog = new System.Windows.Forms.TrackBar();
|
|
this.BUT_playlog = new ArdupilotMega.MyButton();
|
|
this.BUT_loadtelem = new ArdupilotMega.MyButton();
|
|
this.tableMap = new System.Windows.Forms.TableLayoutPanel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.zg1 = new ZedGraph.ZedGraphControl();
|
|
this.lbl_winddir = new ArdupilotMega.MyLabel();
|
|
this.lbl_windvel = new ArdupilotMega.MyLabel();
|
|
this.gMapControl1 = new myGMAP();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.TXT_lat = new ArdupilotMega.MyLabel();
|
|
this.Zoomlevel = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new ArdupilotMega.MyLabel();
|
|
this.TXT_long = new ArdupilotMega.MyLabel();
|
|
this.TXT_alt = new ArdupilotMega.MyLabel();
|
|
this.CHK_autopan = new System.Windows.Forms.CheckBox();
|
|
this.CB_tuning = new System.Windows.Forms.CheckBox();
|
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.ZedGraphTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.label6 = new ArdupilotMega.MyLabel();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.MainH.Panel1.SuspendLayout();
|
|
this.MainH.Panel2.SuspendLayout();
|
|
this.MainH.SuspendLayout();
|
|
this.SubMainLeft.Panel1.SuspendLayout();
|
|
this.SubMainLeft.Panel2.SuspendLayout();
|
|
this.SubMainLeft.SuspendLayout();
|
|
this.contextMenuStrip2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabActions.SuspendLayout();
|
|
this.tabGauges.SuspendLayout();
|
|
this.tabTLogs.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUM_playbackspeed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tracklog)).BeginInit();
|
|
this.tableMap.SuspendLayout();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Zoomlevel)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.goHereToolStripMenuItem,
|
|
this.pointCameraHereToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
//
|
|
// goHereToolStripMenuItem
|
|
//
|
|
this.goHereToolStripMenuItem.Name = "goHereToolStripMenuItem";
|
|
resources.ApplyResources(this.goHereToolStripMenuItem, "goHereToolStripMenuItem");
|
|
this.goHereToolStripMenuItem.Click += new System.EventHandler(this.goHereToolStripMenuItem_Click);
|
|
//
|
|
// pointCameraHereToolStripMenuItem
|
|
//
|
|
this.pointCameraHereToolStripMenuItem.Name = "pointCameraHereToolStripMenuItem";
|
|
resources.ApplyResources(this.pointCameraHereToolStripMenuItem, "pointCameraHereToolStripMenuItem");
|
|
this.pointCameraHereToolStripMenuItem.Click += new System.EventHandler(this.pointCameraHereToolStripMenuItem_Click);
|
|
//
|
|
// MainH
|
|
//
|
|
this.MainH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
resources.ApplyResources(this.MainH, "MainH");
|
|
this.MainH.Name = "MainH";
|
|
//
|
|
// MainH.Panel1
|
|
//
|
|
this.MainH.Panel1.Controls.Add(this.SubMainLeft);
|
|
//
|
|
// MainH.Panel2
|
|
//
|
|
this.MainH.Panel2.Controls.Add(this.tableMap);
|
|
this.MainH.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.MainH_SplitterMoved);
|
|
//
|
|
// SubMainLeft
|
|
//
|
|
this.SubMainLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
resources.ApplyResources(this.SubMainLeft, "SubMainLeft");
|
|
this.SubMainLeft.Name = "SubMainLeft";
|
|
//
|
|
// SubMainLeft.Panel1
|
|
//
|
|
this.SubMainLeft.Panel1.Controls.Add(this.hud1);
|
|
this.SubMainLeft.Panel1.Resize += new System.EventHandler(this.SubMainHT_Panel1_Resize);
|
|
//
|
|
// SubMainLeft.Panel2
|
|
//
|
|
this.SubMainLeft.Panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.SubMainLeft.Panel2.Controls.Add(this.tabControl1);
|
|
//
|
|
// hud1
|
|
//
|
|
this.hud1.airspeed = 0F;
|
|
this.hud1.alt = 0F;
|
|
this.hud1.BackColor = System.Drawing.Color.Transparent;
|
|
this.hud1.batterylevel = 0F;
|
|
this.hud1.batteryremaining = 0F;
|
|
this.hud1.ContextMenuStrip = this.contextMenuStrip2;
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("airspeed", this.bindingSource1, "airspeed", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("alt", this.bindingSource1, "alt", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("batterylevel", this.bindingSource1, "battery_voltage", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("batteryremaining", this.bindingSource1, "battery_remaining", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("datetime", this.bindingSource1, "datetime", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("disttowp", this.bindingSource1, "wp_dist", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("gpsfix", this.bindingSource1, "gpsstatus", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("gpshdop", this.bindingSource1, "gpshdop", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("groundcourse", this.bindingSource1, "groundcourse", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("groundspeed", this.bindingSource1, "groundspeed", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("heading", this.bindingSource1, "yaw", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("linkqualitygcs", this.bindingSource1, "linkqualitygcs", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("mode", this.bindingSource1, "mode", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("navpitch", this.bindingSource1, "nav_pitch", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("navroll", this.bindingSource1, "nav_roll", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("pitch", this.bindingSource1, "pitch", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("roll", this.bindingSource1, "roll", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("status", this.bindingSource1, "armed", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("targetalt", this.bindingSource1, "targetalt", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("targetheading", this.bindingSource1, "nav_bearing", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("targetspeed", this.bindingSource1, "targetairspeed", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("turnrate", this.bindingSource1, "turnrate", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("verticalspeed", this.bindingSource1, "verticalspeed", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("wpno", this.bindingSource1, "wpno", true));
|
|
this.hud1.DataBindings.Add(new System.Windows.Forms.Binding("xtrack_error", this.bindingSource1, "xtrack_error", true));
|
|
this.hud1.datetime = new System.DateTime(((long)(0)));
|
|
this.hud1.disttowp = 0F;
|
|
resources.ApplyResources(this.hud1, "hud1");
|
|
this.hud1.gpsfix = 0F;
|
|
this.hud1.gpshdop = 0F;
|
|
this.hud1.groundcourse = 0F;
|
|
this.hud1.groundspeed = 0F;
|
|
this.hud1.heading = 0F;
|
|
this.hud1.hudcolor = System.Drawing.Color.White;
|
|
this.hud1.linkqualitygcs = 0F;
|
|
this.hud1.mode = "Manual";
|
|
this.hud1.Name = "hud1";
|
|
this.hud1.navpitch = 0F;
|
|
this.hud1.navroll = 0F;
|
|
this.hud1.opengl = true;
|
|
this.hud1.pitch = 0F;
|
|
this.hud1.roll = 0F;
|
|
this.hud1.status = 0;
|
|
this.hud1.streamjpg = null;
|
|
this.hud1.targetalt = 0F;
|
|
this.hud1.targetheading = 0F;
|
|
this.hud1.targetspeed = 0F;
|
|
this.hud1.turnrate = 0F;
|
|
this.hud1.verticalspeed = 0F;
|
|
this.hud1.VSync = false;
|
|
this.hud1.wpno = 0;
|
|
this.hud1.xtrack_error = 0F;
|
|
this.hud1.DoubleClick += new System.EventHandler(this.hud1_DoubleClick);
|
|
//
|
|
// contextMenuStrip2
|
|
//
|
|
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.recordHudToAVIToolStripMenuItem,
|
|
this.stopRecordToolStripMenuItem});
|
|
this.contextMenuStrip2.Name = "contextMenuStrip2";
|
|
resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
|
|
//
|
|
// recordHudToAVIToolStripMenuItem
|
|
//
|
|
this.recordHudToAVIToolStripMenuItem.Name = "recordHudToAVIToolStripMenuItem";
|
|
resources.ApplyResources(this.recordHudToAVIToolStripMenuItem, "recordHudToAVIToolStripMenuItem");
|
|
this.recordHudToAVIToolStripMenuItem.Click += new System.EventHandler(this.recordHudToAVIToolStripMenuItem_Click);
|
|
//
|
|
// stopRecordToolStripMenuItem
|
|
//
|
|
this.stopRecordToolStripMenuItem.Name = "stopRecordToolStripMenuItem";
|
|
resources.ApplyResources(this.stopRecordToolStripMenuItem, "stopRecordToolStripMenuItem");
|
|
this.stopRecordToolStripMenuItem.Click += new System.EventHandler(this.stopRecordToolStripMenuItem_Click);
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(ArdupilotMega.CurrentState);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabActions);
|
|
this.tabControl1.Controls.Add(this.tabGauges);
|
|
this.tabControl1.Controls.Add(this.tabStatus);
|
|
this.tabControl1.Controls.Add(this.tabTLogs);
|
|
resources.ApplyResources(this.tabControl1, "tabControl1");
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl1_DrawItem);
|
|
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|
//
|
|
// tabActions
|
|
//
|
|
this.tabActions.Controls.Add(this.BUT_script);
|
|
this.tabActions.Controls.Add(this.BUT_joystick);
|
|
this.tabActions.Controls.Add(this.BUT_quickmanual);
|
|
this.tabActions.Controls.Add(this.BUT_quickrtl);
|
|
this.tabActions.Controls.Add(this.BUT_quickauto);
|
|
this.tabActions.Controls.Add(this.CMB_setwp);
|
|
this.tabActions.Controls.Add(this.BUT_setwp);
|
|
this.tabActions.Controls.Add(this.CMB_modes);
|
|
this.tabActions.Controls.Add(this.BUT_setmode);
|
|
this.tabActions.Controls.Add(this.BUT_clear_track);
|
|
this.tabActions.Controls.Add(this.CMB_action);
|
|
this.tabActions.Controls.Add(this.BUT_Homealt);
|
|
this.tabActions.Controls.Add(this.BUT_RAWSensor);
|
|
this.tabActions.Controls.Add(this.BUTrestartmission);
|
|
this.tabActions.Controls.Add(this.BUTactiondo);
|
|
resources.ApplyResources(this.tabActions, "tabActions");
|
|
this.tabActions.Name = "tabActions";
|
|
this.tabActions.UseVisualStyleBackColor = true;
|
|
//
|
|
// BUT_script
|
|
//
|
|
resources.ApplyResources(this.BUT_script, "BUT_script");
|
|
this.BUT_script.Name = "BUT_script";
|
|
this.BUT_script.UseVisualStyleBackColor = true;
|
|
this.BUT_script.Click += new System.EventHandler(this.BUT_script_Click);
|
|
//
|
|
// BUT_joystick
|
|
//
|
|
resources.ApplyResources(this.BUT_joystick, "BUT_joystick");
|
|
this.BUT_joystick.Name = "BUT_joystick";
|
|
this.toolTip1.SetToolTip(this.BUT_joystick, resources.GetString("BUT_joystick.ToolTip"));
|
|
this.BUT_joystick.UseVisualStyleBackColor = true;
|
|
this.BUT_joystick.Click += new System.EventHandler(this.BUT_joystick_Click);
|
|
//
|
|
// BUT_quickmanual
|
|
//
|
|
resources.ApplyResources(this.BUT_quickmanual, "BUT_quickmanual");
|
|
this.BUT_quickmanual.Name = "BUT_quickmanual";
|
|
this.toolTip1.SetToolTip(this.BUT_quickmanual, resources.GetString("BUT_quickmanual.ToolTip"));
|
|
this.BUT_quickmanual.UseVisualStyleBackColor = true;
|
|
this.BUT_quickmanual.Click += new System.EventHandler(this.BUT_quickmanual_Click);
|
|
//
|
|
// BUT_quickrtl
|
|
//
|
|
resources.ApplyResources(this.BUT_quickrtl, "BUT_quickrtl");
|
|
this.BUT_quickrtl.Name = "BUT_quickrtl";
|
|
this.toolTip1.SetToolTip(this.BUT_quickrtl, resources.GetString("BUT_quickrtl.ToolTip"));
|
|
this.BUT_quickrtl.UseVisualStyleBackColor = true;
|
|
this.BUT_quickrtl.Click += new System.EventHandler(this.BUT_quickrtl_Click);
|
|
//
|
|
// BUT_quickauto
|
|
//
|
|
resources.ApplyResources(this.BUT_quickauto, "BUT_quickauto");
|
|
this.BUT_quickauto.Name = "BUT_quickauto";
|
|
this.toolTip1.SetToolTip(this.BUT_quickauto, resources.GetString("BUT_quickauto.ToolTip"));
|
|
this.BUT_quickauto.UseVisualStyleBackColor = true;
|
|
this.BUT_quickauto.Click += new System.EventHandler(this.BUT_quickauto_Click);
|
|
//
|
|
// CMB_setwp
|
|
//
|
|
this.CMB_setwp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CMB_setwp.FormattingEnabled = true;
|
|
this.CMB_setwp.Items.AddRange(new object[] {
|
|
resources.GetString("CMB_setwp.Items")});
|
|
resources.ApplyResources(this.CMB_setwp, "CMB_setwp");
|
|
this.CMB_setwp.Name = "CMB_setwp";
|
|
this.CMB_setwp.Click += new System.EventHandler(this.CMB_setwp_Click);
|
|
//
|
|
// BUT_setwp
|
|
//
|
|
resources.ApplyResources(this.BUT_setwp, "BUT_setwp");
|
|
this.BUT_setwp.Name = "BUT_setwp";
|
|
this.toolTip1.SetToolTip(this.BUT_setwp, resources.GetString("BUT_setwp.ToolTip"));
|
|
this.BUT_setwp.UseVisualStyleBackColor = true;
|
|
this.BUT_setwp.Click += new System.EventHandler(this.BUT_setwp_Click);
|
|
//
|
|
// CMB_modes
|
|
//
|
|
this.CMB_modes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CMB_modes.FormattingEnabled = true;
|
|
resources.ApplyResources(this.CMB_modes, "CMB_modes");
|
|
this.CMB_modes.Name = "CMB_modes";
|
|
this.CMB_modes.Click += new System.EventHandler(this.CMB_modes_Click);
|
|
//
|
|
// BUT_setmode
|
|
//
|
|
resources.ApplyResources(this.BUT_setmode, "BUT_setmode");
|
|
this.BUT_setmode.Name = "BUT_setmode";
|
|
this.toolTip1.SetToolTip(this.BUT_setmode, resources.GetString("BUT_setmode.ToolTip"));
|
|
this.BUT_setmode.UseVisualStyleBackColor = true;
|
|
this.BUT_setmode.Click += new System.EventHandler(this.BUT_setmode_Click);
|
|
//
|
|
// BUT_clear_track
|
|
//
|
|
resources.ApplyResources(this.BUT_clear_track, "BUT_clear_track");
|
|
this.BUT_clear_track.Name = "BUT_clear_track";
|
|
this.toolTip1.SetToolTip(this.BUT_clear_track, resources.GetString("BUT_clear_track.ToolTip"));
|
|
this.BUT_clear_track.UseVisualStyleBackColor = true;
|
|
this.BUT_clear_track.Click += new System.EventHandler(this.BUT_clear_track_Click);
|
|
//
|
|
// CMB_action
|
|
//
|
|
this.CMB_action.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CMB_action.DropDownWidth = 110;
|
|
this.CMB_action.FormattingEnabled = true;
|
|
resources.ApplyResources(this.CMB_action, "CMB_action");
|
|
this.CMB_action.Name = "CMB_action";
|
|
//
|
|
// BUT_Homealt
|
|
//
|
|
resources.ApplyResources(this.BUT_Homealt, "BUT_Homealt");
|
|
this.BUT_Homealt.Name = "BUT_Homealt";
|
|
this.toolTip1.SetToolTip(this.BUT_Homealt, resources.GetString("BUT_Homealt.ToolTip"));
|
|
this.BUT_Homealt.UseVisualStyleBackColor = true;
|
|
this.BUT_Homealt.Click += new System.EventHandler(this.BUT_Homealt_Click);
|
|
//
|
|
// BUT_RAWSensor
|
|
//
|
|
resources.ApplyResources(this.BUT_RAWSensor, "BUT_RAWSensor");
|
|
this.BUT_RAWSensor.Name = "BUT_RAWSensor";
|
|
this.toolTip1.SetToolTip(this.BUT_RAWSensor, resources.GetString("BUT_RAWSensor.ToolTip"));
|
|
this.BUT_RAWSensor.UseVisualStyleBackColor = true;
|
|
this.BUT_RAWSensor.Click += new System.EventHandler(this.BUT_RAWSensor_Click);
|
|
//
|
|
// BUTrestartmission
|
|
//
|
|
resources.ApplyResources(this.BUTrestartmission, "BUTrestartmission");
|
|
this.BUTrestartmission.Name = "BUTrestartmission";
|
|
this.toolTip1.SetToolTip(this.BUTrestartmission, resources.GetString("BUTrestartmission.ToolTip"));
|
|
this.BUTrestartmission.UseVisualStyleBackColor = true;
|
|
this.BUTrestartmission.Click += new System.EventHandler(this.BUTrestartmission_Click);
|
|
//
|
|
// BUTactiondo
|
|
//
|
|
resources.ApplyResources(this.BUTactiondo, "BUTactiondo");
|
|
this.BUTactiondo.Name = "BUTactiondo";
|
|
this.toolTip1.SetToolTip(this.BUTactiondo, resources.GetString("BUTactiondo.ToolTip"));
|
|
this.BUTactiondo.UseVisualStyleBackColor = true;
|
|
this.BUTactiondo.Click += new System.EventHandler(this.BUTactiondo_Click);
|
|
//
|
|
// tabGauges
|
|
//
|
|
this.tabGauges.Controls.Add(this.Gvspeed);
|
|
this.tabGauges.Controls.Add(this.Gheading);
|
|
this.tabGauges.Controls.Add(this.Galt);
|
|
this.tabGauges.Controls.Add(this.Gspeed);
|
|
resources.ApplyResources(this.tabGauges, "tabGauges");
|
|
this.tabGauges.Name = "tabGauges";
|
|
this.tabGauges.UseVisualStyleBackColor = true;
|
|
this.tabGauges.Resize += new System.EventHandler(this.tabPage1_Resize);
|
|
//
|
|
// Gvspeed
|
|
//
|
|
this.Gvspeed.BackColor = System.Drawing.Color.Transparent;
|
|
this.Gvspeed.BackgroundImage = global::ArdupilotMega.Properties.Resources.Gaugebg;
|
|
resources.ApplyResources(this.Gvspeed, "Gvspeed");
|
|
this.Gvspeed.BaseArcColor = System.Drawing.Color.Transparent;
|
|
this.Gvspeed.BaseArcRadius = 60;
|
|
this.Gvspeed.BaseArcStart = 20;
|
|
this.Gvspeed.BaseArcSweep = 320;
|
|
this.Gvspeed.BaseArcWidth = 2;
|
|
this.Gvspeed.basesize = new System.Drawing.Size(150, 150);
|
|
this.Gvspeed.Cap_Idx = ((byte)(0));
|
|
this.Gvspeed.CapColor = System.Drawing.Color.White;
|
|
this.Gvspeed.CapColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black};
|
|
this.Gvspeed.CapPosition = new System.Drawing.Point(65, 85);
|
|
this.Gvspeed.CapsPosition = new System.Drawing.Point[] {
|
|
new System.Drawing.Point(65, 85),
|
|
new System.Drawing.Point(30, 55),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10)};
|
|
this.Gvspeed.CapsText = new string[] {
|
|
"VSI",
|
|
"",
|
|
"",
|
|
"",
|
|
""};
|
|
this.Gvspeed.CapText = "VSI";
|
|
this.Gvspeed.Center = new System.Drawing.Point(75, 75);
|
|
this.Gvspeed.DataBindings.Add(new System.Windows.Forms.Binding("Value0", this.bindingSource1, "climbrate", true));
|
|
this.Gvspeed.MaxValue = 10F;
|
|
this.Gvspeed.MinValue = -10F;
|
|
this.Gvspeed.Name = "Gvspeed";
|
|
this.Gvspeed.Need_Idx = ((byte)(3));
|
|
this.Gvspeed.NeedleColor1 = AGaugeApp.AGauge.NeedleColorEnum.Gray;
|
|
this.Gvspeed.NeedleColor2 = System.Drawing.Color.White;
|
|
this.Gvspeed.NeedleEnabled = false;
|
|
this.Gvspeed.NeedleRadius = 80;
|
|
this.Gvspeed.NeedlesColor1 = new AGaugeApp.AGauge.NeedleColorEnum[] {
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray};
|
|
this.Gvspeed.NeedlesColor2 = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White};
|
|
this.Gvspeed.NeedlesEnabled = new bool[] {
|
|
true,
|
|
false,
|
|
false,
|
|
false};
|
|
this.Gvspeed.NeedlesRadius = new int[] {
|
|
50,
|
|
30,
|
|
50,
|
|
80};
|
|
this.Gvspeed.NeedlesType = new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0};
|
|
this.Gvspeed.NeedlesWidth = new int[] {
|
|
2,
|
|
2,
|
|
2,
|
|
2};
|
|
this.Gvspeed.NeedleType = 0;
|
|
this.Gvspeed.NeedleWidth = 2;
|
|
this.Gvspeed.Range_Idx = ((byte)(0));
|
|
this.Gvspeed.RangeColor = System.Drawing.Color.LightGreen;
|
|
this.Gvspeed.RangeEnabled = false;
|
|
this.Gvspeed.RangeEndValue = 360F;
|
|
this.Gvspeed.RangeInnerRadius = 1;
|
|
this.Gvspeed.RangeOuterRadius = 60;
|
|
this.Gvspeed.RangesColor = new System.Drawing.Color[] {
|
|
System.Drawing.Color.LightGreen,
|
|
System.Drawing.Color.Red,
|
|
System.Drawing.Color.Orange,
|
|
System.Drawing.SystemColors.Control,
|
|
System.Drawing.SystemColors.Control};
|
|
this.Gvspeed.RangesEnabled = new bool[] {
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false};
|
|
this.Gvspeed.RangesEndValue = new float[] {
|
|
360F,
|
|
200F,
|
|
150F,
|
|
0F,
|
|
0F};
|
|
this.Gvspeed.RangesInnerRadius = new int[] {
|
|
1,
|
|
1,
|
|
1,
|
|
70,
|
|
70};
|
|
this.Gvspeed.RangesOuterRadius = new int[] {
|
|
60,
|
|
60,
|
|
60,
|
|
80,
|
|
80};
|
|
this.Gvspeed.RangesStartValue = new float[] {
|
|
0F,
|
|
150F,
|
|
75F,
|
|
0F,
|
|
0F};
|
|
this.Gvspeed.RangeStartValue = 0F;
|
|
this.Gvspeed.ScaleLinesInterColor = System.Drawing.Color.White;
|
|
this.Gvspeed.ScaleLinesInterInnerRadius = 52;
|
|
this.Gvspeed.ScaleLinesInterOuterRadius = 60;
|
|
this.Gvspeed.ScaleLinesInterWidth = 1;
|
|
this.Gvspeed.ScaleLinesMajorColor = System.Drawing.Color.White;
|
|
this.Gvspeed.ScaleLinesMajorInnerRadius = 50;
|
|
this.Gvspeed.ScaleLinesMajorOuterRadius = 60;
|
|
this.Gvspeed.ScaleLinesMajorStepValue = 2F;
|
|
this.Gvspeed.ScaleLinesMajorWidth = 2;
|
|
this.Gvspeed.ScaleLinesMinorColor = System.Drawing.Color.White;
|
|
this.Gvspeed.ScaleLinesMinorInnerRadius = 55;
|
|
this.Gvspeed.ScaleLinesMinorNumOf = 9;
|
|
this.Gvspeed.ScaleLinesMinorOuterRadius = 60;
|
|
this.Gvspeed.ScaleLinesMinorWidth = 1;
|
|
this.Gvspeed.ScaleNumbersColor = System.Drawing.Color.White;
|
|
this.Gvspeed.ScaleNumbersFormat = "";
|
|
this.Gvspeed.ScaleNumbersRadius = 42;
|
|
this.Gvspeed.ScaleNumbersRotation = 0;
|
|
this.Gvspeed.ScaleNumbersStartScaleLine = 1;
|
|
this.Gvspeed.ScaleNumbersStepScaleLines = 1;
|
|
this.Gvspeed.Value = 0F;
|
|
this.Gvspeed.Value0 = 0F;
|
|
this.Gvspeed.Value1 = 0F;
|
|
this.Gvspeed.Value2 = 0F;
|
|
this.Gvspeed.Value3 = 0F;
|
|
//
|
|
// Gheading
|
|
//
|
|
this.Gheading.BackColor = System.Drawing.Color.Transparent;
|
|
this.Gheading.BackgroundImage = global::ArdupilotMega.Properties.Resources.Gaugebg;
|
|
resources.ApplyResources(this.Gheading, "Gheading");
|
|
this.Gheading.BaseArcColor = System.Drawing.Color.Transparent;
|
|
this.Gheading.BaseArcRadius = 60;
|
|
this.Gheading.BaseArcStart = 270;
|
|
this.Gheading.BaseArcSweep = 360;
|
|
this.Gheading.BaseArcWidth = 2;
|
|
this.Gheading.basesize = new System.Drawing.Size(150, 150);
|
|
this.Gheading.Cap_Idx = ((byte)(0));
|
|
this.Gheading.CapColor = System.Drawing.Color.White;
|
|
this.Gheading.CapColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black};
|
|
this.Gheading.CapPosition = new System.Drawing.Point(55, 85);
|
|
this.Gheading.CapsPosition = new System.Drawing.Point[] {
|
|
new System.Drawing.Point(55, 85),
|
|
new System.Drawing.Point(40, 67),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10)};
|
|
this.Gheading.CapsText = new string[] {
|
|
"Heading",
|
|
"",
|
|
"",
|
|
"",
|
|
""};
|
|
this.Gheading.CapText = "Heading";
|
|
this.Gheading.Center = new System.Drawing.Point(75, 75);
|
|
this.Gheading.DataBindings.Add(new System.Windows.Forms.Binding("Value0", this.bindingSource1, "yaw", true));
|
|
this.Gheading.DataBindings.Add(new System.Windows.Forms.Binding("Value1", this.bindingSource1, "nav_bearing", true));
|
|
this.Gheading.MaxValue = 359F;
|
|
this.Gheading.MinValue = 0F;
|
|
this.Gheading.Name = "Gheading";
|
|
this.Gheading.Need_Idx = ((byte)(3));
|
|
this.Gheading.NeedleColor1 = AGaugeApp.AGauge.NeedleColorEnum.Gray;
|
|
this.Gheading.NeedleColor2 = System.Drawing.Color.White;
|
|
this.Gheading.NeedleEnabled = false;
|
|
this.Gheading.NeedleRadius = 80;
|
|
this.Gheading.NeedlesColor1 = new AGaugeApp.AGauge.NeedleColorEnum[] {
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Red,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray};
|
|
this.Gheading.NeedlesColor2 = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White};
|
|
this.Gheading.NeedlesEnabled = new bool[] {
|
|
true,
|
|
true,
|
|
false,
|
|
false};
|
|
this.Gheading.NeedlesRadius = new int[] {
|
|
60,
|
|
60,
|
|
80,
|
|
80};
|
|
this.Gheading.NeedlesType = new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0};
|
|
this.Gheading.NeedlesWidth = new int[] {
|
|
2,
|
|
2,
|
|
2,
|
|
2};
|
|
this.Gheading.NeedleType = 0;
|
|
this.Gheading.NeedleWidth = 2;
|
|
this.Gheading.Range_Idx = ((byte)(0));
|
|
this.Gheading.RangeColor = System.Drawing.Color.LightGreen;
|
|
this.Gheading.RangeEnabled = false;
|
|
this.Gheading.RangeEndValue = 360F;
|
|
this.Gheading.RangeInnerRadius = 1;
|
|
this.Gheading.RangeOuterRadius = 60;
|
|
this.Gheading.RangesColor = new System.Drawing.Color[] {
|
|
System.Drawing.Color.LightGreen,
|
|
System.Drawing.Color.Red,
|
|
System.Drawing.Color.Orange,
|
|
System.Drawing.SystemColors.Control,
|
|
System.Drawing.SystemColors.Control};
|
|
this.Gheading.RangesEnabled = new bool[] {
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false};
|
|
this.Gheading.RangesEndValue = new float[] {
|
|
360F,
|
|
200F,
|
|
150F,
|
|
0F,
|
|
0F};
|
|
this.Gheading.RangesInnerRadius = new int[] {
|
|
1,
|
|
1,
|
|
1,
|
|
70,
|
|
70};
|
|
this.Gheading.RangesOuterRadius = new int[] {
|
|
60,
|
|
60,
|
|
60,
|
|
80,
|
|
80};
|
|
this.Gheading.RangesStartValue = new float[] {
|
|
0F,
|
|
150F,
|
|
75F,
|
|
0F,
|
|
0F};
|
|
this.Gheading.RangeStartValue = 0F;
|
|
this.Gheading.ScaleLinesInterColor = System.Drawing.Color.White;
|
|
this.Gheading.ScaleLinesInterInnerRadius = 52;
|
|
this.Gheading.ScaleLinesInterOuterRadius = 60;
|
|
this.Gheading.ScaleLinesInterWidth = 1;
|
|
this.Gheading.ScaleLinesMajorColor = System.Drawing.Color.White;
|
|
this.Gheading.ScaleLinesMajorInnerRadius = 50;
|
|
this.Gheading.ScaleLinesMajorOuterRadius = 60;
|
|
this.Gheading.ScaleLinesMajorStepValue = 45F;
|
|
this.Gheading.ScaleLinesMajorWidth = 2;
|
|
this.Gheading.ScaleLinesMinorColor = System.Drawing.Color.White;
|
|
this.Gheading.ScaleLinesMinorInnerRadius = 55;
|
|
this.Gheading.ScaleLinesMinorNumOf = 9;
|
|
this.Gheading.ScaleLinesMinorOuterRadius = 60;
|
|
this.Gheading.ScaleLinesMinorWidth = 1;
|
|
this.Gheading.ScaleNumbersColor = System.Drawing.Color.White;
|
|
this.Gheading.ScaleNumbersFormat = null;
|
|
this.Gheading.ScaleNumbersRadius = 42;
|
|
this.Gheading.ScaleNumbersRotation = 45;
|
|
this.Gheading.ScaleNumbersStartScaleLine = 1;
|
|
this.Gheading.ScaleNumbersStepScaleLines = 1;
|
|
this.Gheading.Value = 0F;
|
|
this.Gheading.Value0 = 0F;
|
|
this.Gheading.Value1 = 0F;
|
|
this.Gheading.Value2 = 0F;
|
|
this.Gheading.Value3 = 0F;
|
|
//
|
|
// Galt
|
|
//
|
|
this.Galt.BackColor = System.Drawing.Color.Transparent;
|
|
this.Galt.BackgroundImage = global::ArdupilotMega.Properties.Resources.Gaugebg;
|
|
resources.ApplyResources(this.Galt, "Galt");
|
|
this.Galt.BaseArcColor = System.Drawing.Color.Transparent;
|
|
this.Galt.BaseArcRadius = 60;
|
|
this.Galt.BaseArcStart = 270;
|
|
this.Galt.BaseArcSweep = 360;
|
|
this.Galt.BaseArcWidth = 2;
|
|
this.Galt.basesize = new System.Drawing.Size(150, 150);
|
|
this.Galt.Cap_Idx = ((byte)(0));
|
|
this.Galt.CapColor = System.Drawing.Color.White;
|
|
this.Galt.CapColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black};
|
|
this.Galt.CapPosition = new System.Drawing.Point(68, 85);
|
|
this.Galt.CapsPosition = new System.Drawing.Point[] {
|
|
new System.Drawing.Point(68, 85),
|
|
new System.Drawing.Point(30, 55),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10)};
|
|
this.Galt.CapsText = new string[] {
|
|
"Alt",
|
|
"",
|
|
"",
|
|
"",
|
|
""};
|
|
this.Galt.CapText = "Alt";
|
|
this.Galt.Center = new System.Drawing.Point(75, 75);
|
|
this.Galt.DataBindings.Add(new System.Windows.Forms.Binding("Value0", this.bindingSource1, "altd100", true));
|
|
this.Galt.DataBindings.Add(new System.Windows.Forms.Binding("Value1", this.bindingSource1, "altd1000", true));
|
|
this.Galt.DataBindings.Add(new System.Windows.Forms.Binding("Value2", this.bindingSource1, "targetaltd100", true));
|
|
this.Galt.MaxValue = 9.99F;
|
|
this.Galt.MinValue = 0F;
|
|
this.Galt.Name = "Galt";
|
|
this.Galt.Need_Idx = ((byte)(3));
|
|
this.Galt.NeedleColor1 = AGaugeApp.AGauge.NeedleColorEnum.Gray;
|
|
this.Galt.NeedleColor2 = System.Drawing.Color.White;
|
|
this.Galt.NeedleEnabled = false;
|
|
this.Galt.NeedleRadius = 80;
|
|
this.Galt.NeedlesColor1 = new AGaugeApp.AGauge.NeedleColorEnum[] {
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Red,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray};
|
|
this.Galt.NeedlesColor2 = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White};
|
|
this.Galt.NeedlesEnabled = new bool[] {
|
|
true,
|
|
true,
|
|
true,
|
|
false};
|
|
this.Galt.NeedlesRadius = new int[] {
|
|
50,
|
|
30,
|
|
50,
|
|
80};
|
|
this.Galt.NeedlesType = new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0};
|
|
this.Galt.NeedlesWidth = new int[] {
|
|
2,
|
|
2,
|
|
2,
|
|
2};
|
|
this.Galt.NeedleType = 0;
|
|
this.Galt.NeedleWidth = 2;
|
|
this.Galt.Range_Idx = ((byte)(0));
|
|
this.Galt.RangeColor = System.Drawing.Color.LightGreen;
|
|
this.Galt.RangeEnabled = false;
|
|
this.Galt.RangeEndValue = 360F;
|
|
this.Galt.RangeInnerRadius = 1;
|
|
this.Galt.RangeOuterRadius = 60;
|
|
this.Galt.RangesColor = new System.Drawing.Color[] {
|
|
System.Drawing.Color.LightGreen,
|
|
System.Drawing.Color.Red,
|
|
System.Drawing.Color.Orange,
|
|
System.Drawing.SystemColors.Control,
|
|
System.Drawing.SystemColors.Control};
|
|
this.Galt.RangesEnabled = new bool[] {
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false};
|
|
this.Galt.RangesEndValue = new float[] {
|
|
360F,
|
|
200F,
|
|
150F,
|
|
0F,
|
|
0F};
|
|
this.Galt.RangesInnerRadius = new int[] {
|
|
1,
|
|
1,
|
|
1,
|
|
70,
|
|
70};
|
|
this.Galt.RangesOuterRadius = new int[] {
|
|
60,
|
|
60,
|
|
60,
|
|
80,
|
|
80};
|
|
this.Galt.RangesStartValue = new float[] {
|
|
0F,
|
|
150F,
|
|
75F,
|
|
0F,
|
|
0F};
|
|
this.Galt.RangeStartValue = 0F;
|
|
this.Galt.ScaleLinesInterColor = System.Drawing.Color.White;
|
|
this.Galt.ScaleLinesInterInnerRadius = 52;
|
|
this.Galt.ScaleLinesInterOuterRadius = 60;
|
|
this.Galt.ScaleLinesInterWidth = 1;
|
|
this.Galt.ScaleLinesMajorColor = System.Drawing.Color.White;
|
|
this.Galt.ScaleLinesMajorInnerRadius = 50;
|
|
this.Galt.ScaleLinesMajorOuterRadius = 60;
|
|
this.Galt.ScaleLinesMajorStepValue = 1F;
|
|
this.Galt.ScaleLinesMajorWidth = 2;
|
|
this.Galt.ScaleLinesMinorColor = System.Drawing.Color.White;
|
|
this.Galt.ScaleLinesMinorInnerRadius = 55;
|
|
this.Galt.ScaleLinesMinorNumOf = 9;
|
|
this.Galt.ScaleLinesMinorOuterRadius = 60;
|
|
this.Galt.ScaleLinesMinorWidth = 1;
|
|
this.Galt.ScaleNumbersColor = System.Drawing.Color.White;
|
|
this.Galt.ScaleNumbersFormat = "";
|
|
this.Galt.ScaleNumbersRadius = 42;
|
|
this.Galt.ScaleNumbersRotation = 0;
|
|
this.Galt.ScaleNumbersStartScaleLine = 1;
|
|
this.Galt.ScaleNumbersStepScaleLines = 1;
|
|
this.Galt.Value = 0F;
|
|
this.Galt.Value0 = 0F;
|
|
this.Galt.Value1 = 0F;
|
|
this.Galt.Value2 = 0F;
|
|
this.Galt.Value3 = 0F;
|
|
//
|
|
// Gspeed
|
|
//
|
|
this.Gspeed.BackColor = System.Drawing.Color.Transparent;
|
|
this.Gspeed.BackgroundImage = global::ArdupilotMega.Properties.Resources.Gaugebg;
|
|
resources.ApplyResources(this.Gspeed, "Gspeed");
|
|
this.Gspeed.BaseArcColor = System.Drawing.Color.Transparent;
|
|
this.Gspeed.BaseArcRadius = 70;
|
|
this.Gspeed.BaseArcStart = 135;
|
|
this.Gspeed.BaseArcSweep = 270;
|
|
this.Gspeed.BaseArcWidth = 2;
|
|
this.Gspeed.basesize = new System.Drawing.Size(150, 150);
|
|
this.Gspeed.Cap_Idx = ((byte)(0));
|
|
this.Gspeed.CapColor = System.Drawing.Color.White;
|
|
this.Gspeed.CapColors = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black,
|
|
System.Drawing.Color.Black};
|
|
this.Gspeed.CapPosition = new System.Drawing.Point(58, 85);
|
|
this.Gspeed.CapsPosition = new System.Drawing.Point[] {
|
|
new System.Drawing.Point(58, 85),
|
|
new System.Drawing.Point(50, 110),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10),
|
|
new System.Drawing.Point(10, 10)};
|
|
this.Gspeed.CapsText = new string[] {
|
|
"Speed",
|
|
"",
|
|
"",
|
|
"",
|
|
""};
|
|
this.Gspeed.CapText = "Speed";
|
|
this.Gspeed.Center = new System.Drawing.Point(75, 75);
|
|
this.Gspeed.DataBindings.Add(new System.Windows.Forms.Binding("Value0", this.bindingSource1, "airspeed", true));
|
|
this.Gspeed.DataBindings.Add(new System.Windows.Forms.Binding("Value1", this.bindingSource1, "groundspeed", true));
|
|
this.Gspeed.MaxValue = 60F;
|
|
this.Gspeed.MinValue = 0F;
|
|
this.Gspeed.Name = "Gspeed";
|
|
this.Gspeed.Need_Idx = ((byte)(3));
|
|
this.Gspeed.NeedleColor1 = AGaugeApp.AGauge.NeedleColorEnum.Gray;
|
|
this.Gspeed.NeedleColor2 = System.Drawing.Color.Brown;
|
|
this.Gspeed.NeedleEnabled = false;
|
|
this.Gspeed.NeedleRadius = 70;
|
|
this.Gspeed.NeedlesColor1 = new AGaugeApp.AGauge.NeedleColorEnum[] {
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Red,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Blue,
|
|
AGaugeApp.AGauge.NeedleColorEnum.Gray};
|
|
this.Gspeed.NeedlesColor2 = new System.Drawing.Color[] {
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.White,
|
|
System.Drawing.Color.Brown};
|
|
this.Gspeed.NeedlesEnabled = new bool[] {
|
|
true,
|
|
true,
|
|
false,
|
|
false};
|
|
this.Gspeed.NeedlesRadius = new int[] {
|
|
50,
|
|
50,
|
|
70,
|
|
70};
|
|
this.Gspeed.NeedlesType = new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0};
|
|
this.Gspeed.NeedlesWidth = new int[] {
|
|
2,
|
|
1,
|
|
2,
|
|
2};
|
|
this.Gspeed.NeedleType = 0;
|
|
this.Gspeed.NeedleWidth = 2;
|
|
this.Gspeed.Range_Idx = ((byte)(2));
|
|
this.Gspeed.RangeColor = System.Drawing.Color.Orange;
|
|
this.Gspeed.RangeEnabled = false;
|
|
this.Gspeed.RangeEndValue = 50F;
|
|
this.Gspeed.RangeInnerRadius = 1;
|
|
this.Gspeed.RangeOuterRadius = 70;
|
|
this.Gspeed.RangesColor = new System.Drawing.Color[] {
|
|
System.Drawing.Color.LightGreen,
|
|
System.Drawing.Color.Red,
|
|
System.Drawing.Color.Orange,
|
|
System.Drawing.SystemColors.Control,
|
|
System.Drawing.SystemColors.Control};
|
|
this.Gspeed.RangesEnabled = new bool[] {
|
|
false,
|
|
false,
|
|
false,
|
|
false,
|
|
false};
|
|
this.Gspeed.RangesEndValue = new float[] {
|
|
35F,
|
|
60F,
|
|
50F,
|
|
0F,
|
|
0F};
|
|
this.Gspeed.RangesInnerRadius = new int[] {
|
|
1,
|
|
1,
|
|
1,
|
|
70,
|
|
70};
|
|
this.Gspeed.RangesOuterRadius = new int[] {
|
|
70,
|
|
70,
|
|
70,
|
|
80,
|
|
80};
|
|
this.Gspeed.RangesStartValue = new float[] {
|
|
0F,
|
|
50F,
|
|
35F,
|
|
0F,
|
|
0F};
|
|
this.Gspeed.RangeStartValue = 35F;
|
|
this.Gspeed.ScaleLinesInterColor = System.Drawing.Color.White;
|
|
this.Gspeed.ScaleLinesInterInnerRadius = 52;
|
|
this.Gspeed.ScaleLinesInterOuterRadius = 60;
|
|
this.Gspeed.ScaleLinesInterWidth = 1;
|
|
this.Gspeed.ScaleLinesMajorColor = System.Drawing.Color.White;
|
|
this.Gspeed.ScaleLinesMajorInnerRadius = 50;
|
|
this.Gspeed.ScaleLinesMajorOuterRadius = 60;
|
|
this.Gspeed.ScaleLinesMajorStepValue = 10F;
|
|
this.Gspeed.ScaleLinesMajorWidth = 2;
|
|
this.Gspeed.ScaleLinesMinorColor = System.Drawing.Color.White;
|
|
this.Gspeed.ScaleLinesMinorInnerRadius = 55;
|
|
this.Gspeed.ScaleLinesMinorNumOf = 9;
|
|
this.Gspeed.ScaleLinesMinorOuterRadius = 60;
|
|
this.Gspeed.ScaleLinesMinorWidth = 1;
|
|
this.Gspeed.ScaleNumbersColor = System.Drawing.Color.White;
|
|
this.Gspeed.ScaleNumbersFormat = null;
|
|
this.Gspeed.ScaleNumbersRadius = 42;
|
|
this.Gspeed.ScaleNumbersRotation = 0;
|
|
this.Gspeed.ScaleNumbersStartScaleLine = 1;
|
|
this.Gspeed.ScaleNumbersStepScaleLines = 1;
|
|
this.toolTip1.SetToolTip(this.Gspeed, resources.GetString("Gspeed.ToolTip"));
|
|
this.Gspeed.Value = 0F;
|
|
this.Gspeed.Value0 = 0F;
|
|
this.Gspeed.Value1 = 0F;
|
|
this.Gspeed.Value2 = 0F;
|
|
this.Gspeed.Value3 = 0F;
|
|
this.Gspeed.DoubleClick += new System.EventHandler(this.Gspeed_DoubleClick);
|
|
//
|
|
// tabStatus
|
|
//
|
|
resources.ApplyResources(this.tabStatus, "tabStatus");
|
|
this.tabStatus.Name = "tabStatus";
|
|
this.tabStatus.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabTLogs
|
|
//
|
|
this.tabTLogs.Controls.Add(this.lbl_logpercent);
|
|
this.tabTLogs.Controls.Add(this.NUM_playbackspeed);
|
|
this.tabTLogs.Controls.Add(this.BUT_log2kml);
|
|
this.tabTLogs.Controls.Add(this.tracklog);
|
|
this.tabTLogs.Controls.Add(this.BUT_playlog);
|
|
this.tabTLogs.Controls.Add(this.BUT_loadtelem);
|
|
resources.ApplyResources(this.tabTLogs, "tabTLogs");
|
|
this.tabTLogs.Name = "tabTLogs";
|
|
this.tabTLogs.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbl_logpercent
|
|
//
|
|
resources.ApplyResources(this.lbl_logpercent, "lbl_logpercent");
|
|
this.lbl_logpercent.Name = "lbl_logpercent";
|
|
this.lbl_logpercent.resize = false;
|
|
//
|
|
// NUM_playbackspeed
|
|
//
|
|
this.NUM_playbackspeed.DecimalPlaces = 1;
|
|
this.NUM_playbackspeed.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
resources.ApplyResources(this.NUM_playbackspeed, "NUM_playbackspeed");
|
|
this.NUM_playbackspeed.Maximum = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUM_playbackspeed.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.NUM_playbackspeed.Name = "NUM_playbackspeed";
|
|
this.toolTip1.SetToolTip(this.NUM_playbackspeed, resources.GetString("NUM_playbackspeed.ToolTip"));
|
|
this.NUM_playbackspeed.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// BUT_log2kml
|
|
//
|
|
resources.ApplyResources(this.BUT_log2kml, "BUT_log2kml");
|
|
this.BUT_log2kml.Name = "BUT_log2kml";
|
|
this.BUT_log2kml.UseVisualStyleBackColor = true;
|
|
this.BUT_log2kml.Click += new System.EventHandler(this.BUT_log2kml_Click);
|
|
//
|
|
// tracklog
|
|
//
|
|
this.tracklog.BackColor = System.Drawing.SystemColors.Control;
|
|
resources.ApplyResources(this.tracklog, "tracklog");
|
|
this.tracklog.Maximum = 100;
|
|
this.tracklog.Name = "tracklog";
|
|
this.tracklog.Scroll += new System.EventHandler(this.tracklog_Scroll);
|
|
//
|
|
// BUT_playlog
|
|
//
|
|
resources.ApplyResources(this.BUT_playlog, "BUT_playlog");
|
|
this.BUT_playlog.Name = "BUT_playlog";
|
|
this.BUT_playlog.UseVisualStyleBackColor = true;
|
|
this.BUT_playlog.Click += new System.EventHandler(this.BUT_playlog_Click);
|
|
//
|
|
// BUT_loadtelem
|
|
//
|
|
resources.ApplyResources(this.BUT_loadtelem, "BUT_loadtelem");
|
|
this.BUT_loadtelem.Name = "BUT_loadtelem";
|
|
this.BUT_loadtelem.UseVisualStyleBackColor = true;
|
|
this.BUT_loadtelem.Click += new System.EventHandler(this.BUT_loadtelem_Click);
|
|
//
|
|
// tableMap
|
|
//
|
|
resources.ApplyResources(this.tableMap, "tableMap");
|
|
this.tableMap.Controls.Add(this.splitContainer1, 0, 0);
|
|
this.tableMap.Controls.Add(this.panel1, 0, 1);
|
|
this.tableMap.Name = "tableMap";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
resources.ApplyResources(this.splitContainer1, "splitContainer1");
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.zg1);
|
|
this.splitContainer1.Panel1Collapsed = true;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.lbl_winddir);
|
|
this.splitContainer1.Panel2.Controls.Add(this.lbl_windvel);
|
|
this.splitContainer1.Panel2.Controls.Add(this.gMapControl1);
|
|
//
|
|
// zg1
|
|
//
|
|
resources.ApplyResources(this.zg1, "zg1");
|
|
this.zg1.Name = "zg1";
|
|
this.zg1.ScrollGrace = 0D;
|
|
this.zg1.ScrollMaxX = 0D;
|
|
this.zg1.ScrollMaxY = 0D;
|
|
this.zg1.ScrollMaxY2 = 0D;
|
|
this.zg1.ScrollMinX = 0D;
|
|
this.zg1.ScrollMinY = 0D;
|
|
this.zg1.ScrollMinY2 = 0D;
|
|
this.zg1.DoubleClick += new System.EventHandler(this.zg1_DoubleClick);
|
|
//
|
|
// lbl_winddir
|
|
//
|
|
this.lbl_winddir.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "wind_dir", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "Dir: 0"));
|
|
resources.ApplyResources(this.lbl_winddir, "lbl_winddir");
|
|
this.lbl_winddir.Name = "lbl_winddir";
|
|
this.lbl_winddir.resize = true;
|
|
this.toolTip1.SetToolTip(this.lbl_winddir, resources.GetString("lbl_winddir.ToolTip"));
|
|
//
|
|
// lbl_windvel
|
|
//
|
|
this.lbl_windvel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "wind_vel", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "Vel: 0"));
|
|
resources.ApplyResources(this.lbl_windvel, "lbl_windvel");
|
|
this.lbl_windvel.Name = "lbl_windvel";
|
|
this.lbl_windvel.resize = true;
|
|
this.toolTip1.SetToolTip(this.lbl_windvel, resources.GetString("lbl_windvel.ToolTip"));
|
|
//
|
|
// gMapControl1
|
|
//
|
|
this.gMapControl1.BackColor = System.Drawing.Color.Transparent;
|
|
this.gMapControl1.Bearing = 0F;
|
|
this.gMapControl1.CanDragMap = true;
|
|
this.gMapControl1.ContextMenuStrip = this.contextMenuStrip1;
|
|
resources.ApplyResources(this.gMapControl1, "gMapControl1");
|
|
this.gMapControl1.GrayScaleMode = false;
|
|
this.gMapControl1.LevelsKeepInMemmory = 5;
|
|
this.gMapControl1.MarkersEnabled = true;
|
|
this.gMapControl1.MaxZoom = 2;
|
|
this.gMapControl1.MinZoom = 2;
|
|
this.gMapControl1.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
|
|
this.gMapControl1.Name = "gMapControl1";
|
|
this.gMapControl1.NegativeMode = false;
|
|
this.gMapControl1.PolygonsEnabled = true;
|
|
this.gMapControl1.RetryLoadTile = 0;
|
|
this.gMapControl1.RoutesEnabled = true;
|
|
this.gMapControl1.ShowTileGridLines = false;
|
|
this.gMapControl1.streamjpg = ((System.IO.MemoryStream)(resources.GetObject("gMapControl1.streamjpg")));
|
|
this.gMapControl1.Zoom = 0D;
|
|
this.gMapControl1.Click += new System.EventHandler(this.gMapControl1_Click);
|
|
this.gMapControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gMapControl1_MouseDown);
|
|
this.gMapControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gMapControl1_MouseMove);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.TXT_lat);
|
|
this.panel1.Controls.Add(this.Zoomlevel);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.TXT_long);
|
|
this.panel1.Controls.Add(this.TXT_alt);
|
|
this.panel1.Controls.Add(this.CHK_autopan);
|
|
this.panel1.Controls.Add(this.CB_tuning);
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// TXT_lat
|
|
//
|
|
resources.ApplyResources(this.TXT_lat, "TXT_lat");
|
|
this.TXT_lat.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "lat", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "Lat 0"));
|
|
this.TXT_lat.Name = "TXT_lat";
|
|
this.TXT_lat.resize = false;
|
|
//
|
|
// Zoomlevel
|
|
//
|
|
resources.ApplyResources(this.Zoomlevel, "Zoomlevel");
|
|
this.Zoomlevel.DecimalPlaces = 1;
|
|
this.Zoomlevel.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.Zoomlevel.Maximum = new decimal(new int[] {
|
|
18,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Zoomlevel.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Zoomlevel.Name = "Zoomlevel";
|
|
this.toolTip1.SetToolTip(this.Zoomlevel, resources.GetString("Zoomlevel.ToolTip"));
|
|
this.Zoomlevel.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Zoomlevel.ValueChanged += new System.EventHandler(this.Zoomlevel_ValueChanged);
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
this.label1.resize = false;
|
|
//
|
|
// TXT_long
|
|
//
|
|
resources.ApplyResources(this.TXT_long, "TXT_long");
|
|
this.TXT_long.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "lng", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "Lng 0"));
|
|
this.TXT_long.Name = "TXT_long";
|
|
this.TXT_long.resize = false;
|
|
//
|
|
// TXT_alt
|
|
//
|
|
resources.ApplyResources(this.TXT_alt, "TXT_alt");
|
|
this.TXT_alt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource1, "alt", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "Alt 0"));
|
|
this.TXT_alt.Name = "TXT_alt";
|
|
this.TXT_alt.resize = false;
|
|
//
|
|
// CHK_autopan
|
|
//
|
|
resources.ApplyResources(this.CHK_autopan, "CHK_autopan");
|
|
this.CHK_autopan.Checked = true;
|
|
this.CHK_autopan.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_autopan.Name = "CHK_autopan";
|
|
this.toolTip1.SetToolTip(this.CHK_autopan, resources.GetString("CHK_autopan.ToolTip"));
|
|
this.CHK_autopan.UseVisualStyleBackColor = true;
|
|
//
|
|
// CB_tuning
|
|
//
|
|
resources.ApplyResources(this.CB_tuning, "CB_tuning");
|
|
this.CB_tuning.Name = "CB_tuning";
|
|
this.toolTip1.SetToolTip(this.CB_tuning, resources.GetString("CB_tuning.ToolTip"));
|
|
this.CB_tuning.UseVisualStyleBackColor = true;
|
|
this.CB_tuning.CheckedChanged += new System.EventHandler(this.CB_tuning_CheckedChanged);
|
|
//
|
|
// dataGridViewImageColumn1
|
|
//
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle1;
|
|
resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1");
|
|
this.dataGridViewImageColumn1.Image = global::ArdupilotMega.Properties.Resources.up;
|
|
this.dataGridViewImageColumn1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
|
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
//
|
|
// dataGridViewImageColumn2
|
|
//
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.dataGridViewImageColumn2.DefaultCellStyle = dataGridViewCellStyle2;
|
|
resources.ApplyResources(this.dataGridViewImageColumn2, "dataGridViewImageColumn2");
|
|
this.dataGridViewImageColumn2.Image = global::ArdupilotMega.Properties.Resources.down;
|
|
this.dataGridViewImageColumn2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
|
|
this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
|
|
//
|
|
// ZedGraphTimer
|
|
//
|
|
this.ZedGraphTimer.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// toolTip1
|
|
//
|
|
this.toolTip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(226)))), ((int)(((byte)(150)))));
|
|
this.toolTip1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(148)))), ((int)(((byte)(41)))));
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.Name = "label6";
|
|
this.label6.resize = false;
|
|
//
|
|
// FlightData
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.MainH);
|
|
this.Controls.Add(this.label6);
|
|
this.MinimumSize = new System.Drawing.Size(1008, 461);
|
|
this.Name = "FlightData";
|
|
this.Load += new System.EventHandler(this.FlightData_Load);
|
|
this.Resize += new System.EventHandler(this.FlightData_Resize);
|
|
this.ParentChanged += new System.EventHandler(this.FlightData_ParentChanged);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.MainH.Panel1.ResumeLayout(false);
|
|
this.MainH.Panel2.ResumeLayout(false);
|
|
this.MainH.ResumeLayout(false);
|
|
this.SubMainLeft.Panel1.ResumeLayout(false);
|
|
this.SubMainLeft.Panel2.ResumeLayout(false);
|
|
this.SubMainLeft.ResumeLayout(false);
|
|
this.contextMenuStrip2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabActions.ResumeLayout(false);
|
|
this.tabGauges.ResumeLayout(false);
|
|
this.tabTLogs.ResumeLayout(false);
|
|
this.tabTLogs.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUM_playbackspeed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tracklog)).EndInit();
|
|
this.tableMap.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Zoomlevel)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
|
|
private ArdupilotMega.MyLabel label6;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private System.Windows.Forms.Timer ZedGraphTimer;
|
|
private System.Windows.Forms.SplitContainer MainH;
|
|
private System.Windows.Forms.SplitContainer SubMainLeft;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem goHereToolStripMenuItem;
|
|
private hud.HUD hud1;
|
|
private MyButton BUT_clear_track;
|
|
private System.Windows.Forms.CheckBox CB_tuning;
|
|
private MyButton BUT_RAWSensor;
|
|
private MyButton BUTactiondo;
|
|
private MyButton BUTrestartmission;
|
|
private System.Windows.Forms.ComboBox CMB_action;
|
|
private MyButton BUT_Homealt;
|
|
private System.Windows.Forms.TrackBar tracklog;
|
|
private MyButton BUT_playlog;
|
|
private MyButton BUT_loadtelem;
|
|
private AGaugeApp.AGauge Gheading;
|
|
private AGaugeApp.AGauge Galt;
|
|
private AGaugeApp.AGauge Gspeed;
|
|
private AGaugeApp.AGauge Gvspeed;
|
|
private System.Windows.Forms.TableLayoutPanel tableMap;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private ArdupilotMega.MyLabel TXT_lat;
|
|
private System.Windows.Forms.NumericUpDown Zoomlevel;
|
|
private ArdupilotMega.MyLabel label1;
|
|
private ArdupilotMega.MyLabel TXT_long;
|
|
private ArdupilotMega.MyLabel TXT_alt;
|
|
private System.Windows.Forms.CheckBox CHK_autopan;
|
|
private myGMAP gMapControl1;
|
|
private ZedGraph.ZedGraphControl zg1;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabGauges;
|
|
private System.Windows.Forms.TabPage tabStatus;
|
|
private System.Windows.Forms.TabPage tabActions;
|
|
private System.Windows.Forms.TabPage tabTLogs;
|
|
private System.Windows.Forms.ComboBox CMB_modes;
|
|
private MyButton BUT_setmode;
|
|
private System.Windows.Forms.ComboBox CMB_setwp;
|
|
private MyButton BUT_setwp;
|
|
private MyButton BUT_quickmanual;
|
|
private MyButton BUT_quickrtl;
|
|
private MyButton BUT_quickauto;
|
|
private MyButton BUT_log2kml;
|
|
private ArdupilotMega.MyLabel lbl_windvel;
|
|
private ArdupilotMega.MyLabel lbl_winddir;
|
|
private MyButton BUT_joystick;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.NumericUpDown NUM_playbackspeed;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
|
|
private System.Windows.Forms.ToolStripMenuItem recordHudToAVIToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem stopRecordToolStripMenuItem;
|
|
private MyLabel lbl_logpercent;
|
|
private System.Windows.Forms.ToolStripMenuItem pointCameraHereToolStripMenuItem;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private MyButton BUT_script;
|
|
}
|
|
} |