You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
359 lines
17 KiB
359 lines
17 KiB
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(); |
|
this.button2 = new System.Windows.Forms.Button(); |
|
this.groupBox4 = new System.Windows.Forms.GroupBox(); |
|
this.label7 = new System.Windows.Forms.Label(); |
|
this.label8 = new System.Windows.Forms.Label(); |
|
this.label9 = new System.Windows.Forms.Label(); |
|
this.textBox7 = new System.Windows.Forms.TextBox(); |
|
this.AcroModeConfigVmBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|
this.textBox8 = new System.Windows.Forms.TextBox(); |
|
this.textBox9 = new System.Windows.Forms.TextBox(); |
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
this.label4 = new System.Windows.Forms.Label(); |
|
this.label5 = new System.Windows.Forms.Label(); |
|
this.label6 = new System.Windows.Forms.Label(); |
|
this.textBox4 = new System.Windows.Forms.TextBox(); |
|
this.textBox5 = new System.Windows.Forms.TextBox(); |
|
this.textBox6 = new System.Windows.Forms.TextBox(); |
|
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
|
this.label3 = new System.Windows.Forms.Label(); |
|
this.label2 = new System.Windows.Forms.Label(); |
|
this.label1 = new System.Windows.Forms.Label(); |
|
this.textBox3 = new System.Windows.Forms.TextBox(); |
|
this.textBox2 = new System.Windows.Forms.TextBox(); |
|
this.textBox1 = new System.Windows.Forms.TextBox(); |
|
this.button1 = new System.Windows.Forms.Button(); |
|
this.textBox10 = new System.Windows.Forms.TextBox(); |
|
this.label10 = new System.Windows.Forms.Label(); |
|
this.groupBox4.SuspendLayout(); |
|
((System.ComponentModel.ISupportInitialize)(this.AcroModeConfigVmBindingSource)).BeginInit(); |
|
this.groupBox2.SuspendLayout(); |
|
this.groupBox3.SuspendLayout(); |
|
this.SuspendLayout(); |
|
// |
|
// button2 |
|
// |
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
this.button2.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.AcroModeConfigVmBindingSource, "RefreshCommand", true)); |
|
this.button2.Location = new System.Drawing.Point(198, 135); |
|
this.button2.Name = "button2"; |
|
this.button2.Size = new System.Drawing.Size(74, 23); |
|
this.button2.TabIndex = 12; |
|
this.button2.Text = "Refresh"; |
|
this.button2.UseVisualStyleBackColor = true; |
|
// |
|
// groupBox4 |
|
// |
|
this.groupBox4.Controls.Add(this.label7); |
|
this.groupBox4.Controls.Add(this.label8); |
|
this.groupBox4.Controls.Add(this.label9); |
|
this.groupBox4.Controls.Add(this.textBox7); |
|
this.groupBox4.Controls.Add(this.textBox8); |
|
this.groupBox4.Controls.Add(this.textBox9); |
|
this.groupBox4.Location = new System.Drawing.Point(234, 6); |
|
this.groupBox4.Name = "groupBox4"; |
|
this.groupBox4.Size = new System.Drawing.Size(108, 101); |
|
this.groupBox4.TabIndex = 11; |
|
this.groupBox4.TabStop = false; |
|
this.groupBox4.Text = "Yaw"; |
|
// |
|
// 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"; |
|
// |
|
// textBox7 |
|
// |
|
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "YawD", true)); |
|
this.textBox7.Location = new System.Drawing.Point(23, 71); |
|
this.textBox7.Name = "textBox7"; |
|
this.textBox7.Size = new System.Drawing.Size(78, 20); |
|
this.textBox7.TabIndex = 2; |
|
// |
|
// AcroModeConfigVmBindingSource |
|
// |
|
this.AcroModeConfigVmBindingSource.DataSource = typeof(ArducopterConfigurator.PresentationModels.AcroModeConfigVm); |
|
// |
|
// textBox8 |
|
// |
|
this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "YawI", true)); |
|
this.textBox8.Location = new System.Drawing.Point(23, 45); |
|
this.textBox8.Name = "textBox8"; |
|
this.textBox8.Size = new System.Drawing.Size(78, 20); |
|
this.textBox8.TabIndex = 1; |
|
// |
|
// textBox9 |
|
// |
|
this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "YawP", true)); |
|
this.textBox9.Location = new System.Drawing.Point(23, 19); |
|
this.textBox9.Name = "textBox9"; |
|
this.textBox9.Size = new System.Drawing.Size(78, 20); |
|
this.textBox9.TabIndex = 0; |
|
// |
|
// groupBox2 |
|
// |
|
this.groupBox2.Controls.Add(this.label4); |
|
this.groupBox2.Controls.Add(this.label5); |
|
this.groupBox2.Controls.Add(this.label6); |
|
this.groupBox2.Controls.Add(this.textBox4); |
|
this.groupBox2.Controls.Add(this.textBox5); |
|
this.groupBox2.Controls.Add(this.textBox6); |
|
this.groupBox2.Location = new System.Drawing.Point(120, 6); |
|
this.groupBox2.Name = "groupBox2"; |
|
this.groupBox2.Size = new System.Drawing.Size(108, 101); |
|
this.groupBox2.TabIndex = 10; |
|
this.groupBox2.TabStop = false; |
|
this.groupBox2.Text = "Pitch"; |
|
// |
|
// 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"; |
|
// |
|
// textBox4 |
|
// |
|
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "PitchD", true)); |
|
this.textBox4.Location = new System.Drawing.Point(23, 71); |
|
this.textBox4.Name = "textBox4"; |
|
this.textBox4.Size = new System.Drawing.Size(78, 20); |
|
this.textBox4.TabIndex = 2; |
|
// |
|
// textBox5 |
|
// |
|
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "PitchI", true)); |
|
this.textBox5.Location = new System.Drawing.Point(23, 45); |
|
this.textBox5.Name = "textBox5"; |
|
this.textBox5.Size = new System.Drawing.Size(78, 20); |
|
this.textBox5.TabIndex = 1; |
|
// |
|
// textBox6 |
|
// |
|
this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "PitchP", true)); |
|
this.textBox6.Location = new System.Drawing.Point(23, 19); |
|
this.textBox6.Name = "textBox6"; |
|
this.textBox6.Size = new System.Drawing.Size(78, 20); |
|
this.textBox6.TabIndex = 0; |
|
// |
|
// groupBox3 |
|
// |
|
this.groupBox3.Controls.Add(this.label3); |
|
this.groupBox3.Controls.Add(this.label2); |
|
this.groupBox3.Controls.Add(this.label1); |
|
this.groupBox3.Controls.Add(this.textBox3); |
|
this.groupBox3.Controls.Add(this.textBox2); |
|
this.groupBox3.Controls.Add(this.textBox1); |
|
this.groupBox3.Location = new System.Drawing.Point(6, 5); |
|
this.groupBox3.Name = "groupBox3"; |
|
this.groupBox3.Size = new System.Drawing.Size(108, 101); |
|
this.groupBox3.TabIndex = 9; |
|
this.groupBox3.TabStop = false; |
|
this.groupBox3.Text = "Roll"; |
|
// |
|
// 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"; |
|
// |
|
// textBox3 |
|
// |
|
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "RollD", true)); |
|
this.textBox3.Location = new System.Drawing.Point(23, 71); |
|
this.textBox3.Name = "textBox3"; |
|
this.textBox3.Size = new System.Drawing.Size(78, 20); |
|
this.textBox3.TabIndex = 2; |
|
// |
|
// textBox2 |
|
// |
|
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "RollI", true)); |
|
this.textBox2.Location = new System.Drawing.Point(23, 45); |
|
this.textBox2.Name = "textBox2"; |
|
this.textBox2.Size = new System.Drawing.Size(78, 20); |
|
this.textBox2.TabIndex = 1; |
|
// |
|
// textBox1 |
|
// |
|
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "RollP", true)); |
|
this.textBox1.Location = new System.Drawing.Point(23, 19); |
|
this.textBox1.Name = "textBox1"; |
|
this.textBox1.Size = new System.Drawing.Size(78, 20); |
|
this.textBox1.TabIndex = 0; |
|
// |
|
// button1 |
|
// |
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
this.button1.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.AcroModeConfigVmBindingSource, "UpdateCommand", true)); |
|
this.button1.Location = new System.Drawing.Point(278, 135); |
|
this.button1.Name = "button1"; |
|
this.button1.Size = new System.Drawing.Size(74, 23); |
|
this.button1.TabIndex = 8; |
|
this.button1.Text = "Update"; |
|
this.button1.UseVisualStyleBackColor = true; |
|
// |
|
// textBox10 |
|
// |
|
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.AcroModeConfigVmBindingSource, "TransmitterFactor", true)); |
|
this.textBox10.Location = new System.Drawing.Point(70, 128); |
|
this.textBox10.Name = "textBox10"; |
|
this.textBox10.Size = new System.Drawing.Size(78, 20); |
|
this.textBox10.TabIndex = 6; |
|
// |
|
// label10 |
|
// |
|
this.label10.AutoSize = true; |
|
this.label10.Location = new System.Drawing.Point(13, 130); |
|
this.label10.Name = "label10"; |
|
this.label10.Size = new System.Drawing.Size(55, 13); |
|
this.label10.TabIndex = 6; |
|
this.label10.Text = "Tx Factor:"; |
|
// |
|
// 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.Controls.Add(this.button1); |
|
this.Name = "AcroConfigView"; |
|
this.Size = new System.Drawing.Size(355, 161); |
|
this.groupBox4.ResumeLayout(false); |
|
this.groupBox4.PerformLayout(); |
|
((System.ComponentModel.ISupportInitialize)(this.AcroModeConfigVmBindingSource)).EndInit(); |
|
this.groupBox2.ResumeLayout(false); |
|
this.groupBox2.PerformLayout(); |
|
this.groupBox3.ResumeLayout(false); |
|
this.groupBox3.PerformLayout(); |
|
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.TextBox textBox7; |
|
private System.Windows.Forms.TextBox textBox8; |
|
private System.Windows.Forms.TextBox textBox9; |
|
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.TextBox textBox4; |
|
private System.Windows.Forms.TextBox textBox5; |
|
private System.Windows.Forms.TextBox textBox6; |
|
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 textBox3; |
|
private System.Windows.Forms.TextBox textBox2; |
|
private System.Windows.Forms.TextBox textBox1; |
|
private System.Windows.Forms.Button button1; |
|
private System.Windows.Forms.TextBox textBox10; |
|
private System.Windows.Forms.Label label10; |
|
private System.Windows.Forms.BindingSource AcroModeConfigVmBindingSource; |
|
} |
|
}
|
|
|