//------------------------------------------------------------------------------ // // このコードはツールによって生成されました。 // ランタイム バージョン:4.0.30319.1 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // //------------------------------------------------------------------------------ namespace Misuzilla.Applications.TwitterIrcGateway { [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("16668")] public int Port { get { return ((int)(this["Port"])); } set { this["Port"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool LocalOnly { get { return ((bool)(this["LocalOnly"])); } set { this["LocalOnly"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("90")] public int Interval { get { return ((int)(this["Interval"])); } set { this["Interval"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("ISO-2022-JP")] public string Charset { get { return ((string)(this["Charset"])); } set { this["Charset"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool IgnoreWatchError { get { return ((bool)(this["IgnoreWatchError"])); } set { this["IgnoreWatchError"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool ResolveTinyUrl { get { return ((bool)(this["ResolveTinyUrl"])); } set { this["ResolveTinyUrl"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool EnableDropProtection { get { return ((bool)(this["EnableDropProtection"])); } set { this["EnableDropProtection"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool SetTopicOnStatusChanged { get { return ((bool)(this["SetTopicOnStatusChanged"])); } set { this["SetTopicOnStatusChanged"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool EnableTrace { get { return ((bool)(this["EnableTrace"])); } set { this["EnableTrace"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("360")] public int IntervalDirectMessage { get { return ((int)(this["IntervalDirectMessage"])); } set { this["IntervalDirectMessage"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool CookieLoginMode { get { return ((bool)(this["CookieLoginMode"])); } set { this["CookieLoginMode"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("twitter")] public string TwitterChannelName { get { return ((string)(this["TwitterChannelName"])); } set { this["TwitterChannelName"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool EnableRepliesCheck { get { return ((bool)(this["EnableRepliesCheck"])); } set { this["EnableRepliesCheck"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("300")] public int IntervalReplies { get { return ((int)(this["IntervalReplies"])); } set { this["IntervalReplies"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool BroadcastUpdate { get { return ((bool)(this["BroadcastUpdate"])); } set { this["BroadcastUpdate"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool DisableUserList { get { return ((bool)(this["DisableUserList"])); } set { this["DisableUserList"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int ClientMessageWait { get { return ((int)(this["ClientMessageWait"])); } set { this["ClientMessageWait"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool BroadcastUpdateMessageIsNotice { get { return ((bool)(this["BroadcastUpdateMessageIsNotice"])); } set { this["BroadcastUpdateMessageIsNotice"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool POSTFetchMode { get { return ((bool)(this["POSTFetchMode"])); } set { this["POSTFetchMode"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool EnableCompression { get { return ((bool)(this["EnableCompression"])); } set { this["EnableCompression"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool DisableNoticeAtFirstTime { get { return ((bool)(this["DisableNoticeAtFirstTime"])); } set { this["DisableNoticeAtFirstTime"] = value; } } } }