You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
315 lines
12 KiB
315 lines
12 KiB
//------------------------------------------------------------------------------ |
|
// <auto-generated> |
|
// This code was generated by a tool. |
|
// Runtime Version:4.0.30319.239 |
|
// |
|
// Changes to this file may cause incorrect behavior and will be lost if |
|
// the code is regenerated. |
|
// </auto-generated> |
|
//------------------------------------------------------------------------------ |
|
|
|
namespace ArdupilotMega.Properties { |
|
using System; |
|
|
|
|
|
/// <summary> |
|
/// A strongly-typed resource class, for looking up localized strings, etc. |
|
/// </summary> |
|
// This class was auto-generated by the StronglyTypedResourceBuilder |
|
// class via a tool like ResGen or Visual Studio. |
|
// To add or remove a member, edit your .ResX file then rerun ResGen |
|
// with the /str option, or rebuild your VS project. |
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
public class Resources { |
|
|
|
private static global::System.Resources.ResourceManager resourceMan; |
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture; |
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |
|
internal Resources() { |
|
} |
|
|
|
/// <summary> |
|
/// Returns the cached ResourceManager instance used by this class. |
|
/// </summary> |
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
|
public static global::System.Resources.ResourceManager ResourceManager { |
|
get { |
|
if (object.ReferenceEquals(resourceMan, null)) { |
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ArdupilotMega.Properties.Resources", typeof(Resources).Assembly); |
|
resourceMan = temp; |
|
} |
|
return resourceMan; |
|
} |
|
} |
|
|
|
/// <summary> |
|
/// Overrides the current thread's CurrentUICulture property for all |
|
/// resource lookups using this strongly typed resource class. |
|
/// </summary> |
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
|
public static global::System.Globalization.CultureInfo Culture { |
|
get { |
|
return resourceCulture; |
|
} |
|
set { |
|
resourceCulture = value; |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap airspeed { |
|
get { |
|
object obj = ResourceManager.GetObject("airspeed", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap APM_airframes_001 { |
|
get { |
|
object obj = ResourceManager.GetObject("APM_airframes_001", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap APM_airframes_002 { |
|
get { |
|
object obj = ResourceManager.GetObject("APM_airframes_002", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap APM_airframes_07 { |
|
get { |
|
object obj = ResourceManager.GetObject("APM_airframes_07", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap APM_airframes_08 { |
|
get { |
|
object obj = ResourceManager.GetObject("APM_airframes_08", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap attocurrent { |
|
get { |
|
object obj = ResourceManager.GetObject("attocurrent", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap bg { |
|
get { |
|
object obj = ResourceManager.GetObject("bg", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap compass { |
|
get { |
|
object obj = ResourceManager.GetObject("compass", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap configuration { |
|
get { |
|
object obj = ResourceManager.GetObject("configuration", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap connect { |
|
get { |
|
object obj = ResourceManager.GetObject("connect", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap data { |
|
get { |
|
object obj = ResourceManager.GetObject("data", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap disconnect { |
|
get { |
|
object obj = ResourceManager.GetObject("disconnect", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap down { |
|
get { |
|
object obj = ResourceManager.GetObject("down", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap firmware { |
|
get { |
|
object obj = ResourceManager.GetObject("firmware", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap frames_06 { |
|
get { |
|
object obj = ResourceManager.GetObject("frames_06", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap Gaugebg { |
|
get { |
|
object obj = ResourceManager.GetObject("Gaugebg", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap help { |
|
get { |
|
object obj = ResourceManager.GetObject("help", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap hexa { |
|
get { |
|
object obj = ResourceManager.GetObject("hexa", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap hil { |
|
get { |
|
object obj = ResourceManager.GetObject("hil", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap hilheli { |
|
get { |
|
object obj = ResourceManager.GetObject("hilheli", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap hilplane { |
|
get { |
|
object obj = ResourceManager.GetObject("hilplane", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap hilquad { |
|
get { |
|
object obj = ResourceManager.GetObject("hilquad", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap octo { |
|
get { |
|
object obj = ResourceManager.GetObject("octo", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap octov { |
|
get { |
|
object obj = ResourceManager.GetObject("octov", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap opticalflow { |
|
get { |
|
object obj = ResourceManager.GetObject("opticalflow", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap planeicon { |
|
get { |
|
object obj = ResourceManager.GetObject("planeicon", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap planner { |
|
get { |
|
object obj = ResourceManager.GetObject("planner", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap quad { |
|
get { |
|
object obj = ResourceManager.GetObject("quad", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap quadicon { |
|
get { |
|
object obj = ResourceManager.GetObject("quadicon", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap quadx { |
|
get { |
|
object obj = ResourceManager.GetObject("quadx", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap simulation { |
|
get { |
|
object obj = ResourceManager.GetObject("simulation", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap sonar { |
|
get { |
|
object obj = ResourceManager.GetObject("sonar", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap terminal { |
|
get { |
|
object obj = ResourceManager.GetObject("terminal", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap tri { |
|
get { |
|
object obj = ResourceManager.GetObject("tri", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap up { |
|
get { |
|
object obj = ResourceManager.GetObject("up", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
|
|
public static System.Drawing.Bitmap y6 { |
|
get { |
|
object obj = ResourceManager.GetObject("y6", resourceCulture); |
|
return ((System.Drawing.Bitmap)(obj)); |
|
} |
|
} |
|
} |
|
}
|
|
|