📄 settings.designer.cs
字号:
//------------------------------------------------------------------------------
// <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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -