This commit is contained in:
2011-03-02 14:06:58 +00:00
parent 089c50befa
commit b0c65d03ea
6 changed files with 1780 additions and 30 deletions

View File

@@ -67,6 +67,69 @@ namespace Volian.Controls.Library.Properties {
}
}
internal static System.Drawing.Bitmap AlignGridCellBottomCenter {
get {
object obj = ResourceManager.GetObject("AlignGridCellBottomCenter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellBottomLeftJust {
get {
object obj = ResourceManager.GetObject("AlignGridCellBottomLeftJust", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellBottomRight {
get {
object obj = ResourceManager.GetObject("AlignGridCellBottomRight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellCenterCenter {
get {
object obj = ResourceManager.GetObject("AlignGridCellCenterCenter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellCenterLeftJust {
get {
object obj = ResourceManager.GetObject("AlignGridCellCenterLeftJust", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellCenterRight {
get {
object obj = ResourceManager.GetObject("AlignGridCellCenterRight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellTopCenter {
get {
object obj = ResourceManager.GetObject("AlignGridCellTopCenter", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellTopLeftJust {
get {
object obj = ResourceManager.GetObject("AlignGridCellTopLeftJust", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignGridCellTopRight {
get {
object obj = ResourceManager.GetObject("AlignGridCellTopRight", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap AlignJustify_Image {
get {
object obj = ResourceManager.GetObject("AlignJustify_Image", resourceCulture);