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.settings')
-rw-r--r--UVtools.GUI/Properties/Settings.settings116
1 files changed, 110 insertions, 6 deletions
diff --git a/UVtools.GUI/Properties/Settings.settings b/UVtools.GUI/Properties/Settings.settings
index 3964565..1a40bbb 100644
--- a/UVtools.GUI/Properties/Settings.settings
+++ b/UVtools.GUI/Properties/Settings.settings
@@ -1,7 +1,111 @@
<?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
- <Profiles>
- <Profile Name="(Default)" />
- </Profiles>
- <Settings />
-</SettingsFile>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="UVtools.GUI.Properties" GeneratedClassName="Settings">
+ <Profiles />
+ <Settings>
+ <Setting Name="PreviousNextLayerColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Red</Value>
+ </Setting>
+ <Setting Name="IslandColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Yellow</Value>
+ </Setting>
+ <Setting Name="ResinTrapColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Orange</Value>
+ </Setting>
+ <Setting Name="TouchingBoundsColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Red</Value>
+ </Setting>
+ <Setting Name="PreviousLayerColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Magenta</Value>
+ </Setting>
+ <Setting Name="NextLayerColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Cyan</Value>
+ </Setting>
+ <Setting Name="UpdateSettings" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="StartMaximized" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="CheckForUpdatesOnStartup" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="LayerAutoRotateBestView" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="LayerDifferenceDefault" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="ComputeIssuesOnLoad" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="LayerZoomToFit" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="ComputeIslands" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="ComputeResinTraps" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="IslandRequiredAreaToProcessCheck" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">1</Value>
+ </Setting>
+ <Setting Name="IslandRequiredPixelBrightnessToProcessCheck" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">1</Value>
+ </Setting>
+ <Setting Name="IslandRequiredPixelsToSupport" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">10</Value>
+ </Setting>
+ <Setting Name="IslandRequiredPixelBrightnessToSupport" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">150</Value>
+ </Setting>
+ <Setting Name="ResinTrapRequiredAreaToProcessCheck" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">17</Value>
+ </Setting>
+ <Setting Name="ResinTrapRequiredBlackPixelsToDrain" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">10</Value>
+ </Setting>
+ <Setting Name="ResinTrapMaximumPixelBrightnessToDrain" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">30</Value>
+ </Setting>
+ <Setting Name="AutoComputeIssuesClickOnTab" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="OutlinePrintVolumeBoundsColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Lime</Value>
+ </Setting>
+ <Setting Name="OutlinePrintVolumeBoundsLineThickness" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">3</Value>
+ </Setting>
+ <Setting Name="OutlineLayerBoundsColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Lime</Value>
+ </Setting>
+ <Setting Name="OutlineLayerBoundsLineThickness" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">3</Value>
+ </Setting>
+ <Setting Name="OutlineHollowAreasColor" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Orange</Value>
+ </Setting>
+ <Setting Name="OutlineHollowAreasLineThickness" Type="System.SByte" Scope="User">
+ <Value Profile="(Default)">3</Value>
+ </Setting>
+ <Setting Name="OutlinePrintVolumeBounds" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="OutlineLayerBounds" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="OutlineHollowAreas" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="ZoomToFitPrintVolumeBounds" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="ResinTrapBinaryThreshold" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">127</Value>
+ </Setting>
+ <Setting Name="IslandBinaryThreshold" Type="System.Byte" Scope="User">
+ <Value Profile="(Default)">0</Value>
+ </Setting>
+ </Settings>
+</SettingsFile> \ No newline at end of file