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:
authorBryce Yancey <bryce@yanceyware.com>2020-09-01 09:12:12 +0300
committerBryce Yancey <bryce@yanceyware.com>2020-09-01 09:20:09 +0300
commit16b8bd8a29035e83198f9a713f1178e1aadf05bf (patch)
treea1fe4b4348a2f48ca2c4e401b8ce96f261fc5f53 /UVtools.GUI/Properties/Resources.resx
parent4d8da3e8ba14dbdf61b80cbe517d955b191cfc7e (diff)
Issue Highlighting and Crosshair Support
This commit add support for highlighting of indidivual issues, crosshair support, and changes to mouse based navigation to make those added features a bit more useful. Here's a quick summary of what is included in this commit: -Issue Highlighting -Edit Pixel Operation Highlighting -Crosshair Support -Configurable auto-zoom level support -Mouse-Based Navigation updates for the issue list, layer preview and pixel edit mode.
Diffstat (limited to 'UVtools.GUI/Properties/Resources.resx')
-rw-r--r--UVtools.GUI/Properties/Resources.resx6
1 files changed, 6 insertions, 0 deletions
diff --git a/UVtools.GUI/Properties/Resources.resx b/UVtools.GUI/Properties/Resources.resx
index 3fcf67f..632a45d 100644
--- a/UVtools.GUI/Properties/Resources.resx
+++ b/UVtools.GUI/Properties/Resources.resx
@@ -364,4 +364,10 @@
<data name="microchip_16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\microchip_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
+ <data name="crosshairs-16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Images\crosshairs-16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
+ <data name="Lock-16x16" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\Images\Lock-16x16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
+ </data>
</root> \ No newline at end of file