mirror of https://github.com/ArduPilot/ardupilot
422 lines
21 KiB
C#
422 lines
21 KiB
C#
namespace ArducopterConfigurator.Views
|
|
{
|
|
partial class AcroConfigView
|
|
{
|
|
/// <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(AcroConfigView));
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.AcroModeConfigVmBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox10 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.toolTips = new System.Windows.Forms.ToolTip(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.AcroModeConfigVmBindingSource)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.AcroModeConfigVmBindingSource, "RefreshCommand", true));
|
|
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
|
|
this.button2.Location = new System.Drawing.Point(235, 108);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(26, 26);
|
|
this.button2.TabIndex = 12;
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// AcroModeConfigVmBindingSource
|
|
//
|
|
this.AcroModeConfigVmBindingSource.DataSource = typeof(ArducopterConfigurator.PresentationModels.AcroModeConfigVm);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.numericUpDown9);
|
|
this.groupBox4.Controls.Add(this.numericUpDown8);
|
|
this.groupBox4.Controls.Add(this.numericUpDown3);
|
|
this.groupBox4.Controls.Add(this.label7);
|
|
this.groupBox4.Controls.Add(this.label8);
|
|
this.groupBox4.Controls.Add(this.label9);
|
|
this.groupBox4.Location = new System.Drawing.Point(181, 3);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(80, 101);
|
|
this.groupBox4.TabIndex = 11;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Yaw";
|
|
//
|
|
// numericUpDown9
|
|
//
|
|
this.numericUpDown9.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "YawD", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown9.DecimalPlaces = 2;
|
|
this.numericUpDown9.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown9.Location = new System.Drawing.Point(23, 71);
|
|
this.numericUpDown9.Name = "numericUpDown9";
|
|
this.numericUpDown9.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown9.TabIndex = 17;
|
|
//
|
|
// numericUpDown8
|
|
//
|
|
this.numericUpDown8.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "PitchI", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown8.DecimalPlaces = 2;
|
|
this.numericUpDown8.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown8.Location = new System.Drawing.Point(23, 45);
|
|
this.numericUpDown8.Name = "numericUpDown8";
|
|
this.numericUpDown8.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown8.TabIndex = 16;
|
|
//
|
|
// numericUpDown3
|
|
//
|
|
this.numericUpDown3.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "YawP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown3.DecimalPlaces = 2;
|
|
this.numericUpDown3.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown3.Location = new System.Drawing.Point(23, 20);
|
|
this.numericUpDown3.Name = "numericUpDown3";
|
|
this.numericUpDown3.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown3.TabIndex = 15;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(7, 74);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(15, 13);
|
|
this.label7.TabIndex = 5;
|
|
this.label7.Text = "D";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(7, 48);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(10, 13);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "I";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(7, 22);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(14, 13);
|
|
this.label9.TabIndex = 3;
|
|
this.label9.Text = "P";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.numericUpDown7);
|
|
this.groupBox2.Controls.Add(this.numericUpDown6);
|
|
this.groupBox2.Controls.Add(this.numericUpDown2);
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Location = new System.Drawing.Point(94, 3);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(81, 101);
|
|
this.groupBox2.TabIndex = 10;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Pitch";
|
|
//
|
|
// numericUpDown7
|
|
//
|
|
this.numericUpDown7.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "PitchD", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown7.DecimalPlaces = 2;
|
|
this.numericUpDown7.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown7.Location = new System.Drawing.Point(23, 71);
|
|
this.numericUpDown7.Name = "numericUpDown7";
|
|
this.numericUpDown7.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown7.TabIndex = 16;
|
|
//
|
|
// numericUpDown6
|
|
//
|
|
this.numericUpDown6.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "PitchI", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown6.DecimalPlaces = 2;
|
|
this.numericUpDown6.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown6.Location = new System.Drawing.Point(23, 45);
|
|
this.numericUpDown6.Name = "numericUpDown6";
|
|
this.numericUpDown6.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown6.TabIndex = 15;
|
|
//
|
|
// numericUpDown2
|
|
//
|
|
this.numericUpDown2.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "PitchP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown2.DecimalPlaces = 2;
|
|
this.numericUpDown2.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown2.Location = new System.Drawing.Point(23, 19);
|
|
this.numericUpDown2.Name = "numericUpDown2";
|
|
this.numericUpDown2.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown2.TabIndex = 14;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(7, 74);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(15, 13);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "D";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(7, 48);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(10, 13);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "I";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(7, 22);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(14, 13);
|
|
this.label6.TabIndex = 3;
|
|
this.label6.Text = "P";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.numericUpDown5);
|
|
this.groupBox3.Controls.Add(this.numericUpDown4);
|
|
this.groupBox3.Controls.Add(this.numericUpDown1);
|
|
this.groupBox3.Controls.Add(this.label3);
|
|
this.groupBox3.Controls.Add(this.label2);
|
|
this.groupBox3.Controls.Add(this.label1);
|
|
this.groupBox3.Location = new System.Drawing.Point(6, 2);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(82, 101);
|
|
this.groupBox3.TabIndex = 9;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Roll";
|
|
//
|
|
// numericUpDown5
|
|
//
|
|
this.numericUpDown5.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "RollD", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown5.DecimalPlaces = 2;
|
|
this.numericUpDown5.Increment = new decimal(new int[] {
|
|
25,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown5.Location = new System.Drawing.Point(23, 72);
|
|
this.numericUpDown5.Name = "numericUpDown5";
|
|
this.numericUpDown5.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown5.TabIndex = 15;
|
|
//
|
|
// numericUpDown4
|
|
//
|
|
this.numericUpDown4.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "RollI", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown4.DecimalPlaces = 2;
|
|
this.numericUpDown4.Increment = new decimal(new int[] {
|
|
25,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown4.Location = new System.Drawing.Point(23, 46);
|
|
this.numericUpDown4.Name = "numericUpDown4";
|
|
this.numericUpDown4.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown4.TabIndex = 14;
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "RollP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
|
|
this.numericUpDown1.DecimalPlaces = 2;
|
|
this.numericUpDown1.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.numericUpDown1.Location = new System.Drawing.Point(23, 20);
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Size = new System.Drawing.Size(50, 20);
|
|
this.numericUpDown1.TabIndex = 13;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(7, 74);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(15, 13);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "D";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 48);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(10, 13);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "I";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(14, 13);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "P";
|
|
//
|
|
// textBox10
|
|
//
|
|
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "TransmitterFactor", true));
|
|
this.textBox10.Location = new System.Drawing.Point(64, 112);
|
|
this.textBox10.Name = "textBox10";
|
|
this.textBox10.Size = new System.Drawing.Size(50, 20);
|
|
this.textBox10.TabIndex = 6;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(7, 114);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(55, 13);
|
|
this.label10.TabIndex = 6;
|
|
this.label10.Text = "Tx Factor:";
|
|
this.toolTips.SetToolTip(this.label10, " A higher number will cause a change in a transmitter stick position to have a st" +
|
|
"ronger effect on the ArduPirate");
|
|
//
|
|
// AcroConfigView
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.textBox10);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Name = "AcroConfigView";
|
|
this.Size = new System.Drawing.Size(271, 136);
|
|
((System.ComponentModel.ISupportInitialize)(this.AcroModeConfigVmBindingSource)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox10;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.BindingSource AcroModeConfigVmBindingSource;
|
|
private System.Windows.Forms.ToolTip toolTips;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown3;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown9;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown8;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown7;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown6;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown5;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown4;
|
|
}
|
|
}
|