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

51 lines
1.9 KiB
C#
Raw Normal View History

2009-12-09 19:58:32 +01:00
//------------------------------------------------------------------------------
2009-12-04 01:10:46 +01:00
// <auto-generated>
2010-04-18 21:12:08 +02:00
// This code was generated by a tool.
// Runtime Version:4.0.30128.1
2009-12-04 01:10:46 +01:00
//
2010-04-18 21:12:08 +02:00
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
2009-12-04 01:10:46 +01:00
// </auto-generated>
//------------------------------------------------------------------------------
namespace TransmitMii.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2010-04-18 21:12:08 +02:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
2009-12-04 01:10:46 +01:00
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("")]
public string IPAddress {
get {
return ((string)(this["IPAddress"]));
}
set {
this["IPAddress"] = value;
}
}
[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;
}
}
}
}