This commit is contained in:
parent
8ec6edeeec
commit
63ddcd6f62
@ -196,6 +196,18 @@ namespace VEPROMS.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||||
|
public bool StepTypeToolTip {
|
||||||
|
get {
|
||||||
|
return ((bool)(this["StepTypeToolTip"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["StepTypeToolTip"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||||
@ -207,5 +219,17 @@ namespace VEPROMS.Properties {
|
|||||||
this["TreeviewExpanded"] = value;
|
this["TreeviewExpanded"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||||
|
public bool SaveTreeviewExpanded {
|
||||||
|
get {
|
||||||
|
return ((bool)(this["SaveTreeviewExpanded"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["SaveTreeviewExpanded"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,8 +47,14 @@
|
|||||||
<Setting Name="AutoPopUpAnnotations" Type="System.Boolean" Scope="User">
|
<Setting Name="AutoPopUpAnnotations" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
<Setting Name="StepTypeToolTip" Type="System.Boolean" Scope="User">
|
||||||
|
<Value Profile="(Default)">False</Value>
|
||||||
|
</Setting>
|
||||||
<Setting Name="TreeviewExpanded" Type="System.Boolean" Scope="User">
|
<Setting Name="TreeviewExpanded" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">False</Value>
|
<Value Profile="(Default)">False</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
<Setting Name="SaveTreeviewExpanded" Type="System.Boolean" Scope="User">
|
||||||
|
<Value Profile="(Default)">True</Value>
|
||||||
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
Loading…
x
Reference in New Issue
Block a user