Show
Ignore:
Timestamp:
10/30/07 14:26:43 (14 months ago)
Author:
tomoyo
Message:

Repliesチェックを設定できるようにした。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TwitterIrcGateway/TwitterIrcGateway/Settings.Designer.cs

    r319 r348  
    22// <auto-generated> 
    33//     このコードはツールによって生成されました。 
    4 //     ランタイム バージョン:2.0.50727.312 
     4//     ランタイム バージョン:2.0.50727.832 
    55// 
    66//     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 
     
    167167            } 
    168168        } 
     169         
     170        [global::System.Configuration.UserScopedSettingAttribute()] 
     171        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     172        [global::System.Configuration.DefaultSettingValueAttribute("False")] 
     173        public bool EnableRepliesCheck { 
     174            get { 
     175                return ((bool)(this["EnableRepliesCheck"])); 
     176            } 
     177            set { 
     178                this["EnableRepliesCheck"] = value; 
     179            } 
     180        } 
     181         
     182        [global::System.Configuration.UserScopedSettingAttribute()] 
     183        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 
     184        [global::System.Configuration.DefaultSettingValueAttribute("300")] 
     185        public int IntervalReplies { 
     186            get { 
     187                return ((int)(this["IntervalReplies"])); 
     188            } 
     189            set { 
     190                this["IntervalReplies"] = value; 
     191            } 
     192        } 
    169193    } 
    170194}