mirror of https://github.com/ArduPilot/ardupilot
858 lines
36 KiB
C#
858 lines
36 KiB
C#
|
namespace ArdupilotMega.GCSViews.ConfigurationView
|
|||
|
{
|
|||
|
partial class ConfigTradHeli
|
|||
|
{
|
|||
|
/// <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.groupBox5 = new System.Windows.Forms.GroupBox();
|
|||
|
this.H1_ENABLE = new System.Windows.Forms.RadioButton();
|
|||
|
this.CCPM = new System.Windows.Forms.RadioButton();
|
|||
|
this.BUT_swash_manual = new ArdupilotMega.MyButton();
|
|||
|
this.label41 = new System.Windows.Forms.Label();
|
|||
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|||
|
this.label46 = new System.Windows.Forms.Label();
|
|||
|
this.label45 = new System.Windows.Forms.Label();
|
|||
|
this.GYR_ENABLE = new System.Windows.Forms.CheckBox();
|
|||
|
this.GYR_GAIN = new System.Windows.Forms.TextBox();
|
|||
|
this.BUT_HS4save = new ArdupilotMega.MyButton();
|
|||
|
this.label21 = new System.Windows.Forms.Label();
|
|||
|
this.COL_MIN = new System.Windows.Forms.TextBox();
|
|||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.COL_MID = new System.Windows.Forms.TextBox();
|
|||
|
this.COL_MAX = new System.Windows.Forms.TextBox();
|
|||
|
this.BUT_0collective = new ArdupilotMega.MyButton();
|
|||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
this.label24 = new System.Windows.Forms.Label();
|
|||
|
this.HS4_MIN = new System.Windows.Forms.TextBox();
|
|||
|
this.HS4_MAX = new System.Windows.Forms.TextBox();
|
|||
|
this.label40 = new System.Windows.Forms.Label();
|
|||
|
this.HS3_TRIM = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.HS2_TRIM = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.HS1_TRIM = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label39 = new System.Windows.Forms.Label();
|
|||
|
this.label38 = new System.Windows.Forms.Label();
|
|||
|
this.label37 = new System.Windows.Forms.Label();
|
|||
|
this.label36 = new System.Windows.Forms.Label();
|
|||
|
this.label26 = new System.Windows.Forms.Label();
|
|||
|
this.PIT_MAX = new System.Windows.Forms.TextBox();
|
|||
|
this.label25 = new System.Windows.Forms.Label();
|
|||
|
this.ROL_MAX = new System.Windows.Forms.TextBox();
|
|||
|
this.label23 = new System.Windows.Forms.Label();
|
|||
|
this.label22 = new System.Windows.Forms.Label();
|
|||
|
this.label20 = new System.Windows.Forms.Label();
|
|||
|
this.label19 = new System.Windows.Forms.Label();
|
|||
|
this.label18 = new System.Windows.Forms.Label();
|
|||
|
this.SV3_POS = new System.Windows.Forms.TextBox();
|
|||
|
this.SV2_POS = new System.Windows.Forms.TextBox();
|
|||
|
this.SV1_POS = new System.Windows.Forms.TextBox();
|
|||
|
this.HS3_REV = new System.Windows.Forms.CheckBox();
|
|||
|
this.HS2_REV = new System.Windows.Forms.CheckBox();
|
|||
|
this.HS1_REV = new System.Windows.Forms.CheckBox();
|
|||
|
this.label17 = new System.Windows.Forms.Label();
|
|||
|
this.HS4 = new ArdupilotMega.HorizontalProgressBar2();
|
|||
|
this.HS3 = new ArdupilotMega.VerticalProgressBar2();
|
|||
|
this.Gservoloc = new AGaugeApp.AGauge();
|
|||
|
this.groupBox5.SuspendLayout();
|
|||
|
this.groupBox3.SuspendLayout();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.groupBox2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.HS3_TRIM)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.HS2_TRIM)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.HS1_TRIM)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox5
|
|||
|
//
|
|||
|
this.groupBox5.Controls.Add(this.H1_ENABLE);
|
|||
|
this.groupBox5.Controls.Add(this.CCPM);
|
|||
|
this.groupBox5.Location = new System.Drawing.Point(257, 11);
|
|||
|
this.groupBox5.Name = "groupBox5";
|
|||
|
this.groupBox5.Size = new System.Drawing.Size(120, 43);
|
|||
|
this.groupBox5.TabIndex = 169;
|
|||
|
this.groupBox5.TabStop = false;
|
|||
|
this.groupBox5.Text = "Swash Type";
|
|||
|
//
|
|||
|
// H1_ENABLE
|
|||
|
//
|
|||
|
this.H1_ENABLE.AutoSize = true;
|
|||
|
this.H1_ENABLE.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.H1_ENABLE.Location = new System.Drawing.Point(67, 19);
|
|||
|
this.H1_ENABLE.Name = "H1_ENABLE";
|
|||
|
this.H1_ENABLE.Size = new System.Drawing.Size(39, 17);
|
|||
|
this.H1_ENABLE.TabIndex = 137;
|
|||
|
this.H1_ENABLE.TabStop = true;
|
|||
|
this.H1_ENABLE.Text = "H1";
|
|||
|
this.H1_ENABLE.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// CCPM
|
|||
|
//
|
|||
|
this.CCPM.AutoSize = true;
|
|||
|
this.CCPM.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.CCPM.Location = new System.Drawing.Point(6, 19);
|
|||
|
this.CCPM.Name = "CCPM";
|
|||
|
this.CCPM.Size = new System.Drawing.Size(55, 17);
|
|||
|
this.CCPM.TabIndex = 136;
|
|||
|
this.CCPM.TabStop = true;
|
|||
|
this.CCPM.Text = "CCPM";
|
|||
|
this.CCPM.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// BUT_swash_manual
|
|||
|
//
|
|||
|
this.BUT_swash_manual.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.BUT_swash_manual.Location = new System.Drawing.Point(302, 83);
|
|||
|
this.BUT_swash_manual.Name = "BUT_swash_manual";
|
|||
|
this.BUT_swash_manual.Size = new System.Drawing.Size(69, 23);
|
|||
|
this.BUT_swash_manual.TabIndex = 138;
|
|||
|
this.BUT_swash_manual.Text = "Manual";
|
|||
|
this.BUT_swash_manual.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// label41
|
|||
|
//
|
|||
|
this.label41.AutoSize = true;
|
|||
|
this.label41.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label41.Location = new System.Drawing.Point(19, 157);
|
|||
|
this.label41.Name = "label41";
|
|||
|
this.label41.Size = new System.Drawing.Size(40, 13);
|
|||
|
this.label41.TabIndex = 122;
|
|||
|
this.label41.Text = "Bottom";
|
|||
|
//
|
|||
|
// groupBox3
|
|||
|
//
|
|||
|
this.groupBox3.Controls.Add(this.label46);
|
|||
|
this.groupBox3.Controls.Add(this.label45);
|
|||
|
this.groupBox3.Controls.Add(this.GYR_ENABLE);
|
|||
|
this.groupBox3.Controls.Add(this.GYR_GAIN);
|
|||
|
this.groupBox3.Location = new System.Drawing.Point(437, 314);
|
|||
|
this.groupBox3.Name = "groupBox3";
|
|||
|
this.groupBox3.Size = new System.Drawing.Size(101, 63);
|
|||
|
this.groupBox3.TabIndex = 168;
|
|||
|
this.groupBox3.TabStop = false;
|
|||
|
this.groupBox3.Text = "Gyro";
|
|||
|
//
|
|||
|
// label46
|
|||
|
//
|
|||
|
this.label46.AutoSize = true;
|
|||
|
this.label46.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label46.Location = new System.Drawing.Point(6, 38);
|
|||
|
this.label46.Name = "label46";
|
|||
|
this.label46.Size = new System.Drawing.Size(29, 13);
|
|||
|
this.label46.TabIndex = 137;
|
|||
|
this.label46.Text = "Gain";
|
|||
|
//
|
|||
|
// label45
|
|||
|
//
|
|||
|
this.label45.AutoSize = true;
|
|||
|
this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label45.Location = new System.Drawing.Point(6, 19);
|
|||
|
this.label45.Name = "label45";
|
|||
|
this.label45.Size = new System.Drawing.Size(40, 13);
|
|||
|
this.label45.TabIndex = 136;
|
|||
|
this.label45.Text = "Enable";
|
|||
|
//
|
|||
|
// GYR_ENABLE
|
|||
|
//
|
|||
|
this.GYR_ENABLE.AutoSize = true;
|
|||
|
this.GYR_ENABLE.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.GYR_ENABLE.Location = new System.Drawing.Point(57, 19);
|
|||
|
this.GYR_ENABLE.Name = "GYR_ENABLE";
|
|||
|
this.GYR_ENABLE.Size = new System.Drawing.Size(15, 14);
|
|||
|
this.GYR_ENABLE.TabIndex = 118;
|
|||
|
this.GYR_ENABLE.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// GYR_GAIN
|
|||
|
//
|
|||
|
this.GYR_GAIN.Location = new System.Drawing.Point(41, 35);
|
|||
|
this.GYR_GAIN.Name = "GYR_GAIN";
|
|||
|
this.GYR_GAIN.Size = new System.Drawing.Size(47, 20);
|
|||
|
this.GYR_GAIN.TabIndex = 119;
|
|||
|
this.GYR_GAIN.Text = "1000";
|
|||
|
//
|
|||
|
// BUT_HS4save
|
|||
|
//
|
|||
|
this.BUT_HS4save.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.BUT_HS4save.Location = new System.Drawing.Point(483, 174);
|
|||
|
this.BUT_HS4save.Name = "BUT_HS4save";
|
|||
|
this.BUT_HS4save.Size = new System.Drawing.Size(69, 23);
|
|||
|
this.BUT_HS4save.TabIndex = 167;
|
|||
|
this.BUT_HS4save.Text = "Manual";
|
|||
|
this.BUT_HS4save.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// label21
|
|||
|
//
|
|||
|
this.label21.AutoSize = true;
|
|||
|
this.label21.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label21.Location = new System.Drawing.Point(24, 28);
|
|||
|
this.label21.Name = "label21";
|
|||
|
this.label21.Size = new System.Drawing.Size(26, 13);
|
|||
|
this.label21.TabIndex = 120;
|
|||
|
this.label21.Text = "Top";
|
|||
|
//
|
|||
|
// COL_MIN
|
|||
|
//
|
|||
|
this.COL_MIN.Enabled = false;
|
|||
|
this.COL_MIN.Location = new System.Drawing.Point(18, 173);
|
|||
|
this.COL_MIN.Name = "COL_MIN";
|
|||
|
this.COL_MIN.Size = new System.Drawing.Size(43, 20);
|
|||
|
this.COL_MIN.TabIndex = 119;
|
|||
|
this.COL_MIN.Text = "1500";
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.label41);
|
|||
|
this.groupBox1.Controls.Add(this.label21);
|
|||
|
this.groupBox1.Controls.Add(this.COL_MIN);
|
|||
|
this.groupBox1.Controls.Add(this.COL_MID);
|
|||
|
this.groupBox1.Controls.Add(this.COL_MAX);
|
|||
|
this.groupBox1.Controls.Add(this.BUT_0collective);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(297, 95);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(80, 209);
|
|||
|
this.groupBox1.TabIndex = 165;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
//
|
|||
|
// COL_MID
|
|||
|
//
|
|||
|
this.COL_MID.Enabled = false;
|
|||
|
this.COL_MID.Location = new System.Drawing.Point(17, 117);
|
|||
|
this.COL_MID.Name = "COL_MID";
|
|||
|
this.COL_MID.Size = new System.Drawing.Size(44, 20);
|
|||
|
this.COL_MID.TabIndex = 117;
|
|||
|
this.COL_MID.Text = "1500";
|
|||
|
//
|
|||
|
// COL_MAX
|
|||
|
//
|
|||
|
this.COL_MAX.Enabled = false;
|
|||
|
this.COL_MAX.Location = new System.Drawing.Point(18, 45);
|
|||
|
this.COL_MAX.Name = "COL_MAX";
|
|||
|
this.COL_MAX.Size = new System.Drawing.Size(43, 20);
|
|||
|
this.COL_MAX.TabIndex = 115;
|
|||
|
this.COL_MAX.Text = "1500";
|
|||
|
//
|
|||
|
// BUT_0collective
|
|||
|
//
|
|||
|
this.BUT_0collective.Enabled = false;
|
|||
|
this.BUT_0collective.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.BUT_0collective.Location = new System.Drawing.Point(11, 89);
|
|||
|
this.BUT_0collective.Name = "BUT_0collective";
|
|||
|
this.BUT_0collective.Size = new System.Drawing.Size(58, 23);
|
|||
|
this.BUT_0collective.TabIndex = 110;
|
|||
|
this.BUT_0collective.Text = "Zero";
|
|||
|
this.BUT_0collective.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// groupBox2
|
|||
|
//
|
|||
|
this.groupBox2.Controls.Add(this.label24);
|
|||
|
this.groupBox2.Controls.Add(this.HS4_MIN);
|
|||
|
this.groupBox2.Controls.Add(this.HS4_MAX);
|
|||
|
this.groupBox2.Controls.Add(this.label40);
|
|||
|
this.groupBox2.Location = new System.Drawing.Point(437, 186);
|
|||
|
this.groupBox2.Name = "groupBox2";
|
|||
|
this.groupBox2.Size = new System.Drawing.Size(169, 78);
|
|||
|
this.groupBox2.TabIndex = 166;
|
|||
|
this.groupBox2.TabStop = false;
|
|||
|
//
|
|||
|
// label24
|
|||
|
//
|
|||
|
this.label24.AutoSize = true;
|
|||
|
this.label24.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label24.Location = new System.Drawing.Point(112, 23);
|
|||
|
this.label24.Name = "label24";
|
|||
|
this.label24.Size = new System.Drawing.Size(27, 13);
|
|||
|
this.label24.TabIndex = 135;
|
|||
|
this.label24.Text = "Max";
|
|||
|
//
|
|||
|
// HS4_MIN
|
|||
|
//
|
|||
|
this.HS4_MIN.Enabled = false;
|
|||
|
this.HS4_MIN.Location = new System.Drawing.Point(21, 40);
|
|||
|
this.HS4_MIN.Name = "HS4_MIN";
|
|||
|
this.HS4_MIN.Size = new System.Drawing.Size(43, 20);
|
|||
|
this.HS4_MIN.TabIndex = 132;
|
|||
|
this.HS4_MIN.Text = "1500";
|
|||
|
//
|
|||
|
// HS4_MAX
|
|||
|
//
|
|||
|
this.HS4_MAX.Enabled = false;
|
|||
|
this.HS4_MAX.Location = new System.Drawing.Point(106, 40);
|
|||
|
this.HS4_MAX.Name = "HS4_MAX";
|
|||
|
this.HS4_MAX.Size = new System.Drawing.Size(43, 20);
|
|||
|
this.HS4_MAX.TabIndex = 133;
|
|||
|
this.HS4_MAX.Text = "1500";
|
|||
|
//
|
|||
|
// label40
|
|||
|
//
|
|||
|
this.label40.AutoSize = true;
|
|||
|
this.label40.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label40.Location = new System.Drawing.Point(27, 23);
|
|||
|
this.label40.Name = "label40";
|
|||
|
this.label40.Size = new System.Drawing.Size(24, 13);
|
|||
|
this.label40.TabIndex = 134;
|
|||
|
this.label40.Text = "Min";
|
|||
|
//
|
|||
|
// HS3_TRIM
|
|||
|
//
|
|||
|
this.HS3_TRIM.Location = new System.Drawing.Point(126, 314);
|
|||
|
this.HS3_TRIM.Maximum = new decimal(new int[] {
|
|||
|
2000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.HS3_TRIM.Minimum = new decimal(new int[] {
|
|||
|
1000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.HS3_TRIM.Name = "HS3_TRIM";
|
|||
|
this.HS3_TRIM.Size = new System.Drawing.Size(44, 20);
|
|||
|
this.HS3_TRIM.TabIndex = 164;
|
|||
|
this.HS3_TRIM.Value = new decimal(new int[] {
|
|||
|
1500,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// HS2_TRIM
|
|||
|
//
|
|||
|
this.HS2_TRIM.Location = new System.Drawing.Point(126, 288);
|
|||
|
this.HS2_TRIM.Maximum = new decimal(new int[] {
|
|||
|
2000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.HS2_TRIM.Minimum = new decimal(new int[] {
|
|||
|
1000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.HS2_TRIM.Name = "HS2_TRIM";
|
|||
|
this.HS2_TRIM.Size = new System.Drawing.Size(44, 20);
|
|||
|
this.HS2_TRIM.TabIndex = 163;
|
|||
|
this.HS2_TRIM.Value = new decimal(new int[] {
|
|||
|
1500,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// HS1_TRIM
|
|||
|
//
|
|||
|
this.HS1_TRIM.Location = new System.Drawing.Point(126, 262);
|
|||
|
this.HS1_TRIM.Maximum = new decimal(new int[] {
|
|||
|
2000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.HS1_TRIM.Minimum = new decimal(new int[] {
|
|||
|
1000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.HS1_TRIM.Name = "HS1_TRIM";
|
|||
|
this.HS1_TRIM.Size = new System.Drawing.Size(44, 20);
|
|||
|
this.HS1_TRIM.TabIndex = 162;
|
|||
|
this.HS1_TRIM.Value = new decimal(new int[] {
|
|||
|
1500,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// label39
|
|||
|
//
|
|||
|
this.label39.AutoSize = true;
|
|||
|
this.label39.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label39.Location = new System.Drawing.Point(131, 249);
|
|||
|
this.label39.Name = "label39";
|
|||
|
this.label39.Size = new System.Drawing.Size(27, 13);
|
|||
|
this.label39.TabIndex = 161;
|
|||
|
this.label39.Text = "Trim";
|
|||
|
//
|
|||
|
// label38
|
|||
|
//
|
|||
|
this.label38.AutoSize = true;
|
|||
|
this.label38.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label38.Location = new System.Drawing.Point(102, 249);
|
|||
|
this.label38.Name = "label38";
|
|||
|
this.label38.Size = new System.Drawing.Size(27, 13);
|
|||
|
this.label38.TabIndex = 160;
|
|||
|
this.label38.Text = "Rev";
|
|||
|
//
|
|||
|
// label37
|
|||
|
//
|
|||
|
this.label37.AutoSize = true;
|
|||
|
this.label37.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label37.Location = new System.Drawing.Point(54, 249);
|
|||
|
this.label37.Name = "label37";
|
|||
|
this.label37.Size = new System.Drawing.Size(44, 13);
|
|||
|
this.label37.TabIndex = 159;
|
|||
|
this.label37.Text = "Position";
|
|||
|
//
|
|||
|
// label36
|
|||
|
//
|
|||
|
this.label36.AutoSize = true;
|
|||
|
this.label36.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label36.Location = new System.Drawing.Point(17, 249);
|
|||
|
this.label36.Name = "label36";
|
|||
|
this.label36.Size = new System.Drawing.Size(35, 13);
|
|||
|
this.label36.TabIndex = 158;
|
|||
|
this.label36.Text = "Servo";
|
|||
|
//
|
|||
|
// label26
|
|||
|
//
|
|||
|
this.label26.AutoSize = true;
|
|||
|
this.label26.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label26.Location = new System.Drawing.Point(260, 365);
|
|||
|
this.label26.Name = "label26";
|
|||
|
this.label26.Size = new System.Drawing.Size(54, 13);
|
|||
|
this.label26.TabIndex = 157;
|
|||
|
this.label26.Text = "Pitch Max";
|
|||
|
//
|
|||
|
// PIT_MAX
|
|||
|
//
|
|||
|
this.PIT_MAX.Location = new System.Drawing.Point(314, 362);
|
|||
|
this.PIT_MAX.Name = "PIT_MAX";
|
|||
|
this.PIT_MAX.Size = new System.Drawing.Size(47, 20);
|
|||
|
this.PIT_MAX.TabIndex = 156;
|
|||
|
this.PIT_MAX.Text = "4500";
|
|||
|
//
|
|||
|
// label25
|
|||
|
//
|
|||
|
this.label25.AutoSize = true;
|
|||
|
this.label25.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label25.Location = new System.Drawing.Point(260, 341);
|
|||
|
this.label25.Name = "label25";
|
|||
|
this.label25.Size = new System.Drawing.Size(48, 13);
|
|||
|
this.label25.TabIndex = 155;
|
|||
|
this.label25.Text = "Roll Max";
|
|||
|
//
|
|||
|
// ROL_MAX
|
|||
|
//
|
|||
|
this.ROL_MAX.Location = new System.Drawing.Point(314, 336);
|
|||
|
this.ROL_MAX.Name = "ROL_MAX";
|
|||
|
this.ROL_MAX.Size = new System.Drawing.Size(47, 20);
|
|||
|
this.ROL_MAX.TabIndex = 154;
|
|||
|
this.ROL_MAX.Text = "4500";
|
|||
|
//
|
|||
|
// label23
|
|||
|
//
|
|||
|
this.label23.AutoSize = true;
|
|||
|
this.label23.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label23.Location = new System.Drawing.Point(480, 66);
|
|||
|
this.label23.Name = "label23";
|
|||
|
this.label23.Size = new System.Drawing.Size(75, 13);
|
|||
|
this.label23.TabIndex = 153;
|
|||
|
this.label23.Text = "Rudder Travel";
|
|||
|
//
|
|||
|
// label22
|
|||
|
//
|
|||
|
this.label22.AutoSize = true;
|
|||
|
this.label22.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label22.Location = new System.Drawing.Point(236, 66);
|
|||
|
this.label22.Name = "label22";
|
|||
|
this.label22.Size = new System.Drawing.Size(72, 13);
|
|||
|
this.label22.TabIndex = 150;
|
|||
|
this.label22.Text = "Swash Travel";
|
|||
|
//
|
|||
|
// label20
|
|||
|
//
|
|||
|
this.label20.AutoSize = true;
|
|||
|
this.label20.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label20.Location = new System.Drawing.Point(27, 317);
|
|||
|
this.label20.Name = "label20";
|
|||
|
this.label20.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.label20.TabIndex = 149;
|
|||
|
this.label20.Text = "3";
|
|||
|
//
|
|||
|
// label19
|
|||
|
//
|
|||
|
this.label19.AutoSize = true;
|
|||
|
this.label19.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label19.Location = new System.Drawing.Point(27, 291);
|
|||
|
this.label19.Name = "label19";
|
|||
|
this.label19.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.label19.TabIndex = 148;
|
|||
|
this.label19.Text = "2";
|
|||
|
//
|
|||
|
// label18
|
|||
|
//
|
|||
|
this.label18.AutoSize = true;
|
|||
|
this.label18.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label18.Location = new System.Drawing.Point(27, 265);
|
|||
|
this.label18.Name = "label18";
|
|||
|
this.label18.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.label18.TabIndex = 147;
|
|||
|
this.label18.Text = "1";
|
|||
|
//
|
|||
|
// SV3_POS
|
|||
|
//
|
|||
|
this.SV3_POS.Location = new System.Drawing.Point(57, 314);
|
|||
|
this.SV3_POS.Name = "SV3_POS";
|
|||
|
this.SV3_POS.Size = new System.Drawing.Size(39, 20);
|
|||
|
this.SV3_POS.TabIndex = 146;
|
|||
|
this.SV3_POS.Text = "180";
|
|||
|
//
|
|||
|
// SV2_POS
|
|||
|
//
|
|||
|
this.SV2_POS.Location = new System.Drawing.Point(57, 288);
|
|||
|
this.SV2_POS.Name = "SV2_POS";
|
|||
|
this.SV2_POS.Size = new System.Drawing.Size(39, 20);
|
|||
|
this.SV2_POS.TabIndex = 145;
|
|||
|
this.SV2_POS.Text = "60";
|
|||
|
//
|
|||
|
// SV1_POS
|
|||
|
//
|
|||
|
this.SV1_POS.Location = new System.Drawing.Point(57, 262);
|
|||
|
this.SV1_POS.Name = "SV1_POS";
|
|||
|
this.SV1_POS.Size = new System.Drawing.Size(39, 20);
|
|||
|
this.SV1_POS.TabIndex = 144;
|
|||
|
this.SV1_POS.Text = "-60";
|
|||
|
//
|
|||
|
// HS3_REV
|
|||
|
//
|
|||
|
this.HS3_REV.AutoSize = true;
|
|||
|
this.HS3_REV.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.HS3_REV.Location = new System.Drawing.Point(105, 317);
|
|||
|
this.HS3_REV.Name = "HS3_REV";
|
|||
|
this.HS3_REV.Size = new System.Drawing.Size(15, 14);
|
|||
|
this.HS3_REV.TabIndex = 143;
|
|||
|
this.HS3_REV.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// HS2_REV
|
|||
|
//
|
|||
|
this.HS2_REV.AutoSize = true;
|
|||
|
this.HS2_REV.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.HS2_REV.Location = new System.Drawing.Point(105, 291);
|
|||
|
this.HS2_REV.Name = "HS2_REV";
|
|||
|
this.HS2_REV.Size = new System.Drawing.Size(15, 14);
|
|||
|
this.HS2_REV.TabIndex = 142;
|
|||
|
this.HS2_REV.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// HS1_REV
|
|||
|
//
|
|||
|
this.HS1_REV.AutoSize = true;
|
|||
|
this.HS1_REV.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.HS1_REV.Location = new System.Drawing.Point(105, 268);
|
|||
|
this.HS1_REV.Name = "HS1_REV";
|
|||
|
this.HS1_REV.Size = new System.Drawing.Size(15, 14);
|
|||
|
this.HS1_REV.TabIndex = 141;
|
|||
|
this.HS1_REV.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// label17
|
|||
|
//
|
|||
|
this.label17.AutoSize = true;
|
|||
|
this.label17.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|||
|
this.label17.Location = new System.Drawing.Point(42, 66);
|
|||
|
this.label17.Name = "label17";
|
|||
|
this.label17.Size = new System.Drawing.Size(109, 13);
|
|||
|
this.label17.TabIndex = 140;
|
|||
|
this.label17.Text = "Swash-Servo position";
|
|||
|
//
|
|||
|
// HS4
|
|||
|
//
|
|||
|
this.HS4.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(68)))), ((int)(((byte)(69)))));
|
|||
|
this.HS4.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
|||
|
this.HS4.Label = "Rudder";
|
|||
|
this.HS4.Location = new System.Drawing.Point(396, 93);
|
|||
|
this.HS4.Maximum = 2200;
|
|||
|
this.HS4.maxline = 0;
|
|||
|
this.HS4.Minimum = 800;
|
|||
|
this.HS4.minline = 0;
|
|||
|
this.HS4.Name = "HS4";
|
|||
|
this.HS4.Size = new System.Drawing.Size(242, 42);
|
|||
|
this.HS4.TabIndex = 152;
|
|||
|
this.HS4.Value = 1500;
|
|||
|
this.HS4.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31)))));
|
|||
|
//
|
|||
|
// HS3
|
|||
|
//
|
|||
|
this.HS3.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(68)))), ((int)(((byte)(69)))));
|
|||
|
this.HS3.BorderColor = System.Drawing.SystemColors.ActiveBorder;
|
|||
|
this.HS3.Label = "Collective";
|
|||
|
this.HS3.Location = new System.Drawing.Point(239, 95);
|
|||
|
this.HS3.Maximum = 2200;
|
|||
|
this.HS3.maxline = 0;
|
|||
|
this.HS3.Minimum = 800;
|
|||
|
this.HS3.minline = 0;
|
|||
|
this.HS3.Name = "HS3";
|
|||
|
this.HS3.Size = new System.Drawing.Size(42, 213);
|
|||
|
this.HS3.TabIndex = 151;
|
|||
|
this.HS3.Value = 1500;
|
|||
|
this.HS3.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(193)))), ((int)(((byte)(31)))));
|
|||
|
//
|
|||
|
// Gservoloc
|
|||
|
//
|
|||
|
this.Gservoloc.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.Gservoloc.BackgroundImage = global::ArdupilotMega.Properties.Resources.Gaugebg;
|
|||
|
this.Gservoloc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|||
|
this.Gservoloc.BaseArcColor = System.Drawing.Color.Transparent;
|
|||
|
this.Gservoloc.BaseArcRadius = 60;
|
|||
|
this.Gservoloc.BaseArcStart = 90;
|
|||
|
this.Gservoloc.BaseArcSweep = 360;
|
|||
|
this.Gservoloc.BaseArcWidth = 2;
|
|||
|
this.Gservoloc.basesize = new System.Drawing.Size(150, 150);
|
|||
|
this.Gservoloc.Cap_Idx = ((byte)(0));
|
|||
|
this.Gservoloc.CapColor = System.Drawing.Color.White;
|
|||
|
this.Gservoloc.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.Gservoloc.CapPosition = new System.Drawing.Point(55, 85);
|
|||
|
this.Gservoloc.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.Gservoloc.CapsText = new string[] {
|
|||
|
"Position",
|
|||
|
"",
|
|||
|
"",
|
|||
|
"",
|
|||
|
""};
|
|||
|
this.Gservoloc.CapText = "Position";
|
|||
|
this.Gservoloc.Center = new System.Drawing.Point(75, 75);
|
|||
|
this.Gservoloc.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
|||
|
this.Gservoloc.Location = new System.Drawing.Point(20, 93);
|
|||
|
this.Gservoloc.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.Gservoloc.MaxValue = 180F;
|
|||
|
this.Gservoloc.MinValue = -180F;
|
|||
|
this.Gservoloc.Name = "Gservoloc";
|
|||
|
this.Gservoloc.Need_Idx = ((byte)(3));
|
|||
|
this.Gservoloc.NeedleColor1 = AGaugeApp.AGauge.NeedleColorEnum.Gray;
|
|||
|
this.Gservoloc.NeedleColor2 = System.Drawing.Color.White;
|
|||
|
this.Gservoloc.NeedleEnabled = false;
|
|||
|
this.Gservoloc.NeedleRadius = 80;
|
|||
|
this.Gservoloc.NeedlesColor1 = new AGaugeApp.AGauge.NeedleColorEnum[] {
|
|||
|
AGaugeApp.AGauge.NeedleColorEnum.Gray,
|
|||
|
AGaugeApp.AGauge.NeedleColorEnum.Red,
|
|||
|
AGaugeApp.AGauge.NeedleColorEnum.Green,
|
|||
|
AGaugeApp.AGauge.NeedleColorEnum.Gray};
|
|||
|
this.Gservoloc.NeedlesColor2 = new System.Drawing.Color[] {
|
|||
|
System.Drawing.Color.White,
|
|||
|
System.Drawing.Color.White,
|
|||
|
System.Drawing.Color.White,
|
|||
|
System.Drawing.Color.White};
|
|||
|
this.Gservoloc.NeedlesEnabled = new bool[] {
|
|||
|
true,
|
|||
|
true,
|
|||
|
true,
|
|||
|
false};
|
|||
|
this.Gservoloc.NeedlesRadius = new int[] {
|
|||
|
60,
|
|||
|
60,
|
|||
|
60,
|
|||
|
80};
|
|||
|
this.Gservoloc.NeedlesType = new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0};
|
|||
|
this.Gservoloc.NeedlesWidth = new int[] {
|
|||
|
2,
|
|||
|
2,
|
|||
|
2,
|
|||
|
2};
|
|||
|
this.Gservoloc.NeedleType = 0;
|
|||
|
this.Gservoloc.NeedleWidth = 2;
|
|||
|
this.Gservoloc.Range_Idx = ((byte)(0));
|
|||
|
this.Gservoloc.RangeColor = System.Drawing.Color.LightGreen;
|
|||
|
this.Gservoloc.RangeEnabled = false;
|
|||
|
this.Gservoloc.RangeEndValue = 360F;
|
|||
|
this.Gservoloc.RangeInnerRadius = 1;
|
|||
|
this.Gservoloc.RangeOuterRadius = 60;
|
|||
|
this.Gservoloc.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.Gservoloc.RangesEnabled = new bool[] {
|
|||
|
false,
|
|||
|
false,
|
|||
|
false,
|
|||
|
false,
|
|||
|
false};
|
|||
|
this.Gservoloc.RangesEndValue = new float[] {
|
|||
|
360F,
|
|||
|
200F,
|
|||
|
150F,
|
|||
|
0F,
|
|||
|
0F};
|
|||
|
this.Gservoloc.RangesInnerRadius = new int[] {
|
|||
|
1,
|
|||
|
1,
|
|||
|
1,
|
|||
|
70,
|
|||
|
70};
|
|||
|
this.Gservoloc.RangesOuterRadius = new int[] {
|
|||
|
60,
|
|||
|
60,
|
|||
|
60,
|
|||
|
80,
|
|||
|
80};
|
|||
|
this.Gservoloc.RangesStartValue = new float[] {
|
|||
|
0F,
|
|||
|
150F,
|
|||
|
75F,
|
|||
|
0F,
|
|||
|
0F};
|
|||
|
this.Gservoloc.RangeStartValue = 0F;
|
|||
|
this.Gservoloc.ScaleLinesInterColor = System.Drawing.Color.White;
|
|||
|
this.Gservoloc.ScaleLinesInterInnerRadius = 52;
|
|||
|
this.Gservoloc.ScaleLinesInterOuterRadius = 60;
|
|||
|
this.Gservoloc.ScaleLinesInterWidth = 1;
|
|||
|
this.Gservoloc.ScaleLinesMajorColor = System.Drawing.Color.White;
|
|||
|
this.Gservoloc.ScaleLinesMajorInnerRadius = 50;
|
|||
|
this.Gservoloc.ScaleLinesMajorOuterRadius = 60;
|
|||
|
this.Gservoloc.ScaleLinesMajorStepValue = 30F;
|
|||
|
this.Gservoloc.ScaleLinesMajorWidth = 2;
|
|||
|
this.Gservoloc.ScaleLinesMinorColor = System.Drawing.Color.White;
|
|||
|
this.Gservoloc.ScaleLinesMinorInnerRadius = 55;
|
|||
|
this.Gservoloc.ScaleLinesMinorNumOf = 2;
|
|||
|
this.Gservoloc.ScaleLinesMinorOuterRadius = 60;
|
|||
|
this.Gservoloc.ScaleLinesMinorWidth = 1;
|
|||
|
this.Gservoloc.ScaleNumbersColor = System.Drawing.Color.White;
|
|||
|
this.Gservoloc.ScaleNumbersFormat = null;
|
|||
|
this.Gservoloc.ScaleNumbersRadius = 44;
|
|||
|
this.Gservoloc.ScaleNumbersRotation = 45;
|
|||
|
this.Gservoloc.ScaleNumbersStartScaleLine = 2;
|
|||
|
this.Gservoloc.ScaleNumbersStepScaleLines = 1;
|
|||
|
this.Gservoloc.Size = new System.Drawing.Size(150, 150);
|
|||
|
this.Gservoloc.TabIndex = 139;
|
|||
|
this.Gservoloc.Value = 0F;
|
|||
|
this.Gservoloc.Value0 = -60F;
|
|||
|
this.Gservoloc.Value1 = 60F;
|
|||
|
this.Gservoloc.Value2 = 180F;
|
|||
|
this.Gservoloc.Value3 = 0F;
|
|||
|
//
|
|||
|
// ConfigTradHeli
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.groupBox5);
|
|||
|
this.Controls.Add(this.BUT_swash_manual);
|
|||
|
this.Controls.Add(this.groupBox3);
|
|||
|
this.Controls.Add(this.BUT_HS4save);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.Controls.Add(this.groupBox2);
|
|||
|
this.Controls.Add(this.HS3_TRIM);
|
|||
|
this.Controls.Add(this.HS2_TRIM);
|
|||
|
this.Controls.Add(this.HS1_TRIM);
|
|||
|
this.Controls.Add(this.label39);
|
|||
|
this.Controls.Add(this.label38);
|
|||
|
this.Controls.Add(this.label37);
|
|||
|
this.Controls.Add(this.label36);
|
|||
|
this.Controls.Add(this.label26);
|
|||
|
this.Controls.Add(this.PIT_MAX);
|
|||
|
this.Controls.Add(this.label25);
|
|||
|
this.Controls.Add(this.ROL_MAX);
|
|||
|
this.Controls.Add(this.label23);
|
|||
|
this.Controls.Add(this.label22);
|
|||
|
this.Controls.Add(this.label20);
|
|||
|
this.Controls.Add(this.label19);
|
|||
|
this.Controls.Add(this.label18);
|
|||
|
this.Controls.Add(this.SV3_POS);
|
|||
|
this.Controls.Add(this.SV2_POS);
|
|||
|
this.Controls.Add(this.SV1_POS);
|
|||
|
this.Controls.Add(this.HS3_REV);
|
|||
|
this.Controls.Add(this.HS2_REV);
|
|||
|
this.Controls.Add(this.HS1_REV);
|
|||
|
this.Controls.Add(this.label17);
|
|||
|
this.Controls.Add(this.HS4);
|
|||
|
this.Controls.Add(this.HS3);
|
|||
|
this.Controls.Add(this.Gservoloc);
|
|||
|
this.Name = "ConfigTradHeli";
|
|||
|
this.Size = new System.Drawing.Size(654, 397);
|
|||
|
this.groupBox5.ResumeLayout(false);
|
|||
|
this.groupBox5.PerformLayout();
|
|||
|
this.groupBox3.ResumeLayout(false);
|
|||
|
this.groupBox3.PerformLayout();
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
this.groupBox2.ResumeLayout(false);
|
|||
|
this.groupBox2.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.HS3_TRIM)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.HS2_TRIM)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.HS1_TRIM)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox5;
|
|||
|
private System.Windows.Forms.RadioButton H1_ENABLE;
|
|||
|
private System.Windows.Forms.RadioButton CCPM;
|
|||
|
private MyButton BUT_swash_manual;
|
|||
|
private System.Windows.Forms.Label label41;
|
|||
|
private System.Windows.Forms.GroupBox groupBox3;
|
|||
|
private System.Windows.Forms.Label label46;
|
|||
|
private System.Windows.Forms.Label label45;
|
|||
|
private System.Windows.Forms.CheckBox GYR_ENABLE;
|
|||
|
private System.Windows.Forms.TextBox GYR_GAIN;
|
|||
|
private MyButton BUT_HS4save;
|
|||
|
private System.Windows.Forms.Label label21;
|
|||
|
private System.Windows.Forms.TextBox COL_MIN;
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.TextBox COL_MID;
|
|||
|
private System.Windows.Forms.TextBox COL_MAX;
|
|||
|
private MyButton BUT_0collective;
|
|||
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
private System.Windows.Forms.Label label24;
|
|||
|
private System.Windows.Forms.TextBox HS4_MIN;
|
|||
|
private System.Windows.Forms.TextBox HS4_MAX;
|
|||
|
private System.Windows.Forms.Label label40;
|
|||
|
private System.Windows.Forms.NumericUpDown HS3_TRIM;
|
|||
|
private System.Windows.Forms.NumericUpDown HS2_TRIM;
|
|||
|
private System.Windows.Forms.NumericUpDown HS1_TRIM;
|
|||
|
private System.Windows.Forms.Label label39;
|
|||
|
private System.Windows.Forms.Label label38;
|
|||
|
private System.Windows.Forms.Label label37;
|
|||
|
private System.Windows.Forms.Label label36;
|
|||
|
private System.Windows.Forms.Label label26;
|
|||
|
private System.Windows.Forms.TextBox PIT_MAX;
|
|||
|
private System.Windows.Forms.Label label25;
|
|||
|
private System.Windows.Forms.TextBox ROL_MAX;
|
|||
|
private System.Windows.Forms.Label label23;
|
|||
|
private System.Windows.Forms.Label label22;
|
|||
|
private System.Windows.Forms.Label label20;
|
|||
|
private System.Windows.Forms.Label label19;
|
|||
|
private System.Windows.Forms.Label label18;
|
|||
|
private System.Windows.Forms.TextBox SV3_POS;
|
|||
|
private System.Windows.Forms.TextBox SV2_POS;
|
|||
|
private System.Windows.Forms.TextBox SV1_POS;
|
|||
|
private System.Windows.Forms.CheckBox HS3_REV;
|
|||
|
private System.Windows.Forms.CheckBox HS2_REV;
|
|||
|
private System.Windows.Forms.CheckBox HS1_REV;
|
|||
|
private System.Windows.Forms.Label label17;
|
|||
|
private HorizontalProgressBar2 HS4;
|
|||
|
private VerticalProgressBar2 HS3;
|
|||
|
private AGaugeApp.AGauge Gservoloc;
|
|||
|
}
|
|||
|
}
|