customizemii-wiidb/CustomizeMii/Properties/Settings.Designer.cs

80 lines
3.1 KiB
C#
Raw Normal View History

2009-11-08 23:53:22 +01:00
/* This file is part of CustomizeMii
* Copyright (C) 2009 Leathl
*
2009-11-24 01:09:42 +01:00
* CustomizeMii is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* CustomizeMii is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2009-11-08 23:53:22 +01:00
* GNU General Public License for more details.
2009-11-24 01:09:42 +01:00
*
2009-11-08 23:53:22 +01:00
* You should have received a copy of the GNU General Public License
2009-11-24 01:09:42 +01:00
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2009-11-08 23:53:22 +01:00
*/
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:2.0.50727.4927
2009-11-08 23:53:22 +01:00
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
2009-11-08 23:53:22 +01:00
// </auto-generated>
//------------------------------------------------------------------------------
namespace CustomizeMii.Properties {
2009-11-08 23:53:22 +01:00
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
2009-11-08 23:53:22 +01:00
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
2009-11-08 23:53:22 +01:00
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int Protocol {
get {
return ((int)(this["Protocol"]));
}
set {
this["Protocol"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string IP {
get {
return ((string)(this["IP"]));
}
set {
this["IP"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string IOS {
get {
return ((string)(this["IOS"]));
}
set {
this["IOS"] = value;
}
}
2009-11-08 23:53:22 +01:00
}
}