This commit is contained in:
2011-03-21 17:53:00 +00:00
parent 3994f6e677
commit b64510be57
2 changed files with 84 additions and 0 deletions

View File

@@ -690,6 +690,27 @@ namespace Volian.Controls.Library.Properties {
}
}
internal static System.Drawing.Bitmap TableBorderInside {
get {
object obj = ResourceManager.GetObject("TableBorderInside", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap TableBorderNone {
get {
object obj = ResourceManager.GetObject("TableBorderNone", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap TableBorderOutline {
get {
object obj = ResourceManager.GetObject("TableBorderOutline", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap TextColor_Image {
get {
object obj = ResourceManager.GetObject("TextColor_Image", resourceCulture);