This commit is contained in:
Jsj 2008-03-05 21:27:21 +00:00
parent 453b4049e2
commit 3ec0e383c3
2 changed files with 15 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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
// the code is regenerated.
@ -136,5 +136,16 @@ namespace VEPROMS.Properties {
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;
}
}
}
}

View File

@ -32,5 +32,8 @@
<Setting Name="TransitionRangeColor" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">192, 255, 255</Value>
</Setting>
<Setting Name="BookMarks" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>