//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50215.44 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ [assembly: global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="DocApp.Properties.Settings.get_Default():DocApp.Properties.Settings")] namespace DocApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = new Settings(); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0, 0")] public global::System.Drawing.Point mainForm_Location { get { return ((global::System.Drawing.Point)(this["mainForm_Location"])); } set { this["mainForm_Location"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("300, 300")] public global::System.Drawing.Size mainForm_Size { get { return ((global::System.Drawing.Size)(this["mainForm_Size"])); } set { this["mainForm_Size"] = value; } } } }