2012-04-19 21:05:33 -03:00
|
|
|
|
namespace ArdupilotMega.GCSViews.ConfigurationView
|
|
|
|
|
{
|
|
|
|
|
partial class ConfigAccelerometerCalibrationQuad
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigAccelerometerCalibrationQuad));
|
|
|
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
|
|
|
this.pictureBoxQuadX = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.pictureBoxQuad = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.BUT_levelac2 = new ArdupilotMega.MyButton();
|
2012-04-23 09:06:01 -03:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
2012-04-19 21:05:33 -03:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuadX)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuad)).BeginInit();
|
2012-04-23 09:06:01 -03:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
2012-04-19 21:05:33 -03:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// label28
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label28, "label28");
|
|
|
|
|
this.label28.Name = "label28";
|
|
|
|
|
//
|
|
|
|
|
// label15
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label15, "label15");
|
|
|
|
|
this.label15.Name = "label15";
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxQuadX
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxQuadX.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.pictureBoxQuadX.Image = global::ArdupilotMega.Properties.Resources.quadx;
|
|
|
|
|
resources.ApplyResources(this.pictureBoxQuadX, "pictureBoxQuadX");
|
|
|
|
|
this.pictureBoxQuadX.Name = "pictureBoxQuadX";
|
|
|
|
|
this.pictureBoxQuadX.TabStop = false;
|
|
|
|
|
this.pictureBoxQuadX.Click += new System.EventHandler(this.pictureBoxQuadX_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxQuad
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxQuad.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.pictureBoxQuad.Image = global::ArdupilotMega.Properties.Resources.quad;
|
|
|
|
|
resources.ApplyResources(this.pictureBoxQuad, "pictureBoxQuad");
|
|
|
|
|
this.pictureBoxQuad.Name = "pictureBoxQuad";
|
|
|
|
|
this.pictureBoxQuad.TabStop = false;
|
|
|
|
|
this.pictureBoxQuad.Click += new System.EventHandler(this.pictureBoxQuad_Click);
|
|
|
|
|
//
|
|
|
|
|
// BUT_levelac2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.BUT_levelac2, "BUT_levelac2");
|
|
|
|
|
this.BUT_levelac2.Name = "BUT_levelac2";
|
|
|
|
|
this.BUT_levelac2.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BUT_levelac2.Click += new System.EventHandler(this.BUT_levelac2_Click);
|
|
|
|
|
//
|
2012-04-23 09:06:01 -03:00
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.pictureBox1.Image = global::ArdupilotMega.Properties.Resources.frames_06;
|
|
|
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBoxQuadX_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBox2
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.pictureBox2.Image = global::ArdupilotMega.Properties.Resources.hexa;
|
|
|
|
|
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
|
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
|
|
this.pictureBox2.TabStop = false;
|
|
|
|
|
this.pictureBox2.Click += new System.EventHandler(this.pictureBoxQuad_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBox3
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.pictureBox3.Image = global::ArdupilotMega.Properties.Resources.octox;
|
|
|
|
|
resources.ApplyResources(this.pictureBox3, "pictureBox3");
|
|
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
|
|
this.pictureBox3.TabStop = false;
|
|
|
|
|
this.pictureBox3.Click += new System.EventHandler(this.pictureBoxQuadX_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBox4
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.pictureBox4.Image = global::ArdupilotMega.Properties.Resources.octo;
|
|
|
|
|
resources.ApplyResources(this.pictureBox4, "pictureBox4");
|
|
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
|
|
this.pictureBox4.TabStop = false;
|
|
|
|
|
this.pictureBox4.Click += new System.EventHandler(this.pictureBoxQuad_Click);
|
|
|
|
|
//
|
2012-04-19 21:05:33 -03:00
|
|
|
|
// ConfigAccelerometerCalibrationQuad
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2012-04-23 09:06:01 -03:00
|
|
|
|
this.Controls.Add(this.pictureBox3);
|
|
|
|
|
this.Controls.Add(this.pictureBox4);
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
|
|
this.Controls.Add(this.pictureBox2);
|
2012-04-19 21:05:33 -03:00
|
|
|
|
this.Controls.Add(this.label28);
|
|
|
|
|
this.Controls.Add(this.label15);
|
|
|
|
|
this.Controls.Add(this.pictureBoxQuadX);
|
|
|
|
|
this.Controls.Add(this.pictureBoxQuad);
|
|
|
|
|
this.Controls.Add(this.BUT_levelac2);
|
|
|
|
|
this.Name = "ConfigAccelerometerCalibrationQuad";
|
|
|
|
|
this.Load += new System.EventHandler(this.ConfigAccelerometerCalibration_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuadX)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuad)).EndInit();
|
2012-04-23 09:06:01 -03:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
2012-04-19 21:05:33 -03:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label28;
|
|
|
|
|
private System.Windows.Forms.Label label15;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxQuadX;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxQuad;
|
|
|
|
|
private MyButton BUT_levelac2;
|
2012-04-23 09:06:01 -03:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
2012-04-19 21:05:33 -03:00
|
|
|
|
}
|
|
|
|
|
}
|