Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-07 07:11:44 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-07 07:11:44 +0300
commitdcf85cb50919eb797497a956f118fd9125cf6d1d (patch)
tree0110c91e0c7c274a7c8a62105bca300d6e92726d /UVtools.GUI/Properties/Resources.Designer.cs
parent14d21f53e7797c76785fd281812469ca25d3a385 (diff)
Add layer import GUI
Diffstat (limited to 'UVtools.GUI/Properties/Resources.Designer.cs')
-rw-r--r--UVtools.GUI/Properties/Resources.Designer.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/UVtools.GUI/Properties/Resources.Designer.cs b/UVtools.GUI/Properties/Resources.Designer.cs
index b921395..006371c 100644
--- a/UVtools.GUI/Properties/Resources.Designer.cs
+++ b/UVtools.GUI/Properties/Resources.Designer.cs
@@ -593,6 +593,16 @@ namespace UVtools.GUI.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap minus_16x16 {
+ get {
+ object obj = ResourceManager.GetObject("minus_16x16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap move_16x16 {
get {
object obj = ResourceManager.GetObject("move-16x16", resourceCulture);
@@ -753,6 +763,16 @@ namespace UVtools.GUI.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
+ internal static System.Drawing.Bitmap plus_16x16 {
+ get {
+ object obj = ResourceManager.GetObject("plus-16x16", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// </summary>
internal static System.Drawing.Bitmap pointer_16x16 {
get {
object obj = ResourceManager.GetObject("pointer-16x16", resourceCulture);