hiding of testbutton
This commit is contained in:
26
CobXmlSupport/Properties/Settings.Designer.cs
generated
26
CobXmlSupport/Properties/Settings.Designer.cs
generated
@ -8,27 +8,17 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace CobXmlSupport.Properties
|
||||
{
|
||||
namespace CobXmlSupport.Properties {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.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;
|
||||
}
|
||||
}
|
||||
@ -227,5 +217,17 @@ namespace CobXmlSupport.Properties
|
||||
this["ExpPrefix"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool ShowTestbtns {
|
||||
get {
|
||||
return ((bool)(this["ShowTestbtns"]));
|
||||
}
|
||||
set {
|
||||
this["ShowTestbtns"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user