ardupilot/Tools/ArdupilotMegaPlanner/temp.Designer.cs
Michael Oborne 09d8a8a2d1 Mission Planner 1.2.13
remove some mavlink 0.9 code
add arm/disarm button. Not yet implemented AC and AP Side.
modify heli setup screen
modify failsafe screen
fix old firmware under mono
workaround mono crash.
modify planner wp storage
tweak log dl screen
add change alt button
modify tlog wp extractor, multiple extractions
speed up srtm reading
fix lang edit.
2012-10-01 07:53:54 +08:00

304 lines
15 KiB
C#

namespace ArdupilotMega
{
partial class temp
{
/// <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 Windows Form 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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.BUT_paramgen = new ArdupilotMega.Controls.MyButton();
this.BUT_follow_me = new ArdupilotMega.Controls.MyButton();
this.BUT_georefimage = new ArdupilotMega.Controls.MyButton();
this.BUT_lang_edit = new ArdupilotMega.Controls.MyButton();
this.BUT_clearcustommaps = new ArdupilotMega.Controls.MyButton();
this.BUT_geinjection = new ArdupilotMega.Controls.MyButton();
this.button2 = new ArdupilotMega.Controls.MyButton();
this.BUT_copyto2560 = new ArdupilotMega.Controls.MyButton();
this.BUT_copyto1280 = new ArdupilotMega.Controls.MyButton();
this.BUT_copy2560 = new ArdupilotMega.Controls.MyButton();
this.BUT_copy1280 = new ArdupilotMega.Controls.MyButton();
this.BUT_dleeprom = new ArdupilotMega.Controls.MyButton();
this.BUT_flashup = new ArdupilotMega.Controls.MyButton();
this.BUT_flashdl = new ArdupilotMega.Controls.MyButton();
this.BUT_wipeeeprom = new ArdupilotMega.Controls.MyButton();
this.button1 = new ArdupilotMega.Controls.MyButton();
this.myButton1 = new ArdupilotMega.Controls.MyButton();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(274, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(85, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Includes eeprom";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(274, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 13);
this.label2.TabIndex = 12;
this.label2.Text = "Does not include eeprom";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(95, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(273, 13);
this.label3.TabIndex = 13;
this.label3.Text = "1280 - can do full copy\'s 2560- full read, write flash only";
//
// BUT_paramgen
//
this.BUT_paramgen.Location = new System.Drawing.Point(459, 185);
this.BUT_paramgen.Name = "BUT_paramgen";
this.BUT_paramgen.Size = new System.Drawing.Size(75, 23);
this.BUT_paramgen.TabIndex = 20;
this.BUT_paramgen.Text = "Param gen";
this.BUT_paramgen.UseVisualStyleBackColor = true;
this.BUT_paramgen.Click += new System.EventHandler(this.BUT_paramgen_Click);
//
// BUT_follow_me
//
this.BUT_follow_me.Location = new System.Drawing.Point(378, 185);
this.BUT_follow_me.Name = "BUT_follow_me";
this.BUT_follow_me.Size = new System.Drawing.Size(75, 23);
this.BUT_follow_me.TabIndex = 17;
this.BUT_follow_me.Text = "Follow Me";
this.BUT_follow_me.UseVisualStyleBackColor = true;
this.BUT_follow_me.Click += new System.EventHandler(this.BUT_follow_me_Click);
//
// BUT_georefimage
//
this.BUT_georefimage.Location = new System.Drawing.Point(195, 185);
this.BUT_georefimage.Name = "BUT_georefimage";
this.BUT_georefimage.Size = new System.Drawing.Size(96, 23);
this.BUT_georefimage.TabIndex = 0;
this.BUT_georefimage.Text = "Geo ref images";
this.BUT_georefimage.Click += new System.EventHandler(this.BUT_georefimage_Click);
//
// BUT_lang_edit
//
this.BUT_lang_edit.Location = new System.Drawing.Point(297, 185);
this.BUT_lang_edit.Name = "BUT_lang_edit";
this.BUT_lang_edit.Size = new System.Drawing.Size(75, 23);
this.BUT_lang_edit.TabIndex = 16;
this.BUT_lang_edit.Text = "Lang Edit";
this.BUT_lang_edit.UseVisualStyleBackColor = true;
this.BUT_lang_edit.Click += new System.EventHandler(this.BUT_lang_edit_Click);
//
// BUT_clearcustommaps
//
this.BUT_clearcustommaps.Location = new System.Drawing.Point(365, 229);
this.BUT_clearcustommaps.Name = "BUT_clearcustommaps";
this.BUT_clearcustommaps.Size = new System.Drawing.Size(209, 40);
this.BUT_clearcustommaps.TabIndex = 15;
this.BUT_clearcustommaps.Text = "Clear Custom Maps from Database";
this.BUT_clearcustommaps.UseVisualStyleBackColor = true;
this.BUT_clearcustommaps.Click += new System.EventHandler(this.BUT_clearcustommaps_Click);
//
// BUT_geinjection
//
this.BUT_geinjection.Location = new System.Drawing.Point(150, 229);
this.BUT_geinjection.Name = "BUT_geinjection";
this.BUT_geinjection.Size = new System.Drawing.Size(209, 40);
this.BUT_geinjection.TabIndex = 14;
this.BUT_geinjection.Text = "Inject GE into database (now jpgs)";
this.BUT_geinjection.UseVisualStyleBackColor = true;
this.BUT_geinjection.Click += new System.EventHandler(this.BUT_geinjection_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(41, 118);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(159, 23);
this.button2.TabIndex = 9;
this.button2.Text = "firmware.hex 2 firmware.bin";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// BUT_copyto2560
//
this.BUT_copyto2560.Location = new System.Drawing.Point(143, 41);
this.BUT_copyto2560.Name = "BUT_copyto2560";
this.BUT_copyto2560.Size = new System.Drawing.Size(125, 23);
this.BUT_copyto2560.TabIndex = 8;
this.BUT_copyto2560.Text = "Copy to APM 2560";
this.BUT_copyto2560.UseVisualStyleBackColor = true;
//
// BUT_copyto1280
//
this.BUT_copyto1280.Location = new System.Drawing.Point(143, 12);
this.BUT_copyto1280.Name = "BUT_copyto1280";
this.BUT_copyto1280.Size = new System.Drawing.Size(125, 23);
this.BUT_copyto1280.TabIndex = 7;
this.BUT_copyto1280.Text = "Copy to APM 1280";
this.BUT_copyto1280.UseVisualStyleBackColor = true;
this.BUT_copyto1280.Click += new System.EventHandler(this.BUT_copyto1280_Click);
//
// BUT_copy2560
//
this.BUT_copy2560.Location = new System.Drawing.Point(12, 41);
this.BUT_copy2560.Name = "BUT_copy2560";
this.BUT_copy2560.Size = new System.Drawing.Size(125, 23);
this.BUT_copy2560.TabIndex = 6;
this.BUT_copy2560.Text = "Copy APM 2560";
this.BUT_copy2560.UseVisualStyleBackColor = true;
this.BUT_copy2560.Click += new System.EventHandler(this.BUT_copy2560_Click);
//
// BUT_copy1280
//
this.BUT_copy1280.Location = new System.Drawing.Point(12, 12);
this.BUT_copy1280.Name = "BUT_copy1280";
this.BUT_copy1280.Size = new System.Drawing.Size(125, 23);
this.BUT_copy1280.TabIndex = 5;
this.BUT_copy1280.Text = "Copy APM 1280";
this.BUT_copy1280.UseVisualStyleBackColor = true;
this.BUT_copy1280.Click += new System.EventHandler(this.BUT_copy1280_Click);
//
// BUT_dleeprom
//
this.BUT_dleeprom.Location = new System.Drawing.Point(476, 46);
this.BUT_dleeprom.Name = "BUT_dleeprom";
this.BUT_dleeprom.Size = new System.Drawing.Size(125, 23);
this.BUT_dleeprom.TabIndex = 4;
this.BUT_dleeprom.Text = "download eeprom";
this.BUT_dleeprom.UseVisualStyleBackColor = true;
this.BUT_dleeprom.Click += new System.EventHandler(this.BUT_dleeprom_Click);
//
// BUT_flashup
//
this.BUT_flashup.Location = new System.Drawing.Point(542, 81);
this.BUT_flashup.Name = "BUT_flashup";
this.BUT_flashup.Size = new System.Drawing.Size(125, 23);
this.BUT_flashup.TabIndex = 3;
this.BUT_flashup.Text = "upload flash";
this.BUT_flashup.UseVisualStyleBackColor = true;
this.BUT_flashup.Click += new System.EventHandler(this.BUT_flashup_Click);
//
// BUT_flashdl
//
this.BUT_flashdl.Location = new System.Drawing.Point(411, 81);
this.BUT_flashdl.Name = "BUT_flashdl";
this.BUT_flashdl.Size = new System.Drawing.Size(125, 23);
this.BUT_flashdl.TabIndex = 2;
this.BUT_flashdl.Text = "download flash";
this.BUT_flashdl.UseVisualStyleBackColor = true;
this.BUT_flashdl.Click += new System.EventHandler(this.BUT_flashdl_Click);
//
// BUT_wipeeeprom
//
this.BUT_wipeeeprom.Location = new System.Drawing.Point(411, 12);
this.BUT_wipeeeprom.Name = "BUT_wipeeeprom";
this.BUT_wipeeeprom.Size = new System.Drawing.Size(125, 23);
this.BUT_wipeeeprom.TabIndex = 1;
this.BUT_wipeeeprom.Text = "WIPE eeprom";
this.BUT_wipeeeprom.UseVisualStyleBackColor = true;
this.BUT_wipeeeprom.Click += new System.EventHandler(this.BUT_wipeeeprom_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(542, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(125, 23);
this.button1.TabIndex = 0;
this.button1.Text = "upload eeprom";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// myButton1
//
this.myButton1.Location = new System.Drawing.Point(542, 127);
this.myButton1.Name = "myButton1";
this.myButton1.Size = new System.Drawing.Size(75, 23);
this.myButton1.TabIndex = 21;
this.myButton1.Text = "MD";
this.myButton1.UseVisualStyleBackColor = true;
this.myButton1.Click += new System.EventHandler(this.myButton1_Click);
//
// temp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(685, 507);
this.Controls.Add(this.myButton1);
this.Controls.Add(this.BUT_paramgen);
this.Controls.Add(this.BUT_follow_me);
this.Controls.Add(this.BUT_georefimage);
this.Controls.Add(this.BUT_lang_edit);
this.Controls.Add(this.BUT_clearcustommaps);
this.Controls.Add(this.BUT_geinjection);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.BUT_copyto2560);
this.Controls.Add(this.BUT_copyto1280);
this.Controls.Add(this.BUT_copy2560);
this.Controls.Add(this.BUT_copy1280);
this.Controls.Add(this.BUT_dleeprom);
this.Controls.Add(this.BUT_flashup);
this.Controls.Add(this.BUT_flashdl);
this.Controls.Add(this.BUT_wipeeeprom);
this.Controls.Add(this.button1);
this.Name = "temp";
this.Text = "temp";
this.Load += new System.EventHandler(this.temp_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ArdupilotMega.Controls.MyButton button1;
private ArdupilotMega.Controls.MyButton BUT_wipeeeprom;
private ArdupilotMega.Controls.MyButton BUT_flashdl;
private ArdupilotMega.Controls.MyButton BUT_flashup;
private ArdupilotMega.Controls.MyButton BUT_dleeprom;
private ArdupilotMega.Controls.MyButton BUT_copy1280;
private ArdupilotMega.Controls.MyButton BUT_copy2560;
private ArdupilotMega.Controls.MyButton BUT_copyto2560;
private ArdupilotMega.Controls.MyButton BUT_copyto1280;
private ArdupilotMega.Controls.MyButton button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private ArdupilotMega.Controls.MyButton BUT_geinjection;
private ArdupilotMega.Controls.MyButton BUT_clearcustommaps;
private ArdupilotMega.Controls.MyButton BUT_lang_edit;
private ArdupilotMega.Controls.MyButton BUT_georefimage;
private ArdupilotMega.Controls.MyButton BUT_follow_me;
private Controls.MyButton BUT_paramgen;
private Controls.MyButton myButton1;
}
}