Mercurial > servermonitor
diff 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 |
line wrap: on
line diff
--- a/ServerMonitor/Properties/Settings.Designer.cs Fri Mar 01 21:39:22 2019 -0500 +++ b/ServerMonitor/Properties/Settings.Designer.cs Sat Mar 09 20:14:03 2019 -0500 @@ -94,5 +94,17 @@ this["KeepLogDays"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] + public global::System.Drawing.Size SummaryFormSize { + get { + return ((global::System.Drawing.Size)(this["SummaryFormSize"])); + } + set { + this["SummaryFormSize"] = value; + } + } } }