mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
87 lines
3.2 KiB
C#
87 lines
3.2 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// This code was generated by a tool.
|
|||
|
// Runtime Version:2.0.50727.1433
|
|||
|
//
|
|||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
// the code is regenerated.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace TechBot.Console {
|
|||
|
|
|||
|
|
|||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.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("irc.eu.freenode.net")]
|
|||
|
public string IRCServerHostName {
|
|||
|
get {
|
|||
|
return ((string)(this["IRCServerHostName"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["IRCServerHostName"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.Configuration.DefaultSettingValueAttribute("rbuildbottest2")]
|
|||
|
public string IRCChannelNames {
|
|||
|
get {
|
|||
|
return ((string)(this["IRCChannelNames"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["IRCChannelNames"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.Configuration.DefaultSettingValueAttribute("RBuildBot2")]
|
|||
|
public string IRCBotName {
|
|||
|
get {
|
|||
|
return ((string)(this["IRCBotName"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["IRCBotName"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.Configuration.DefaultSettingValueAttribute("qwerty")]
|
|||
|
public string IRCBotPassword {
|
|||
|
get {
|
|||
|
return ((string)(this["IRCBotPassword"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["IRCBotPassword"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
[global::System.Configuration.DefaultSettingValueAttribute("6667")]
|
|||
|
public int IRCServerHostPort {
|
|||
|
get {
|
|||
|
return ((int)(this["IRCServerHostPort"]));
|
|||
|
}
|
|||
|
set {
|
|||
|
this["IRCServerHostPort"] = value;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|