CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

Settings.Designer.cs (3199B)


      1 //
      2 // Copyright 2020 Electronic Arts Inc.
      3 //
      4 // The Command & Conquer Map Editor and corresponding source code is free 
      5 // software: you can redistribute it and/or modify it under the terms of 
      6 // the GNU General Public License as published by the Free Software Foundation, 
      7 // either version 3 of the License, or (at your option) any later version.
      8 
      9 // The Command & Conquer Map Editor and corresponding source code is distributed 
     10 // in the hope that it will be useful, but with permitted additional restrictions 
     11 // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT 
     12 // distributed with this program. You should have received a copy of the 
     13 // GNU General Public License along with permitted additional restrictions 
     14 // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
     15 //------------------------------------------------------------------------------
     16 // <auto-generated>
     17 //     This code was generated by a tool.
     18 //     Runtime Version:4.0.30319.42000
     19 //
     20 //     Changes to this file may cause incorrect behavior and will be lost if
     21 //     the code is regenerated.
     22 // </auto-generated>
     23 //------------------------------------------------------------------------------
     24 
     25 namespace MobiusEditor.Properties {
     26     
     27     
     28     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
     29     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
     30     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
     31         
     32         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
     33         
     34         public static Settings Default {
     35             get {
     36                 return defaultInstance;
     37             }
     38         }
     39         
     40         [global::System.Configuration.ApplicationScopedSettingAttribute()]
     41         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     42         [global::System.Configuration.DefaultSettingValueAttribute("2")]
     43         public int Quality {
     44             get {
     45                 return ((int)(this["Quality"]));
     46             }
     47         }
     48         
     49         [global::System.Configuration.UserScopedSettingAttribute()]
     50         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     51         [global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
     52         public global::System.Drawing.Point ToolDialogPosition {
     53             get {
     54                 return ((global::System.Drawing.Point)(this["ToolDialogPosition"]));
     55             }
     56             set {
     57                 this["ToolDialogPosition"] = value;
     58             }
     59         }
     60         
     61         [global::System.Configuration.UserScopedSettingAttribute()]
     62         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     63         [global::System.Configuration.DefaultSettingValueAttribute("True")]
     64         public bool ShowInviteWarning {
     65             get {
     66                 return ((bool)(this["ShowInviteWarning"]));
     67             }
     68             set {
     69                 this["ShowInviteWarning"] = value;
     70             }
     71         }
     72     }
     73 }