mirror of https://github.com/ArduPilot/ardupilot
APM Planner
a few UI translation fix UI language changing issue (it used to change to English when click Configuration tab)
This commit is contained in:
parent
3177f57d48
commit
afdc64fd9f
|
@ -665,6 +665,9 @@
|
|||
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigPlanner.resx">
|
||||
<DependentUpon>ConfigPlanner.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigPlanner.zh-Hans.resx">
|
||||
<DependentUpon>ConfigPlanner.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="GCSViews\ConfigurationView\ConfigRadioInput.es-ES.resx">
|
||||
<DependentUpon>ConfigRadioInput.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
|
|
@ -27,465 +27,464 @@
|
|||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigPlanner));
|
||||
this.label33 = new System.Windows.Forms.Label();
|
||||
this.CMB_ratesensors = new System.Windows.Forms.ComboBox();
|
||||
this.label26 = new System.Windows.Forms.Label();
|
||||
this.CMB_videoresolutions = new System.Windows.Forms.ComboBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.CHK_GDIPlus = new System.Windows.Forms.CheckBox();
|
||||
this.label24 = new System.Windows.Forms.Label();
|
||||
this.CHK_loadwponconnect = new System.Windows.Forms.CheckBox();
|
||||
this.label23 = new System.Windows.Forms.Label();
|
||||
this.NUM_tracklength = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_speechaltwarning = new System.Windows.Forms.CheckBox();
|
||||
this.label108 = new System.Windows.Forms.Label();
|
||||
this.CHK_resetapmonconnect = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_mavdebug = new System.Windows.Forms.CheckBox();
|
||||
this.label107 = new System.Windows.Forms.Label();
|
||||
this.CMB_raterc = new System.Windows.Forms.ComboBox();
|
||||
this.label104 = new System.Windows.Forms.Label();
|
||||
this.label103 = new System.Windows.Forms.Label();
|
||||
this.label102 = new System.Windows.Forms.Label();
|
||||
this.label101 = new System.Windows.Forms.Label();
|
||||
this.CMB_ratestatus = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_rateposition = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_rateattitude = new System.Windows.Forms.ComboBox();
|
||||
this.label99 = new System.Windows.Forms.Label();
|
||||
this.label98 = new System.Windows.Forms.Label();
|
||||
this.label97 = new System.Windows.Forms.Label();
|
||||
this.CMB_speedunits = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_distunits = new System.Windows.Forms.ComboBox();
|
||||
this.label96 = new System.Windows.Forms.Label();
|
||||
this.label95 = new System.Windows.Forms.Label();
|
||||
this.CHK_speechbattery = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_speechcustom = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_speechmode = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_speechwaypoint = new System.Windows.Forms.CheckBox();
|
||||
this.label94 = new System.Windows.Forms.Label();
|
||||
this.CMB_osdcolor = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_language = new System.Windows.Forms.ComboBox();
|
||||
this.label93 = new System.Windows.Forms.Label();
|
||||
this.CHK_enablespeech = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_hudshow = new System.Windows.Forms.CheckBox();
|
||||
this.label92 = new System.Windows.Forms.Label();
|
||||
this.CMB_videosources = new System.Windows.Forms.ComboBox();
|
||||
this.BUT_Joystick = new ArdupilotMega.Controls.MyButton();
|
||||
this.BUT_videostop = new ArdupilotMega.Controls.MyButton();
|
||||
this.BUT_videostart = new ArdupilotMega.Controls.MyButton();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.CHK_maprotation = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUM_tracklength)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label33
|
||||
//
|
||||
resources.ApplyResources(this.label33, "label33");
|
||||
this.label33.Name = "label33";
|
||||
//
|
||||
// CMB_ratesensors
|
||||
//
|
||||
this.CMB_ratesensors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_ratesensors.FormattingEnabled = true;
|
||||
this.CMB_ratesensors.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_ratesensors.Items"),
|
||||
resources.GetString("CMB_ratesensors.Items1"),
|
||||
resources.GetString("CMB_ratesensors.Items2"),
|
||||
resources.GetString("CMB_ratesensors.Items3"),
|
||||
resources.GetString("CMB_ratesensors.Items4")});
|
||||
resources.ApplyResources(this.CMB_ratesensors, "CMB_ratesensors");
|
||||
this.CMB_ratesensors.Name = "CMB_ratesensors";
|
||||
this.CMB_ratesensors.SelectedIndexChanged += new System.EventHandler(this.CMB_ratesensors_SelectedIndexChanged);
|
||||
//
|
||||
// label26
|
||||
//
|
||||
resources.ApplyResources(this.label26, "label26");
|
||||
this.label26.Name = "label26";
|
||||
//
|
||||
// CMB_videoresolutions
|
||||
//
|
||||
this.CMB_videoresolutions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_videoresolutions.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_videoresolutions, "CMB_videoresolutions");
|
||||
this.CMB_videoresolutions.Name = "CMB_videoresolutions";
|
||||
//
|
||||
// label12
|
||||
//
|
||||
resources.ApplyResources(this.label12, "label12");
|
||||
this.label12.Name = "label12";
|
||||
//
|
||||
// CHK_GDIPlus
|
||||
//
|
||||
resources.ApplyResources(this.CHK_GDIPlus, "CHK_GDIPlus");
|
||||
this.CHK_GDIPlus.Name = "CHK_GDIPlus";
|
||||
this.CHK_GDIPlus.UseVisualStyleBackColor = true;
|
||||
this.CHK_GDIPlus.CheckedChanged += new System.EventHandler(this.CHK_GDIPlus_CheckedChanged);
|
||||
//
|
||||
// label24
|
||||
//
|
||||
resources.ApplyResources(this.label24, "label24");
|
||||
this.label24.Name = "label24";
|
||||
//
|
||||
// CHK_loadwponconnect
|
||||
//
|
||||
resources.ApplyResources(this.CHK_loadwponconnect, "CHK_loadwponconnect");
|
||||
this.CHK_loadwponconnect.Name = "CHK_loadwponconnect";
|
||||
this.CHK_loadwponconnect.UseVisualStyleBackColor = true;
|
||||
this.CHK_loadwponconnect.CheckedChanged += new System.EventHandler(this.CHK_loadwponconnect_CheckedChanged);
|
||||
//
|
||||
// label23
|
||||
//
|
||||
resources.ApplyResources(this.label23, "label23");
|
||||
this.label23.Name = "label23";
|
||||
//
|
||||
// NUM_tracklength
|
||||
//
|
||||
this.NUM_tracklength.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.NUM_tracklength, "NUM_tracklength");
|
||||
this.NUM_tracklength.Maximum = new decimal(new int[] {
|
||||
2000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUM_tracklength.Minimum = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUM_tracklength.Name = "NUM_tracklength";
|
||||
this.NUM_tracklength.Value = new decimal(new int[] {
|
||||
200,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUM_tracklength.ValueChanged += new System.EventHandler(this.NUM_tracklength_ValueChanged);
|
||||
//
|
||||
// CHK_speechaltwarning
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechaltwarning, "CHK_speechaltwarning");
|
||||
this.CHK_speechaltwarning.Name = "CHK_speechaltwarning";
|
||||
this.CHK_speechaltwarning.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechaltwarning.CheckedChanged += new System.EventHandler(this.CHK_speechaltwarning_CheckedChanged);
|
||||
//
|
||||
// label108
|
||||
//
|
||||
resources.ApplyResources(this.label108, "label108");
|
||||
this.label108.Name = "label108";
|
||||
//
|
||||
// CHK_resetapmonconnect
|
||||
//
|
||||
this.CHK_resetapmonconnect.Checked = true;
|
||||
this.CHK_resetapmonconnect.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
resources.ApplyResources(this.CHK_resetapmonconnect, "CHK_resetapmonconnect");
|
||||
this.CHK_resetapmonconnect.Name = "CHK_resetapmonconnect";
|
||||
this.CHK_resetapmonconnect.UseVisualStyleBackColor = true;
|
||||
this.CHK_resetapmonconnect.CheckedChanged += new System.EventHandler(this.CHK_resetapmonconnect_CheckedChanged);
|
||||
//
|
||||
// CHK_mavdebug
|
||||
//
|
||||
resources.ApplyResources(this.CHK_mavdebug, "CHK_mavdebug");
|
||||
this.CHK_mavdebug.Name = "CHK_mavdebug";
|
||||
this.CHK_mavdebug.UseVisualStyleBackColor = true;
|
||||
this.CHK_mavdebug.CheckedChanged += new System.EventHandler(this.CHK_mavdebug_CheckedChanged);
|
||||
//
|
||||
// label107
|
||||
//
|
||||
resources.ApplyResources(this.label107, "label107");
|
||||
this.label107.Name = "label107";
|
||||
//
|
||||
// CMB_raterc
|
||||
//
|
||||
this.CMB_raterc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_raterc.FormattingEnabled = true;
|
||||
this.CMB_raterc.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_raterc.Items"),
|
||||
resources.GetString("CMB_raterc.Items1"),
|
||||
resources.GetString("CMB_raterc.Items2"),
|
||||
resources.GetString("CMB_raterc.Items3")});
|
||||
resources.ApplyResources(this.CMB_raterc, "CMB_raterc");
|
||||
this.CMB_raterc.Name = "CMB_raterc";
|
||||
this.CMB_raterc.SelectedIndexChanged += new System.EventHandler(this.CMB_raterc_SelectedIndexChanged);
|
||||
//
|
||||
// label104
|
||||
//
|
||||
resources.ApplyResources(this.label104, "label104");
|
||||
this.label104.Name = "label104";
|
||||
//
|
||||
// label103
|
||||
//
|
||||
resources.ApplyResources(this.label103, "label103");
|
||||
this.label103.Name = "label103";
|
||||
//
|
||||
// label102
|
||||
//
|
||||
resources.ApplyResources(this.label102, "label102");
|
||||
this.label102.Name = "label102";
|
||||
//
|
||||
// label101
|
||||
//
|
||||
resources.ApplyResources(this.label101, "label101");
|
||||
this.label101.Name = "label101";
|
||||
//
|
||||
// CMB_ratestatus
|
||||
//
|
||||
this.CMB_ratestatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_ratestatus.FormattingEnabled = true;
|
||||
this.CMB_ratestatus.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_ratestatus.Items"),
|
||||
resources.GetString("CMB_ratestatus.Items1"),
|
||||
resources.GetString("CMB_ratestatus.Items2"),
|
||||
resources.GetString("CMB_ratestatus.Items3")});
|
||||
resources.ApplyResources(this.CMB_ratestatus, "CMB_ratestatus");
|
||||
this.CMB_ratestatus.Name = "CMB_ratestatus";
|
||||
this.CMB_ratestatus.SelectedIndexChanged += new System.EventHandler(this.CMB_ratestatus_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_rateposition
|
||||
//
|
||||
this.CMB_rateposition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_rateposition.FormattingEnabled = true;
|
||||
this.CMB_rateposition.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_rateposition.Items"),
|
||||
resources.GetString("CMB_rateposition.Items1"),
|
||||
resources.GetString("CMB_rateposition.Items2"),
|
||||
resources.GetString("CMB_rateposition.Items3")});
|
||||
resources.ApplyResources(this.CMB_rateposition, "CMB_rateposition");
|
||||
this.CMB_rateposition.Name = "CMB_rateposition";
|
||||
this.CMB_rateposition.SelectedIndexChanged += new System.EventHandler(this.CMB_rateposition_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_rateattitude
|
||||
//
|
||||
this.CMB_rateattitude.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_rateattitude.FormattingEnabled = true;
|
||||
this.CMB_rateattitude.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_rateattitude.Items"),
|
||||
resources.GetString("CMB_rateattitude.Items1"),
|
||||
resources.GetString("CMB_rateattitude.Items2"),
|
||||
resources.GetString("CMB_rateattitude.Items3")});
|
||||
resources.ApplyResources(this.CMB_rateattitude, "CMB_rateattitude");
|
||||
this.CMB_rateattitude.Name = "CMB_rateattitude";
|
||||
this.CMB_rateattitude.SelectedIndexChanged += new System.EventHandler(this.CMB_rateattitude_SelectedIndexChanged);
|
||||
//
|
||||
// label99
|
||||
//
|
||||
resources.ApplyResources(this.label99, "label99");
|
||||
this.label99.Name = "label99";
|
||||
//
|
||||
// label98
|
||||
//
|
||||
resources.ApplyResources(this.label98, "label98");
|
||||
this.label98.Name = "label98";
|
||||
//
|
||||
// label97
|
||||
//
|
||||
resources.ApplyResources(this.label97, "label97");
|
||||
this.label97.Name = "label97";
|
||||
//
|
||||
// CMB_speedunits
|
||||
//
|
||||
this.CMB_speedunits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_speedunits.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_speedunits, "CMB_speedunits");
|
||||
this.CMB_speedunits.Name = "CMB_speedunits";
|
||||
this.CMB_speedunits.SelectedIndexChanged += new System.EventHandler(this.CMB_speedunits_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_distunits
|
||||
//
|
||||
this.CMB_distunits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_distunits.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_distunits, "CMB_distunits");
|
||||
this.CMB_distunits.Name = "CMB_distunits";
|
||||
this.CMB_distunits.SelectedIndexChanged += new System.EventHandler(this.CMB_distunits_SelectedIndexChanged);
|
||||
//
|
||||
// label96
|
||||
//
|
||||
resources.ApplyResources(this.label96, "label96");
|
||||
this.label96.Name = "label96";
|
||||
//
|
||||
// label95
|
||||
//
|
||||
resources.ApplyResources(this.label95, "label95");
|
||||
this.label95.Name = "label95";
|
||||
//
|
||||
// CHK_speechbattery
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechbattery, "CHK_speechbattery");
|
||||
this.CHK_speechbattery.Name = "CHK_speechbattery";
|
||||
this.CHK_speechbattery.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechbattery.CheckedChanged += new System.EventHandler(this.CHK_speechbattery_CheckedChanged);
|
||||
//
|
||||
// CHK_speechcustom
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechcustom, "CHK_speechcustom");
|
||||
this.CHK_speechcustom.Name = "CHK_speechcustom";
|
||||
this.CHK_speechcustom.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechcustom.CheckedChanged += new System.EventHandler(this.CHK_speechcustom_CheckedChanged);
|
||||
//
|
||||
// CHK_speechmode
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechmode, "CHK_speechmode");
|
||||
this.CHK_speechmode.Name = "CHK_speechmode";
|
||||
this.CHK_speechmode.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechmode.CheckedChanged += new System.EventHandler(this.CHK_speechmode_CheckedChanged);
|
||||
//
|
||||
// CHK_speechwaypoint
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechwaypoint, "CHK_speechwaypoint");
|
||||
this.CHK_speechwaypoint.Name = "CHK_speechwaypoint";
|
||||
this.CHK_speechwaypoint.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechwaypoint.CheckedChanged += new System.EventHandler(this.CHK_speechwaypoint_CheckedChanged);
|
||||
//
|
||||
// label94
|
||||
//
|
||||
resources.ApplyResources(this.label94, "label94");
|
||||
this.label94.Name = "label94";
|
||||
//
|
||||
// CMB_osdcolor
|
||||
//
|
||||
this.CMB_osdcolor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.CMB_osdcolor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_osdcolor.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_osdcolor, "CMB_osdcolor");
|
||||
this.CMB_osdcolor.Name = "CMB_osdcolor";
|
||||
this.CMB_osdcolor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CMB_osdcolor_DrawItem);
|
||||
this.CMB_osdcolor.SelectedIndexChanged += new System.EventHandler(this.CMB_osdcolor_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_language
|
||||
//
|
||||
this.CMB_language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_language.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_language, "CMB_language");
|
||||
this.CMB_language.Name = "CMB_language";
|
||||
this.CMB_language.SelectedIndexChanged += new System.EventHandler(this.CMB_language_SelectedIndexChanged);
|
||||
//
|
||||
// label93
|
||||
//
|
||||
resources.ApplyResources(this.label93, "label93");
|
||||
this.label93.Name = "label93";
|
||||
//
|
||||
// CHK_enablespeech
|
||||
//
|
||||
resources.ApplyResources(this.CHK_enablespeech, "CHK_enablespeech");
|
||||
this.CHK_enablespeech.Name = "CHK_enablespeech";
|
||||
this.CHK_enablespeech.UseVisualStyleBackColor = true;
|
||||
this.CHK_enablespeech.CheckedChanged += new System.EventHandler(this.CHK_enablespeech_CheckedChanged);
|
||||
//
|
||||
// CHK_hudshow
|
||||
//
|
||||
this.CHK_hudshow.Checked = true;
|
||||
this.CHK_hudshow.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
resources.ApplyResources(this.CHK_hudshow, "CHK_hudshow");
|
||||
this.CHK_hudshow.Name = "CHK_hudshow";
|
||||
this.CHK_hudshow.UseVisualStyleBackColor = true;
|
||||
this.CHK_hudshow.CheckedChanged += new System.EventHandler(this.CHK_hudshow_CheckedChanged);
|
||||
//
|
||||
// label92
|
||||
//
|
||||
resources.ApplyResources(this.label92, "label92");
|
||||
this.label92.Name = "label92";
|
||||
//
|
||||
// CMB_videosources
|
||||
//
|
||||
this.CMB_videosources.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_videosources.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_videosources, "CMB_videosources");
|
||||
this.CMB_videosources.Name = "CMB_videosources";
|
||||
this.CMB_videosources.SelectedIndexChanged += new System.EventHandler(this.CMB_videosources_SelectedIndexChanged);
|
||||
this.CMB_videosources.Click += new System.EventHandler(this.CMB_videosources_Click);
|
||||
//
|
||||
// BUT_Joystick
|
||||
//
|
||||
resources.ApplyResources(this.BUT_Joystick, "BUT_Joystick");
|
||||
this.BUT_Joystick.Name = "BUT_Joystick";
|
||||
this.BUT_Joystick.UseVisualStyleBackColor = true;
|
||||
this.BUT_Joystick.Click += new System.EventHandler(this.BUT_Joystick_Click);
|
||||
//
|
||||
// BUT_videostop
|
||||
//
|
||||
resources.ApplyResources(this.BUT_videostop, "BUT_videostop");
|
||||
this.BUT_videostop.Name = "BUT_videostop";
|
||||
this.BUT_videostop.UseVisualStyleBackColor = true;
|
||||
this.BUT_videostop.Click += new System.EventHandler(this.BUT_videostop_Click);
|
||||
//
|
||||
// BUT_videostart
|
||||
//
|
||||
resources.ApplyResources(this.BUT_videostart, "BUT_videostart");
|
||||
this.BUT_videostart.Name = "BUT_videostart";
|
||||
this.BUT_videostart.UseVisualStyleBackColor = true;
|
||||
this.BUT_videostart.Click += new System.EventHandler(this.BUT_videostart_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// CHK_maprotation
|
||||
//
|
||||
resources.ApplyResources(this.CHK_maprotation, "CHK_maprotation");
|
||||
this.CHK_maprotation.Name = "CHK_maprotation";
|
||||
this.CHK_maprotation.UseVisualStyleBackColor = true;
|
||||
this.CHK_maprotation.CheckedChanged += new System.EventHandler(this.CHK_maprotation_CheckedChanged);
|
||||
//
|
||||
// ConfigPlanner
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.CHK_maprotation);
|
||||
this.Controls.Add(this.label33);
|
||||
this.Controls.Add(this.CMB_ratesensors);
|
||||
this.Controls.Add(this.label26);
|
||||
this.Controls.Add(this.CMB_videoresolutions);
|
||||
this.Controls.Add(this.label12);
|
||||
this.Controls.Add(this.CHK_GDIPlus);
|
||||
this.Controls.Add(this.label24);
|
||||
this.Controls.Add(this.CHK_loadwponconnect);
|
||||
this.Controls.Add(this.label23);
|
||||
this.Controls.Add(this.NUM_tracklength);
|
||||
this.Controls.Add(this.CHK_speechaltwarning);
|
||||
this.Controls.Add(this.label108);
|
||||
this.Controls.Add(this.CHK_resetapmonconnect);
|
||||
this.Controls.Add(this.CHK_mavdebug);
|
||||
this.Controls.Add(this.label107);
|
||||
this.Controls.Add(this.CMB_raterc);
|
||||
this.Controls.Add(this.label104);
|
||||
this.Controls.Add(this.label103);
|
||||
this.Controls.Add(this.label102);
|
||||
this.Controls.Add(this.label101);
|
||||
this.Controls.Add(this.CMB_ratestatus);
|
||||
this.Controls.Add(this.CMB_rateposition);
|
||||
this.Controls.Add(this.CMB_rateattitude);
|
||||
this.Controls.Add(this.label99);
|
||||
this.Controls.Add(this.label98);
|
||||
this.Controls.Add(this.label97);
|
||||
this.Controls.Add(this.CMB_speedunits);
|
||||
this.Controls.Add(this.CMB_distunits);
|
||||
this.Controls.Add(this.label96);
|
||||
this.Controls.Add(this.label95);
|
||||
this.Controls.Add(this.CHK_speechbattery);
|
||||
this.Controls.Add(this.CHK_speechcustom);
|
||||
this.Controls.Add(this.CHK_speechmode);
|
||||
this.Controls.Add(this.CHK_speechwaypoint);
|
||||
this.Controls.Add(this.label94);
|
||||
this.Controls.Add(this.CMB_osdcolor);
|
||||
this.Controls.Add(this.CMB_language);
|
||||
this.Controls.Add(this.label93);
|
||||
this.Controls.Add(this.CHK_enablespeech);
|
||||
this.Controls.Add(this.CHK_hudshow);
|
||||
this.Controls.Add(this.label92);
|
||||
this.Controls.Add(this.CMB_videosources);
|
||||
this.Controls.Add(this.BUT_Joystick);
|
||||
this.Controls.Add(this.BUT_videostop);
|
||||
this.Controls.Add(this.BUT_videostart);
|
||||
this.Name = "ConfigPlanner";
|
||||
this.Load += new System.EventHandler(this.ConfigPlanner_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUM_tracklength)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigPlanner));
|
||||
this.label33 = new System.Windows.Forms.Label();
|
||||
this.CMB_ratesensors = new System.Windows.Forms.ComboBox();
|
||||
this.label26 = new System.Windows.Forms.Label();
|
||||
this.CMB_videoresolutions = new System.Windows.Forms.ComboBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.CHK_GDIPlus = new System.Windows.Forms.CheckBox();
|
||||
this.label24 = new System.Windows.Forms.Label();
|
||||
this.CHK_loadwponconnect = new System.Windows.Forms.CheckBox();
|
||||
this.label23 = new System.Windows.Forms.Label();
|
||||
this.NUM_tracklength = new System.Windows.Forms.NumericUpDown();
|
||||
this.CHK_speechaltwarning = new System.Windows.Forms.CheckBox();
|
||||
this.label108 = new System.Windows.Forms.Label();
|
||||
this.CHK_resetapmonconnect = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_mavdebug = new System.Windows.Forms.CheckBox();
|
||||
this.label107 = new System.Windows.Forms.Label();
|
||||
this.CMB_raterc = new System.Windows.Forms.ComboBox();
|
||||
this.label104 = new System.Windows.Forms.Label();
|
||||
this.label103 = new System.Windows.Forms.Label();
|
||||
this.label102 = new System.Windows.Forms.Label();
|
||||
this.label101 = new System.Windows.Forms.Label();
|
||||
this.CMB_ratestatus = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_rateposition = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_rateattitude = new System.Windows.Forms.ComboBox();
|
||||
this.label99 = new System.Windows.Forms.Label();
|
||||
this.label98 = new System.Windows.Forms.Label();
|
||||
this.label97 = new System.Windows.Forms.Label();
|
||||
this.CMB_speedunits = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_distunits = new System.Windows.Forms.ComboBox();
|
||||
this.label96 = new System.Windows.Forms.Label();
|
||||
this.label95 = new System.Windows.Forms.Label();
|
||||
this.CHK_speechbattery = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_speechcustom = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_speechmode = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_speechwaypoint = new System.Windows.Forms.CheckBox();
|
||||
this.label94 = new System.Windows.Forms.Label();
|
||||
this.CMB_osdcolor = new System.Windows.Forms.ComboBox();
|
||||
this.CMB_language = new System.Windows.Forms.ComboBox();
|
||||
this.label93 = new System.Windows.Forms.Label();
|
||||
this.CHK_enablespeech = new System.Windows.Forms.CheckBox();
|
||||
this.CHK_hudshow = new System.Windows.Forms.CheckBox();
|
||||
this.label92 = new System.Windows.Forms.Label();
|
||||
this.CMB_videosources = new System.Windows.Forms.ComboBox();
|
||||
this.BUT_Joystick = new ArdupilotMega.Controls.MyButton();
|
||||
this.BUT_videostop = new ArdupilotMega.Controls.MyButton();
|
||||
this.BUT_videostart = new ArdupilotMega.Controls.MyButton();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.CHK_maprotation = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUM_tracklength)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label33
|
||||
//
|
||||
resources.ApplyResources(this.label33, "label33");
|
||||
this.label33.Name = "label33";
|
||||
//
|
||||
// CMB_ratesensors
|
||||
//
|
||||
this.CMB_ratesensors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_ratesensors.FormattingEnabled = true;
|
||||
this.CMB_ratesensors.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_ratesensors.Items"),
|
||||
resources.GetString("CMB_ratesensors.Items1"),
|
||||
resources.GetString("CMB_ratesensors.Items2"),
|
||||
resources.GetString("CMB_ratesensors.Items3"),
|
||||
resources.GetString("CMB_ratesensors.Items4")});
|
||||
resources.ApplyResources(this.CMB_ratesensors, "CMB_ratesensors");
|
||||
this.CMB_ratesensors.Name = "CMB_ratesensors";
|
||||
this.CMB_ratesensors.SelectedIndexChanged += new System.EventHandler(this.CMB_ratesensors_SelectedIndexChanged);
|
||||
//
|
||||
// label26
|
||||
//
|
||||
resources.ApplyResources(this.label26, "label26");
|
||||
this.label26.Name = "label26";
|
||||
//
|
||||
// CMB_videoresolutions
|
||||
//
|
||||
this.CMB_videoresolutions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_videoresolutions.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_videoresolutions, "CMB_videoresolutions");
|
||||
this.CMB_videoresolutions.Name = "CMB_videoresolutions";
|
||||
//
|
||||
// label12
|
||||
//
|
||||
resources.ApplyResources(this.label12, "label12");
|
||||
this.label12.Name = "label12";
|
||||
//
|
||||
// CHK_GDIPlus
|
||||
//
|
||||
resources.ApplyResources(this.CHK_GDIPlus, "CHK_GDIPlus");
|
||||
this.CHK_GDIPlus.Name = "CHK_GDIPlus";
|
||||
this.CHK_GDIPlus.UseVisualStyleBackColor = true;
|
||||
this.CHK_GDIPlus.CheckedChanged += new System.EventHandler(this.CHK_GDIPlus_CheckedChanged);
|
||||
//
|
||||
// label24
|
||||
//
|
||||
resources.ApplyResources(this.label24, "label24");
|
||||
this.label24.Name = "label24";
|
||||
//
|
||||
// CHK_loadwponconnect
|
||||
//
|
||||
resources.ApplyResources(this.CHK_loadwponconnect, "CHK_loadwponconnect");
|
||||
this.CHK_loadwponconnect.Name = "CHK_loadwponconnect";
|
||||
this.CHK_loadwponconnect.UseVisualStyleBackColor = true;
|
||||
this.CHK_loadwponconnect.CheckedChanged += new System.EventHandler(this.CHK_loadwponconnect_CheckedChanged);
|
||||
//
|
||||
// label23
|
||||
//
|
||||
resources.ApplyResources(this.label23, "label23");
|
||||
this.label23.Name = "label23";
|
||||
//
|
||||
// NUM_tracklength
|
||||
//
|
||||
this.NUM_tracklength.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.NUM_tracklength, "NUM_tracklength");
|
||||
this.NUM_tracklength.Maximum = new decimal(new int[] {
|
||||
2000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUM_tracklength.Minimum = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUM_tracklength.Name = "NUM_tracklength";
|
||||
this.NUM_tracklength.Value = new decimal(new int[] {
|
||||
200,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUM_tracklength.ValueChanged += new System.EventHandler(this.NUM_tracklength_ValueChanged);
|
||||
//
|
||||
// CHK_speechaltwarning
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechaltwarning, "CHK_speechaltwarning");
|
||||
this.CHK_speechaltwarning.Name = "CHK_speechaltwarning";
|
||||
this.CHK_speechaltwarning.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechaltwarning.CheckedChanged += new System.EventHandler(this.CHK_speechaltwarning_CheckedChanged);
|
||||
//
|
||||
// label108
|
||||
//
|
||||
resources.ApplyResources(this.label108, "label108");
|
||||
this.label108.Name = "label108";
|
||||
//
|
||||
// CHK_resetapmonconnect
|
||||
//
|
||||
this.CHK_resetapmonconnect.Checked = true;
|
||||
this.CHK_resetapmonconnect.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
resources.ApplyResources(this.CHK_resetapmonconnect, "CHK_resetapmonconnect");
|
||||
this.CHK_resetapmonconnect.Name = "CHK_resetapmonconnect";
|
||||
this.CHK_resetapmonconnect.UseVisualStyleBackColor = true;
|
||||
this.CHK_resetapmonconnect.CheckedChanged += new System.EventHandler(this.CHK_resetapmonconnect_CheckedChanged);
|
||||
//
|
||||
// CHK_mavdebug
|
||||
//
|
||||
resources.ApplyResources(this.CHK_mavdebug, "CHK_mavdebug");
|
||||
this.CHK_mavdebug.Name = "CHK_mavdebug";
|
||||
this.CHK_mavdebug.UseVisualStyleBackColor = true;
|
||||
this.CHK_mavdebug.CheckedChanged += new System.EventHandler(this.CHK_mavdebug_CheckedChanged);
|
||||
//
|
||||
// label107
|
||||
//
|
||||
resources.ApplyResources(this.label107, "label107");
|
||||
this.label107.Name = "label107";
|
||||
//
|
||||
// CMB_raterc
|
||||
//
|
||||
this.CMB_raterc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_raterc.FormattingEnabled = true;
|
||||
this.CMB_raterc.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_raterc.Items"),
|
||||
resources.GetString("CMB_raterc.Items1"),
|
||||
resources.GetString("CMB_raterc.Items2"),
|
||||
resources.GetString("CMB_raterc.Items3")});
|
||||
resources.ApplyResources(this.CMB_raterc, "CMB_raterc");
|
||||
this.CMB_raterc.Name = "CMB_raterc";
|
||||
this.CMB_raterc.SelectedIndexChanged += new System.EventHandler(this.CMB_raterc_SelectedIndexChanged);
|
||||
//
|
||||
// label104
|
||||
//
|
||||
resources.ApplyResources(this.label104, "label104");
|
||||
this.label104.Name = "label104";
|
||||
//
|
||||
// label103
|
||||
//
|
||||
resources.ApplyResources(this.label103, "label103");
|
||||
this.label103.Name = "label103";
|
||||
//
|
||||
// label102
|
||||
//
|
||||
resources.ApplyResources(this.label102, "label102");
|
||||
this.label102.Name = "label102";
|
||||
//
|
||||
// label101
|
||||
//
|
||||
resources.ApplyResources(this.label101, "label101");
|
||||
this.label101.Name = "label101";
|
||||
//
|
||||
// CMB_ratestatus
|
||||
//
|
||||
this.CMB_ratestatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_ratestatus.FormattingEnabled = true;
|
||||
this.CMB_ratestatus.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_ratestatus.Items"),
|
||||
resources.GetString("CMB_ratestatus.Items1"),
|
||||
resources.GetString("CMB_ratestatus.Items2"),
|
||||
resources.GetString("CMB_ratestatus.Items3")});
|
||||
resources.ApplyResources(this.CMB_ratestatus, "CMB_ratestatus");
|
||||
this.CMB_ratestatus.Name = "CMB_ratestatus";
|
||||
this.CMB_ratestatus.SelectedIndexChanged += new System.EventHandler(this.CMB_ratestatus_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_rateposition
|
||||
//
|
||||
this.CMB_rateposition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_rateposition.FormattingEnabled = true;
|
||||
this.CMB_rateposition.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_rateposition.Items"),
|
||||
resources.GetString("CMB_rateposition.Items1"),
|
||||
resources.GetString("CMB_rateposition.Items2"),
|
||||
resources.GetString("CMB_rateposition.Items3")});
|
||||
resources.ApplyResources(this.CMB_rateposition, "CMB_rateposition");
|
||||
this.CMB_rateposition.Name = "CMB_rateposition";
|
||||
this.CMB_rateposition.SelectedIndexChanged += new System.EventHandler(this.CMB_rateposition_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_rateattitude
|
||||
//
|
||||
this.CMB_rateattitude.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_rateattitude.FormattingEnabled = true;
|
||||
this.CMB_rateattitude.Items.AddRange(new object[] {
|
||||
resources.GetString("CMB_rateattitude.Items"),
|
||||
resources.GetString("CMB_rateattitude.Items1"),
|
||||
resources.GetString("CMB_rateattitude.Items2"),
|
||||
resources.GetString("CMB_rateattitude.Items3")});
|
||||
resources.ApplyResources(this.CMB_rateattitude, "CMB_rateattitude");
|
||||
this.CMB_rateattitude.Name = "CMB_rateattitude";
|
||||
this.CMB_rateattitude.SelectedIndexChanged += new System.EventHandler(this.CMB_rateattitude_SelectedIndexChanged);
|
||||
//
|
||||
// label99
|
||||
//
|
||||
resources.ApplyResources(this.label99, "label99");
|
||||
this.label99.Name = "label99";
|
||||
//
|
||||
// label98
|
||||
//
|
||||
resources.ApplyResources(this.label98, "label98");
|
||||
this.label98.Name = "label98";
|
||||
//
|
||||
// label97
|
||||
//
|
||||
resources.ApplyResources(this.label97, "label97");
|
||||
this.label97.Name = "label97";
|
||||
//
|
||||
// CMB_speedunits
|
||||
//
|
||||
this.CMB_speedunits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_speedunits.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_speedunits, "CMB_speedunits");
|
||||
this.CMB_speedunits.Name = "CMB_speedunits";
|
||||
this.CMB_speedunits.SelectedIndexChanged += new System.EventHandler(this.CMB_speedunits_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_distunits
|
||||
//
|
||||
this.CMB_distunits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_distunits.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_distunits, "CMB_distunits");
|
||||
this.CMB_distunits.Name = "CMB_distunits";
|
||||
this.CMB_distunits.SelectedIndexChanged += new System.EventHandler(this.CMB_distunits_SelectedIndexChanged);
|
||||
//
|
||||
// label96
|
||||
//
|
||||
resources.ApplyResources(this.label96, "label96");
|
||||
this.label96.Name = "label96";
|
||||
//
|
||||
// label95
|
||||
//
|
||||
resources.ApplyResources(this.label95, "label95");
|
||||
this.label95.Name = "label95";
|
||||
//
|
||||
// CHK_speechbattery
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechbattery, "CHK_speechbattery");
|
||||
this.CHK_speechbattery.Name = "CHK_speechbattery";
|
||||
this.CHK_speechbattery.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechbattery.CheckedChanged += new System.EventHandler(this.CHK_speechbattery_CheckedChanged);
|
||||
//
|
||||
// CHK_speechcustom
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechcustom, "CHK_speechcustom");
|
||||
this.CHK_speechcustom.Name = "CHK_speechcustom";
|
||||
this.CHK_speechcustom.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechcustom.CheckedChanged += new System.EventHandler(this.CHK_speechcustom_CheckedChanged);
|
||||
//
|
||||
// CHK_speechmode
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechmode, "CHK_speechmode");
|
||||
this.CHK_speechmode.Name = "CHK_speechmode";
|
||||
this.CHK_speechmode.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechmode.CheckedChanged += new System.EventHandler(this.CHK_speechmode_CheckedChanged);
|
||||
//
|
||||
// CHK_speechwaypoint
|
||||
//
|
||||
resources.ApplyResources(this.CHK_speechwaypoint, "CHK_speechwaypoint");
|
||||
this.CHK_speechwaypoint.Name = "CHK_speechwaypoint";
|
||||
this.CHK_speechwaypoint.UseVisualStyleBackColor = true;
|
||||
this.CHK_speechwaypoint.CheckedChanged += new System.EventHandler(this.CHK_speechwaypoint_CheckedChanged);
|
||||
//
|
||||
// label94
|
||||
//
|
||||
resources.ApplyResources(this.label94, "label94");
|
||||
this.label94.Name = "label94";
|
||||
//
|
||||
// CMB_osdcolor
|
||||
//
|
||||
this.CMB_osdcolor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.CMB_osdcolor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_osdcolor.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_osdcolor, "CMB_osdcolor");
|
||||
this.CMB_osdcolor.Name = "CMB_osdcolor";
|
||||
this.CMB_osdcolor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CMB_osdcolor_DrawItem);
|
||||
this.CMB_osdcolor.SelectedIndexChanged += new System.EventHandler(this.CMB_osdcolor_SelectedIndexChanged);
|
||||
//
|
||||
// CMB_language
|
||||
//
|
||||
this.CMB_language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_language.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_language, "CMB_language");
|
||||
this.CMB_language.Name = "CMB_language";
|
||||
//
|
||||
// label93
|
||||
//
|
||||
resources.ApplyResources(this.label93, "label93");
|
||||
this.label93.Name = "label93";
|
||||
//
|
||||
// CHK_enablespeech
|
||||
//
|
||||
resources.ApplyResources(this.CHK_enablespeech, "CHK_enablespeech");
|
||||
this.CHK_enablespeech.Name = "CHK_enablespeech";
|
||||
this.CHK_enablespeech.UseVisualStyleBackColor = true;
|
||||
this.CHK_enablespeech.CheckedChanged += new System.EventHandler(this.CHK_enablespeech_CheckedChanged);
|
||||
//
|
||||
// CHK_hudshow
|
||||
//
|
||||
this.CHK_hudshow.Checked = true;
|
||||
this.CHK_hudshow.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
resources.ApplyResources(this.CHK_hudshow, "CHK_hudshow");
|
||||
this.CHK_hudshow.Name = "CHK_hudshow";
|
||||
this.CHK_hudshow.UseVisualStyleBackColor = true;
|
||||
this.CHK_hudshow.CheckedChanged += new System.EventHandler(this.CHK_hudshow_CheckedChanged);
|
||||
//
|
||||
// label92
|
||||
//
|
||||
resources.ApplyResources(this.label92, "label92");
|
||||
this.label92.Name = "label92";
|
||||
//
|
||||
// CMB_videosources
|
||||
//
|
||||
this.CMB_videosources.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CMB_videosources.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CMB_videosources, "CMB_videosources");
|
||||
this.CMB_videosources.Name = "CMB_videosources";
|
||||
this.CMB_videosources.SelectedIndexChanged += new System.EventHandler(this.CMB_videosources_SelectedIndexChanged);
|
||||
this.CMB_videosources.Click += new System.EventHandler(this.CMB_videosources_Click);
|
||||
//
|
||||
// BUT_Joystick
|
||||
//
|
||||
resources.ApplyResources(this.BUT_Joystick, "BUT_Joystick");
|
||||
this.BUT_Joystick.Name = "BUT_Joystick";
|
||||
this.BUT_Joystick.UseVisualStyleBackColor = true;
|
||||
this.BUT_Joystick.Click += new System.EventHandler(this.BUT_Joystick_Click);
|
||||
//
|
||||
// BUT_videostop
|
||||
//
|
||||
resources.ApplyResources(this.BUT_videostop, "BUT_videostop");
|
||||
this.BUT_videostop.Name = "BUT_videostop";
|
||||
this.BUT_videostop.UseVisualStyleBackColor = true;
|
||||
this.BUT_videostop.Click += new System.EventHandler(this.BUT_videostop_Click);
|
||||
//
|
||||
// BUT_videostart
|
||||
//
|
||||
resources.ApplyResources(this.BUT_videostart, "BUT_videostart");
|
||||
this.BUT_videostart.Name = "BUT_videostart";
|
||||
this.BUT_videostart.UseVisualStyleBackColor = true;
|
||||
this.BUT_videostart.Click += new System.EventHandler(this.BUT_videostart_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// CHK_maprotation
|
||||
//
|
||||
resources.ApplyResources(this.CHK_maprotation, "CHK_maprotation");
|
||||
this.CHK_maprotation.Name = "CHK_maprotation";
|
||||
this.CHK_maprotation.UseVisualStyleBackColor = true;
|
||||
this.CHK_maprotation.CheckedChanged += new System.EventHandler(this.CHK_maprotation_CheckedChanged);
|
||||
//
|
||||
// ConfigPlanner
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.CHK_maprotation);
|
||||
this.Controls.Add(this.label33);
|
||||
this.Controls.Add(this.CMB_ratesensors);
|
||||
this.Controls.Add(this.label26);
|
||||
this.Controls.Add(this.CMB_videoresolutions);
|
||||
this.Controls.Add(this.label12);
|
||||
this.Controls.Add(this.CHK_GDIPlus);
|
||||
this.Controls.Add(this.label24);
|
||||
this.Controls.Add(this.CHK_loadwponconnect);
|
||||
this.Controls.Add(this.label23);
|
||||
this.Controls.Add(this.NUM_tracklength);
|
||||
this.Controls.Add(this.CHK_speechaltwarning);
|
||||
this.Controls.Add(this.label108);
|
||||
this.Controls.Add(this.CHK_resetapmonconnect);
|
||||
this.Controls.Add(this.CHK_mavdebug);
|
||||
this.Controls.Add(this.label107);
|
||||
this.Controls.Add(this.CMB_raterc);
|
||||
this.Controls.Add(this.label104);
|
||||
this.Controls.Add(this.label103);
|
||||
this.Controls.Add(this.label102);
|
||||
this.Controls.Add(this.label101);
|
||||
this.Controls.Add(this.CMB_ratestatus);
|
||||
this.Controls.Add(this.CMB_rateposition);
|
||||
this.Controls.Add(this.CMB_rateattitude);
|
||||
this.Controls.Add(this.label99);
|
||||
this.Controls.Add(this.label98);
|
||||
this.Controls.Add(this.label97);
|
||||
this.Controls.Add(this.CMB_speedunits);
|
||||
this.Controls.Add(this.CMB_distunits);
|
||||
this.Controls.Add(this.label96);
|
||||
this.Controls.Add(this.label95);
|
||||
this.Controls.Add(this.CHK_speechbattery);
|
||||
this.Controls.Add(this.CHK_speechcustom);
|
||||
this.Controls.Add(this.CHK_speechmode);
|
||||
this.Controls.Add(this.CHK_speechwaypoint);
|
||||
this.Controls.Add(this.label94);
|
||||
this.Controls.Add(this.CMB_osdcolor);
|
||||
this.Controls.Add(this.CMB_language);
|
||||
this.Controls.Add(this.label93);
|
||||
this.Controls.Add(this.CHK_enablespeech);
|
||||
this.Controls.Add(this.CHK_hudshow);
|
||||
this.Controls.Add(this.label92);
|
||||
this.Controls.Add(this.CMB_videosources);
|
||||
this.Controls.Add(this.BUT_Joystick);
|
||||
this.Controls.Add(this.BUT_videostop);
|
||||
this.Controls.Add(this.BUT_videostart);
|
||||
this.Name = "ConfigPlanner";
|
||||
this.Load += new System.EventHandler(this.ConfigPlanner_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUM_tracklength)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -107,9 +107,11 @@
|
|||
//
|
||||
resources.ApplyResources(this.Progressbar, "Progressbar");
|
||||
this.Progressbar.Name = "Progressbar";
|
||||
this.toolTip1.SetToolTip(this.Progressbar, resources.GetString("Progressbar.ToolTip"));
|
||||
//
|
||||
// S1
|
||||
//
|
||||
resources.ApplyResources(this.S1, "S1");
|
||||
this.S1.FormattingEnabled = true;
|
||||
this.S1.Items.AddRange(new object[] {
|
||||
resources.GetString("S1.Items"),
|
||||
|
@ -121,7 +123,6 @@
|
|||
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"));
|
||||
//
|
||||
|
@ -129,25 +130,30 @@
|
|||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
||||
//
|
||||
// S0
|
||||
//
|
||||
resources.ApplyResources(this.S0, "S0");
|
||||
this.S0.Name = "S0";
|
||||
this.S0.ReadOnly = true;
|
||||
this.toolTip1.SetToolTip(this.S0, resources.GetString("S0.ToolTip"));
|
||||
//
|
||||
// label2
|
||||
//
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Name = "label2";
|
||||
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
||||
//
|
||||
// label3
|
||||
//
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.Name = "label3";
|
||||
this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
|
||||
//
|
||||
// S2
|
||||
//
|
||||
resources.ApplyResources(this.S2, "S2");
|
||||
this.S2.FormattingEnabled = true;
|
||||
this.S2.Items.AddRange(new object[] {
|
||||
resources.GetString("S2.Items"),
|
||||
|
@ -160,7 +166,6 @@
|
|||
resources.GetString("S2.Items7"),
|
||||
resources.GetString("S2.Items8"),
|
||||
resources.GetString("S2.Items9")});
|
||||
resources.ApplyResources(this.S2, "S2");
|
||||
this.S2.Name = "S2";
|
||||
this.toolTip1.SetToolTip(this.S2, resources.GetString("S2.ToolTip"));
|
||||
//
|
||||
|
@ -168,9 +173,11 @@
|
|||
//
|
||||
resources.ApplyResources(this.label4, "label4");
|
||||
this.label4.Name = "label4";
|
||||
this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
|
||||
//
|
||||
// S3
|
||||
//
|
||||
resources.ApplyResources(this.S3, "S3");
|
||||
this.S3.FormattingEnabled = true;
|
||||
this.S3.Items.AddRange(new object[] {
|
||||
resources.GetString("S3.Items"),
|
||||
|
@ -203,7 +210,6 @@
|
|||
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"));
|
||||
//
|
||||
|
@ -211,9 +217,11 @@
|
|||
//
|
||||
resources.ApplyResources(this.label5, "label5");
|
||||
this.label5.Name = "label5";
|
||||
this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
|
||||
//
|
||||
// S4
|
||||
//
|
||||
resources.ApplyResources(this.S4, "S4");
|
||||
this.S4.FormattingEnabled = true;
|
||||
this.S4.Items.AddRange(new object[] {
|
||||
resources.GetString("S4.Items"),
|
||||
|
@ -237,7 +245,6 @@
|
|||
resources.GetString("S4.Items18"),
|
||||
resources.GetString("S4.Items19"),
|
||||
resources.GetString("S4.Items20")});
|
||||
resources.ApplyResources(this.S4, "S4");
|
||||
this.S4.Name = "S4";
|
||||
this.toolTip1.SetToolTip(this.S4, resources.GetString("S4.ToolTip"));
|
||||
//
|
||||
|
@ -245,6 +252,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.label6, "label6");
|
||||
this.label6.Name = "label6";
|
||||
this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
|
||||
//
|
||||
// S5
|
||||
//
|
||||
|
@ -256,6 +264,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.label7, "label7");
|
||||
this.label7.Name = "label7";
|
||||
this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
|
||||
//
|
||||
// S6
|
||||
//
|
||||
|
@ -267,6 +276,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.label8, "label8");
|
||||
this.label8.Name = "label8";
|
||||
this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
|
||||
//
|
||||
// S7
|
||||
//
|
||||
|
@ -294,6 +304,7 @@
|
|||
//
|
||||
// RS4
|
||||
//
|
||||
resources.ApplyResources(this.RS4, "RS4");
|
||||
this.RS4.FormattingEnabled = true;
|
||||
this.RS4.Items.AddRange(new object[] {
|
||||
resources.GetString("RS4.Items"),
|
||||
|
@ -317,12 +328,12 @@
|
|||
resources.GetString("RS4.Items18"),
|
||||
resources.GetString("RS4.Items19"),
|
||||
resources.GetString("RS4.Items20")});
|
||||
resources.ApplyResources(this.RS4, "RS4");
|
||||
this.RS4.Name = "RS4";
|
||||
this.toolTip1.SetToolTip(this.RS4, resources.GetString("RS4.ToolTip"));
|
||||
//
|
||||
// RS3
|
||||
//
|
||||
resources.ApplyResources(this.RS3, "RS3");
|
||||
this.RS3.FormattingEnabled = true;
|
||||
this.RS3.Items.AddRange(new object[] {
|
||||
resources.GetString("RS3.Items"),
|
||||
|
@ -355,12 +366,12 @@
|
|||
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
|
||||
//
|
||||
resources.ApplyResources(this.RS2, "RS2");
|
||||
this.RS2.FormattingEnabled = true;
|
||||
this.RS2.Items.AddRange(new object[] {
|
||||
resources.GetString("RS2.Items"),
|
||||
|
@ -373,12 +384,12 @@
|
|||
resources.GetString("RS2.Items7"),
|
||||
resources.GetString("RS2.Items8"),
|
||||
resources.GetString("RS2.Items9")});
|
||||
resources.ApplyResources(this.RS2, "RS2");
|
||||
this.RS2.Name = "RS2";
|
||||
this.toolTip1.SetToolTip(this.RS2, resources.GetString("RS2.ToolTip"));
|
||||
//
|
||||
// RS1
|
||||
//
|
||||
resources.ApplyResources(this.RS1, "RS1");
|
||||
this.RS1.FormattingEnabled = true;
|
||||
this.RS1.Items.AddRange(new object[] {
|
||||
resources.GetString("RS1.Items"),
|
||||
|
@ -390,7 +401,6 @@
|
|||
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"));
|
||||
//
|
||||
|
@ -403,6 +413,7 @@
|
|||
//
|
||||
// S10
|
||||
//
|
||||
resources.ApplyResources(this.S10, "S10");
|
||||
this.S10.FormattingEnabled = true;
|
||||
this.S10.Items.AddRange(new object[] {
|
||||
resources.GetString("S10.Items"),
|
||||
|
@ -424,12 +435,12 @@
|
|||
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
|
||||
//
|
||||
resources.ApplyResources(this.S11, "S11");
|
||||
this.S11.FormattingEnabled = true;
|
||||
this.S11.Items.AddRange(new object[] {
|
||||
resources.GetString("S11.Items"),
|
||||
|
@ -442,32 +453,32 @@
|
|||
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
|
||||
//
|
||||
resources.ApplyResources(this.S12, "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
|
||||
//
|
||||
resources.ApplyResources(this.RS12, "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
|
||||
//
|
||||
resources.ApplyResources(this.RS11, "RS11");
|
||||
this.RS11.FormattingEnabled = true;
|
||||
this.RS11.Items.AddRange(new object[] {
|
||||
resources.GetString("RS11.Items"),
|
||||
|
@ -480,12 +491,12 @@
|
|||
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
|
||||
//
|
||||
resources.ApplyResources(this.RS10, "RS10");
|
||||
this.RS10.FormattingEnabled = true;
|
||||
this.RS10.Items.AddRange(new object[] {
|
||||
resources.GetString("RS10.Items"),
|
||||
|
@ -507,12 +518,12 @@
|
|||
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
|
||||
//
|
||||
resources.ApplyResources(this.S9, "S9");
|
||||
this.S9.FormattingEnabled = true;
|
||||
this.S9.Items.AddRange(new object[] {
|
||||
resources.GetString("S9.Items"),
|
||||
|
@ -524,11 +535,12 @@
|
|||
resources.GetString("S9.Items6"),
|
||||
resources.GetString("S9.Items7"),
|
||||
resources.GetString("S9.Items8")});
|
||||
resources.ApplyResources(this.S9, "S9");
|
||||
this.S9.Name = "S9";
|
||||
this.toolTip1.SetToolTip(this.S9, resources.GetString("S9.ToolTip"));
|
||||
//
|
||||
// S8
|
||||
//
|
||||
resources.ApplyResources(this.S8, "S8");
|
||||
this.S8.FormattingEnabled = true;
|
||||
this.S8.Items.AddRange(new object[] {
|
||||
resources.GetString("S8.Items"),
|
||||
|
@ -543,11 +555,12 @@
|
|||
resources.GetString("S8.Items9"),
|
||||
resources.GetString("S8.Items10"),
|
||||
resources.GetString("S8.Items11")});
|
||||
resources.ApplyResources(this.S8, "S8");
|
||||
this.S8.Name = "S8";
|
||||
this.toolTip1.SetToolTip(this.S8, resources.GetString("S8.ToolTip"));
|
||||
//
|
||||
// RS8
|
||||
//
|
||||
resources.ApplyResources(this.RS8, "RS8");
|
||||
this.RS8.FormattingEnabled = true;
|
||||
this.RS8.Items.AddRange(new object[] {
|
||||
resources.GetString("RS8.Items"),
|
||||
|
@ -559,11 +572,12 @@
|
|||
resources.GetString("RS8.Items6"),
|
||||
resources.GetString("RS8.Items7"),
|
||||
resources.GetString("RS8.Items8")});
|
||||
resources.ApplyResources(this.RS8, "RS8");
|
||||
this.RS8.Name = "RS8";
|
||||
this.toolTip1.SetToolTip(this.RS8, resources.GetString("RS8.ToolTip"));
|
||||
//
|
||||
// RS9
|
||||
//
|
||||
resources.ApplyResources(this.RS9, "RS9");
|
||||
this.RS9.FormattingEnabled = true;
|
||||
this.RS9.Items.AddRange(new object[] {
|
||||
resources.GetString("RS9.Items"),
|
||||
|
@ -575,51 +589,59 @@
|
|||
resources.GetString("RS9.Items6"),
|
||||
resources.GetString("RS9.Items7"),
|
||||
resources.GetString("RS9.Items8")});
|
||||
resources.ApplyResources(this.RS9, "RS9");
|
||||
this.RS9.Name = "RS9";
|
||||
this.toolTip1.SetToolTip(this.RS9, resources.GetString("RS9.ToolTip"));
|
||||
//
|
||||
// RS0
|
||||
//
|
||||
resources.ApplyResources(this.RS0, "RS0");
|
||||
this.RS0.Name = "RS0";
|
||||
this.RS0.ReadOnly = true;
|
||||
this.toolTip1.SetToolTip(this.RS0, resources.GetString("RS0.ToolTip"));
|
||||
//
|
||||
// label9
|
||||
//
|
||||
resources.ApplyResources(this.label9, "label9");
|
||||
this.label9.Name = "label9";
|
||||
this.toolTip1.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
|
||||
//
|
||||
// label10
|
||||
//
|
||||
resources.ApplyResources(this.label10, "label10");
|
||||
this.label10.Name = "label10";
|
||||
this.toolTip1.SetToolTip(this.label10, resources.GetString("label10.ToolTip"));
|
||||
//
|
||||
// RTI
|
||||
//
|
||||
resources.ApplyResources(this.RTI, "RTI");
|
||||
this.RTI.Name = "RTI";
|
||||
this.RTI.ReadOnly = true;
|
||||
this.toolTip1.SetToolTip(this.RTI, resources.GetString("RTI.ToolTip"));
|
||||
//
|
||||
// ATI
|
||||
//
|
||||
resources.ApplyResources(this.ATI, "ATI");
|
||||
this.ATI.Name = "ATI";
|
||||
this.ATI.ReadOnly = true;
|
||||
this.toolTip1.SetToolTip(this.ATI, resources.GetString("ATI.ToolTip"));
|
||||
//
|
||||
// label11
|
||||
//
|
||||
resources.ApplyResources(this.label11, "label11");
|
||||
this.label11.Name = "label11";
|
||||
this.toolTip1.SetToolTip(this.label11, resources.GetString("label11.ToolTip"));
|
||||
//
|
||||
// label12
|
||||
//
|
||||
resources.ApplyResources(this.label12, "label12");
|
||||
this.label12.Name = "label12";
|
||||
this.toolTip1.SetToolTip(this.label12, resources.GetString("label12.ToolTip"));
|
||||
//
|
||||
// BUT_savesettings
|
||||
//
|
||||
resources.ApplyResources(this.BUT_savesettings, "BUT_savesettings");
|
||||
this.BUT_savesettings.Name = "BUT_savesettings";
|
||||
this.toolTip1.SetToolTip(this.BUT_savesettings, resources.GetString("BUT_savesettings.ToolTip"));
|
||||
this.BUT_savesettings.UseVisualStyleBackColor = true;
|
||||
this.BUT_savesettings.Click += new System.EventHandler(this.BUT_savesettings_Click);
|
||||
//
|
||||
|
@ -627,19 +649,22 @@
|
|||
//
|
||||
resources.ApplyResources(this.BUT_getcurrent, "BUT_getcurrent");
|
||||
this.BUT_getcurrent.Name = "BUT_getcurrent";
|
||||
this.toolTip1.SetToolTip(this.BUT_getcurrent, resources.GetString("BUT_getcurrent.ToolTip"));
|
||||
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.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lbl_status.Name = "lbl_status";
|
||||
this.toolTip1.SetToolTip(this.lbl_status, resources.GetString("lbl_status.ToolTip"));
|
||||
//
|
||||
// BUT_upload
|
||||
//
|
||||
resources.ApplyResources(this.BUT_upload, "BUT_upload");
|
||||
this.BUT_upload.Name = "BUT_upload";
|
||||
this.toolTip1.SetToolTip(this.BUT_upload, resources.GetString("BUT_upload.ToolTip"));
|
||||
this.BUT_upload.UseVisualStyleBackColor = true;
|
||||
this.BUT_upload.Click += new System.EventHandler(this.BUT_upload_Click);
|
||||
//
|
||||
|
@ -647,6 +672,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.BUT_syncS2, "BUT_syncS2");
|
||||
this.BUT_syncS2.Name = "BUT_syncS2";
|
||||
this.toolTip1.SetToolTip(this.BUT_syncS2, resources.GetString("BUT_syncS2.ToolTip"));
|
||||
this.BUT_syncS2.UseVisualStyleBackColor = true;
|
||||
this.BUT_syncS2.Click += new System.EventHandler(this.BUT_syncS2_Click);
|
||||
//
|
||||
|
@ -654,6 +680,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.BUT_syncS3, "BUT_syncS3");
|
||||
this.BUT_syncS3.Name = "BUT_syncS3";
|
||||
this.toolTip1.SetToolTip(this.BUT_syncS3, resources.GetString("BUT_syncS3.ToolTip"));
|
||||
this.BUT_syncS3.UseVisualStyleBackColor = true;
|
||||
this.BUT_syncS3.Click += new System.EventHandler(this.BUT_syncS3_Click);
|
||||
//
|
||||
|
@ -661,6 +688,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.BUT_syncS5, "BUT_syncS5");
|
||||
this.BUT_syncS5.Name = "BUT_syncS5";
|
||||
this.toolTip1.SetToolTip(this.BUT_syncS5, resources.GetString("BUT_syncS5.ToolTip"));
|
||||
this.BUT_syncS5.UseVisualStyleBackColor = true;
|
||||
this.BUT_syncS5.Click += new System.EventHandler(this.BUT_syncS5_Click);
|
||||
//
|
||||
|
@ -668,96 +696,115 @@
|
|||
//
|
||||
resources.ApplyResources(this.label13, "label13");
|
||||
this.label13.Name = "label13";
|
||||
this.toolTip1.SetToolTip(this.label13, resources.GetString("label13.ToolTip"));
|
||||
//
|
||||
// label14
|
||||
//
|
||||
resources.ApplyResources(this.label14, "label14");
|
||||
this.label14.Name = "label14";
|
||||
this.toolTip1.SetToolTip(this.label14, resources.GetString("label14.ToolTip"));
|
||||
//
|
||||
// label15
|
||||
//
|
||||
resources.ApplyResources(this.label15, "label15");
|
||||
this.label15.Name = "label15";
|
||||
this.toolTip1.SetToolTip(this.label15, resources.GetString("label15.ToolTip"));
|
||||
//
|
||||
// label16
|
||||
//
|
||||
resources.ApplyResources(this.label16, "label16");
|
||||
this.label16.Name = "label16";
|
||||
this.toolTip1.SetToolTip(this.label16, resources.GetString("label16.ToolTip"));
|
||||
//
|
||||
// label17
|
||||
//
|
||||
resources.ApplyResources(this.label17, "label17");
|
||||
this.label17.Name = "label17";
|
||||
this.toolTip1.SetToolTip(this.label17, resources.GetString("label17.ToolTip"));
|
||||
//
|
||||
// label20
|
||||
//
|
||||
resources.ApplyResources(this.label20, "label20");
|
||||
this.label20.Name = "label20";
|
||||
this.toolTip1.SetToolTip(this.label20, resources.GetString("label20.ToolTip"));
|
||||
//
|
||||
// label21
|
||||
//
|
||||
resources.ApplyResources(this.label21, "label21");
|
||||
this.label21.Name = "label21";
|
||||
this.toolTip1.SetToolTip(this.label21, resources.GetString("label21.ToolTip"));
|
||||
//
|
||||
// label22
|
||||
//
|
||||
resources.ApplyResources(this.label22, "label22");
|
||||
this.label22.Name = "label22";
|
||||
this.toolTip1.SetToolTip(this.label22, resources.GetString("label22.ToolTip"));
|
||||
//
|
||||
// label23
|
||||
//
|
||||
resources.ApplyResources(this.label23, "label23");
|
||||
this.label23.Name = "label23";
|
||||
this.toolTip1.SetToolTip(this.label23, resources.GetString("label23.ToolTip"));
|
||||
//
|
||||
// label24
|
||||
//
|
||||
resources.ApplyResources(this.label24, "label24");
|
||||
this.label24.Name = "label24";
|
||||
this.toolTip1.SetToolTip(this.label24, resources.GetString("label24.ToolTip"));
|
||||
//
|
||||
// label25
|
||||
//
|
||||
resources.ApplyResources(this.label25, "label25");
|
||||
this.label25.Name = "label25";
|
||||
this.toolTip1.SetToolTip(this.label25, resources.GetString("label25.ToolTip"));
|
||||
//
|
||||
// label26
|
||||
//
|
||||
resources.ApplyResources(this.label26, "label26");
|
||||
this.label26.Name = "label26";
|
||||
this.toolTip1.SetToolTip(this.label26, resources.GetString("label26.ToolTip"));
|
||||
//
|
||||
// label27
|
||||
//
|
||||
resources.ApplyResources(this.label27, "label27");
|
||||
this.label27.Name = "label27";
|
||||
this.toolTip1.SetToolTip(this.label27, resources.GetString("label27.ToolTip"));
|
||||
//
|
||||
// label28
|
||||
//
|
||||
resources.ApplyResources(this.label28, "label28");
|
||||
this.label28.Name = "label28";
|
||||
this.toolTip1.SetToolTip(this.label28, resources.GetString("label28.ToolTip"));
|
||||
//
|
||||
// label29
|
||||
//
|
||||
resources.ApplyResources(this.label29, "label29");
|
||||
this.label29.Name = "label29";
|
||||
this.toolTip1.SetToolTip(this.label29, resources.GetString("label29.ToolTip"));
|
||||
//
|
||||
// label30
|
||||
//
|
||||
resources.ApplyResources(this.label30, "label30");
|
||||
this.label30.Name = "label30";
|
||||
this.toolTip1.SetToolTip(this.label30, resources.GetString("label30.ToolTip"));
|
||||
//
|
||||
// label31
|
||||
//
|
||||
resources.ApplyResources(this.label31, "label31");
|
||||
this.label31.Name = "label31";
|
||||
this.toolTip1.SetToolTip(this.label31, resources.GetString("label31.ToolTip"));
|
||||
//
|
||||
// label32
|
||||
//
|
||||
resources.ApplyResources(this.label32, "label32");
|
||||
this.label32.Name = "label32";
|
||||
this.toolTip1.SetToolTip(this.label32, resources.GetString("label32.ToolTip"));
|
||||
//
|
||||
// BUT_syncS8
|
||||
//
|
||||
resources.ApplyResources(this.BUT_syncS8, "BUT_syncS8");
|
||||
this.BUT_syncS8.Name = "BUT_syncS8";
|
||||
this.toolTip1.SetToolTip(this.BUT_syncS8, resources.GetString("BUT_syncS8.ToolTip"));
|
||||
this.BUT_syncS8.UseVisualStyleBackColor = true;
|
||||
this.BUT_syncS8.Click += new System.EventHandler(this.BUT_syncS8_Click);
|
||||
//
|
||||
|
@ -765,6 +812,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.BUT_syncS9, "BUT_syncS9");
|
||||
this.BUT_syncS9.Name = "BUT_syncS9";
|
||||
this.toolTip1.SetToolTip(this.BUT_syncS9, resources.GetString("BUT_syncS9.ToolTip"));
|
||||
this.BUT_syncS9.UseVisualStyleBackColor = true;
|
||||
this.BUT_syncS9.Click += new System.EventHandler(this.BUT_syncS9_Click);
|
||||
//
|
||||
|
@ -772,6 +820,7 @@
|
|||
//
|
||||
resources.ApplyResources(this.BUT_syncS10, "BUT_syncS10");
|
||||
this.BUT_syncS10.Name = "BUT_syncS10";
|
||||
this.toolTip1.SetToolTip(this.BUT_syncS10, resources.GetString("BUT_syncS10.ToolTip"));
|
||||
this.BUT_syncS10.UseVisualStyleBackColor = true;
|
||||
this.BUT_syncS10.Click += new System.EventHandler(this.BUT_syncS10_Click);
|
||||
//
|
||||
|
@ -851,6 +900,7 @@
|
|||
this.Controls.Add(this.BUT_upload);
|
||||
this.MinimumSize = new System.Drawing.Size(781, 433);
|
||||
this.Name = "_3DRradio";
|
||||
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -175,4 +175,82 @@
|
|||
<data name="BUT_upload.Text" xml:space="preserve">
|
||||
<value>上传固件 (本地)</value>
|
||||
</data>
|
||||
<data name="label13.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name="label13.Text" xml:space="preserve">
|
||||
<value>最小频率</value>
|
||||
</data>
|
||||
<data name="label14.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name="label14.Text" xml:space="preserve">
|
||||
<value>最大频率</value>
|
||||
</data>
|
||||
<data name="label15.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>47, 13</value>
|
||||
</data>
|
||||
<data name="label15.Text" xml:space="preserve">
|
||||
<value>信 道</value>
|
||||
</data>
|
||||
<data name="label16.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>49, 13</value>
|
||||
</data>
|
||||
<data name="label16.Text" xml:space="preserve">
|
||||
<value>占 空 比</value>
|
||||
</data>
|
||||
<data name="label21.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>49, 13</value>
|
||||
</data>
|
||||
<data name="label21.Text" xml:space="preserve">
|
||||
<value>占 空 比</value>
|
||||
</data>
|
||||
<data name="label22.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>47, 13</value>
|
||||
</data>
|
||||
<data name="label22.Text" xml:space="preserve">
|
||||
<value>信 道</value>
|
||||
</data>
|
||||
<data name="label23.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name="label23.Text" xml:space="preserve">
|
||||
<value>最大频率</value>
|
||||
</data>
|
||||
<data name="label24.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name="label24.Text" xml:space="preserve">
|
||||
<value>最小频率</value>
|
||||
</data>
|
||||
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name="label28.Text" xml:space="preserve">
|
||||
<value>发射功率</value>
|
||||
</data>
|
||||
<data name="label29.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>45, 13</value>
|
||||
</data>
|
||||
<data name="label29.Text" xml:space="preserve">
|
||||
<value>网络 ID</value>
|
||||
</data>
|
||||
<data name="label30.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>47, 13</value>
|
||||
</data>
|
||||
<data name="label30.Text" xml:space="preserve">
|
||||
<value>空 速</value>
|
||||
</data>
|
||||
<data name="label31.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>47, 13</value>
|
||||
</data>
|
||||
<data name="label31.Text" xml:space="preserve">
|
||||
<value>格 式</value>
|
||||
</data>
|
||||
<data name="label32.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>49, 13</value>
|
||||
</data>
|
||||
<data name="label32.Text" xml:space="preserve">
|
||||
<value>波 特 率</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue