mirror of https://github.com/ArduPilot/ardupilot
986 lines
46 KiB
C#
986 lines
46 KiB
C#
using ArdupilotMega.Controls;
|
|
using ArdupilotMega.Presenter;
|
|
|
|
namespace ArdupilotMega.GCSViews.ConfigurationView
|
|
{
|
|
partial class ConfigMount
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary> pi
|
|
/// 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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.PBOX_WarningIcon = new ArdupilotMega.Controls.PictureBoxWithPseudoOpacity();
|
|
this.LBL_Error = new ArdupilotMega.Controls.LabelWithPseudoOpacity();
|
|
this.LNK_wiki = new System.Windows.Forms.LinkLabel();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.mavlinkNumericUpDownRAM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkNumericUpDownRAMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.mavlinkNumericUpDownRSM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkNumericUpDownRSMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkCheckBoxRR = new ArdupilotMega.Controls.MavlinkCheckBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.mavlinkNumericUpDownPAM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkNumericUpDownPAMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.mavlinkNumericUpDownPSM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkNumericUpDownPSMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkCheckBoxPR = new ArdupilotMega.Controls.MavlinkCheckBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.mavlinkNumericUpDownTAM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkNumericUpDownTAMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.mavlinkNumericUpDownTSM = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkNumericUpDownTSMX = new ArdupilotMega.Controls.MavlinkNumericUpDown();
|
|
this.mavlinkCheckBoxTR = new ArdupilotMega.Controls.MavlinkCheckBox();
|
|
this.mavlinkComboBoxTilt = new System.Windows.Forms.ComboBox();
|
|
this.mavlinkComboBoxRoll = new System.Windows.Forms.ComboBox();
|
|
this.mavlinkComboBoxPan = new System.Windows.Forms.ComboBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PBOX_WarningIcon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAMX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSMX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAMX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSMX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAMX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSM)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSMX)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.BackgroundImage = global::ArdupilotMega.Properties.Resources.cameraGimalPitch1;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox1.Location = new System.Drawing.Point(33, 16);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(203, 112);
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Location = new System.Drawing.Point(17, 150);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(635, 5);
|
|
this.groupBox1.TabIndex = 52;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackgroundImage = global::ArdupilotMega.Properties.Resources.cameraGimalRoll1;
|
|
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox2.Location = new System.Drawing.Point(33, 141);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(203, 112);
|
|
this.pictureBox2.TabIndex = 53;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox2.Location = new System.Drawing.Point(17, 23);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(635, 5);
|
|
this.groupBox2.TabIndex = 59;
|
|
this.groupBox2.TabStop = false;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label5.Location = new System.Drawing.Point(21, 4);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 20);
|
|
this.label5.TabIndex = 64;
|
|
this.label5.Text = "Tilt";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label6.Location = new System.Drawing.Point(20, 132);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(36, 20);
|
|
this.label6.TabIndex = 65;
|
|
this.label6.Text = "Roll";
|
|
//
|
|
// PBOX_WarningIcon
|
|
//
|
|
this.PBOX_WarningIcon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PBOX_WarningIcon.Image = global::ArdupilotMega.Properties.Resources.iconWarning32;
|
|
this.PBOX_WarningIcon.Location = new System.Drawing.Point(264, 389);
|
|
this.PBOX_WarningIcon.Name = "PBOX_WarningIcon";
|
|
this.PBOX_WarningIcon.Opacity = 0.5F;
|
|
this.PBOX_WarningIcon.Size = new System.Drawing.Size(32, 32);
|
|
this.PBOX_WarningIcon.TabIndex = 75;
|
|
this.PBOX_WarningIcon.TabStop = false;
|
|
//
|
|
// LBL_Error
|
|
//
|
|
this.LBL_Error.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.LBL_Error.AutoSize = true;
|
|
this.LBL_Error.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.LBL_Error.Location = new System.Drawing.Point(303, 402);
|
|
this.LBL_Error.Name = "LBL_Error";
|
|
this.LBL_Error.Size = new System.Drawing.Size(138, 13);
|
|
this.LBL_Error.TabIndex = 76;
|
|
this.LBL_Error.Text = "Error Message of some kind";
|
|
//
|
|
// LNK_wiki
|
|
//
|
|
this.LNK_wiki.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.LNK_wiki.AutoSize = true;
|
|
this.LNK_wiki.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
|
this.LNK_wiki.LinkColor = System.Drawing.Color.CornflowerBlue;
|
|
this.LNK_wiki.Location = new System.Drawing.Point(624, 9);
|
|
this.LNK_wiki.Name = "LNK_wiki";
|
|
this.LNK_wiki.Size = new System.Drawing.Size(28, 13);
|
|
this.LNK_wiki.TabIndex = 77;
|
|
this.LNK_wiki.TabStop = true;
|
|
this.LNK_wiki.Text = "Wiki";
|
|
this.LNK_wiki.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LNK_Wiki_Clicked);
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label15.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label15.Location = new System.Drawing.Point(20, 256);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(37, 20);
|
|
this.label15.TabIndex = 80;
|
|
this.label15.Text = "Pan";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox3.Location = new System.Drawing.Point(17, 274);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(635, 5);
|
|
this.groupBox3.TabIndex = 78;
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.BackgroundImage = global::ArdupilotMega.Properties.Resources.cameraGimalYaw;
|
|
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.pictureBox3.Location = new System.Drawing.Point(33, 265);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(203, 112);
|
|
this.pictureBox3.TabIndex = 79;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.Location = new System.Drawing.Point(352, 158);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(95, 20);
|
|
this.label9.TabIndex = 105;
|
|
this.label9.Text = "Angle Limits";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.Location = new System.Drawing.Point(251, 158);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(95, 20);
|
|
this.label10.TabIndex = 104;
|
|
this.label10.Text = "Servo Limits";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label11.Location = new System.Drawing.Point(355, 211);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(27, 13);
|
|
this.label11.TabIndex = 103;
|
|
this.label11.Text = "Max";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label12.Location = new System.Drawing.Point(355, 183);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(24, 13);
|
|
this.label12.TabIndex = 102;
|
|
this.label12.Text = "Min";
|
|
//
|
|
// mavlinkNumericUpDownRAM
|
|
//
|
|
this.mavlinkNumericUpDownRAM.Enabled = false;
|
|
this.mavlinkNumericUpDownRAM.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRAM.Location = new System.Drawing.Point(385, 181);
|
|
this.mavlinkNumericUpDownRAM.Max = 1F;
|
|
this.mavlinkNumericUpDownRAM.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRAM.Min = 0F;
|
|
this.mavlinkNumericUpDownRAM.Name = "mavlinkNumericUpDownRAM";
|
|
this.mavlinkNumericUpDownRAM.param = null;
|
|
this.mavlinkNumericUpDownRAM.ParamName = null;
|
|
this.mavlinkNumericUpDownRAM.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownRAM.TabIndex = 101;
|
|
this.mavlinkNumericUpDownRAM.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkNumericUpDownRAMX
|
|
//
|
|
this.mavlinkNumericUpDownRAMX.Enabled = false;
|
|
this.mavlinkNumericUpDownRAMX.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRAMX.Location = new System.Drawing.Point(385, 207);
|
|
this.mavlinkNumericUpDownRAMX.Max = 1F;
|
|
this.mavlinkNumericUpDownRAMX.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRAMX.Min = 0F;
|
|
this.mavlinkNumericUpDownRAMX.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRAMX.Name = "mavlinkNumericUpDownRAMX";
|
|
this.mavlinkNumericUpDownRAMX.param = null;
|
|
this.mavlinkNumericUpDownRAMX.ParamName = null;
|
|
this.mavlinkNumericUpDownRAMX.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownRAMX.TabIndex = 100;
|
|
this.mavlinkNumericUpDownRAMX.Value = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label13.Location = new System.Drawing.Point(246, 211);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(27, 13);
|
|
this.label13.TabIndex = 99;
|
|
this.label13.Text = "Max";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label14.Location = new System.Drawing.Point(246, 183);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(24, 13);
|
|
this.label14.TabIndex = 98;
|
|
this.label14.Text = "Min";
|
|
//
|
|
// mavlinkNumericUpDownRSM
|
|
//
|
|
this.mavlinkNumericUpDownRSM.Enabled = false;
|
|
this.mavlinkNumericUpDownRSM.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRSM.Location = new System.Drawing.Point(276, 181);
|
|
this.mavlinkNumericUpDownRSM.Max = 1F;
|
|
this.mavlinkNumericUpDownRSM.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRSM.Min = 0F;
|
|
this.mavlinkNumericUpDownRSM.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRSM.Name = "mavlinkNumericUpDownRSM";
|
|
this.mavlinkNumericUpDownRSM.param = null;
|
|
this.mavlinkNumericUpDownRSM.ParamName = null;
|
|
this.mavlinkNumericUpDownRSM.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownRSM.TabIndex = 97;
|
|
this.mavlinkNumericUpDownRSM.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkNumericUpDownRSMX
|
|
//
|
|
this.mavlinkNumericUpDownRSMX.Enabled = false;
|
|
this.mavlinkNumericUpDownRSMX.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRSMX.Location = new System.Drawing.Point(276, 207);
|
|
this.mavlinkNumericUpDownRSMX.Max = 1F;
|
|
this.mavlinkNumericUpDownRSMX.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRSMX.Min = 0F;
|
|
this.mavlinkNumericUpDownRSMX.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownRSMX.Name = "mavlinkNumericUpDownRSMX";
|
|
this.mavlinkNumericUpDownRSMX.param = null;
|
|
this.mavlinkNumericUpDownRSMX.ParamName = null;
|
|
this.mavlinkNumericUpDownRSMX.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownRSMX.TabIndex = 96;
|
|
this.mavlinkNumericUpDownRSMX.Value = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkCheckBoxRR
|
|
//
|
|
this.mavlinkCheckBoxRR.AutoSize = true;
|
|
this.mavlinkCheckBoxRR.Enabled = false;
|
|
this.mavlinkCheckBoxRR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.mavlinkCheckBoxRR.Location = new System.Drawing.Point(267, 233);
|
|
this.mavlinkCheckBoxRR.Name = "mavlinkCheckBoxRR";
|
|
this.mavlinkCheckBoxRR.OffValue = 0F;
|
|
this.mavlinkCheckBoxRR.OnValue = 1F;
|
|
this.mavlinkCheckBoxRR.param = null;
|
|
this.mavlinkCheckBoxRR.ParamName = null;
|
|
this.mavlinkCheckBoxRR.Size = new System.Drawing.Size(66, 17);
|
|
this.mavlinkCheckBoxRR.TabIndex = 95;
|
|
this.mavlinkCheckBoxRR.Text = "Reverse";
|
|
this.mavlinkCheckBoxRR.UseVisualStyleBackColor = true;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label16.Location = new System.Drawing.Point(352, 282);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(95, 20);
|
|
this.label16.TabIndex = 116;
|
|
this.label16.Text = "Angle Limits";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label17.Location = new System.Drawing.Point(251, 282);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(95, 20);
|
|
this.label17.TabIndex = 115;
|
|
this.label17.Text = "Servo Limits";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label18.Location = new System.Drawing.Point(355, 335);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(27, 13);
|
|
this.label18.TabIndex = 114;
|
|
this.label18.Text = "Max";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label19.Location = new System.Drawing.Point(355, 307);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(24, 13);
|
|
this.label19.TabIndex = 113;
|
|
this.label19.Text = "Min";
|
|
//
|
|
// mavlinkNumericUpDownPAM
|
|
//
|
|
this.mavlinkNumericUpDownPAM.Enabled = false;
|
|
this.mavlinkNumericUpDownPAM.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPAM.Location = new System.Drawing.Point(385, 305);
|
|
this.mavlinkNumericUpDownPAM.Max = 1F;
|
|
this.mavlinkNumericUpDownPAM.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPAM.Min = 0F;
|
|
this.mavlinkNumericUpDownPAM.Name = "mavlinkNumericUpDownPAM";
|
|
this.mavlinkNumericUpDownPAM.param = null;
|
|
this.mavlinkNumericUpDownPAM.ParamName = null;
|
|
this.mavlinkNumericUpDownPAM.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownPAM.TabIndex = 112;
|
|
this.mavlinkNumericUpDownPAM.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkNumericUpDownPAMX
|
|
//
|
|
this.mavlinkNumericUpDownPAMX.Enabled = false;
|
|
this.mavlinkNumericUpDownPAMX.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPAMX.Location = new System.Drawing.Point(385, 331);
|
|
this.mavlinkNumericUpDownPAMX.Max = 1F;
|
|
this.mavlinkNumericUpDownPAMX.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPAMX.Min = 0F;
|
|
this.mavlinkNumericUpDownPAMX.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPAMX.Name = "mavlinkNumericUpDownPAMX";
|
|
this.mavlinkNumericUpDownPAMX.param = null;
|
|
this.mavlinkNumericUpDownPAMX.ParamName = null;
|
|
this.mavlinkNumericUpDownPAMX.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownPAMX.TabIndex = 111;
|
|
this.mavlinkNumericUpDownPAMX.Value = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label20.Location = new System.Drawing.Point(246, 335);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(27, 13);
|
|
this.label20.TabIndex = 110;
|
|
this.label20.Text = "Max";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label21.Location = new System.Drawing.Point(246, 307);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(24, 13);
|
|
this.label21.TabIndex = 109;
|
|
this.label21.Text = "Min";
|
|
//
|
|
// mavlinkNumericUpDownPSM
|
|
//
|
|
this.mavlinkNumericUpDownPSM.Enabled = false;
|
|
this.mavlinkNumericUpDownPSM.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPSM.Location = new System.Drawing.Point(276, 305);
|
|
this.mavlinkNumericUpDownPSM.Max = 1F;
|
|
this.mavlinkNumericUpDownPSM.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPSM.Min = 0F;
|
|
this.mavlinkNumericUpDownPSM.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPSM.Name = "mavlinkNumericUpDownPSM";
|
|
this.mavlinkNumericUpDownPSM.param = null;
|
|
this.mavlinkNumericUpDownPSM.ParamName = null;
|
|
this.mavlinkNumericUpDownPSM.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownPSM.TabIndex = 108;
|
|
this.mavlinkNumericUpDownPSM.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkNumericUpDownPSMX
|
|
//
|
|
this.mavlinkNumericUpDownPSMX.Enabled = false;
|
|
this.mavlinkNumericUpDownPSMX.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPSMX.Location = new System.Drawing.Point(276, 331);
|
|
this.mavlinkNumericUpDownPSMX.Max = 1F;
|
|
this.mavlinkNumericUpDownPSMX.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPSMX.Min = 0F;
|
|
this.mavlinkNumericUpDownPSMX.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownPSMX.Name = "mavlinkNumericUpDownPSMX";
|
|
this.mavlinkNumericUpDownPSMX.param = null;
|
|
this.mavlinkNumericUpDownPSMX.ParamName = null;
|
|
this.mavlinkNumericUpDownPSMX.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownPSMX.TabIndex = 107;
|
|
this.mavlinkNumericUpDownPSMX.Value = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkCheckBoxPR
|
|
//
|
|
this.mavlinkCheckBoxPR.AutoSize = true;
|
|
this.mavlinkCheckBoxPR.Enabled = false;
|
|
this.mavlinkCheckBoxPR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.mavlinkCheckBoxPR.Location = new System.Drawing.Point(267, 357);
|
|
this.mavlinkCheckBoxPR.Name = "mavlinkCheckBoxPR";
|
|
this.mavlinkCheckBoxPR.OffValue = 0F;
|
|
this.mavlinkCheckBoxPR.OnValue = 1F;
|
|
this.mavlinkCheckBoxPR.param = null;
|
|
this.mavlinkCheckBoxPR.ParamName = null;
|
|
this.mavlinkCheckBoxPR.Size = new System.Drawing.Size(66, 17);
|
|
this.mavlinkCheckBoxPR.TabIndex = 106;
|
|
this.mavlinkCheckBoxPR.Text = "Reverse";
|
|
this.mavlinkCheckBoxPR.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(352, 31);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 20);
|
|
this.label1.TabIndex = 127;
|
|
this.label1.Text = "Angle Limits";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(251, 31);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(95, 20);
|
|
this.label2.TabIndex = 126;
|
|
this.label2.Text = "Servo Limits";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label3.Location = new System.Drawing.Point(355, 84);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(27, 13);
|
|
this.label3.TabIndex = 125;
|
|
this.label3.Text = "Max";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label4.Location = new System.Drawing.Point(355, 56);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(24, 13);
|
|
this.label4.TabIndex = 124;
|
|
this.label4.Text = "Min";
|
|
//
|
|
// mavlinkNumericUpDownTAM
|
|
//
|
|
this.mavlinkNumericUpDownTAM.Enabled = false;
|
|
this.mavlinkNumericUpDownTAM.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTAM.Location = new System.Drawing.Point(385, 54);
|
|
this.mavlinkNumericUpDownTAM.Max = 1F;
|
|
this.mavlinkNumericUpDownTAM.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTAM.Min = 0F;
|
|
this.mavlinkNumericUpDownTAM.Name = "mavlinkNumericUpDownTAM";
|
|
this.mavlinkNumericUpDownTAM.param = null;
|
|
this.mavlinkNumericUpDownTAM.ParamName = null;
|
|
this.mavlinkNumericUpDownTAM.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownTAM.TabIndex = 123;
|
|
this.mavlinkNumericUpDownTAM.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkNumericUpDownTAMX
|
|
//
|
|
this.mavlinkNumericUpDownTAMX.Enabled = false;
|
|
this.mavlinkNumericUpDownTAMX.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTAMX.Location = new System.Drawing.Point(385, 80);
|
|
this.mavlinkNumericUpDownTAMX.Max = 1F;
|
|
this.mavlinkNumericUpDownTAMX.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTAMX.Min = 0F;
|
|
this.mavlinkNumericUpDownTAMX.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTAMX.Name = "mavlinkNumericUpDownTAMX";
|
|
this.mavlinkNumericUpDownTAMX.param = null;
|
|
this.mavlinkNumericUpDownTAMX.ParamName = null;
|
|
this.mavlinkNumericUpDownTAMX.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownTAMX.TabIndex = 122;
|
|
this.mavlinkNumericUpDownTAMX.Value = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label7.Location = new System.Drawing.Point(246, 84);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(27, 13);
|
|
this.label7.TabIndex = 121;
|
|
this.label7.Text = "Max";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.label8.Location = new System.Drawing.Point(246, 56);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(24, 13);
|
|
this.label8.TabIndex = 120;
|
|
this.label8.Text = "Min";
|
|
//
|
|
// mavlinkNumericUpDownTSM
|
|
//
|
|
this.mavlinkNumericUpDownTSM.Enabled = false;
|
|
this.mavlinkNumericUpDownTSM.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTSM.Location = new System.Drawing.Point(276, 54);
|
|
this.mavlinkNumericUpDownTSM.Max = 1F;
|
|
this.mavlinkNumericUpDownTSM.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTSM.Min = 0F;
|
|
this.mavlinkNumericUpDownTSM.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTSM.Name = "mavlinkNumericUpDownTSM";
|
|
this.mavlinkNumericUpDownTSM.param = null;
|
|
this.mavlinkNumericUpDownTSM.ParamName = null;
|
|
this.mavlinkNumericUpDownTSM.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownTSM.TabIndex = 119;
|
|
this.mavlinkNumericUpDownTSM.Value = new decimal(new int[] {
|
|
1000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkNumericUpDownTSMX
|
|
//
|
|
this.mavlinkNumericUpDownTSMX.Enabled = false;
|
|
this.mavlinkNumericUpDownTSMX.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTSMX.Location = new System.Drawing.Point(276, 80);
|
|
this.mavlinkNumericUpDownTSMX.Max = 1F;
|
|
this.mavlinkNumericUpDownTSMX.Maximum = new decimal(new int[] {
|
|
2200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTSMX.Min = 0F;
|
|
this.mavlinkNumericUpDownTSMX.Minimum = new decimal(new int[] {
|
|
800,
|
|
0,
|
|
0,
|
|
0});
|
|
this.mavlinkNumericUpDownTSMX.Name = "mavlinkNumericUpDownTSMX";
|
|
this.mavlinkNumericUpDownTSMX.param = null;
|
|
this.mavlinkNumericUpDownTSMX.ParamName = null;
|
|
this.mavlinkNumericUpDownTSMX.Size = new System.Drawing.Size(59, 20);
|
|
this.mavlinkNumericUpDownTSMX.TabIndex = 118;
|
|
this.mavlinkNumericUpDownTSMX.Value = new decimal(new int[] {
|
|
2000,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// mavlinkCheckBoxTR
|
|
//
|
|
this.mavlinkCheckBoxTR.AutoSize = true;
|
|
this.mavlinkCheckBoxTR.Enabled = false;
|
|
this.mavlinkCheckBoxTR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.mavlinkCheckBoxTR.Location = new System.Drawing.Point(267, 106);
|
|
this.mavlinkCheckBoxTR.Name = "mavlinkCheckBoxTR";
|
|
this.mavlinkCheckBoxTR.OffValue = 0F;
|
|
this.mavlinkCheckBoxTR.OnValue = 1F;
|
|
this.mavlinkCheckBoxTR.param = null;
|
|
this.mavlinkCheckBoxTR.ParamName = null;
|
|
this.mavlinkCheckBoxTR.Size = new System.Drawing.Size(66, 17);
|
|
this.mavlinkCheckBoxTR.TabIndex = 117;
|
|
this.mavlinkCheckBoxTR.Text = "Reverse";
|
|
this.mavlinkCheckBoxTR.UseVisualStyleBackColor = true;
|
|
//
|
|
// mavlinkComboBoxTilt
|
|
//
|
|
this.mavlinkComboBoxTilt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.mavlinkComboBoxTilt.FormattingEnabled = true;
|
|
this.mavlinkComboBoxTilt.Location = new System.Drawing.Point(71, 3);
|
|
this.mavlinkComboBoxTilt.Name = "mavlinkComboBoxTilt";
|
|
this.mavlinkComboBoxTilt.Size = new System.Drawing.Size(121, 21);
|
|
this.mavlinkComboBoxTilt.TabIndex = 128;
|
|
this.mavlinkComboBoxTilt.SelectedIndexChanged += new System.EventHandler(this.mavlinkComboBox_SelectedIndexChanged);
|
|
//
|
|
// mavlinkComboBoxRoll
|
|
//
|
|
this.mavlinkComboBoxRoll.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.mavlinkComboBoxRoll.FormattingEnabled = true;
|
|
this.mavlinkComboBoxRoll.Location = new System.Drawing.Point(71, 131);
|
|
this.mavlinkComboBoxRoll.Name = "mavlinkComboBoxRoll";
|
|
this.mavlinkComboBoxRoll.Size = new System.Drawing.Size(121, 21);
|
|
this.mavlinkComboBoxRoll.TabIndex = 129;
|
|
this.mavlinkComboBoxRoll.SelectedIndexChanged += new System.EventHandler(this.mavlinkComboBox_SelectedIndexChanged);
|
|
//
|
|
// mavlinkComboBoxPan
|
|
//
|
|
this.mavlinkComboBoxPan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.mavlinkComboBoxPan.FormattingEnabled = true;
|
|
this.mavlinkComboBoxPan.Location = new System.Drawing.Point(71, 255);
|
|
this.mavlinkComboBoxPan.Name = "mavlinkComboBoxPan";
|
|
this.mavlinkComboBoxPan.Size = new System.Drawing.Size(121, 21);
|
|
this.mavlinkComboBoxPan.TabIndex = 130;
|
|
this.mavlinkComboBoxPan.SelectedIndexChanged += new System.EventHandler(this.mavlinkComboBox_SelectedIndexChanged);
|
|
//
|
|
// ConfigMount
|
|
//
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(39)))), ((int)(((byte)(40)))));
|
|
this.Controls.Add(this.mavlinkComboBoxPan);
|
|
this.Controls.Add(this.mavlinkComboBoxRoll);
|
|
this.Controls.Add(this.mavlinkComboBoxTilt);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.mavlinkNumericUpDownTAM);
|
|
this.Controls.Add(this.mavlinkNumericUpDownTAMX);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.mavlinkNumericUpDownTSM);
|
|
this.Controls.Add(this.mavlinkNumericUpDownTSMX);
|
|
this.Controls.Add(this.mavlinkCheckBoxTR);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.label19);
|
|
this.Controls.Add(this.mavlinkNumericUpDownPAM);
|
|
this.Controls.Add(this.mavlinkNumericUpDownPAMX);
|
|
this.Controls.Add(this.label20);
|
|
this.Controls.Add(this.label21);
|
|
this.Controls.Add(this.mavlinkNumericUpDownPSM);
|
|
this.Controls.Add(this.mavlinkNumericUpDownPSMX);
|
|
this.Controls.Add(this.mavlinkCheckBoxPR);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.mavlinkNumericUpDownRAM);
|
|
this.Controls.Add(this.mavlinkNumericUpDownRAMX);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.mavlinkNumericUpDownRSM);
|
|
this.Controls.Add(this.mavlinkNumericUpDownRSMX);
|
|
this.Controls.Add(this.mavlinkCheckBoxRR);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.pictureBox3);
|
|
this.Controls.Add(this.LNK_wiki);
|
|
this.Controls.Add(this.LBL_Error);
|
|
this.Controls.Add(this.PBOX_WarningIcon);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Name = "ConfigMount";
|
|
this.Size = new System.Drawing.Size(674, 432);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PBOX_WarningIcon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRAMX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownRSMX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPAMX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownPSMX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTAMX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSM)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.mavlinkNumericUpDownTSMX)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private PictureBoxWithPseudoOpacity PBOX_WarningIcon;
|
|
private LabelWithPseudoOpacity LBL_Error;
|
|
private System.Windows.Forms.LinkLabel LNK_wiki;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownRAM;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownRAMX;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownRSM;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownRSMX;
|
|
private MavlinkCheckBox mavlinkCheckBoxRR;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label19;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownPAM;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownPAMX;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label21;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownPSM;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownPSMX;
|
|
private MavlinkCheckBox mavlinkCheckBoxPR;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownTAM;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownTAMX;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownTSM;
|
|
private MavlinkNumericUpDown mavlinkNumericUpDownTSMX;
|
|
private MavlinkCheckBox mavlinkCheckBoxTR;
|
|
private System.Windows.Forms.ComboBox mavlinkComboBoxTilt;
|
|
private System.Windows.Forms.ComboBox mavlinkComboBoxRoll;
|
|
private System.Windows.Forms.ComboBox mavlinkComboBoxPan;
|
|
|
|
}
|
|
}
|