This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user