ardupilot/Tools/ArdupilotMegaPlanner/GCSViews/ConfigurationView/ConfigFlightModes.Designer.cs

451 lines
22 KiB
C#

namespace ArdupilotMega.GCSViews.ConfigurationView
{
partial class ConfigFlightModes
{
/// <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.components = new System.ComponentModel.Container();
this.CB_simple6 = new System.Windows.Forms.CheckBox();
this.CB_simple5 = new System.Windows.Forms.CheckBox();
this.CB_simple4 = new System.Windows.Forms.CheckBox();
this.CB_simple3 = new System.Windows.Forms.CheckBox();
this.CB_simple2 = new System.Windows.Forms.CheckBox();
this.CB_simple1 = new System.Windows.Forms.CheckBox();
this.label14 = new System.Windows.Forms.Label();
this.LBL_flightmodepwm = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.lbl_currentmode = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.CMB_fmode6 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.CMB_fmode5 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.CMB_fmode4 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.CMB_fmode3 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.CMB_fmode2 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.CMB_fmode1 = new System.Windows.Forms.ComboBox();
this.BUT_SaveModes = new ArdupilotMega.MyButton();
this.currentStateBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.currentStateBindingSource)).BeginInit();
this.SuspendLayout();
//
// CB_simple6
//
this.CB_simple6.AutoSize = true;
this.CB_simple6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CB_simple6.Location = new System.Drawing.Point(232, 200);
this.CB_simple6.Margin = new System.Windows.Forms.Padding(2);
this.CB_simple6.Name = "CB_simple6";
this.CB_simple6.Size = new System.Drawing.Size(87, 17);
this.CB_simple6.TabIndex = 148;
this.CB_simple6.Text = "Simple Mode";
this.CB_simple6.UseVisualStyleBackColor = true;
//
// CB_simple5
//
this.CB_simple5.AutoSize = true;
this.CB_simple5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CB_simple5.Location = new System.Drawing.Point(232, 173);
this.CB_simple5.Margin = new System.Windows.Forms.Padding(2);
this.CB_simple5.Name = "CB_simple5";
this.CB_simple5.Size = new System.Drawing.Size(87, 17);
this.CB_simple5.TabIndex = 147;
this.CB_simple5.Text = "Simple Mode";
this.CB_simple5.UseVisualStyleBackColor = true;
//
// CB_simple4
//
this.CB_simple4.AutoSize = true;
this.CB_simple4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CB_simple4.Location = new System.Drawing.Point(232, 146);
this.CB_simple4.Margin = new System.Windows.Forms.Padding(2);
this.CB_simple4.Name = "CB_simple4";
this.CB_simple4.Size = new System.Drawing.Size(87, 17);
this.CB_simple4.TabIndex = 146;
this.CB_simple4.Text = "Simple Mode";
this.CB_simple4.UseVisualStyleBackColor = true;
//
// CB_simple3
//
this.CB_simple3.AutoSize = true;
this.CB_simple3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CB_simple3.Location = new System.Drawing.Point(232, 119);
this.CB_simple3.Margin = new System.Windows.Forms.Padding(2);
this.CB_simple3.Name = "CB_simple3";
this.CB_simple3.Size = new System.Drawing.Size(87, 17);
this.CB_simple3.TabIndex = 145;
this.CB_simple3.Text = "Simple Mode";
this.CB_simple3.UseVisualStyleBackColor = true;
//
// CB_simple2
//
this.CB_simple2.AutoSize = true;
this.CB_simple2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CB_simple2.Location = new System.Drawing.Point(232, 92);
this.CB_simple2.Margin = new System.Windows.Forms.Padding(2);
this.CB_simple2.Name = "CB_simple2";
this.CB_simple2.Size = new System.Drawing.Size(87, 17);
this.CB_simple2.TabIndex = 144;
this.CB_simple2.Text = "Simple Mode";
this.CB_simple2.UseVisualStyleBackColor = true;
//
// CB_simple1
//
this.CB_simple1.AutoSize = true;
this.CB_simple1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CB_simple1.Location = new System.Drawing.Point(232, 65);
this.CB_simple1.Margin = new System.Windows.Forms.Padding(2);
this.CB_simple1.Name = "CB_simple1";
this.CB_simple1.Size = new System.Drawing.Size(87, 17);
this.CB_simple1.TabIndex = 143;
this.CB_simple1.Text = "Simple Mode";
this.CB_simple1.UseVisualStyleBackColor = true;
//
// label14
//
this.label14.AutoSize = true;
this.label14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label14.Location = new System.Drawing.Point(94, 32);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(74, 13);
this.label14.TabIndex = 142;
this.label14.Text = "Current PWM:";
//
// LBL_flightmodepwm
//
this.LBL_flightmodepwm.AutoSize = true;
this.LBL_flightmodepwm.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.LBL_flightmodepwm.Location = new System.Drawing.Point(174, 32);
this.LBL_flightmodepwm.Name = "LBL_flightmodepwm";
this.LBL_flightmodepwm.Size = new System.Drawing.Size(13, 13);
this.LBL_flightmodepwm.TabIndex = 141;
this.LBL_flightmodepwm.Text = "0";
//
// label13
//
this.label13.AutoSize = true;
this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label13.Location = new System.Drawing.Point(94, 15);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(74, 13);
this.label13.TabIndex = 140;
this.label13.Text = "Current Mode:";
//
// lbl_currentmode
//
this.lbl_currentmode.AutoSize = true;
this.lbl_currentmode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.currentStateBindingSource, "mode", true));
this.lbl_currentmode.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lbl_currentmode.Location = new System.Drawing.Point(174, 15);
this.lbl_currentmode.Name = "lbl_currentmode";
this.lbl_currentmode.Size = new System.Drawing.Size(42, 13);
this.lbl_currentmode.TabIndex = 139;
this.lbl_currentmode.Text = "Manual";
//
// label12
//
this.label12.AutoSize = true;
this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label12.Location = new System.Drawing.Point(358, 66);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(76, 13);
this.label12.TabIndex = 138;
this.label12.Text = "PWM 0 - 1230";
//
// label11
//
this.label11.AutoSize = true;
this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label11.Location = new System.Drawing.Point(358, 201);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(70, 13);
this.label11.TabIndex = 137;
this.label11.Text = "PWM 1750 +";
//
// label10
//
this.label10.AutoSize = true;
this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label10.Location = new System.Drawing.Point(358, 174);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(94, 13);
this.label10.TabIndex = 136;
this.label10.Text = "PWM 1621 - 1749";
//
// label9
//
this.label9.AutoSize = true;
this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label9.Location = new System.Drawing.Point(358, 147);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(94, 13);
this.label9.TabIndex = 135;
this.label9.Text = "PWM 1491 - 1620";
//
// label8
//
this.label8.AutoSize = true;
this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label8.Location = new System.Drawing.Point(358, 120);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(94, 13);
this.label8.TabIndex = 134;
this.label8.Text = "PWM 1361 - 1490";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label7.Location = new System.Drawing.Point(358, 93);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(94, 13);
this.label7.TabIndex = 133;
this.label7.Text = "PWM 1231 - 1360";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(20, 201);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 13);
this.label6.TabIndex = 131;
this.label6.Text = "Flight Mode 6";
//
// CMB_fmode6
//
this.CMB_fmode6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CMB_fmode6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CMB_fmode6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CMB_fmode6.FormattingEnabled = true;
this.CMB_fmode6.Location = new System.Drawing.Point(97, 198);
this.CMB_fmode6.Name = "CMB_fmode6";
this.CMB_fmode6.Size = new System.Drawing.Size(121, 21);
this.CMB_fmode6.TabIndex = 130;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(20, 174);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 13);
this.label5.TabIndex = 129;
this.label5.Text = "Flight Mode 5";
//
// CMB_fmode5
//
this.CMB_fmode5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CMB_fmode5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CMB_fmode5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CMB_fmode5.FormattingEnabled = true;
this.CMB_fmode5.Location = new System.Drawing.Point(97, 171);
this.CMB_fmode5.Name = "CMB_fmode5";
this.CMB_fmode5.Size = new System.Drawing.Size(121, 21);
this.CMB_fmode5.TabIndex = 128;
//
// label4
//
this.label4.AutoSize = true;
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(20, 147);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 13);
this.label4.TabIndex = 127;
this.label4.Text = "Flight Mode 4";
//
// CMB_fmode4
//
this.CMB_fmode4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CMB_fmode4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CMB_fmode4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CMB_fmode4.FormattingEnabled = true;
this.CMB_fmode4.Location = new System.Drawing.Point(97, 144);
this.CMB_fmode4.Name = "CMB_fmode4";
this.CMB_fmode4.Size = new System.Drawing.Size(121, 21);
this.CMB_fmode4.TabIndex = 126;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label3.Location = new System.Drawing.Point(20, 120);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 13);
this.label3.TabIndex = 125;
this.label3.Text = "Flight Mode 3";
//
// CMB_fmode3
//
this.CMB_fmode3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CMB_fmode3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CMB_fmode3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CMB_fmode3.FormattingEnabled = true;
this.CMB_fmode3.Location = new System.Drawing.Point(97, 117);
this.CMB_fmode3.Name = "CMB_fmode3";
this.CMB_fmode3.Size = new System.Drawing.Size(121, 21);
this.CMB_fmode3.TabIndex = 124;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(20, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 13);
this.label2.TabIndex = 123;
this.label2.Text = "Flight Mode 2";
//
// CMB_fmode2
//
this.CMB_fmode2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CMB_fmode2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CMB_fmode2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CMB_fmode2.FormattingEnabled = true;
this.CMB_fmode2.Location = new System.Drawing.Point(97, 90);
this.CMB_fmode2.Name = "CMB_fmode2";
this.CMB_fmode2.Size = new System.Drawing.Size(121, 21);
this.CMB_fmode2.TabIndex = 122;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label1.Location = new System.Drawing.Point(20, 66);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 13);
this.label1.TabIndex = 121;
this.label1.Text = "Flight Mode 1";
//
// CMB_fmode1
//
this.CMB_fmode1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CMB_fmode1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CMB_fmode1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CMB_fmode1.FormattingEnabled = true;
this.CMB_fmode1.Location = new System.Drawing.Point(97, 63);
this.CMB_fmode1.Name = "CMB_fmode1";
this.CMB_fmode1.Size = new System.Drawing.Size(121, 21);
this.CMB_fmode1.TabIndex = 120;
//
// BUT_SaveModes
//
this.BUT_SaveModes.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.BUT_SaveModes.Location = new System.Drawing.Point(97, 225);
this.BUT_SaveModes.Name = "BUT_SaveModes";
this.BUT_SaveModes.Size = new System.Drawing.Size(121, 23);
this.BUT_SaveModes.TabIndex = 132;
this.BUT_SaveModes.Text = "Save Modes";
this.BUT_SaveModes.UseVisualStyleBackColor = true;
this.BUT_SaveModes.Click += new System.EventHandler(this.BUT_SaveModes_Click);
//
// ConfigFlightModes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.CB_simple6);
this.Controls.Add(this.CB_simple5);
this.Controls.Add(this.CB_simple4);
this.Controls.Add(this.CB_simple3);
this.Controls.Add(this.CB_simple2);
this.Controls.Add(this.CB_simple1);
this.Controls.Add(this.label14);
this.Controls.Add(this.LBL_flightmodepwm);
this.Controls.Add(this.label13);
this.Controls.Add(this.lbl_currentmode);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.CMB_fmode6);
this.Controls.Add(this.label5);
this.Controls.Add(this.CMB_fmode5);
this.Controls.Add(this.label4);
this.Controls.Add(this.CMB_fmode4);
this.Controls.Add(this.label3);
this.Controls.Add(this.CMB_fmode3);
this.Controls.Add(this.label2);
this.Controls.Add(this.CMB_fmode2);
this.Controls.Add(this.label1);
this.Controls.Add(this.CMB_fmode1);
this.Controls.Add(this.BUT_SaveModes);
this.Name = "ConfigFlightModes";
this.Size = new System.Drawing.Size(500, 270);
this.Load += new System.EventHandler(this.ConfigFlightModes_Load);
((System.ComponentModel.ISupportInitialize)(this.currentStateBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox CB_simple6;
private System.Windows.Forms.CheckBox CB_simple5;
private System.Windows.Forms.CheckBox CB_simple4;
private System.Windows.Forms.CheckBox CB_simple3;
private System.Windows.Forms.CheckBox CB_simple2;
private System.Windows.Forms.CheckBox CB_simple1;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label LBL_flightmodepwm;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label lbl_currentmode;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox CMB_fmode6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox CMB_fmode5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox CMB_fmode4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox CMB_fmode3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox CMB_fmode2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox CMB_fmode1;
private MyButton BUT_SaveModes;
private System.Windows.Forms.BindingSource currentStateBindingSource;
}
}