MotoBootLogoMaker/Moto_Logo/Properties/Settings.Designer.cs
CaitSith2 31be332dc9 Added setting to remember last device selected.
Added in Moto X 2nd Gen. (Moto X 2nd Gen has logo_charge, logo_lowpower in addition to the usual 3. It also has a larger screen.)
Added in Moto G 2nd Gen.  (Moto G 2nd Gen currently does not include logo_charge despite having kitkat 4.4.4.)

Fixed a few bugs that were introduced in the 1.9 update.
2014-09-08 17:41:37 -07:00

39 lines
1.5 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Moto_Logo.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("5")]
public int MotoDevice {
get {
return ((int)(this["MotoDevice"]));
}
set {
this["MotoDevice"] = value;
}
}
}
}