mirror of https://github.com/ArduPilot/ardupilot
994 lines
46 KiB
C#
994 lines
46 KiB
C#
namespace ArdupilotMega.GCSViews.ConfigurationView
|
|
{
|
|
partial class ConfigArduplane
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigArduplane));
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.THR_FS_VALUE = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.THR_MAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.THR_MIN = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.TRIM_THROTTLE = new System.Windows.Forms.NumericUpDown();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ARSPD_RATIO = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.ARSPD_FBW_MAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ARSPD_FBW_MIN = new System.Windows.Forms.NumericUpDown();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TRIM_ARSPD_CM = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.LIM_PITCH_MIN = new System.Windows.Forms.NumericUpDown();
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
this.LIM_PITCH_MAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label38 = new System.Windows.Forms.Label();
|
|
this.LIM_ROLL_CD = new System.Windows.Forms.NumericUpDown();
|
|
this.label37 = new System.Windows.Forms.Label();
|
|
this.groupBox15 = new System.Windows.Forms.GroupBox();
|
|
this.XTRK_ANGLE_CD = new System.Windows.Forms.NumericUpDown();
|
|
this.label79 = new System.Windows.Forms.Label();
|
|
this.XTRK_GAIN_SC = new System.Windows.Forms.NumericUpDown();
|
|
this.label80 = new System.Windows.Forms.Label();
|
|
this.groupBox16 = new System.Windows.Forms.GroupBox();
|
|
this.KFF_PTCH2THR = new System.Windows.Forms.NumericUpDown();
|
|
this.label83 = new System.Windows.Forms.Label();
|
|
this.KFF_RDDRMIX = new System.Windows.Forms.NumericUpDown();
|
|
this.label78 = new System.Windows.Forms.Label();
|
|
this.KFF_PTCHCOMP = new System.Windows.Forms.NumericUpDown();
|
|
this.label81 = new System.Windows.Forms.Label();
|
|
this.groupBox14 = new System.Windows.Forms.GroupBox();
|
|
this.ENRGY2THR_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label73 = new System.Windows.Forms.Label();
|
|
this.ENRGY2THR_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label74 = new System.Windows.Forms.Label();
|
|
this.ENRGY2THR_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label75 = new System.Windows.Forms.Label();
|
|
this.ENRGY2THR_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label76 = new System.Windows.Forms.Label();
|
|
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
|
this.ALT2PTCH_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label69 = new System.Windows.Forms.Label();
|
|
this.ALT2PTCH_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label70 = new System.Windows.Forms.Label();
|
|
this.ALT2PTCH_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label71 = new System.Windows.Forms.Label();
|
|
this.ALT2PTCH_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label72 = new System.Windows.Forms.Label();
|
|
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
|
this.ARSP2PTCH_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label65 = new System.Windows.Forms.Label();
|
|
this.ARSP2PTCH_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label66 = new System.Windows.Forms.Label();
|
|
this.ARSP2PTCH_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label67 = new System.Windows.Forms.Label();
|
|
this.ARSP2PTCH_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label68 = new System.Windows.Forms.Label();
|
|
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
|
this.HDNG2RLL_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label61 = new System.Windows.Forms.Label();
|
|
this.HDNG2RLL_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label62 = new System.Windows.Forms.Label();
|
|
this.HDNG2RLL_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label63 = new System.Windows.Forms.Label();
|
|
this.HDNG2RLL_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label64 = new System.Windows.Forms.Label();
|
|
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
|
this.YW2SRV_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label57 = new System.Windows.Forms.Label();
|
|
this.YW2SRV_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label58 = new System.Windows.Forms.Label();
|
|
this.YW2SRV_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label59 = new System.Windows.Forms.Label();
|
|
this.YW2SRV_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label60 = new System.Windows.Forms.Label();
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.PTCH2SRV_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label53 = new System.Windows.Forms.Label();
|
|
this.PTCH2SRV_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label54 = new System.Windows.Forms.Label();
|
|
this.PTCH2SRV_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label55 = new System.Windows.Forms.Label();
|
|
this.PTCH2SRV_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label56 = new System.Windows.Forms.Label();
|
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
|
this.RLL2SRV_IMAX = new System.Windows.Forms.NumericUpDown();
|
|
this.label49 = new System.Windows.Forms.Label();
|
|
this.RLL2SRV_D = new System.Windows.Forms.NumericUpDown();
|
|
this.label50 = new System.Windows.Forms.Label();
|
|
this.RLL2SRV_I = new System.Windows.Forms.NumericUpDown();
|
|
this.label51 = new System.Windows.Forms.Label();
|
|
this.RLL2SRV_P = new System.Windows.Forms.NumericUpDown();
|
|
this.label52 = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.BUT_writePIDS = new ArdupilotMega.Controls.MyButton();
|
|
this.BUT_rerequestparams = new ArdupilotMega.Controls.MyButton();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.THR_FS_VALUE)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.THR_MAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.THR_MIN)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TRIM_THROTTLE)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSPD_RATIO)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSPD_FBW_MAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSPD_FBW_MIN)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TRIM_ARSPD_CM)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LIM_PITCH_MIN)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LIM_PITCH_MAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LIM_ROLL_CD)).BeginInit();
|
|
this.groupBox15.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.XTRK_ANGLE_CD)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.XTRK_GAIN_SC)).BeginInit();
|
|
this.groupBox16.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.KFF_PTCH2THR)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.KFF_RDDRMIX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.KFF_PTCHCOMP)).BeginInit();
|
|
this.groupBox14.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_P)).BeginInit();
|
|
this.groupBox13.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_P)).BeginInit();
|
|
this.groupBox12.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_P)).BeginInit();
|
|
this.groupBox11.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_P)).BeginInit();
|
|
this.groupBox10.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_P)).BeginInit();
|
|
this.groupBox9.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_P)).BeginInit();
|
|
this.groupBox8.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_IMAX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_D)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_I)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_P)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.THR_FS_VALUE);
|
|
this.groupBox3.Controls.Add(this.label5);
|
|
this.groupBox3.Controls.Add(this.THR_MAX);
|
|
this.groupBox3.Controls.Add(this.label6);
|
|
this.groupBox3.Controls.Add(this.THR_MIN);
|
|
this.groupBox3.Controls.Add(this.label7);
|
|
this.groupBox3.Controls.Add(this.TRIM_THROTTLE);
|
|
this.groupBox3.Controls.Add(this.label8);
|
|
resources.ApplyResources(this.groupBox3, "groupBox3");
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// THR_FS_VALUE
|
|
//
|
|
resources.ApplyResources(this.THR_FS_VALUE, "THR_FS_VALUE");
|
|
this.THR_FS_VALUE.Name = "THR_FS_VALUE";
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.Name = "label5";
|
|
//
|
|
// THR_MAX
|
|
//
|
|
resources.ApplyResources(this.THR_MAX, "THR_MAX");
|
|
this.THR_MAX.Name = "THR_MAX";
|
|
//
|
|
// label6
|
|
//
|
|
resources.ApplyResources(this.label6, "label6");
|
|
this.label6.Name = "label6";
|
|
//
|
|
// THR_MIN
|
|
//
|
|
resources.ApplyResources(this.THR_MIN, "THR_MIN");
|
|
this.THR_MIN.Name = "THR_MIN";
|
|
//
|
|
// label7
|
|
//
|
|
resources.ApplyResources(this.label7, "label7");
|
|
this.label7.Name = "label7";
|
|
//
|
|
// TRIM_THROTTLE
|
|
//
|
|
resources.ApplyResources(this.TRIM_THROTTLE, "TRIM_THROTTLE");
|
|
this.TRIM_THROTTLE.Name = "TRIM_THROTTLE";
|
|
//
|
|
// label8
|
|
//
|
|
resources.ApplyResources(this.label8, "label8");
|
|
this.label8.Name = "label8";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.ARSPD_RATIO);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.ARSPD_FBW_MAX);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.ARSPD_FBW_MIN);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.TRIM_ARSPD_CM);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// ARSPD_RATIO
|
|
//
|
|
resources.ApplyResources(this.ARSPD_RATIO, "ARSPD_RATIO");
|
|
this.ARSPD_RATIO.Name = "ARSPD_RATIO";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// ARSPD_FBW_MAX
|
|
//
|
|
resources.ApplyResources(this.ARSPD_FBW_MAX, "ARSPD_FBW_MAX");
|
|
this.ARSPD_FBW_MAX.Name = "ARSPD_FBW_MAX";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// ARSPD_FBW_MIN
|
|
//
|
|
resources.ApplyResources(this.ARSPD_FBW_MIN, "ARSPD_FBW_MIN");
|
|
this.ARSPD_FBW_MIN.Name = "ARSPD_FBW_MIN";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// TRIM_ARSPD_CM
|
|
//
|
|
resources.ApplyResources(this.TRIM_ARSPD_CM, "TRIM_ARSPD_CM");
|
|
this.TRIM_ARSPD_CM.Name = "TRIM_ARSPD_CM";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.LIM_PITCH_MIN);
|
|
this.groupBox2.Controls.Add(this.label39);
|
|
this.groupBox2.Controls.Add(this.LIM_PITCH_MAX);
|
|
this.groupBox2.Controls.Add(this.label38);
|
|
this.groupBox2.Controls.Add(this.LIM_ROLL_CD);
|
|
this.groupBox2.Controls.Add(this.label37);
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.TabStop = false;
|
|
//
|
|
// LIM_PITCH_MIN
|
|
//
|
|
resources.ApplyResources(this.LIM_PITCH_MIN, "LIM_PITCH_MIN");
|
|
this.LIM_PITCH_MIN.Name = "LIM_PITCH_MIN";
|
|
//
|
|
// label39
|
|
//
|
|
resources.ApplyResources(this.label39, "label39");
|
|
this.label39.Name = "label39";
|
|
//
|
|
// LIM_PITCH_MAX
|
|
//
|
|
resources.ApplyResources(this.LIM_PITCH_MAX, "LIM_PITCH_MAX");
|
|
this.LIM_PITCH_MAX.Name = "LIM_PITCH_MAX";
|
|
//
|
|
// label38
|
|
//
|
|
resources.ApplyResources(this.label38, "label38");
|
|
this.label38.Name = "label38";
|
|
//
|
|
// LIM_ROLL_CD
|
|
//
|
|
resources.ApplyResources(this.LIM_ROLL_CD, "LIM_ROLL_CD");
|
|
this.LIM_ROLL_CD.Name = "LIM_ROLL_CD";
|
|
//
|
|
// label37
|
|
//
|
|
resources.ApplyResources(this.label37, "label37");
|
|
this.label37.Name = "label37";
|
|
//
|
|
// groupBox15
|
|
//
|
|
this.groupBox15.Controls.Add(this.XTRK_ANGLE_CD);
|
|
this.groupBox15.Controls.Add(this.label79);
|
|
this.groupBox15.Controls.Add(this.XTRK_GAIN_SC);
|
|
this.groupBox15.Controls.Add(this.label80);
|
|
resources.ApplyResources(this.groupBox15, "groupBox15");
|
|
this.groupBox15.Name = "groupBox15";
|
|
this.groupBox15.TabStop = false;
|
|
//
|
|
// XTRK_ANGLE_CD
|
|
//
|
|
resources.ApplyResources(this.XTRK_ANGLE_CD, "XTRK_ANGLE_CD");
|
|
this.XTRK_ANGLE_CD.Name = "XTRK_ANGLE_CD";
|
|
//
|
|
// label79
|
|
//
|
|
resources.ApplyResources(this.label79, "label79");
|
|
this.label79.Name = "label79";
|
|
//
|
|
// XTRK_GAIN_SC
|
|
//
|
|
resources.ApplyResources(this.XTRK_GAIN_SC, "XTRK_GAIN_SC");
|
|
this.XTRK_GAIN_SC.Name = "XTRK_GAIN_SC";
|
|
//
|
|
// label80
|
|
//
|
|
resources.ApplyResources(this.label80, "label80");
|
|
this.label80.Name = "label80";
|
|
//
|
|
// groupBox16
|
|
//
|
|
this.groupBox16.Controls.Add(this.KFF_PTCH2THR);
|
|
this.groupBox16.Controls.Add(this.label83);
|
|
this.groupBox16.Controls.Add(this.KFF_RDDRMIX);
|
|
this.groupBox16.Controls.Add(this.label78);
|
|
this.groupBox16.Controls.Add(this.KFF_PTCHCOMP);
|
|
this.groupBox16.Controls.Add(this.label81);
|
|
resources.ApplyResources(this.groupBox16, "groupBox16");
|
|
this.groupBox16.Name = "groupBox16";
|
|
this.groupBox16.TabStop = false;
|
|
//
|
|
// KFF_PTCH2THR
|
|
//
|
|
resources.ApplyResources(this.KFF_PTCH2THR, "KFF_PTCH2THR");
|
|
this.KFF_PTCH2THR.Name = "KFF_PTCH2THR";
|
|
//
|
|
// label83
|
|
//
|
|
resources.ApplyResources(this.label83, "label83");
|
|
this.label83.Name = "label83";
|
|
//
|
|
// KFF_RDDRMIX
|
|
//
|
|
resources.ApplyResources(this.KFF_RDDRMIX, "KFF_RDDRMIX");
|
|
this.KFF_RDDRMIX.Name = "KFF_RDDRMIX";
|
|
//
|
|
// label78
|
|
//
|
|
resources.ApplyResources(this.label78, "label78");
|
|
this.label78.Name = "label78";
|
|
//
|
|
// KFF_PTCHCOMP
|
|
//
|
|
resources.ApplyResources(this.KFF_PTCHCOMP, "KFF_PTCHCOMP");
|
|
this.KFF_PTCHCOMP.Name = "KFF_PTCHCOMP";
|
|
//
|
|
// label81
|
|
//
|
|
resources.ApplyResources(this.label81, "label81");
|
|
this.label81.Name = "label81";
|
|
//
|
|
// groupBox14
|
|
//
|
|
this.groupBox14.Controls.Add(this.ENRGY2THR_IMAX);
|
|
this.groupBox14.Controls.Add(this.label73);
|
|
this.groupBox14.Controls.Add(this.ENRGY2THR_D);
|
|
this.groupBox14.Controls.Add(this.label74);
|
|
this.groupBox14.Controls.Add(this.ENRGY2THR_I);
|
|
this.groupBox14.Controls.Add(this.label75);
|
|
this.groupBox14.Controls.Add(this.ENRGY2THR_P);
|
|
this.groupBox14.Controls.Add(this.label76);
|
|
resources.ApplyResources(this.groupBox14, "groupBox14");
|
|
this.groupBox14.Name = "groupBox14";
|
|
this.groupBox14.TabStop = false;
|
|
//
|
|
// ENRGY2THR_IMAX
|
|
//
|
|
resources.ApplyResources(this.ENRGY2THR_IMAX, "ENRGY2THR_IMAX");
|
|
this.ENRGY2THR_IMAX.Name = "ENRGY2THR_IMAX";
|
|
//
|
|
// label73
|
|
//
|
|
resources.ApplyResources(this.label73, "label73");
|
|
this.label73.Name = "label73";
|
|
//
|
|
// ENRGY2THR_D
|
|
//
|
|
resources.ApplyResources(this.ENRGY2THR_D, "ENRGY2THR_D");
|
|
this.ENRGY2THR_D.Name = "ENRGY2THR_D";
|
|
//
|
|
// label74
|
|
//
|
|
resources.ApplyResources(this.label74, "label74");
|
|
this.label74.Name = "label74";
|
|
//
|
|
// ENRGY2THR_I
|
|
//
|
|
resources.ApplyResources(this.ENRGY2THR_I, "ENRGY2THR_I");
|
|
this.ENRGY2THR_I.Name = "ENRGY2THR_I";
|
|
//
|
|
// label75
|
|
//
|
|
resources.ApplyResources(this.label75, "label75");
|
|
this.label75.Name = "label75";
|
|
//
|
|
// ENRGY2THR_P
|
|
//
|
|
resources.ApplyResources(this.ENRGY2THR_P, "ENRGY2THR_P");
|
|
this.ENRGY2THR_P.Name = "ENRGY2THR_P";
|
|
//
|
|
// label76
|
|
//
|
|
resources.ApplyResources(this.label76, "label76");
|
|
this.label76.Name = "label76";
|
|
//
|
|
// groupBox13
|
|
//
|
|
this.groupBox13.Controls.Add(this.ALT2PTCH_IMAX);
|
|
this.groupBox13.Controls.Add(this.label69);
|
|
this.groupBox13.Controls.Add(this.ALT2PTCH_D);
|
|
this.groupBox13.Controls.Add(this.label70);
|
|
this.groupBox13.Controls.Add(this.ALT2PTCH_I);
|
|
this.groupBox13.Controls.Add(this.label71);
|
|
this.groupBox13.Controls.Add(this.ALT2PTCH_P);
|
|
this.groupBox13.Controls.Add(this.label72);
|
|
resources.ApplyResources(this.groupBox13, "groupBox13");
|
|
this.groupBox13.Name = "groupBox13";
|
|
this.groupBox13.TabStop = false;
|
|
//
|
|
// ALT2PTCH_IMAX
|
|
//
|
|
resources.ApplyResources(this.ALT2PTCH_IMAX, "ALT2PTCH_IMAX");
|
|
this.ALT2PTCH_IMAX.Name = "ALT2PTCH_IMAX";
|
|
//
|
|
// label69
|
|
//
|
|
resources.ApplyResources(this.label69, "label69");
|
|
this.label69.Name = "label69";
|
|
//
|
|
// ALT2PTCH_D
|
|
//
|
|
resources.ApplyResources(this.ALT2PTCH_D, "ALT2PTCH_D");
|
|
this.ALT2PTCH_D.Name = "ALT2PTCH_D";
|
|
//
|
|
// label70
|
|
//
|
|
resources.ApplyResources(this.label70, "label70");
|
|
this.label70.Name = "label70";
|
|
//
|
|
// ALT2PTCH_I
|
|
//
|
|
resources.ApplyResources(this.ALT2PTCH_I, "ALT2PTCH_I");
|
|
this.ALT2PTCH_I.Name = "ALT2PTCH_I";
|
|
//
|
|
// label71
|
|
//
|
|
resources.ApplyResources(this.label71, "label71");
|
|
this.label71.Name = "label71";
|
|
//
|
|
// ALT2PTCH_P
|
|
//
|
|
resources.ApplyResources(this.ALT2PTCH_P, "ALT2PTCH_P");
|
|
this.ALT2PTCH_P.Name = "ALT2PTCH_P";
|
|
//
|
|
// label72
|
|
//
|
|
resources.ApplyResources(this.label72, "label72");
|
|
this.label72.Name = "label72";
|
|
//
|
|
// groupBox12
|
|
//
|
|
this.groupBox12.Controls.Add(this.ARSP2PTCH_IMAX);
|
|
this.groupBox12.Controls.Add(this.label65);
|
|
this.groupBox12.Controls.Add(this.ARSP2PTCH_D);
|
|
this.groupBox12.Controls.Add(this.label66);
|
|
this.groupBox12.Controls.Add(this.ARSP2PTCH_I);
|
|
this.groupBox12.Controls.Add(this.label67);
|
|
this.groupBox12.Controls.Add(this.ARSP2PTCH_P);
|
|
this.groupBox12.Controls.Add(this.label68);
|
|
resources.ApplyResources(this.groupBox12, "groupBox12");
|
|
this.groupBox12.Name = "groupBox12";
|
|
this.groupBox12.TabStop = false;
|
|
//
|
|
// ARSP2PTCH_IMAX
|
|
//
|
|
resources.ApplyResources(this.ARSP2PTCH_IMAX, "ARSP2PTCH_IMAX");
|
|
this.ARSP2PTCH_IMAX.Name = "ARSP2PTCH_IMAX";
|
|
//
|
|
// label65
|
|
//
|
|
resources.ApplyResources(this.label65, "label65");
|
|
this.label65.Name = "label65";
|
|
//
|
|
// ARSP2PTCH_D
|
|
//
|
|
resources.ApplyResources(this.ARSP2PTCH_D, "ARSP2PTCH_D");
|
|
this.ARSP2PTCH_D.Name = "ARSP2PTCH_D";
|
|
//
|
|
// label66
|
|
//
|
|
resources.ApplyResources(this.label66, "label66");
|
|
this.label66.Name = "label66";
|
|
//
|
|
// ARSP2PTCH_I
|
|
//
|
|
resources.ApplyResources(this.ARSP2PTCH_I, "ARSP2PTCH_I");
|
|
this.ARSP2PTCH_I.Name = "ARSP2PTCH_I";
|
|
//
|
|
// label67
|
|
//
|
|
resources.ApplyResources(this.label67, "label67");
|
|
this.label67.Name = "label67";
|
|
//
|
|
// ARSP2PTCH_P
|
|
//
|
|
resources.ApplyResources(this.ARSP2PTCH_P, "ARSP2PTCH_P");
|
|
this.ARSP2PTCH_P.Name = "ARSP2PTCH_P";
|
|
//
|
|
// label68
|
|
//
|
|
resources.ApplyResources(this.label68, "label68");
|
|
this.label68.Name = "label68";
|
|
//
|
|
// groupBox11
|
|
//
|
|
this.groupBox11.Controls.Add(this.HDNG2RLL_IMAX);
|
|
this.groupBox11.Controls.Add(this.label61);
|
|
this.groupBox11.Controls.Add(this.HDNG2RLL_D);
|
|
this.groupBox11.Controls.Add(this.label62);
|
|
this.groupBox11.Controls.Add(this.HDNG2RLL_I);
|
|
this.groupBox11.Controls.Add(this.label63);
|
|
this.groupBox11.Controls.Add(this.HDNG2RLL_P);
|
|
this.groupBox11.Controls.Add(this.label64);
|
|
resources.ApplyResources(this.groupBox11, "groupBox11");
|
|
this.groupBox11.Name = "groupBox11";
|
|
this.groupBox11.TabStop = false;
|
|
//
|
|
// HDNG2RLL_IMAX
|
|
//
|
|
resources.ApplyResources(this.HDNG2RLL_IMAX, "HDNG2RLL_IMAX");
|
|
this.HDNG2RLL_IMAX.Name = "HDNG2RLL_IMAX";
|
|
//
|
|
// label61
|
|
//
|
|
resources.ApplyResources(this.label61, "label61");
|
|
this.label61.Name = "label61";
|
|
//
|
|
// HDNG2RLL_D
|
|
//
|
|
resources.ApplyResources(this.HDNG2RLL_D, "HDNG2RLL_D");
|
|
this.HDNG2RLL_D.Name = "HDNG2RLL_D";
|
|
//
|
|
// label62
|
|
//
|
|
resources.ApplyResources(this.label62, "label62");
|
|
this.label62.Name = "label62";
|
|
//
|
|
// HDNG2RLL_I
|
|
//
|
|
resources.ApplyResources(this.HDNG2RLL_I, "HDNG2RLL_I");
|
|
this.HDNG2RLL_I.Name = "HDNG2RLL_I";
|
|
//
|
|
// label63
|
|
//
|
|
resources.ApplyResources(this.label63, "label63");
|
|
this.label63.Name = "label63";
|
|
//
|
|
// HDNG2RLL_P
|
|
//
|
|
resources.ApplyResources(this.HDNG2RLL_P, "HDNG2RLL_P");
|
|
this.HDNG2RLL_P.Name = "HDNG2RLL_P";
|
|
//
|
|
// label64
|
|
//
|
|
resources.ApplyResources(this.label64, "label64");
|
|
this.label64.Name = "label64";
|
|
//
|
|
// groupBox10
|
|
//
|
|
this.groupBox10.Controls.Add(this.YW2SRV_IMAX);
|
|
this.groupBox10.Controls.Add(this.label57);
|
|
this.groupBox10.Controls.Add(this.YW2SRV_D);
|
|
this.groupBox10.Controls.Add(this.label58);
|
|
this.groupBox10.Controls.Add(this.YW2SRV_I);
|
|
this.groupBox10.Controls.Add(this.label59);
|
|
this.groupBox10.Controls.Add(this.YW2SRV_P);
|
|
this.groupBox10.Controls.Add(this.label60);
|
|
resources.ApplyResources(this.groupBox10, "groupBox10");
|
|
this.groupBox10.Name = "groupBox10";
|
|
this.groupBox10.TabStop = false;
|
|
//
|
|
// YW2SRV_IMAX
|
|
//
|
|
resources.ApplyResources(this.YW2SRV_IMAX, "YW2SRV_IMAX");
|
|
this.YW2SRV_IMAX.Name = "YW2SRV_IMAX";
|
|
//
|
|
// label57
|
|
//
|
|
resources.ApplyResources(this.label57, "label57");
|
|
this.label57.Name = "label57";
|
|
//
|
|
// YW2SRV_D
|
|
//
|
|
resources.ApplyResources(this.YW2SRV_D, "YW2SRV_D");
|
|
this.YW2SRV_D.Name = "YW2SRV_D";
|
|
//
|
|
// label58
|
|
//
|
|
resources.ApplyResources(this.label58, "label58");
|
|
this.label58.Name = "label58";
|
|
//
|
|
// YW2SRV_I
|
|
//
|
|
resources.ApplyResources(this.YW2SRV_I, "YW2SRV_I");
|
|
this.YW2SRV_I.Name = "YW2SRV_I";
|
|
//
|
|
// label59
|
|
//
|
|
resources.ApplyResources(this.label59, "label59");
|
|
this.label59.Name = "label59";
|
|
//
|
|
// YW2SRV_P
|
|
//
|
|
resources.ApplyResources(this.YW2SRV_P, "YW2SRV_P");
|
|
this.YW2SRV_P.Name = "YW2SRV_P";
|
|
//
|
|
// label60
|
|
//
|
|
resources.ApplyResources(this.label60, "label60");
|
|
this.label60.Name = "label60";
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Controls.Add(this.PTCH2SRV_IMAX);
|
|
this.groupBox9.Controls.Add(this.label53);
|
|
this.groupBox9.Controls.Add(this.PTCH2SRV_D);
|
|
this.groupBox9.Controls.Add(this.label54);
|
|
this.groupBox9.Controls.Add(this.PTCH2SRV_I);
|
|
this.groupBox9.Controls.Add(this.label55);
|
|
this.groupBox9.Controls.Add(this.PTCH2SRV_P);
|
|
this.groupBox9.Controls.Add(this.label56);
|
|
resources.ApplyResources(this.groupBox9, "groupBox9");
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.TabStop = false;
|
|
//
|
|
// PTCH2SRV_IMAX
|
|
//
|
|
resources.ApplyResources(this.PTCH2SRV_IMAX, "PTCH2SRV_IMAX");
|
|
this.PTCH2SRV_IMAX.Name = "PTCH2SRV_IMAX";
|
|
//
|
|
// label53
|
|
//
|
|
resources.ApplyResources(this.label53, "label53");
|
|
this.label53.Name = "label53";
|
|
//
|
|
// PTCH2SRV_D
|
|
//
|
|
resources.ApplyResources(this.PTCH2SRV_D, "PTCH2SRV_D");
|
|
this.PTCH2SRV_D.Name = "PTCH2SRV_D";
|
|
//
|
|
// label54
|
|
//
|
|
resources.ApplyResources(this.label54, "label54");
|
|
this.label54.Name = "label54";
|
|
//
|
|
// PTCH2SRV_I
|
|
//
|
|
resources.ApplyResources(this.PTCH2SRV_I, "PTCH2SRV_I");
|
|
this.PTCH2SRV_I.Name = "PTCH2SRV_I";
|
|
//
|
|
// label55
|
|
//
|
|
resources.ApplyResources(this.label55, "label55");
|
|
this.label55.Name = "label55";
|
|
//
|
|
// PTCH2SRV_P
|
|
//
|
|
resources.ApplyResources(this.PTCH2SRV_P, "PTCH2SRV_P");
|
|
this.PTCH2SRV_P.Name = "PTCH2SRV_P";
|
|
//
|
|
// label56
|
|
//
|
|
resources.ApplyResources(this.label56, "label56");
|
|
this.label56.Name = "label56";
|
|
//
|
|
// groupBox8
|
|
//
|
|
this.groupBox8.Controls.Add(this.RLL2SRV_IMAX);
|
|
this.groupBox8.Controls.Add(this.label49);
|
|
this.groupBox8.Controls.Add(this.RLL2SRV_D);
|
|
this.groupBox8.Controls.Add(this.label50);
|
|
this.groupBox8.Controls.Add(this.RLL2SRV_I);
|
|
this.groupBox8.Controls.Add(this.label51);
|
|
this.groupBox8.Controls.Add(this.RLL2SRV_P);
|
|
this.groupBox8.Controls.Add(this.label52);
|
|
resources.ApplyResources(this.groupBox8, "groupBox8");
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.TabStop = false;
|
|
//
|
|
// RLL2SRV_IMAX
|
|
//
|
|
resources.ApplyResources(this.RLL2SRV_IMAX, "RLL2SRV_IMAX");
|
|
this.RLL2SRV_IMAX.Name = "RLL2SRV_IMAX";
|
|
//
|
|
// label49
|
|
//
|
|
resources.ApplyResources(this.label49, "label49");
|
|
this.label49.Name = "label49";
|
|
//
|
|
// RLL2SRV_D
|
|
//
|
|
resources.ApplyResources(this.RLL2SRV_D, "RLL2SRV_D");
|
|
this.RLL2SRV_D.Name = "RLL2SRV_D";
|
|
//
|
|
// label50
|
|
//
|
|
resources.ApplyResources(this.label50, "label50");
|
|
this.label50.Name = "label50";
|
|
//
|
|
// RLL2SRV_I
|
|
//
|
|
resources.ApplyResources(this.RLL2SRV_I, "RLL2SRV_I");
|
|
this.RLL2SRV_I.Name = "RLL2SRV_I";
|
|
//
|
|
// label51
|
|
//
|
|
resources.ApplyResources(this.label51, "label51");
|
|
this.label51.Name = "label51";
|
|
//
|
|
// RLL2SRV_P
|
|
//
|
|
resources.ApplyResources(this.RLL2SRV_P, "RLL2SRV_P");
|
|
this.RLL2SRV_P.Name = "RLL2SRV_P";
|
|
//
|
|
// label52
|
|
//
|
|
resources.ApplyResources(this.label52, "label52");
|
|
this.label52.Name = "label52";
|
|
//
|
|
// BUT_writePIDS
|
|
//
|
|
resources.ApplyResources(this.BUT_writePIDS, "BUT_writePIDS");
|
|
this.BUT_writePIDS.Name = "BUT_writePIDS";
|
|
this.BUT_writePIDS.UseVisualStyleBackColor = true;
|
|
this.BUT_writePIDS.Click += new System.EventHandler(this.BUT_writePIDS_Click);
|
|
//
|
|
// BUT_rerequestparams
|
|
//
|
|
resources.ApplyResources(this.BUT_rerequestparams, "BUT_rerequestparams");
|
|
this.BUT_rerequestparams.Name = "BUT_rerequestparams";
|
|
this.BUT_rerequestparams.UseVisualStyleBackColor = true;
|
|
this.BUT_rerequestparams.Click += new System.EventHandler(this.BUT_rerequestparams_Click);
|
|
//
|
|
// ConfigArduplane
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.BUT_rerequestparams);
|
|
this.Controls.Add(this.BUT_writePIDS);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox15);
|
|
this.Controls.Add(this.groupBox16);
|
|
this.Controls.Add(this.groupBox14);
|
|
this.Controls.Add(this.groupBox13);
|
|
this.Controls.Add(this.groupBox12);
|
|
this.Controls.Add(this.groupBox11);
|
|
this.Controls.Add(this.groupBox10);
|
|
this.Controls.Add(this.groupBox9);
|
|
this.Controls.Add(this.groupBox8);
|
|
this.Name = "ConfigArduplane";
|
|
this.groupBox3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.THR_FS_VALUE)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.THR_MAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.THR_MIN)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TRIM_THROTTLE)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSPD_RATIO)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSPD_FBW_MAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSPD_FBW_MIN)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TRIM_ARSPD_CM)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.LIM_PITCH_MIN)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LIM_PITCH_MAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LIM_ROLL_CD)).EndInit();
|
|
this.groupBox15.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.XTRK_ANGLE_CD)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.XTRK_GAIN_SC)).EndInit();
|
|
this.groupBox16.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.KFF_PTCH2THR)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.KFF_RDDRMIX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.KFF_PTCHCOMP)).EndInit();
|
|
this.groupBox14.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ENRGY2THR_P)).EndInit();
|
|
this.groupBox13.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ALT2PTCH_P)).EndInit();
|
|
this.groupBox12.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ARSP2PTCH_P)).EndInit();
|
|
this.groupBox11.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.HDNG2RLL_P)).EndInit();
|
|
this.groupBox10.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YW2SRV_P)).EndInit();
|
|
this.groupBox9.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PTCH2SRV_P)).EndInit();
|
|
this.groupBox8.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_IMAX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_D)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_I)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RLL2SRV_P)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.NumericUpDown THR_FS_VALUE;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.NumericUpDown THR_MAX;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown THR_MIN;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.NumericUpDown TRIM_THROTTLE;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.NumericUpDown ARSPD_RATIO;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown ARSPD_FBW_MAX;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown ARSPD_FBW_MIN;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.NumericUpDown TRIM_ARSPD_CM;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.NumericUpDown LIM_PITCH_MIN;
|
|
private System.Windows.Forms.Label label39;
|
|
private System.Windows.Forms.NumericUpDown LIM_PITCH_MAX;
|
|
private System.Windows.Forms.Label label38;
|
|
private System.Windows.Forms.NumericUpDown LIM_ROLL_CD;
|
|
private System.Windows.Forms.Label label37;
|
|
private System.Windows.Forms.GroupBox groupBox15;
|
|
private System.Windows.Forms.NumericUpDown XTRK_ANGLE_CD;
|
|
private System.Windows.Forms.Label label79;
|
|
private System.Windows.Forms.NumericUpDown XTRK_GAIN_SC;
|
|
private System.Windows.Forms.Label label80;
|
|
private System.Windows.Forms.GroupBox groupBox16;
|
|
private System.Windows.Forms.NumericUpDown KFF_PTCH2THR;
|
|
private System.Windows.Forms.Label label83;
|
|
private System.Windows.Forms.NumericUpDown KFF_RDDRMIX;
|
|
private System.Windows.Forms.Label label78;
|
|
private System.Windows.Forms.NumericUpDown KFF_PTCHCOMP;
|
|
private System.Windows.Forms.Label label81;
|
|
private System.Windows.Forms.GroupBox groupBox14;
|
|
private System.Windows.Forms.NumericUpDown ENRGY2THR_IMAX;
|
|
private System.Windows.Forms.Label label73;
|
|
private System.Windows.Forms.NumericUpDown ENRGY2THR_D;
|
|
private System.Windows.Forms.Label label74;
|
|
private System.Windows.Forms.NumericUpDown ENRGY2THR_I;
|
|
private System.Windows.Forms.Label label75;
|
|
private System.Windows.Forms.NumericUpDown ENRGY2THR_P;
|
|
private System.Windows.Forms.Label label76;
|
|
private System.Windows.Forms.GroupBox groupBox13;
|
|
private System.Windows.Forms.NumericUpDown ALT2PTCH_IMAX;
|
|
private System.Windows.Forms.Label label69;
|
|
private System.Windows.Forms.NumericUpDown ALT2PTCH_D;
|
|
private System.Windows.Forms.Label label70;
|
|
private System.Windows.Forms.NumericUpDown ALT2PTCH_I;
|
|
private System.Windows.Forms.Label label71;
|
|
private System.Windows.Forms.NumericUpDown ALT2PTCH_P;
|
|
private System.Windows.Forms.Label label72;
|
|
private System.Windows.Forms.GroupBox groupBox12;
|
|
private System.Windows.Forms.NumericUpDown ARSP2PTCH_IMAX;
|
|
private System.Windows.Forms.Label label65;
|
|
private System.Windows.Forms.NumericUpDown ARSP2PTCH_D;
|
|
private System.Windows.Forms.Label label66;
|
|
private System.Windows.Forms.NumericUpDown ARSP2PTCH_I;
|
|
private System.Windows.Forms.Label label67;
|
|
private System.Windows.Forms.NumericUpDown ARSP2PTCH_P;
|
|
private System.Windows.Forms.Label label68;
|
|
private System.Windows.Forms.GroupBox groupBox11;
|
|
private System.Windows.Forms.NumericUpDown HDNG2RLL_IMAX;
|
|
private System.Windows.Forms.Label label61;
|
|
private System.Windows.Forms.NumericUpDown HDNG2RLL_D;
|
|
private System.Windows.Forms.Label label62;
|
|
private System.Windows.Forms.NumericUpDown HDNG2RLL_I;
|
|
private System.Windows.Forms.Label label63;
|
|
private System.Windows.Forms.NumericUpDown HDNG2RLL_P;
|
|
private System.Windows.Forms.Label label64;
|
|
private System.Windows.Forms.GroupBox groupBox10;
|
|
private System.Windows.Forms.NumericUpDown YW2SRV_IMAX;
|
|
private System.Windows.Forms.Label label57;
|
|
private System.Windows.Forms.NumericUpDown YW2SRV_D;
|
|
private System.Windows.Forms.Label label58;
|
|
private System.Windows.Forms.NumericUpDown YW2SRV_I;
|
|
private System.Windows.Forms.Label label59;
|
|
private System.Windows.Forms.NumericUpDown YW2SRV_P;
|
|
private System.Windows.Forms.Label label60;
|
|
private System.Windows.Forms.GroupBox groupBox9;
|
|
private System.Windows.Forms.NumericUpDown PTCH2SRV_IMAX;
|
|
private System.Windows.Forms.Label label53;
|
|
private System.Windows.Forms.NumericUpDown PTCH2SRV_D;
|
|
private System.Windows.Forms.Label label54;
|
|
private System.Windows.Forms.NumericUpDown PTCH2SRV_I;
|
|
private System.Windows.Forms.Label label55;
|
|
private System.Windows.Forms.NumericUpDown PTCH2SRV_P;
|
|
private System.Windows.Forms.Label label56;
|
|
private System.Windows.Forms.GroupBox groupBox8;
|
|
private System.Windows.Forms.NumericUpDown RLL2SRV_IMAX;
|
|
private System.Windows.Forms.Label label49;
|
|
private System.Windows.Forms.NumericUpDown RLL2SRV_D;
|
|
private System.Windows.Forms.Label label50;
|
|
private System.Windows.Forms.NumericUpDown RLL2SRV_I;
|
|
private System.Windows.Forms.Label label51;
|
|
private System.Windows.Forms.NumericUpDown RLL2SRV_P;
|
|
private System.Windows.Forms.Label label52;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private Controls.MyButton BUT_writePIDS;
|
|
private Controls.MyButton BUT_rerequestparams;
|
|
}
|
|
}
|