Mercurial > servermonitor
comparison ServerMonitor/Properties/Settings.Designer.cs @ 6:c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
- Add option to trim log files.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Fri, 01 Mar 2019 21:38:22 -0500 |
parents | 3142e52cbe69 |
children | 052aa62cb42a |
comparison
equal
deleted
inserted
replaced
5:b6fe203af9d5 | 6:c1dffaac66fa |
---|---|
80 } | 80 } |
81 set { | 81 set { |
82 this["MaxCheckId"] = value; | 82 this["MaxCheckId"] = value; |
83 } | 83 } |
84 } | 84 } |
85 | |
86 [global::System.Configuration.UserScopedSettingAttribute()] | |
87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
88 [global::System.Configuration.DefaultSettingValueAttribute("30")] | |
89 public int KeepLogDays { | |
90 get { | |
91 return ((int)(this["KeepLogDays"])); | |
92 } | |
93 set { | |
94 this["KeepLogDays"] = value; | |
95 } | |
96 } | |
85 } | 97 } |
86 } | 98 } |