ardupilot/Tools/ArdupilotMegaPlanner/temp.Designer.cs
Michael Oborne 0fe874eec6 APM Planner 1.1.97
add toy Mode
fix some mono issues
fix opengl hud issue
change config font size
modify mylabel for mono
modify default telem rates
add extra sonar option
remove 0 home alt check
fix terminal hang issue
remove application idle call, causes 100% cpu on mono
update gimbal icons
modify graph line thinkness
2012-07-12 22:06:22 +08:00

316 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_magcalib = new ArdupilotMega.Controls.MyButton();
this.BUT_ant_track = 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.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(206, 118);
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_magcalib
//
this.BUT_magcalib.Location = new System.Drawing.Point(119, 164);
this.BUT_magcalib.Name = "BUT_magcalib";
this.BUT_magcalib.Size = new System.Drawing.Size(96, 23);
this.BUT_magcalib.TabIndex = 19;
this.BUT_magcalib.Text = "Mag Calib";
this.BUT_magcalib.Click += new System.EventHandler(this.BUT_magcalib_Click);
//
// BUT_ant_track
//
this.BUT_ant_track.Location = new System.Drawing.Point(404, 164);
this.BUT_ant_track.Name = "BUT_ant_track";
this.BUT_ant_track.Size = new System.Drawing.Size(75, 23);
this.BUT_ant_track.TabIndex = 18;
this.BUT_ant_track.Text = "Antenna Tracker";
this.BUT_ant_track.UseVisualStyleBackColor = true;
this.BUT_ant_track.Click += new System.EventHandler(this.BUT_ant_track_Click);
//
// BUT_follow_me
//
this.BUT_follow_me.Location = new System.Drawing.Point(485, 164);
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(221, 164);
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(323, 164);
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);
//
// temp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(696, 288);
this.Controls.Add(this.BUT_paramgen);
this.Controls.Add(this.BUT_magcalib);
this.Controls.Add(this.BUT_ant_track);
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 ArdupilotMega.Controls.MyButton BUT_ant_track;
private ArdupilotMega.Controls.MyButton BUT_magcalib;
private Controls.MyButton BUT_paramgen;
}
}