Mercurial > servermonitor
comparison ServerMonitor/Properties/Settings.Designer.cs @ 8:052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sat, 09 Mar 2019 20:14:03 -0500 |
parents | c1dffaac66fa |
children | 9e77c0dccb66 |
comparison
equal
deleted
inserted
replaced
7:8486ab7d2357 | 8:052aa62cb42a |
---|---|
92 } | 92 } |
93 set { | 93 set { |
94 this["KeepLogDays"] = value; | 94 this["KeepLogDays"] = value; |
95 } | 95 } |
96 } | 96 } |
97 | |
98 [global::System.Configuration.UserScopedSettingAttribute()] | |
99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | |
100 [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] | |
101 public global::System.Drawing.Size SummaryFormSize { | |
102 get { | |
103 return ((global::System.Drawing.Size)(this["SummaryFormSize"])); | |
104 } | |
105 set { | |
106 this["SummaryFormSize"] = value; | |
107 } | |
108 } | |
97 } | 109 } |
98 } | 110 } |