This commit is contained in:
parent
453b4049e2
commit
3ec0e383c3
@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.832
|
// Runtime Version:2.0.50727.1433
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
@ -136,5 +136,16 @@ namespace VEPROMS.Properties {
|
|||||||
this["TransitionRangeColor"] = value;
|
this["TransitionRangeColor"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
public global::System.Collections.Specialized.StringCollection BookMarks {
|
||||||
|
get {
|
||||||
|
return ((global::System.Collections.Specialized.StringCollection)(this["BookMarks"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["BookMarks"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,5 +32,8 @@
|
|||||||
<Setting Name="TransitionRangeColor" Type="System.Drawing.Color" Scope="User">
|
<Setting Name="TransitionRangeColor" Type="System.Drawing.Color" Scope="User">
|
||||||
<Value Profile="(Default)">192, 255, 255</Value>
|
<Value Profile="(Default)">192, 255, 255</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
<Setting Name="BookMarks" Type="System.Collections.Specialized.StringCollection" Scope="User">
|
||||||
|
<Value Profile="(Default)" />
|
||||||
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
Loading…
x
Reference in New Issue
Block a user