|
|
|
@ -33,34 +33,37 @@
@@ -33,34 +33,37 @@
|
|
|
|
|
this.button2 = new System.Windows.Forms.Button(); |
|
|
|
|
this.AcroModeConfigVmBindingSource = new System.Windows.Forms.BindingSource(this.components); |
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
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.textBox7 = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.textBox8 = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.textBox9 = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
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.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.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.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.toolTips = new System.Windows.Forms.ToolTip(this.components); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.AcroModeConfigVmBindingSource)).BeginInit(); |
|
|
|
|
this.groupBox4.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit(); |
|
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); |
|
|
|
|
this.groupBox3.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// button2 |
|
|
|
@ -79,12 +82,12 @@
@@ -79,12 +82,12 @@
|
|
|
|
|
// |
|
|
|
|
// groupBox4 |
|
|
|
|
// |
|
|
|
|
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.Controls.Add(this.textBox7); |
|
|
|
|
this.groupBox4.Controls.Add(this.textBox8); |
|
|
|
|
this.groupBox4.Controls.Add(this.textBox9); |
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(181, 6); |
|
|
|
|
this.groupBox4.Name = "groupBox4"; |
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(80, 101); |
|
|
|
@ -92,6 +95,20 @@
@@ -92,6 +95,20 @@
|
|
|
|
|
this.groupBox4.TabStop = false; |
|
|
|
|
this.groupBox4.Text = "Yaw"; |
|
|
|
|
// |
|
|
|
|
// numericUpDown3 |
|
|
|
|
// |
|
|
|
|
this.numericUpDown3.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "YawP", true)); |
|
|
|
|
this.numericUpDown3.DecimalPlaces = 2; |
|
|
|
|
this.numericUpDown3.Increment = new decimal(new int[] { |
|
|
|
|
25, |
|
|
|
|
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; |
|
|
|
@ -135,22 +152,14 @@
@@ -135,22 +152,14 @@
|
|
|
|
|
this.textBox8.Size = new System.Drawing.Size(50, 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(50, 20); |
|
|
|
|
this.textBox9.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// groupBox2 |
|
|
|
|
// |
|
|
|
|
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.Controls.Add(this.textBox4); |
|
|
|
|
this.groupBox2.Controls.Add(this.textBox5); |
|
|
|
|
this.groupBox2.Controls.Add(this.textBox6); |
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(94, 6); |
|
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(81, 101); |
|
|
|
@ -158,6 +167,20 @@
@@ -158,6 +167,20 @@
|
|
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
|
this.groupBox2.Text = "Pitch"; |
|
|
|
|
// |
|
|
|
|
// numericUpDown2 |
|
|
|
|
// |
|
|
|
|
this.numericUpDown2.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "PitchP", true)); |
|
|
|
|
this.numericUpDown2.DecimalPlaces = 2; |
|
|
|
|
this.numericUpDown2.Increment = new decimal(new int[] { |
|
|
|
|
25, |
|
|
|
|
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; |
|
|
|
@ -201,22 +224,14 @@
@@ -201,22 +224,14 @@
|
|
|
|
|
this.textBox5.Size = new System.Drawing.Size(50, 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(50, 20); |
|
|
|
|
this.textBox6.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// groupBox3 |
|
|
|
|
// |
|
|
|
|
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.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(82, 101); |
|
|
|
@ -224,6 +239,20 @@
@@ -224,6 +239,20 @@
|
|
|
|
|
this.groupBox3.TabStop = false; |
|
|
|
|
this.groupBox3.Text = "Roll"; |
|
|
|
|
// |
|
|
|
|
// numericUpDown1 |
|
|
|
|
// |
|
|
|
|
this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.AcroModeConfigVmBindingSource, "RollP", true)); |
|
|
|
|
this.numericUpDown1.DecimalPlaces = 2; |
|
|
|
|
this.numericUpDown1.Increment = new decimal(new int[] { |
|
|
|
|
25, |
|
|
|
|
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; |
|
|
|
@ -267,14 +296,6 @@
@@ -267,14 +296,6 @@
|
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(50, 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(50, 20); |
|
|
|
|
this.textBox1.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// button1 |
|
|
|
|
// |
|
|
|
|
this.button1.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.AcroModeConfigVmBindingSource, "UpdateCommand", true)); |
|
|
|
@ -320,10 +341,13 @@
@@ -320,10 +341,13 @@
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.AcroModeConfigVmBindingSource)).EndInit(); |
|
|
|
|
this.groupBox4.ResumeLayout(false); |
|
|
|
|
this.groupBox4.PerformLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit(); |
|
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
|
this.groupBox2.PerformLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); |
|
|
|
|
this.groupBox3.ResumeLayout(false); |
|
|
|
|
this.groupBox3.PerformLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
this.PerformLayout(); |
|
|
|
|
|
|
|
|
@ -338,25 +362,25 @@
@@ -338,25 +362,25 @@
|
|
|
|
|
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; |
|
|
|
|
private System.Windows.Forms.ToolTip toolTips; |
|
|
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1; |
|
|
|
|
private System.Windows.Forms.NumericUpDown numericUpDown3; |
|
|
|
|
private System.Windows.Forms.NumericUpDown numericUpDown2; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|