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.
112 lines
5.1 KiB
112 lines
5.1 KiB
namespace ArdupilotMega |
|
{ |
|
partial class XorPlus |
|
{ |
|
/// <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.label16 = 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(); |
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuadX)).BeginInit(); |
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuad)).BeginInit(); |
|
this.SuspendLayout(); |
|
// |
|
// label16 |
|
// |
|
this.label16.AutoSize = true; |
|
this.label16.ImeMode = System.Windows.Forms.ImeMode.NoControl; |
|
this.label16.Location = new System.Drawing.Point(108, 211); |
|
this.label16.Name = "label16"; |
|
this.label16.Size = new System.Drawing.Size(192, 26); |
|
this.label16.TabIndex = 11; |
|
this.label16.Text = "NOTE: images are for presentation only\r\nwill work with hexa\'s etc"; |
|
// |
|
// label15 |
|
// |
|
this.label15.AutoSize = true; |
|
this.label15.ImeMode = System.Windows.Forms.ImeMode.NoControl; |
|
this.label15.Location = new System.Drawing.Point(151, 2); |
|
this.label15.Name = "label15"; |
|
this.label15.Size = new System.Drawing.Size(102, 13); |
|
this.label15.TabIndex = 10; |
|
this.label15.Text = "Frame Setup (+ or x)"; |
|
// |
|
// pictureBoxQuadX |
|
// |
|
this.pictureBoxQuadX.Cursor = System.Windows.Forms.Cursors.Hand; |
|
this.pictureBoxQuadX.Image = global::ArdupilotMega.Properties.Resources.quadx; |
|
this.pictureBoxQuadX.ImeMode = System.Windows.Forms.ImeMode.NoControl; |
|
this.pictureBoxQuadX.Location = new System.Drawing.Point(210, 18); |
|
this.pictureBoxQuadX.Name = "pictureBoxQuadX"; |
|
this.pictureBoxQuadX.Size = new System.Drawing.Size(190, 190); |
|
this.pictureBoxQuadX.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
this.pictureBoxQuadX.TabIndex = 9; |
|
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; |
|
this.pictureBoxQuad.ImeMode = System.Windows.Forms.ImeMode.NoControl; |
|
this.pictureBoxQuad.Location = new System.Drawing.Point(3, 18); |
|
this.pictureBoxQuad.Name = "pictureBoxQuad"; |
|
this.pictureBoxQuad.Size = new System.Drawing.Size(190, 190); |
|
this.pictureBoxQuad.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
|
this.pictureBoxQuad.TabIndex = 8; |
|
this.pictureBoxQuad.TabStop = false; |
|
this.pictureBoxQuad.Click += new System.EventHandler(this.pictureBoxQuad_Click); |
|
// |
|
// XorPlus |
|
// |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
this.ClientSize = new System.Drawing.Size(404, 242); |
|
this.Controls.Add(this.label16); |
|
this.Controls.Add(this.label15); |
|
this.Controls.Add(this.pictureBoxQuadX); |
|
this.Controls.Add(this.pictureBoxQuad); |
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; |
|
this.Name = "XorPlus"; |
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
this.Text = "Frame Type"; |
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuadX)).EndInit(); |
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxQuad)).EndInit(); |
|
this.ResumeLayout(false); |
|
this.PerformLayout(); |
|
|
|
} |
|
|
|
#endregion |
|
|
|
private System.Windows.Forms.Label label16; |
|
private System.Windows.Forms.Label label15; |
|
private System.Windows.Forms.PictureBox pictureBoxQuadX; |
|
private System.Windows.Forms.PictureBox pictureBoxQuad; |
|
} |
|
}
|
|
|