ardupilot/Tools/ArdupilotMegaPlanner/Radio/3DRradio.Designer.cs
Michael Oborne fda96ae3a6 APM Planner 1.1.76
Modify Hud center
add 3dr snr's and snr based distance estimate
display current frame type
fix disapearing window
add base xml level to param xml (xml standard)
add georef kml refrence
this includes adams new dynamic params
2012-04-30 18:48:52 +08:00

913 lines
39 KiB
C#

namespace ArdupilotMega
{
partial class _3DRradio
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_3DRradio));
this.Progressbar = new System.Windows.Forms.ProgressBar();
this.S1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.S0 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.S2 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.S3 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.S4 = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.S5 = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.S6 = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.S7 = new System.Windows.Forms.CheckBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.RS7 = new System.Windows.Forms.CheckBox();
this.RS6 = new System.Windows.Forms.CheckBox();
this.RS5 = new System.Windows.Forms.CheckBox();
this.RS4 = new System.Windows.Forms.ComboBox();
this.RS3 = new System.Windows.Forms.ComboBox();
this.RS2 = new System.Windows.Forms.ComboBox();
this.RS1 = new System.Windows.Forms.ComboBox();
this.RSSI = new System.Windows.Forms.TextBox();
this.S10 = new System.Windows.Forms.ComboBox();
this.S11 = new System.Windows.Forms.ComboBox();
this.S12 = new System.Windows.Forms.ComboBox();
this.RS12 = new System.Windows.Forms.ComboBox();
this.RS11 = new System.Windows.Forms.ComboBox();
this.RS10 = new System.Windows.Forms.ComboBox();
this.S9 = new System.Windows.Forms.ComboBox();
this.S8 = new System.Windows.Forms.ComboBox();
this.RS8 = new System.Windows.Forms.ComboBox();
this.RS9 = new System.Windows.Forms.ComboBox();
this.RS0 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.RTI = new System.Windows.Forms.TextBox();
this.ATI = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.BUT_savesettings = new ArdupilotMega.Controls.MyButton();
this.BUT_getcurrent = new ArdupilotMega.Controls.MyButton();
this.lbl_status = new System.Windows.Forms.Label();
this.BUT_upload = new ArdupilotMega.Controls.MyButton();
this.BUT_syncS2 = new ArdupilotMega.Controls.MyButton();
this.BUT_syncS3 = new ArdupilotMega.Controls.MyButton();
this.BUT_syncS5 = new ArdupilotMega.Controls.MyButton();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.BUT_syncS8 = new ArdupilotMega.Controls.MyButton();
this.BUT_syncS9 = new ArdupilotMega.Controls.MyButton();
this.BUT_syncS10 = new ArdupilotMega.Controls.MyButton();
this.SuspendLayout();
//
// Progressbar
//
resources.ApplyResources(this.Progressbar, "Progressbar");
this.Progressbar.Name = "Progressbar";
//
// S1
//
this.S1.FormattingEnabled = true;
this.S1.Items.AddRange(new object[] {
resources.GetString("S1.Items"),
resources.GetString("S1.Items1"),
resources.GetString("S1.Items2"),
resources.GetString("S1.Items3"),
resources.GetString("S1.Items4"),
resources.GetString("S1.Items5"),
resources.GetString("S1.Items6"),
resources.GetString("S1.Items7"),
resources.GetString("S1.Items8")});
resources.ApplyResources(this.S1, "S1");
this.S1.Name = "S1";
this.toolTip1.SetToolTip(this.S1, resources.GetString("S1.ToolTip"));
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// S0
//
resources.ApplyResources(this.S0, "S0");
this.S0.Name = "S0";
this.S0.ReadOnly = true;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// S2
//
this.S2.FormattingEnabled = true;
this.S2.Items.AddRange(new object[] {
resources.GetString("S2.Items"),
resources.GetString("S2.Items1"),
resources.GetString("S2.Items2"),
resources.GetString("S2.Items3"),
resources.GetString("S2.Items4"),
resources.GetString("S2.Items5"),
resources.GetString("S2.Items6"),
resources.GetString("S2.Items7"),
resources.GetString("S2.Items8"),
resources.GetString("S2.Items9"),
resources.GetString("S2.Items10"),
resources.GetString("S2.Items11"),
resources.GetString("S2.Items12")});
resources.ApplyResources(this.S2, "S2");
this.S2.Name = "S2";
this.toolTip1.SetToolTip(this.S2, resources.GetString("S2.ToolTip"));
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// S3
//
this.S3.FormattingEnabled = true;
this.S3.Items.AddRange(new object[] {
resources.GetString("S3.Items"),
resources.GetString("S3.Items1"),
resources.GetString("S3.Items2"),
resources.GetString("S3.Items3"),
resources.GetString("S3.Items4"),
resources.GetString("S3.Items5"),
resources.GetString("S3.Items6"),
resources.GetString("S3.Items7"),
resources.GetString("S3.Items8"),
resources.GetString("S3.Items9"),
resources.GetString("S3.Items10"),
resources.GetString("S3.Items11"),
resources.GetString("S3.Items12"),
resources.GetString("S3.Items13"),
resources.GetString("S3.Items14"),
resources.GetString("S3.Items15"),
resources.GetString("S3.Items16"),
resources.GetString("S3.Items17"),
resources.GetString("S3.Items18"),
resources.GetString("S3.Items19"),
resources.GetString("S3.Items20"),
resources.GetString("S3.Items21"),
resources.GetString("S3.Items22"),
resources.GetString("S3.Items23"),
resources.GetString("S3.Items24"),
resources.GetString("S3.Items25"),
resources.GetString("S3.Items26"),
resources.GetString("S3.Items27"),
resources.GetString("S3.Items28"),
resources.GetString("S3.Items29")});
resources.ApplyResources(this.S3, "S3");
this.S3.Name = "S3";
this.toolTip1.SetToolTip(this.S3, resources.GetString("S3.ToolTip"));
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// S4
//
this.S4.FormattingEnabled = true;
this.S4.Items.AddRange(new object[] {
resources.GetString("S4.Items"),
resources.GetString("S4.Items1"),
resources.GetString("S4.Items2"),
resources.GetString("S4.Items3"),
resources.GetString("S4.Items4"),
resources.GetString("S4.Items5"),
resources.GetString("S4.Items6"),
resources.GetString("S4.Items7")});
resources.ApplyResources(this.S4, "S4");
this.S4.Name = "S4";
this.toolTip1.SetToolTip(this.S4, resources.GetString("S4.ToolTip"));
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// S5
//
resources.ApplyResources(this.S5, "S5");
this.S5.Name = "S5";
this.toolTip1.SetToolTip(this.S5, resources.GetString("S5.ToolTip"));
//
// label7
//
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
//
// S6
//
resources.ApplyResources(this.S6, "S6");
this.S6.Name = "S6";
this.toolTip1.SetToolTip(this.S6, resources.GetString("S6.ToolTip"));
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
//
// S7
//
resources.ApplyResources(this.S7, "S7");
this.S7.Name = "S7";
this.toolTip1.SetToolTip(this.S7, resources.GetString("S7.ToolTip"));
//
// RS7
//
resources.ApplyResources(this.RS7, "RS7");
this.RS7.Name = "RS7";
this.toolTip1.SetToolTip(this.RS7, resources.GetString("RS7.ToolTip"));
//
// RS6
//
resources.ApplyResources(this.RS6, "RS6");
this.RS6.Name = "RS6";
this.toolTip1.SetToolTip(this.RS6, resources.GetString("RS6.ToolTip"));
//
// RS5
//
resources.ApplyResources(this.RS5, "RS5");
this.RS5.Name = "RS5";
this.toolTip1.SetToolTip(this.RS5, resources.GetString("RS5.ToolTip"));
//
// RS4
//
this.RS4.FormattingEnabled = true;
this.RS4.Items.AddRange(new object[] {
resources.GetString("RS4.Items"),
resources.GetString("RS4.Items1"),
resources.GetString("RS4.Items2"),
resources.GetString("RS4.Items3"),
resources.GetString("RS4.Items4"),
resources.GetString("RS4.Items5"),
resources.GetString("RS4.Items6"),
resources.GetString("RS4.Items7")});
resources.ApplyResources(this.RS4, "RS4");
this.RS4.Name = "RS4";
this.toolTip1.SetToolTip(this.RS4, resources.GetString("RS4.ToolTip"));
//
// RS3
//
this.RS3.FormattingEnabled = true;
this.RS3.Items.AddRange(new object[] {
resources.GetString("RS3.Items"),
resources.GetString("RS3.Items1"),
resources.GetString("RS3.Items2"),
resources.GetString("RS3.Items3"),
resources.GetString("RS3.Items4"),
resources.GetString("RS3.Items5"),
resources.GetString("RS3.Items6"),
resources.GetString("RS3.Items7"),
resources.GetString("RS3.Items8"),
resources.GetString("RS3.Items9"),
resources.GetString("RS3.Items10"),
resources.GetString("RS3.Items11"),
resources.GetString("RS3.Items12"),
resources.GetString("RS3.Items13"),
resources.GetString("RS3.Items14"),
resources.GetString("RS3.Items15"),
resources.GetString("RS3.Items16"),
resources.GetString("RS3.Items17"),
resources.GetString("RS3.Items18"),
resources.GetString("RS3.Items19"),
resources.GetString("RS3.Items20"),
resources.GetString("RS3.Items21"),
resources.GetString("RS3.Items22"),
resources.GetString("RS3.Items23"),
resources.GetString("RS3.Items24"),
resources.GetString("RS3.Items25"),
resources.GetString("RS3.Items26"),
resources.GetString("RS3.Items27"),
resources.GetString("RS3.Items28"),
resources.GetString("RS3.Items29")});
resources.ApplyResources(this.RS3, "RS3");
this.RS3.Name = "RS3";
this.toolTip1.SetToolTip(this.RS3, resources.GetString("RS3.ToolTip"));
//
// RS2
//
this.RS2.FormattingEnabled = true;
this.RS2.Items.AddRange(new object[] {
resources.GetString("RS2.Items"),
resources.GetString("RS2.Items1"),
resources.GetString("RS2.Items2"),
resources.GetString("RS2.Items3"),
resources.GetString("RS2.Items4"),
resources.GetString("RS2.Items5"),
resources.GetString("RS2.Items6"),
resources.GetString("RS2.Items7"),
resources.GetString("RS2.Items8"),
resources.GetString("RS2.Items9"),
resources.GetString("RS2.Items10"),
resources.GetString("RS2.Items11"),
resources.GetString("RS2.Items12")});
resources.ApplyResources(this.RS2, "RS2");
this.RS2.Name = "RS2";
this.toolTip1.SetToolTip(this.RS2, resources.GetString("RS2.ToolTip"));
//
// RS1
//
this.RS1.FormattingEnabled = true;
this.RS1.Items.AddRange(new object[] {
resources.GetString("RS1.Items"),
resources.GetString("RS1.Items1"),
resources.GetString("RS1.Items2"),
resources.GetString("RS1.Items3"),
resources.GetString("RS1.Items4"),
resources.GetString("RS1.Items5"),
resources.GetString("RS1.Items6"),
resources.GetString("RS1.Items7"),
resources.GetString("RS1.Items8")});
resources.ApplyResources(this.RS1, "RS1");
this.RS1.Name = "RS1";
this.toolTip1.SetToolTip(this.RS1, resources.GetString("RS1.ToolTip"));
//
// RSSI
//
resources.ApplyResources(this.RSSI, "RSSI");
this.RSSI.Name = "RSSI";
this.RSSI.ReadOnly = true;
this.toolTip1.SetToolTip(this.RSSI, resources.GetString("RSSI.ToolTip"));
//
// S10
//
this.S10.FormattingEnabled = true;
this.S10.Items.AddRange(new object[] {
resources.GetString("S10.Items"),
resources.GetString("S10.Items1"),
resources.GetString("S10.Items2"),
resources.GetString("S10.Items3"),
resources.GetString("S10.Items4"),
resources.GetString("S10.Items5"),
resources.GetString("S10.Items6"),
resources.GetString("S10.Items7"),
resources.GetString("S10.Items8"),
resources.GetString("S10.Items9"),
resources.GetString("S10.Items10"),
resources.GetString("S10.Items11"),
resources.GetString("S10.Items12"),
resources.GetString("S10.Items13"),
resources.GetString("S10.Items14"),
resources.GetString("S10.Items15"),
resources.GetString("S10.Items16"),
resources.GetString("S10.Items17"),
resources.GetString("S10.Items18")});
resources.ApplyResources(this.S10, "S10");
this.S10.Name = "S10";
this.toolTip1.SetToolTip(this.S10, resources.GetString("S10.ToolTip"));
//
// S11
//
this.S11.FormattingEnabled = true;
this.S11.Items.AddRange(new object[] {
resources.GetString("S11.Items"),
resources.GetString("S11.Items1"),
resources.GetString("S11.Items2"),
resources.GetString("S11.Items3"),
resources.GetString("S11.Items4"),
resources.GetString("S11.Items5"),
resources.GetString("S11.Items6"),
resources.GetString("S11.Items7"),
resources.GetString("S11.Items8"),
resources.GetString("S11.Items9")});
resources.ApplyResources(this.S11, "S11");
this.S11.Name = "S11";
this.toolTip1.SetToolTip(this.S11, resources.GetString("S11.ToolTip"));
//
// S12
//
this.S12.FormattingEnabled = true;
this.S12.Items.AddRange(new object[] {
resources.GetString("S12.Items"),
resources.GetString("S12.Items1")});
resources.ApplyResources(this.S12, "S12");
this.S12.Name = "S12";
this.toolTip1.SetToolTip(this.S12, resources.GetString("S12.ToolTip"));
//
// RS12
//
this.RS12.FormattingEnabled = true;
this.RS12.Items.AddRange(new object[] {
resources.GetString("RS12.Items"),
resources.GetString("RS12.Items1")});
resources.ApplyResources(this.RS12, "RS12");
this.RS12.Name = "RS12";
this.toolTip1.SetToolTip(this.RS12, resources.GetString("RS12.ToolTip"));
//
// RS11
//
this.RS11.FormattingEnabled = true;
this.RS11.Items.AddRange(new object[] {
resources.GetString("RS11.Items"),
resources.GetString("RS11.Items1"),
resources.GetString("RS11.Items2"),
resources.GetString("RS11.Items3"),
resources.GetString("RS11.Items4"),
resources.GetString("RS11.Items5"),
resources.GetString("RS11.Items6"),
resources.GetString("RS11.Items7"),
resources.GetString("RS11.Items8"),
resources.GetString("RS11.Items9")});
resources.ApplyResources(this.RS11, "RS11");
this.RS11.Name = "RS11";
this.toolTip1.SetToolTip(this.RS11, resources.GetString("RS11.ToolTip"));
//
// RS10
//
this.RS10.FormattingEnabled = true;
this.RS10.Items.AddRange(new object[] {
resources.GetString("RS10.Items"),
resources.GetString("RS10.Items1"),
resources.GetString("RS10.Items2"),
resources.GetString("RS10.Items3"),
resources.GetString("RS10.Items4"),
resources.GetString("RS10.Items5"),
resources.GetString("RS10.Items6"),
resources.GetString("RS10.Items7"),
resources.GetString("RS10.Items8"),
resources.GetString("RS10.Items9"),
resources.GetString("RS10.Items10"),
resources.GetString("RS10.Items11"),
resources.GetString("RS10.Items12"),
resources.GetString("RS10.Items13"),
resources.GetString("RS10.Items14"),
resources.GetString("RS10.Items15"),
resources.GetString("RS10.Items16"),
resources.GetString("RS10.Items17"),
resources.GetString("RS10.Items18")});
resources.ApplyResources(this.RS10, "RS10");
this.RS10.Name = "RS10";
this.toolTip1.SetToolTip(this.RS10, resources.GetString("RS10.ToolTip"));
//
// S9
//
this.S9.FormattingEnabled = true;
this.S9.Items.AddRange(new object[] {
resources.GetString("S9.Items"),
resources.GetString("S9.Items1"),
resources.GetString("S9.Items2"),
resources.GetString("S9.Items3"),
resources.GetString("S9.Items4"),
resources.GetString("S9.Items5"),
resources.GetString("S9.Items6"),
resources.GetString("S9.Items7"),
resources.GetString("S9.Items8")});
resources.ApplyResources(this.S9, "S9");
this.S9.Name = "S9";
//
// S8
//
this.S8.FormattingEnabled = true;
this.S8.Items.AddRange(new object[] {
resources.GetString("S8.Items"),
resources.GetString("S8.Items1"),
resources.GetString("S8.Items2"),
resources.GetString("S8.Items3"),
resources.GetString("S8.Items4"),
resources.GetString("S8.Items5"),
resources.GetString("S8.Items6"),
resources.GetString("S8.Items7"),
resources.GetString("S8.Items8"),
resources.GetString("S8.Items9"),
resources.GetString("S8.Items10"),
resources.GetString("S8.Items11")});
resources.ApplyResources(this.S8, "S8");
this.S8.Name = "S8";
//
// RS8
//
this.RS8.FormattingEnabled = true;
this.RS8.Items.AddRange(new object[] {
resources.GetString("RS8.Items"),
resources.GetString("RS8.Items1"),
resources.GetString("RS8.Items2"),
resources.GetString("RS8.Items3"),
resources.GetString("RS8.Items4"),
resources.GetString("RS8.Items5"),
resources.GetString("RS8.Items6"),
resources.GetString("RS8.Items7"),
resources.GetString("RS8.Items8")});
resources.ApplyResources(this.RS8, "RS8");
this.RS8.Name = "RS8";
//
// RS9
//
this.RS9.FormattingEnabled = true;
this.RS9.Items.AddRange(new object[] {
resources.GetString("RS9.Items"),
resources.GetString("RS9.Items1"),
resources.GetString("RS9.Items2"),
resources.GetString("RS9.Items3"),
resources.GetString("RS9.Items4"),
resources.GetString("RS9.Items5"),
resources.GetString("RS9.Items6"),
resources.GetString("RS9.Items7"),
resources.GetString("RS9.Items8")});
resources.ApplyResources(this.RS9, "RS9");
this.RS9.Name = "RS9";
//
// RS0
//
resources.ApplyResources(this.RS0, "RS0");
this.RS0.Name = "RS0";
this.RS0.ReadOnly = true;
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
//
// RTI
//
resources.ApplyResources(this.RTI, "RTI");
this.RTI.Name = "RTI";
this.RTI.ReadOnly = true;
//
// ATI
//
resources.ApplyResources(this.ATI, "ATI");
this.ATI.Name = "ATI";
this.ATI.ReadOnly = true;
//
// label11
//
resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
//
// BUT_savesettings
//
resources.ApplyResources(this.BUT_savesettings, "BUT_savesettings");
this.BUT_savesettings.Name = "BUT_savesettings";
this.BUT_savesettings.UseVisualStyleBackColor = true;
this.BUT_savesettings.Click += new System.EventHandler(this.BUT_savesettings_Click);
//
// BUT_getcurrent
//
resources.ApplyResources(this.BUT_getcurrent, "BUT_getcurrent");
this.BUT_getcurrent.Name = "BUT_getcurrent";
this.BUT_getcurrent.UseVisualStyleBackColor = true;
this.BUT_getcurrent.Click += new System.EventHandler(this.BUT_getcurrent_Click);
//
// lbl_status
//
this.lbl_status.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.lbl_status, "lbl_status");
this.lbl_status.Name = "lbl_status";
//
// BUT_upload
//
resources.ApplyResources(this.BUT_upload, "BUT_upload");
this.BUT_upload.Name = "BUT_upload";
this.BUT_upload.UseVisualStyleBackColor = true;
this.BUT_upload.Click += new System.EventHandler(this.BUT_upload_Click);
//
// BUT_syncS2
//
resources.ApplyResources(this.BUT_syncS2, "BUT_syncS2");
this.BUT_syncS2.Name = "BUT_syncS2";
this.BUT_syncS2.UseVisualStyleBackColor = true;
this.BUT_syncS2.Click += new System.EventHandler(this.BUT_syncS2_Click);
//
// BUT_syncS3
//
resources.ApplyResources(this.BUT_syncS3, "BUT_syncS3");
this.BUT_syncS3.Name = "BUT_syncS3";
this.BUT_syncS3.UseVisualStyleBackColor = true;
this.BUT_syncS3.Click += new System.EventHandler(this.BUT_syncS3_Click);
//
// BUT_syncS5
//
resources.ApplyResources(this.BUT_syncS5, "BUT_syncS5");
this.BUT_syncS5.Name = "BUT_syncS5";
this.BUT_syncS5.UseVisualStyleBackColor = true;
this.BUT_syncS5.Click += new System.EventHandler(this.BUT_syncS5_Click);
//
// label13
//
resources.ApplyResources(this.label13, "label13");
this.label13.Name = "label13";
//
// label14
//
resources.ApplyResources(this.label14, "label14");
this.label14.Name = "label14";
//
// label15
//
resources.ApplyResources(this.label15, "label15");
this.label15.Name = "label15";
//
// label16
//
resources.ApplyResources(this.label16, "label16");
this.label16.Name = "label16";
//
// label17
//
resources.ApplyResources(this.label17, "label17");
this.label17.Name = "label17";
//
// label20
//
resources.ApplyResources(this.label20, "label20");
this.label20.Name = "label20";
//
// label21
//
resources.ApplyResources(this.label21, "label21");
this.label21.Name = "label21";
//
// label22
//
resources.ApplyResources(this.label22, "label22");
this.label22.Name = "label22";
//
// label23
//
resources.ApplyResources(this.label23, "label23");
this.label23.Name = "label23";
//
// label24
//
resources.ApplyResources(this.label24, "label24");
this.label24.Name = "label24";
//
// label25
//
resources.ApplyResources(this.label25, "label25");
this.label25.Name = "label25";
//
// label26
//
resources.ApplyResources(this.label26, "label26");
this.label26.Name = "label26";
//
// label27
//
resources.ApplyResources(this.label27, "label27");
this.label27.Name = "label27";
//
// label28
//
resources.ApplyResources(this.label28, "label28");
this.label28.Name = "label28";
//
// label29
//
resources.ApplyResources(this.label29, "label29");
this.label29.Name = "label29";
//
// label30
//
resources.ApplyResources(this.label30, "label30");
this.label30.Name = "label30";
//
// label31
//
resources.ApplyResources(this.label31, "label31");
this.label31.Name = "label31";
//
// label32
//
resources.ApplyResources(this.label32, "label32");
this.label32.Name = "label32";
//
// BUT_syncS8
//
resources.ApplyResources(this.BUT_syncS8, "BUT_syncS8");
this.BUT_syncS8.Name = "BUT_syncS8";
this.BUT_syncS8.UseVisualStyleBackColor = true;
this.BUT_syncS8.Click += new System.EventHandler(this.BUT_syncS8_Click);
//
// BUT_syncS9
//
resources.ApplyResources(this.BUT_syncS9, "BUT_syncS9");
this.BUT_syncS9.Name = "BUT_syncS9";
this.BUT_syncS9.UseVisualStyleBackColor = true;
this.BUT_syncS9.Click += new System.EventHandler(this.BUT_syncS9_Click);
//
// BUT_syncS10
//
resources.ApplyResources(this.BUT_syncS10, "BUT_syncS10");
this.BUT_syncS10.Name = "BUT_syncS10";
this.BUT_syncS10.UseVisualStyleBackColor = true;
this.BUT_syncS10.Click += new System.EventHandler(this.BUT_syncS10_Click);
//
// _3DRradio
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.BUT_syncS10);
this.Controls.Add(this.BUT_syncS9);
this.Controls.Add(this.BUT_syncS8);
this.Controls.Add(this.label25);
this.Controls.Add(this.label26);
this.Controls.Add(this.label27);
this.Controls.Add(this.label28);
this.Controls.Add(this.label29);
this.Controls.Add(this.label30);
this.Controls.Add(this.label31);
this.Controls.Add(this.label32);
this.Controls.Add(this.label20);
this.Controls.Add(this.label21);
this.Controls.Add(this.label22);
this.Controls.Add(this.label23);
this.Controls.Add(this.label24);
this.Controls.Add(this.RS8);
this.Controls.Add(this.RS12);
this.Controls.Add(this.RS11);
this.Controls.Add(this.RS10);
this.Controls.Add(this.RS9);
this.Controls.Add(this.label17);
this.Controls.Add(this.label16);
this.Controls.Add(this.label15);
this.Controls.Add(this.label14);
this.Controls.Add(this.label13);
this.Controls.Add(this.S8);
this.Controls.Add(this.S12);
this.Controls.Add(this.S11);
this.Controls.Add(this.S10);
this.Controls.Add(this.S9);
this.Controls.Add(this.BUT_syncS5);
this.Controls.Add(this.BUT_syncS3);
this.Controls.Add(this.BUT_syncS2);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.RSSI);
this.Controls.Add(this.RTI);
this.Controls.Add(this.ATI);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.RS7);
this.Controls.Add(this.RS6);
this.Controls.Add(this.RS5);
this.Controls.Add(this.RS4);
this.Controls.Add(this.RS3);
this.Controls.Add(this.RS2);
this.Controls.Add(this.RS0);
this.Controls.Add(this.RS1);
this.Controls.Add(this.BUT_savesettings);
this.Controls.Add(this.label8);
this.Controls.Add(this.S7);
this.Controls.Add(this.label7);
this.Controls.Add(this.S6);
this.Controls.Add(this.label6);
this.Controls.Add(this.S5);
this.Controls.Add(this.label5);
this.Controls.Add(this.S4);
this.Controls.Add(this.label4);
this.Controls.Add(this.S3);
this.Controls.Add(this.label3);
this.Controls.Add(this.S2);
this.Controls.Add(this.label2);
this.Controls.Add(this.S0);
this.Controls.Add(this.BUT_getcurrent);
this.Controls.Add(this.label1);
this.Controls.Add(this.S1);
this.Controls.Add(this.lbl_status);
this.Controls.Add(this.Progressbar);
this.Controls.Add(this.BUT_upload);
this.MinimumSize = new System.Drawing.Size(781, 433);
this.Name = "_3DRradio";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ArdupilotMega.Controls.MyButton BUT_upload;
private System.Windows.Forms.ProgressBar Progressbar;
private System.Windows.Forms.Label lbl_status;
private System.Windows.Forms.ComboBox S1;
private System.Windows.Forms.Label label1;
private ArdupilotMega.Controls.MyButton BUT_getcurrent;
private System.Windows.Forms.TextBox S0;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox S2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox S3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox S4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.CheckBox S5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox S6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox S7;
private ArdupilotMega.Controls.MyButton BUT_savesettings;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.CheckBox RS7;
private System.Windows.Forms.CheckBox RS6;
private System.Windows.Forms.CheckBox RS5;
private System.Windows.Forms.ComboBox RS4;
private System.Windows.Forms.ComboBox RS3;
private System.Windows.Forms.ComboBox RS2;
private System.Windows.Forms.TextBox RS0;
private System.Windows.Forms.ComboBox RS1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox RTI;
private System.Windows.Forms.TextBox ATI;
private System.Windows.Forms.TextBox RSSI;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private ArdupilotMega.Controls.MyButton BUT_syncS2;
private ArdupilotMega.Controls.MyButton BUT_syncS3;
private ArdupilotMega.Controls.MyButton BUT_syncS5;
private System.Windows.Forms.ComboBox S9;
private System.Windows.Forms.ComboBox S10;
private System.Windows.Forms.ComboBox S11;
private System.Windows.Forms.ComboBox S12;
private System.Windows.Forms.ComboBox S8;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.ComboBox RS8;
private System.Windows.Forms.ComboBox RS12;
private System.Windows.Forms.ComboBox RS11;
private System.Windows.Forms.ComboBox RS10;
private System.Windows.Forms.ComboBox RS9;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label32;
private ArdupilotMega.Controls.MyButton BUT_syncS8;
private ArdupilotMega.Controls.MyButton BUT_syncS9;
private ArdupilotMega.Controls.MyButton BUT_syncS10;
}
}