settings.designer.cs

来自「《圣殿祭司的ASP.NET 2.0开发详解——使用C#》光盘内容.包含了书籍所含」· CS 代码 · 共 58 行

CS
58
字号
//------------------------------------------------------------------------------
// <auto-generated>
//     这段程序代码是由工具产生的。
//     执行阶段版本:2.0.50727.42
//
//     对这个文件所做的变更可能会造成错误的行为,而且如果重新产生程序代码,
//     变更将会遗失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace MyObjectCSharp.Properties {
    
    
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
        
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
        
        public static Settings Default {
            get {
                return defaultInstance;
            }
        }
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("圣殿祭司")]
        public string setUserName {
            get {
                return ((string)(this["setUserName"]));
            }
            set {
                this["setUserName"] = value;
            }
        }
        
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("DotNet开发圣殿")]
        public string setCompany {
            get {
                return ((string)(this["setCompany"]));
            }
        }
        
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/MyObject/wsReadEmployees.asmx")]
        public string MyObjectCSharp_wsReadEmployees_wsReadEmployees {
            get {
                return ((string)(this["MyObjectCSharp_wsReadEmployees_wsReadEmployees"]));
            }
        }
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?