This commit is contained in:
Jsj
2008-05-21 14:14:10 +00:00
parent c7e494af1b
commit 61eac9a037
5 changed files with 74 additions and 11 deletions

View File

@@ -74,6 +74,20 @@ namespace VEPROMS.Properties {
}
}
internal static System.Drawing.Bitmap PushpinStick {
get {
object obj = ResourceManager.GetObject("PushpinStick", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap PushpinUnStick {
get {
object obj = ResourceManager.GetObject("PushpinUnStick", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap Separator {
get {
object obj = ResourceManager.GetObject("Separator", resourceCulture);

View File

@@ -130,4 +130,10 @@
<data name="GoToParentFolderHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GoToParentFolderHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="PushpinUnStick" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\PushpinUnStick.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="PushpinStick" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\PushpinStick.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>