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:
Diffstat (limited to 'UVtools.GUI/Properties/Settings.Designer.cs')
-rw-r--r--UVtools.GUI/Properties/Settings.Designer.cs420
1 files changed, 420 insertions, 0 deletions
diff --git a/UVtools.GUI/Properties/Settings.Designer.cs b/UVtools.GUI/Properties/Settings.Designer.cs
index c398559..6cc1d6a 100644
--- a/UVtools.GUI/Properties/Settings.Designer.cs
+++ b/UVtools.GUI/Properties/Settings.Designer.cs
@@ -22,5 +22,425 @@ namespace UVtools.GUI.Properties {
return defaultInstance;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Red")]
+ public global::System.Drawing.Color PreviousNextLayerColor {
+ get {
+ return ((global::System.Drawing.Color)(this["PreviousNextLayerColor"]));
+ }
+ set {
+ this["PreviousNextLayerColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Yellow")]
+ public global::System.Drawing.Color IslandColor {
+ get {
+ return ((global::System.Drawing.Color)(this["IslandColor"]));
+ }
+ set {
+ this["IslandColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Orange")]
+ public global::System.Drawing.Color ResinTrapColor {
+ get {
+ return ((global::System.Drawing.Color)(this["ResinTrapColor"]));
+ }
+ set {
+ this["ResinTrapColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Red")]
+ public global::System.Drawing.Color TouchingBoundsColor {
+ get {
+ return ((global::System.Drawing.Color)(this["TouchingBoundsColor"]));
+ }
+ set {
+ this["TouchingBoundsColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Magenta")]
+ public global::System.Drawing.Color PreviousLayerColor {
+ get {
+ return ((global::System.Drawing.Color)(this["PreviousLayerColor"]));
+ }
+ set {
+ this["PreviousLayerColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Cyan")]
+ public global::System.Drawing.Color NextLayerColor {
+ get {
+ return ((global::System.Drawing.Color)(this["NextLayerColor"]));
+ }
+ set {
+ this["NextLayerColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool UpdateSettings {
+ get {
+ return ((bool)(this["UpdateSettings"]));
+ }
+ set {
+ this["UpdateSettings"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool StartMaximized {
+ get {
+ return ((bool)(this["StartMaximized"]));
+ }
+ set {
+ this["StartMaximized"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool CheckForUpdatesOnStartup {
+ get {
+ return ((bool)(this["CheckForUpdatesOnStartup"]));
+ }
+ set {
+ this["CheckForUpdatesOnStartup"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool LayerAutoRotateBestView {
+ get {
+ return ((bool)(this["LayerAutoRotateBestView"]));
+ }
+ set {
+ this["LayerAutoRotateBestView"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool LayerDifferenceDefault {
+ get {
+ return ((bool)(this["LayerDifferenceDefault"]));
+ }
+ set {
+ this["LayerDifferenceDefault"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool ComputeIssuesOnLoad {
+ get {
+ return ((bool)(this["ComputeIssuesOnLoad"]));
+ }
+ set {
+ this["ComputeIssuesOnLoad"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool LayerZoomToFit {
+ get {
+ return ((bool)(this["LayerZoomToFit"]));
+ }
+ set {
+ this["LayerZoomToFit"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool ComputeIslands {
+ get {
+ return ((bool)(this["ComputeIslands"]));
+ }
+ set {
+ this["ComputeIslands"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool ComputeResinTraps {
+ get {
+ return ((bool)(this["ComputeResinTraps"]));
+ }
+ set {
+ this["ComputeResinTraps"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("1")]
+ public byte IslandRequiredAreaToProcessCheck {
+ get {
+ return ((byte)(this["IslandRequiredAreaToProcessCheck"]));
+ }
+ set {
+ this["IslandRequiredAreaToProcessCheck"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("1")]
+ public byte IslandRequiredPixelBrightnessToProcessCheck {
+ get {
+ return ((byte)(this["IslandRequiredPixelBrightnessToProcessCheck"]));
+ }
+ set {
+ this["IslandRequiredPixelBrightnessToProcessCheck"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("10")]
+ public byte IslandRequiredPixelsToSupport {
+ get {
+ return ((byte)(this["IslandRequiredPixelsToSupport"]));
+ }
+ set {
+ this["IslandRequiredPixelsToSupport"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("150")]
+ public byte IslandRequiredPixelBrightnessToSupport {
+ get {
+ return ((byte)(this["IslandRequiredPixelBrightnessToSupport"]));
+ }
+ set {
+ this["IslandRequiredPixelBrightnessToSupport"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("17")]
+ public byte ResinTrapRequiredAreaToProcessCheck {
+ get {
+ return ((byte)(this["ResinTrapRequiredAreaToProcessCheck"]));
+ }
+ set {
+ this["ResinTrapRequiredAreaToProcessCheck"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("10")]
+ public byte ResinTrapRequiredBlackPixelsToDrain {
+ get {
+ return ((byte)(this["ResinTrapRequiredBlackPixelsToDrain"]));
+ }
+ set {
+ this["ResinTrapRequiredBlackPixelsToDrain"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("30")]
+ public byte ResinTrapMaximumPixelBrightnessToDrain {
+ get {
+ return ((byte)(this["ResinTrapMaximumPixelBrightnessToDrain"]));
+ }
+ set {
+ this["ResinTrapMaximumPixelBrightnessToDrain"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool AutoComputeIssuesClickOnTab {
+ get {
+ return ((bool)(this["AutoComputeIssuesClickOnTab"]));
+ }
+ set {
+ this["AutoComputeIssuesClickOnTab"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Lime")]
+ public global::System.Drawing.Color OutlinePrintVolumeBoundsColor {
+ get {
+ return ((global::System.Drawing.Color)(this["OutlinePrintVolumeBoundsColor"]));
+ }
+ set {
+ this["OutlinePrintVolumeBoundsColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("3")]
+ public byte OutlinePrintVolumeBoundsLineThickness {
+ get {
+ return ((byte)(this["OutlinePrintVolumeBoundsLineThickness"]));
+ }
+ set {
+ this["OutlinePrintVolumeBoundsLineThickness"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Lime")]
+ public global::System.Drawing.Color OutlineLayerBoundsColor {
+ get {
+ return ((global::System.Drawing.Color)(this["OutlineLayerBoundsColor"]));
+ }
+ set {
+ this["OutlineLayerBoundsColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("3")]
+ public byte OutlineLayerBoundsLineThickness {
+ get {
+ return ((byte)(this["OutlineLayerBoundsLineThickness"]));
+ }
+ set {
+ this["OutlineLayerBoundsLineThickness"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Orange")]
+ public global::System.Drawing.Color OutlineHollowAreasColor {
+ get {
+ return ((global::System.Drawing.Color)(this["OutlineHollowAreasColor"]));
+ }
+ set {
+ this["OutlineHollowAreasColor"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("3")]
+ public sbyte OutlineHollowAreasLineThickness {
+ get {
+ return ((sbyte)(this["OutlineHollowAreasLineThickness"]));
+ }
+ set {
+ this["OutlineHollowAreasLineThickness"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool OutlinePrintVolumeBounds {
+ get {
+ return ((bool)(this["OutlinePrintVolumeBounds"]));
+ }
+ set {
+ this["OutlinePrintVolumeBounds"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool OutlineLayerBounds {
+ get {
+ return ((bool)(this["OutlineLayerBounds"]));
+ }
+ set {
+ this["OutlineLayerBounds"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool OutlineHollowAreas {
+ get {
+ return ((bool)(this["OutlineHollowAreas"]));
+ }
+ set {
+ this["OutlineHollowAreas"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool ZoomToFitPrintVolumeBounds {
+ get {
+ return ((bool)(this["ZoomToFitPrintVolumeBounds"]));
+ }
+ set {
+ this["ZoomToFitPrintVolumeBounds"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("127")]
+ public byte ResinTrapBinaryThreshold {
+ get {
+ return ((byte)(this["ResinTrapBinaryThreshold"]));
+ }
+ set {
+ this["ResinTrapBinaryThreshold"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("0")]
+ public byte IslandBinaryThreshold {
+ get {
+ return ((byte)(this["IslandBinaryThreshold"]));
+ }
+ set {
+ this["IslandBinaryThreshold"] = value;
+ }
+ }
}
}