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/Forms/FrmSettings.Designer.cs')
-rw-r--r--UVtools.GUI/Forms/FrmSettings.Designer.cs1112
1 files changed, 1112 insertions, 0 deletions
diff --git a/UVtools.GUI/Forms/FrmSettings.Designer.cs b/UVtools.GUI/Forms/FrmSettings.Designer.cs
new file mode 100644
index 0000000..9456992
--- /dev/null
+++ b/UVtools.GUI/Forms/FrmSettings.Designer.cs
@@ -0,0 +1,1112 @@
+namespace UVtools.GUI.Forms
+{
+ partial class FrmSettings
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSettings));
+ this.label1 = new System.Windows.Forms.Label();
+ this.btnPreviousNextLayerColor = new System.Windows.Forms.Button();
+ this.colorDialog = new System.Windows.Forms.ColorDialog();
+ this.btnPreviousLayerColor = new System.Windows.Forms.Button();
+ this.label2 = new System.Windows.Forms.Label();
+ this.btnNextLayerColor = new System.Windows.Forms.Button();
+ this.label3 = new System.Windows.Forms.Label();
+ this.btnTouchingBoundsColor = new System.Windows.Forms.Button();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.label6 = new System.Windows.Forms.Label();
+ this.btnResinTrapColor = new System.Windows.Forms.Button();
+ this.btnIslandColor = new System.Windows.Forms.Button();
+ this.btnSave = new System.Windows.Forms.Button();
+ this.btnCancel = new System.Windows.Forms.Button();
+ this.groupGeneral = new System.Windows.Forms.GroupBox();
+ this.cbCheckForUpdatesOnStartup = new System.Windows.Forms.CheckBox();
+ this.cbStartMaximized = new System.Windows.Forms.CheckBox();
+ this.groupLayerPreview = new System.Windows.Forms.GroupBox();
+ this.cbZoomToFitPrintVolumeBounds = new System.Windows.Forms.CheckBox();
+ this.cbOutlineHollowAreas = new System.Windows.Forms.CheckBox();
+ this.label18 = new System.Windows.Forms.Label();
+ this.nmOutlineHollowAreasLineThickness = new System.Windows.Forms.NumericUpDown();
+ this.label19 = new System.Windows.Forms.Label();
+ this.btnOutlineHollowAreasColor = new System.Windows.Forms.Button();
+ this.cbOutlineLayerBounds = new System.Windows.Forms.CheckBox();
+ this.label16 = new System.Windows.Forms.Label();
+ this.nmOutlineLayerBoundsLineThickness = new System.Windows.Forms.NumericUpDown();
+ this.label17 = new System.Windows.Forms.Label();
+ this.btnOutlineLayerBoundsColor = new System.Windows.Forms.Button();
+ this.cbOutlinePrintVolumeBounds = new System.Windows.Forms.CheckBox();
+ this.label15 = new System.Windows.Forms.Label();
+ this.nmOutlinePrintVolumeBoundsLineThickness = new System.Windows.Forms.NumericUpDown();
+ this.label14 = new System.Windows.Forms.Label();
+ this.btnOutlinePrintVolumeBoundsColor = new System.Windows.Forms.Button();
+ this.cbLayerZoomToFit = new System.Windows.Forms.CheckBox();
+ this.cbLayerDifferenceDefault = new System.Windows.Forms.CheckBox();
+ this.cbLayerAutoRotateBestView = new System.Windows.Forms.CheckBox();
+ this.cbComputeIssuesOnLoad = new System.Windows.Forms.CheckBox();
+ this.btnReset = new System.Windows.Forms.Button();
+ this.cbComputeIslands = new System.Windows.Forms.CheckBox();
+ this.cbComputeResinTraps = new System.Windows.Forms.CheckBox();
+ this.gbIssues = new System.Windows.Forms.GroupBox();
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
+ this.nmResinTrapMaximumPixelBrightnessToDrain = new System.Windows.Forms.NumericUpDown();
+ this.label13 = new System.Windows.Forms.Label();
+ this.nmResinTrapRequiredBlackPixelsToDrain = new System.Windows.Forms.NumericUpDown();
+ this.label12 = new System.Windows.Forms.Label();
+ this.nmResinTrapRequiredAreaToProcessCheck = new System.Windows.Forms.NumericUpDown();
+ this.label11 = new System.Windows.Forms.Label();
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.label10 = new System.Windows.Forms.Label();
+ this.nmIslandRequiredPixelBrightnessToSupport = new System.Windows.Forms.NumericUpDown();
+ this.label9 = new System.Windows.Forms.Label();
+ this.nmIslandRequiredPixelsToSupport = new System.Windows.Forms.NumericUpDown();
+ this.nmIslandRequiredAreaToProcessCheck = new System.Windows.Forms.NumericUpDown();
+ this.label7 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.nmIslandRequiredPixelBrightnessToProcessCheck = new System.Windows.Forms.NumericUpDown();
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.cbAutoComputeIssuesClickOnTab = new System.Windows.Forms.CheckBox();
+ this.nmResinTrapBinaryThreshold = new System.Windows.Forms.NumericUpDown();
+ this.label20 = new System.Windows.Forms.Label();
+ this.nmIslandBinaryThreshold = new System.Windows.Forms.NumericUpDown();
+ this.label21 = new System.Windows.Forms.Label();
+ this.groupGeneral.SuspendLayout();
+ this.groupLayerPreview.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmOutlineHollowAreasLineThickness)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmOutlineLayerBoundsLineThickness)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmOutlinePrintVolumeBoundsLineThickness)).BeginInit();
+ this.gbIssues.SuspendLayout();
+ this.groupBox3.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapMaximumPixelBrightnessToDrain)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapRequiredBlackPixelsToDrain)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapRequiredAreaToProcessCheck)).BeginInit();
+ this.groupBox2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredPixelBrightnessToSupport)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredPixelsToSupport)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredAreaToProcessCheck)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredPixelBrightnessToProcessCheck)).BeginInit();
+ this.groupBox1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapBinaryThreshold)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandBinaryThreshold)).BeginInit();
+ this.SuspendLayout();
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(7, 30);
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(202, 18);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "Previous and next layer color:";
+ //
+ // btnPreviousNextLayerColor
+ //
+ this.btnPreviousNextLayerColor.BackColor = System.Drawing.Color.White;
+ this.btnPreviousNextLayerColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnPreviousNextLayerColor.FlatAppearance.BorderSize = 2;
+ this.btnPreviousNextLayerColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnPreviousNextLayerColor.Location = new System.Drawing.Point(217, 23);
+ this.btnPreviousNextLayerColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnPreviousNextLayerColor.Name = "btnPreviousNextLayerColor";
+ this.btnPreviousNextLayerColor.Size = new System.Drawing.Size(32, 32);
+ this.btnPreviousNextLayerColor.TabIndex = 1;
+ this.btnPreviousNextLayerColor.UseVisualStyleBackColor = false;
+ this.btnPreviousNextLayerColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // colorDialog
+ //
+ this.colorDialog.AnyColor = true;
+ this.colorDialog.FullOpen = true;
+ //
+ // btnPreviousLayerColor
+ //
+ this.btnPreviousLayerColor.BackColor = System.Drawing.Color.White;
+ this.btnPreviousLayerColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnPreviousLayerColor.FlatAppearance.BorderSize = 2;
+ this.btnPreviousLayerColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnPreviousLayerColor.Location = new System.Drawing.Point(217, 63);
+ this.btnPreviousLayerColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnPreviousLayerColor.Name = "btnPreviousLayerColor";
+ this.btnPreviousLayerColor.Size = new System.Drawing.Size(32, 32);
+ this.btnPreviousLayerColor.TabIndex = 3;
+ this.btnPreviousLayerColor.UseVisualStyleBackColor = false;
+ this.btnPreviousLayerColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(7, 70);
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(139, 18);
+ this.label2.TabIndex = 2;
+ this.label2.Text = "Previous layer color";
+ //
+ // btnNextLayerColor
+ //
+ this.btnNextLayerColor.BackColor = System.Drawing.Color.White;
+ this.btnNextLayerColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnNextLayerColor.FlatAppearance.BorderSize = 2;
+ this.btnNextLayerColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnNextLayerColor.Location = new System.Drawing.Point(217, 103);
+ this.btnNextLayerColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnNextLayerColor.Name = "btnNextLayerColor";
+ this.btnNextLayerColor.Size = new System.Drawing.Size(32, 32);
+ this.btnNextLayerColor.TabIndex = 5;
+ this.btnNextLayerColor.UseVisualStyleBackColor = false;
+ this.btnNextLayerColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(7, 110);
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(111, 18);
+ this.label3.TabIndex = 4;
+ this.label3.Text = "Next layer color";
+ //
+ // btnTouchingBoundsColor
+ //
+ this.btnTouchingBoundsColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnTouchingBoundsColor.BackColor = System.Drawing.Color.White;
+ this.btnTouchingBoundsColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnTouchingBoundsColor.FlatAppearance.BorderSize = 2;
+ this.btnTouchingBoundsColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnTouchingBoundsColor.Location = new System.Drawing.Point(566, 103);
+ this.btnTouchingBoundsColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnTouchingBoundsColor.Name = "btnTouchingBoundsColor";
+ this.btnTouchingBoundsColor.Size = new System.Drawing.Size(32, 32);
+ this.btnTouchingBoundsColor.TabIndex = 7;
+ this.btnTouchingBoundsColor.UseVisualStyleBackColor = false;
+ this.btnTouchingBoundsColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // label4
+ //
+ this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.label4.AutoSize = true;
+ this.label4.Location = new System.Drawing.Point(402, 30);
+ this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(88, 18);
+ this.label4.TabIndex = 6;
+ this.label4.Text = "Island color:";
+ //
+ // label5
+ //
+ this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.label5.AutoSize = true;
+ this.label5.Location = new System.Drawing.Point(402, 70);
+ this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(117, 18);
+ this.label5.TabIndex = 8;
+ this.label5.Text = "Resin trap color:";
+ //
+ // label6
+ //
+ this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.label6.AutoSize = true;
+ this.label6.Location = new System.Drawing.Point(402, 110);
+ this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(156, 18);
+ this.label6.TabIndex = 9;
+ this.label6.Text = "Touching bound color:";
+ //
+ // btnResinTrapColor
+ //
+ this.btnResinTrapColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnResinTrapColor.BackColor = System.Drawing.Color.White;
+ this.btnResinTrapColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnResinTrapColor.FlatAppearance.BorderSize = 2;
+ this.btnResinTrapColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnResinTrapColor.Location = new System.Drawing.Point(566, 63);
+ this.btnResinTrapColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnResinTrapColor.Name = "btnResinTrapColor";
+ this.btnResinTrapColor.Size = new System.Drawing.Size(32, 32);
+ this.btnResinTrapColor.TabIndex = 10;
+ this.btnResinTrapColor.UseVisualStyleBackColor = false;
+ this.btnResinTrapColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // btnIslandColor
+ //
+ this.btnIslandColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnIslandColor.BackColor = System.Drawing.Color.White;
+ this.btnIslandColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnIslandColor.FlatAppearance.BorderSize = 2;
+ this.btnIslandColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnIslandColor.Location = new System.Drawing.Point(566, 23);
+ this.btnIslandColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnIslandColor.Name = "btnIslandColor";
+ this.btnIslandColor.Size = new System.Drawing.Size(32, 32);
+ this.btnIslandColor.TabIndex = 11;
+ this.btnIslandColor.UseVisualStyleBackColor = false;
+ this.btnIslandColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // btnSave
+ //
+ this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnSave.Image = global::UVtools.GUI.Properties.Resources.Ok_24x24;
+ this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnSave.Location = new System.Drawing.Point(290, 891);
+ this.btnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnSave.Name = "btnSave";
+ this.btnSave.Size = new System.Drawing.Size(150, 48);
+ this.btnSave.TabIndex = 12;
+ this.btnSave.Text = "&Save";
+ this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.btnSave.UseVisualStyleBackColor = true;
+ this.btnSave.Click += new System.EventHandler(this.EventClick);
+ //
+ // btnCancel
+ //
+ this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.btnCancel.Image = global::UVtools.GUI.Properties.Resources.Cancel_24x24;
+ this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnCancel.Location = new System.Drawing.Point(448, 891);
+ this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnCancel.Name = "btnCancel";
+ this.btnCancel.Size = new System.Drawing.Size(150, 48);
+ this.btnCancel.TabIndex = 13;
+ this.btnCancel.Text = "&Cancel";
+ this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.btnCancel.UseVisualStyleBackColor = true;
+ //
+ // groupGeneral
+ //
+ this.groupGeneral.Controls.Add(this.cbCheckForUpdatesOnStartup);
+ this.groupGeneral.Controls.Add(this.cbStartMaximized);
+ this.groupGeneral.Dock = System.Windows.Forms.DockStyle.Top;
+ this.groupGeneral.Location = new System.Drawing.Point(0, 0);
+ this.groupGeneral.Name = "groupGeneral";
+ this.groupGeneral.Size = new System.Drawing.Size(611, 88);
+ this.groupGeneral.TabIndex = 14;
+ this.groupGeneral.TabStop = false;
+ this.groupGeneral.Text = "General";
+ //
+ // cbCheckForUpdatesOnStartup
+ //
+ this.cbCheckForUpdatesOnStartup.AutoSize = true;
+ this.cbCheckForUpdatesOnStartup.Location = new System.Drawing.Point(6, 51);
+ this.cbCheckForUpdatesOnStartup.Name = "cbCheckForUpdatesOnStartup";
+ this.cbCheckForUpdatesOnStartup.Size = new System.Drawing.Size(218, 22);
+ this.cbCheckForUpdatesOnStartup.TabIndex = 7;
+ this.cbCheckForUpdatesOnStartup.Text = "Check for updates on startup";
+ this.cbCheckForUpdatesOnStartup.UseVisualStyleBackColor = true;
+ //
+ // cbStartMaximized
+ //
+ this.cbStartMaximized.AutoSize = true;
+ this.cbStartMaximized.Location = new System.Drawing.Point(6, 23);
+ this.cbStartMaximized.Name = "cbStartMaximized";
+ this.cbStartMaximized.Size = new System.Drawing.Size(133, 22);
+ this.cbStartMaximized.TabIndex = 6;
+ this.cbStartMaximized.Text = "Start maximized";
+ this.cbStartMaximized.UseVisualStyleBackColor = true;
+ //
+ // groupLayerPreview
+ //
+ this.groupLayerPreview.Controls.Add(this.cbZoomToFitPrintVolumeBounds);
+ this.groupLayerPreview.Controls.Add(this.cbOutlineHollowAreas);
+ this.groupLayerPreview.Controls.Add(this.label18);
+ this.groupLayerPreview.Controls.Add(this.nmOutlineHollowAreasLineThickness);
+ this.groupLayerPreview.Controls.Add(this.label19);
+ this.groupLayerPreview.Controls.Add(this.btnOutlineHollowAreasColor);
+ this.groupLayerPreview.Controls.Add(this.cbOutlineLayerBounds);
+ this.groupLayerPreview.Controls.Add(this.label16);
+ this.groupLayerPreview.Controls.Add(this.nmOutlineLayerBoundsLineThickness);
+ this.groupLayerPreview.Controls.Add(this.label17);
+ this.groupLayerPreview.Controls.Add(this.btnOutlineLayerBoundsColor);
+ this.groupLayerPreview.Controls.Add(this.cbOutlinePrintVolumeBounds);
+ this.groupLayerPreview.Controls.Add(this.label15);
+ this.groupLayerPreview.Controls.Add(this.nmOutlinePrintVolumeBoundsLineThickness);
+ this.groupLayerPreview.Controls.Add(this.label14);
+ this.groupLayerPreview.Controls.Add(this.btnOutlinePrintVolumeBoundsColor);
+ this.groupLayerPreview.Controls.Add(this.cbLayerZoomToFit);
+ this.groupLayerPreview.Controls.Add(this.cbLayerDifferenceDefault);
+ this.groupLayerPreview.Controls.Add(this.cbLayerAutoRotateBestView);
+ this.groupLayerPreview.Controls.Add(this.label1);
+ this.groupLayerPreview.Controls.Add(this.btnPreviousNextLayerColor);
+ this.groupLayerPreview.Controls.Add(this.label2);
+ this.groupLayerPreview.Controls.Add(this.btnPreviousLayerColor);
+ this.groupLayerPreview.Controls.Add(this.btnIslandColor);
+ this.groupLayerPreview.Controls.Add(this.label3);
+ this.groupLayerPreview.Controls.Add(this.btnResinTrapColor);
+ this.groupLayerPreview.Controls.Add(this.btnNextLayerColor);
+ this.groupLayerPreview.Controls.Add(this.label6);
+ this.groupLayerPreview.Controls.Add(this.label4);
+ this.groupLayerPreview.Controls.Add(this.label5);
+ this.groupLayerPreview.Controls.Add(this.btnTouchingBoundsColor);
+ this.groupLayerPreview.Dock = System.Windows.Forms.DockStyle.Top;
+ this.groupLayerPreview.Location = new System.Drawing.Point(0, 88);
+ this.groupLayerPreview.Name = "groupLayerPreview";
+ this.groupLayerPreview.Size = new System.Drawing.Size(611, 348);
+ this.groupLayerPreview.TabIndex = 15;
+ this.groupLayerPreview.TabStop = false;
+ this.groupLayerPreview.Text = "Layer Preview";
+ //
+ // cbZoomToFitPrintVolumeBounds
+ //
+ this.cbZoomToFitPrintVolumeBounds.AutoSize = true;
+ this.cbZoomToFitPrintVolumeBounds.Location = new System.Drawing.Point(325, 292);
+ this.cbZoomToFitPrintVolumeBounds.Name = "cbZoomToFitPrintVolumeBounds";
+ this.cbZoomToFitPrintVolumeBounds.Size = new System.Drawing.Size(276, 22);
+ this.cbZoomToFitPrintVolumeBounds.TabIndex = 34;
+ this.cbZoomToFitPrintVolumeBounds.Text = "Zoom to print volume bounds instead ";
+ this.cbZoomToFitPrintVolumeBounds.UseVisualStyleBackColor = true;
+ //
+ // cbOutlineHollowAreas
+ //
+ this.cbOutlineHollowAreas.AutoSize = true;
+ this.cbOutlineHollowAreas.Location = new System.Drawing.Point(470, 228);
+ this.cbOutlineHollowAreas.Name = "cbOutlineHollowAreas";
+ this.cbOutlineHollowAreas.Size = new System.Drawing.Size(131, 22);
+ this.cbOutlineHollowAreas.TabIndex = 33;
+ this.cbOutlineHollowAreas.Text = "Show by default";
+ this.cbOutlineHollowAreas.UseVisualStyleBackColor = true;
+ //
+ // label18
+ //
+ this.label18.AutoSize = true;
+ this.label18.Location = new System.Drawing.Point(319, 230);
+ this.label18.Name = "label18";
+ this.label18.Size = new System.Drawing.Size(150, 18);
+ this.label18.TabIndex = 32;
+ this.label18.Text = "Line thickness (-1-50)";
+ //
+ // nmOutlineHollowAreasLineThickness
+ //
+ this.nmOutlineHollowAreasLineThickness.Location = new System.Drawing.Point(256, 227);
+ this.nmOutlineHollowAreasLineThickness.Maximum = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.nmOutlineHollowAreasLineThickness.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.nmOutlineHollowAreasLineThickness.Name = "nmOutlineHollowAreasLineThickness";
+ this.nmOutlineHollowAreasLineThickness.Size = new System.Drawing.Size(57, 24);
+ this.nmOutlineHollowAreasLineThickness.TabIndex = 31;
+ this.nmOutlineHollowAreasLineThickness.Value = new decimal(new int[] {
+ 2,
+ 0,
+ 0,
+ 0});
+ //
+ // label19
+ //
+ this.label19.AutoSize = true;
+ this.label19.Location = new System.Drawing.Point(7, 230);
+ this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label19.Name = "label19";
+ this.label19.Size = new System.Drawing.Size(183, 18);
+ this.label19.TabIndex = 29;
+ this.label19.Text = "Outline Hollow areas color";
+ //
+ // btnOutlineHollowAreasColor
+ //
+ this.btnOutlineHollowAreasColor.BackColor = System.Drawing.Color.White;
+ this.btnOutlineHollowAreasColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnOutlineHollowAreasColor.FlatAppearance.BorderSize = 2;
+ this.btnOutlineHollowAreasColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOutlineHollowAreasColor.Location = new System.Drawing.Point(217, 223);
+ this.btnOutlineHollowAreasColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnOutlineHollowAreasColor.Name = "btnOutlineHollowAreasColor";
+ this.btnOutlineHollowAreasColor.Size = new System.Drawing.Size(32, 32);
+ this.btnOutlineHollowAreasColor.TabIndex = 30;
+ this.btnOutlineHollowAreasColor.UseVisualStyleBackColor = false;
+ this.btnOutlineHollowAreasColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // cbOutlineLayerBounds
+ //
+ this.cbOutlineLayerBounds.AutoSize = true;
+ this.cbOutlineLayerBounds.Location = new System.Drawing.Point(470, 188);
+ this.cbOutlineLayerBounds.Name = "cbOutlineLayerBounds";
+ this.cbOutlineLayerBounds.Size = new System.Drawing.Size(131, 22);
+ this.cbOutlineLayerBounds.TabIndex = 28;
+ this.cbOutlineLayerBounds.Text = "Show by default";
+ this.cbOutlineLayerBounds.UseVisualStyleBackColor = true;
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.Location = new System.Drawing.Point(319, 190);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(145, 18);
+ this.label16.TabIndex = 27;
+ this.label16.Text = "Line thickness (1-50)";
+ //
+ // nmOutlineLayerBoundsLineThickness
+ //
+ this.nmOutlineLayerBoundsLineThickness.Location = new System.Drawing.Point(256, 187);
+ this.nmOutlineLayerBoundsLineThickness.Maximum = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.nmOutlineLayerBoundsLineThickness.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmOutlineLayerBoundsLineThickness.Name = "nmOutlineLayerBoundsLineThickness";
+ this.nmOutlineLayerBoundsLineThickness.Size = new System.Drawing.Size(57, 24);
+ this.nmOutlineLayerBoundsLineThickness.TabIndex = 26;
+ this.nmOutlineLayerBoundsLineThickness.Value = new decimal(new int[] {
+ 2,
+ 0,
+ 0,
+ 0});
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Location = new System.Drawing.Point(7, 190);
+ this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(185, 18);
+ this.label17.TabIndex = 24;
+ this.label17.Text = "Outline Layer bounds color";
+ //
+ // btnOutlineLayerBoundsColor
+ //
+ this.btnOutlineLayerBoundsColor.BackColor = System.Drawing.Color.White;
+ this.btnOutlineLayerBoundsColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnOutlineLayerBoundsColor.FlatAppearance.BorderSize = 2;
+ this.btnOutlineLayerBoundsColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOutlineLayerBoundsColor.Location = new System.Drawing.Point(217, 183);
+ this.btnOutlineLayerBoundsColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnOutlineLayerBoundsColor.Name = "btnOutlineLayerBoundsColor";
+ this.btnOutlineLayerBoundsColor.Size = new System.Drawing.Size(32, 32);
+ this.btnOutlineLayerBoundsColor.TabIndex = 25;
+ this.btnOutlineLayerBoundsColor.UseVisualStyleBackColor = false;
+ this.btnOutlineLayerBoundsColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // cbOutlinePrintVolumeBounds
+ //
+ this.cbOutlinePrintVolumeBounds.AutoSize = true;
+ this.cbOutlinePrintVolumeBounds.Location = new System.Drawing.Point(470, 148);
+ this.cbOutlinePrintVolumeBounds.Name = "cbOutlinePrintVolumeBounds";
+ this.cbOutlinePrintVolumeBounds.Size = new System.Drawing.Size(131, 22);
+ this.cbOutlinePrintVolumeBounds.TabIndex = 23;
+ this.cbOutlinePrintVolumeBounds.Text = "Show by default";
+ this.cbOutlinePrintVolumeBounds.UseVisualStyleBackColor = true;
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Location = new System.Drawing.Point(319, 150);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(145, 18);
+ this.label15.TabIndex = 22;
+ this.label15.Text = "Line thickness (1-50)";
+ //
+ // nmOutlinePrintVolumeBoundsLineThickness
+ //
+ this.nmOutlinePrintVolumeBoundsLineThickness.Location = new System.Drawing.Point(256, 147);
+ this.nmOutlinePrintVolumeBoundsLineThickness.Maximum = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.nmOutlinePrintVolumeBoundsLineThickness.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmOutlinePrintVolumeBoundsLineThickness.Name = "nmOutlinePrintVolumeBoundsLineThickness";
+ this.nmOutlinePrintVolumeBoundsLineThickness.Size = new System.Drawing.Size(57, 24);
+ this.nmOutlinePrintVolumeBoundsLineThickness.TabIndex = 19;
+ this.nmOutlinePrintVolumeBoundsLineThickness.Value = new decimal(new int[] {
+ 2,
+ 0,
+ 0,
+ 0});
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Location = new System.Drawing.Point(7, 150);
+ this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(181, 18);
+ this.label14.TabIndex = 16;
+ this.label14.Text = "Print volume bounds color";
+ //
+ // btnOutlinePrintVolumeBoundsColor
+ //
+ this.btnOutlinePrintVolumeBoundsColor.BackColor = System.Drawing.Color.White;
+ this.btnOutlinePrintVolumeBoundsColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
+ this.btnOutlinePrintVolumeBoundsColor.FlatAppearance.BorderSize = 2;
+ this.btnOutlinePrintVolumeBoundsColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOutlinePrintVolumeBoundsColor.Location = new System.Drawing.Point(217, 143);
+ this.btnOutlinePrintVolumeBoundsColor.Margin = new System.Windows.Forms.Padding(4);
+ this.btnOutlinePrintVolumeBoundsColor.Name = "btnOutlinePrintVolumeBoundsColor";
+ this.btnOutlinePrintVolumeBoundsColor.Size = new System.Drawing.Size(32, 32);
+ this.btnOutlinePrintVolumeBoundsColor.TabIndex = 17;
+ this.btnOutlinePrintVolumeBoundsColor.UseVisualStyleBackColor = false;
+ this.btnOutlinePrintVolumeBoundsColor.Click += new System.EventHandler(this.EventClick);
+ //
+ // cbLayerZoomToFit
+ //
+ this.cbLayerZoomToFit.AutoSize = true;
+ this.cbLayerZoomToFit.Location = new System.Drawing.Point(9, 292);
+ this.cbLayerZoomToFit.Name = "cbLayerZoomToFit";
+ this.cbLayerZoomToFit.Size = new System.Drawing.Size(313, 22);
+ this.cbLayerZoomToFit.TabIndex = 15;
+ this.cbLayerZoomToFit.Text = "Zoom to fit layer on load and window resize";
+ this.cbLayerZoomToFit.UseVisualStyleBackColor = true;
+ //
+ // cbLayerDifferenceDefault
+ //
+ this.cbLayerDifferenceDefault.AutoSize = true;
+ this.cbLayerDifferenceDefault.Location = new System.Drawing.Point(9, 320);
+ this.cbLayerDifferenceDefault.Name = "cbLayerDifferenceDefault";
+ this.cbLayerDifferenceDefault.Size = new System.Drawing.Size(234, 22);
+ this.cbLayerDifferenceDefault.TabIndex = 13;
+ this.cbLayerDifferenceDefault.Text = "Show layer difference by default";
+ this.cbLayerDifferenceDefault.UseVisualStyleBackColor = true;
+ //
+ // cbLayerAutoRotateBestView
+ //
+ this.cbLayerAutoRotateBestView.AutoSize = true;
+ this.cbLayerAutoRotateBestView.Location = new System.Drawing.Point(9, 264);
+ this.cbLayerAutoRotateBestView.Name = "cbLayerAutoRotateBestView";
+ this.cbLayerAutoRotateBestView.Size = new System.Drawing.Size(327, 22);
+ this.cbLayerAutoRotateBestView.TabIndex = 12;
+ this.cbLayerAutoRotateBestView.Text = "Auto rotate layer to best fit window on file load";
+ this.cbLayerAutoRotateBestView.UseVisualStyleBackColor = true;
+ //
+ // cbComputeIssuesOnLoad
+ //
+ this.cbComputeIssuesOnLoad.AutoSize = true;
+ this.cbComputeIssuesOnLoad.Location = new System.Drawing.Point(6, 23);
+ this.cbComputeIssuesOnLoad.Name = "cbComputeIssuesOnLoad";
+ this.cbComputeIssuesOnLoad.Size = new System.Drawing.Size(210, 22);
+ this.cbComputeIssuesOnLoad.TabIndex = 14;
+ this.cbComputeIssuesOnLoad.Text = "Compute issues on file load";
+ this.cbComputeIssuesOnLoad.UseVisualStyleBackColor = true;
+ //
+ // btnReset
+ //
+ this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+ this.btnReset.Image = global::UVtools.GUI.Properties.Resources.Rotate_16x16;
+ this.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnReset.Location = new System.Drawing.Point(13, 891);
+ this.btnReset.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnReset.Name = "btnReset";
+ this.btnReset.Size = new System.Drawing.Size(158, 48);
+ this.btnReset.TabIndex = 16;
+ this.btnReset.Text = "&Reset to defaults";
+ this.btnReset.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ this.btnReset.UseVisualStyleBackColor = true;
+ this.btnReset.Click += new System.EventHandler(this.EventClick);
+ //
+ // cbComputeIslands
+ //
+ this.cbComputeIslands.AutoSize = true;
+ this.cbComputeIslands.Location = new System.Drawing.Point(244, 23);
+ this.cbComputeIslands.Name = "cbComputeIslands";
+ this.cbComputeIslands.Size = new System.Drawing.Size(138, 22);
+ this.cbComputeIslands.TabIndex = 16;
+ this.cbComputeIslands.Text = "Compute Islands";
+ this.cbComputeIslands.UseVisualStyleBackColor = true;
+ //
+ // cbComputeResinTraps
+ //
+ this.cbComputeResinTraps.AutoSize = true;
+ this.cbComputeResinTraps.Location = new System.Drawing.Point(411, 23);
+ this.cbComputeResinTraps.Name = "cbComputeResinTraps";
+ this.cbComputeResinTraps.Size = new System.Drawing.Size(172, 22);
+ this.cbComputeResinTraps.TabIndex = 17;
+ this.cbComputeResinTraps.Text = "Compute Resin Traps";
+ this.cbComputeResinTraps.UseVisualStyleBackColor = true;
+ //
+ // gbIssues
+ //
+ this.gbIssues.Controls.Add(this.groupBox3);
+ this.gbIssues.Controls.Add(this.groupBox2);
+ this.gbIssues.Controls.Add(this.groupBox1);
+ this.gbIssues.Dock = System.Windows.Forms.DockStyle.Top;
+ this.gbIssues.Location = new System.Drawing.Point(0, 436);
+ this.gbIssues.Name = "gbIssues";
+ this.gbIssues.Size = new System.Drawing.Size(611, 442);
+ this.gbIssues.TabIndex = 17;
+ this.gbIssues.TabStop = false;
+ this.gbIssues.Text = "Issues";
+ //
+ // groupBox3
+ //
+ this.groupBox3.Controls.Add(this.nmResinTrapBinaryThreshold);
+ this.groupBox3.Controls.Add(this.label20);
+ this.groupBox3.Controls.Add(this.nmResinTrapMaximumPixelBrightnessToDrain);
+ this.groupBox3.Controls.Add(this.label13);
+ this.groupBox3.Controls.Add(this.nmResinTrapRequiredBlackPixelsToDrain);
+ this.groupBox3.Controls.Add(this.label12);
+ this.groupBox3.Controls.Add(this.nmResinTrapRequiredAreaToProcessCheck);
+ this.groupBox3.Controls.Add(this.label11);
+ this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
+ this.groupBox3.Location = new System.Drawing.Point(3, 279);
+ this.groupBox3.Name = "groupBox3";
+ this.groupBox3.Size = new System.Drawing.Size(605, 152);
+ this.groupBox3.TabIndex = 24;
+ this.groupBox3.TabStop = false;
+ this.groupBox3.Text = "Resin Traps";
+ //
+ // nmResinTrapMaximumPixelBrightnessToDrain
+ //
+ this.nmResinTrapMaximumPixelBrightnessToDrain.Location = new System.Drawing.Point(10, 113);
+ this.nmResinTrapMaximumPixelBrightnessToDrain.Maximum = new decimal(new int[] {
+ 150,
+ 0,
+ 0,
+ 0});
+ this.nmResinTrapMaximumPixelBrightnessToDrain.Name = "nmResinTrapMaximumPixelBrightnessToDrain";
+ this.nmResinTrapMaximumPixelBrightnessToDrain.Size = new System.Drawing.Size(57, 24);
+ this.nmResinTrapMaximumPixelBrightnessToDrain.TabIndex = 24;
+ this.nmResinTrapMaximumPixelBrightnessToDrain.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Location = new System.Drawing.Point(73, 116);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(347, 18);
+ this.label13.TabIndex = 25;
+ this.label13.Text = "Maximum pixel brightness to be a drain pixel (0-150)";
+ //
+ // nmResinTrapRequiredBlackPixelsToDrain
+ //
+ this.nmResinTrapRequiredBlackPixelsToDrain.Location = new System.Drawing.Point(10, 83);
+ this.nmResinTrapRequiredBlackPixelsToDrain.Maximum = new decimal(new int[] {
+ 255,
+ 0,
+ 0,
+ 0});
+ this.nmResinTrapRequiredBlackPixelsToDrain.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmResinTrapRequiredBlackPixelsToDrain.Name = "nmResinTrapRequiredBlackPixelsToDrain";
+ this.nmResinTrapRequiredBlackPixelsToDrain.Size = new System.Drawing.Size(57, 24);
+ this.nmResinTrapRequiredBlackPixelsToDrain.TabIndex = 22;
+ this.nmResinTrapRequiredBlackPixelsToDrain.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Location = new System.Drawing.Point(73, 86);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(441, 18);
+ this.label12.TabIndex = 23;
+ this.label12.Text = "Number of drain pixels required to promote area as a drain (1-255)";
+ //
+ // nmResinTrapRequiredAreaToProcessCheck
+ //
+ this.nmResinTrapRequiredAreaToProcessCheck.Location = new System.Drawing.Point(10, 53);
+ this.nmResinTrapRequiredAreaToProcessCheck.Maximum = new decimal(new int[] {
+ 255,
+ 0,
+ 0,
+ 0});
+ this.nmResinTrapRequiredAreaToProcessCheck.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmResinTrapRequiredAreaToProcessCheck.Name = "nmResinTrapRequiredAreaToProcessCheck";
+ this.nmResinTrapRequiredAreaToProcessCheck.Size = new System.Drawing.Size(57, 24);
+ this.nmResinTrapRequiredAreaToProcessCheck.TabIndex = 20;
+ this.nmResinTrapRequiredAreaToProcessCheck.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Location = new System.Drawing.Point(73, 56);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(504, 18);
+ this.label11.TabIndex = 21;
+ this.label11.Text = "Required pixel bound area (x*y) to process and consider a resin trap (1-255)";
+ //
+ // groupBox2
+ //
+ this.groupBox2.Controls.Add(this.nmIslandBinaryThreshold);
+ this.groupBox2.Controls.Add(this.label21);
+ this.groupBox2.Controls.Add(this.label10);
+ this.groupBox2.Controls.Add(this.nmIslandRequiredPixelBrightnessToSupport);
+ this.groupBox2.Controls.Add(this.label9);
+ this.groupBox2.Controls.Add(this.nmIslandRequiredPixelsToSupport);
+ this.groupBox2.Controls.Add(this.nmIslandRequiredAreaToProcessCheck);
+ this.groupBox2.Controls.Add(this.label7);
+ this.groupBox2.Controls.Add(this.label8);
+ this.groupBox2.Controls.Add(this.nmIslandRequiredPixelBrightnessToProcessCheck);
+ this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
+ this.groupBox2.Location = new System.Drawing.Point(3, 103);
+ this.groupBox2.Name = "groupBox2";
+ this.groupBox2.Size = new System.Drawing.Size(605, 176);
+ this.groupBox2.TabIndex = 23;
+ this.groupBox2.TabStop = false;
+ this.groupBox2.Text = "Islands";
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.Location = new System.Drawing.Point(73, 146);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(507, 18);
+ this.label10.TabIndex = 25;
+ this.label10.Text = "Minimum pixel brightness bellow island to consider it as a safe pixel (50-255)";
+ //
+ // nmIslandRequiredPixelBrightnessToSupport
+ //
+ this.nmIslandRequiredPixelBrightnessToSupport.Location = new System.Drawing.Point(10, 143);
+ this.nmIslandRequiredPixelBrightnessToSupport.Maximum = new decimal(new int[] {
+ 255,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredPixelBrightnessToSupport.Minimum = new decimal(new int[] {
+ 50,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredPixelBrightnessToSupport.Name = "nmIslandRequiredPixelBrightnessToSupport";
+ this.nmIslandRequiredPixelBrightnessToSupport.Size = new System.Drawing.Size(57, 24);
+ this.nmIslandRequiredPixelBrightnessToSupport.TabIndex = 24;
+ this.nmIslandRequiredPixelBrightnessToSupport.Value = new decimal(new int[] {
+ 150,
+ 0,
+ 0,
+ 0});
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.Location = new System.Drawing.Point(73, 116);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(385, 18);
+ this.label9.TabIndex = 23;
+ this.label9.Text = "Required safe pixels bellow the island to demote it (1-255)";
+ //
+ // nmIslandRequiredPixelsToSupport
+ //
+ this.nmIslandRequiredPixelsToSupport.Location = new System.Drawing.Point(10, 113);
+ this.nmIslandRequiredPixelsToSupport.Maximum = new decimal(new int[] {
+ 255,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredPixelsToSupport.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredPixelsToSupport.Name = "nmIslandRequiredPixelsToSupport";
+ this.nmIslandRequiredPixelsToSupport.Size = new System.Drawing.Size(57, 24);
+ this.nmIslandRequiredPixelsToSupport.TabIndex = 22;
+ this.nmIslandRequiredPixelsToSupport.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // nmIslandRequiredAreaToProcessCheck
+ //
+ this.nmIslandRequiredAreaToProcessCheck.Location = new System.Drawing.Point(10, 53);
+ this.nmIslandRequiredAreaToProcessCheck.Maximum = new decimal(new int[] {
+ 255,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredAreaToProcessCheck.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredAreaToProcessCheck.Name = "nmIslandRequiredAreaToProcessCheck";
+ this.nmIslandRequiredAreaToProcessCheck.Size = new System.Drawing.Size(57, 24);
+ this.nmIslandRequiredAreaToProcessCheck.TabIndex = 18;
+ this.nmIslandRequiredAreaToProcessCheck.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Location = new System.Drawing.Point(73, 56);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(481, 18);
+ this.label7.TabIndex = 19;
+ this.label7.Text = "Required pixel bound area (x*y) to process and consider a island (1-255)";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Location = new System.Drawing.Point(73, 86);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(439, 18);
+ this.label8.TabIndex = 21;
+ this.label8.Text = "Minimum pixel brightness to consider that pixel on a island (1-255)";
+ //
+ // nmIslandRequiredPixelBrightnessToProcessCheck
+ //
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.Location = new System.Drawing.Point(10, 83);
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.Maximum = new decimal(new int[] {
+ 255,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.Name = "nmIslandRequiredPixelBrightnessToProcessCheck";
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.Size = new System.Drawing.Size(57, 24);
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.TabIndex = 20;
+ this.nmIslandRequiredPixelBrightnessToProcessCheck.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // groupBox1
+ //
+ this.groupBox1.Controls.Add(this.cbAutoComputeIssuesClickOnTab);
+ this.groupBox1.Controls.Add(this.cbComputeIssuesOnLoad);
+ this.groupBox1.Controls.Add(this.cbComputeIslands);
+ this.groupBox1.Controls.Add(this.cbComputeResinTraps);
+ this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.groupBox1.Location = new System.Drawing.Point(3, 20);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(605, 83);
+ this.groupBox1.TabIndex = 22;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "Commun";
+ //
+ // cbAutoComputeIssuesClickOnTab
+ //
+ this.cbAutoComputeIssuesClickOnTab.AutoSize = true;
+ this.cbAutoComputeIssuesClickOnTab.Location = new System.Drawing.Point(6, 51);
+ this.cbAutoComputeIssuesClickOnTab.Name = "cbAutoComputeIssuesClickOnTab";
+ this.cbAutoComputeIssuesClickOnTab.Size = new System.Drawing.Size(416, 22);
+ this.cbAutoComputeIssuesClickOnTab.TabIndex = 18;
+ this.cbAutoComputeIssuesClickOnTab.Text = "Auto compute issues when click Issues tab for the first time";
+ this.cbAutoComputeIssuesClickOnTab.UseVisualStyleBackColor = true;
+ //
+ // nmResinTrapBinaryThreshold
+ //
+ this.nmResinTrapBinaryThreshold.Location = new System.Drawing.Point(10, 23);
+ this.nmResinTrapBinaryThreshold.Maximum = new decimal(new int[] {
+ 254,
+ 0,
+ 0,
+ 0});
+ this.nmResinTrapBinaryThreshold.Name = "nmResinTrapBinaryThreshold";
+ this.nmResinTrapBinaryThreshold.Size = new System.Drawing.Size(57, 24);
+ this.nmResinTrapBinaryThreshold.TabIndex = 26;
+ this.nmResinTrapBinaryThreshold.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // label20
+ //
+ this.label20.AutoSize = true;
+ this.label20.Location = new System.Drawing.Point(73, 26);
+ this.label20.Name = "label20";
+ this.label20.Size = new System.Drawing.Size(512, 18);
+ this.label20.TabIndex = 27;
+ this.label20.Text = "Pixels below this value will turn black, otherwise white. Value=0 to disable this" +
+ "";
+ //
+ // nmIslandBinaryThreshold
+ //
+ this.nmIslandBinaryThreshold.Location = new System.Drawing.Point(10, 23);
+ this.nmIslandBinaryThreshold.Maximum = new decimal(new int[] {
+ 254,
+ 0,
+ 0,
+ 0});
+ this.nmIslandBinaryThreshold.Name = "nmIslandBinaryThreshold";
+ this.nmIslandBinaryThreshold.Size = new System.Drawing.Size(57, 24);
+ this.nmIslandBinaryThreshold.TabIndex = 28;
+ this.nmIslandBinaryThreshold.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.Location = new System.Drawing.Point(73, 26);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(512, 18);
+ this.label21.TabIndex = 29;
+ this.label21.Text = "Pixels below this value will turn black, otherwise white. Value=0 to disable this" +
+ "";
+ //
+ // FrmSettings
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(611, 953);
+ this.Controls.Add(this.gbIssues);
+ this.Controls.Add(this.btnReset);
+ this.Controls.Add(this.groupLayerPreview);
+ this.Controls.Add(this.groupGeneral);
+ this.Controls.Add(this.btnSave);
+ this.Controls.Add(this.btnCancel);
+ this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Margin = new System.Windows.Forms.Padding(4);
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "FrmSettings";
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "Settings";
+ this.groupGeneral.ResumeLayout(false);
+ this.groupGeneral.PerformLayout();
+ this.groupLayerPreview.ResumeLayout(false);
+ this.groupLayerPreview.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmOutlineHollowAreasLineThickness)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmOutlineLayerBoundsLineThickness)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmOutlinePrintVolumeBoundsLineThickness)).EndInit();
+ this.gbIssues.ResumeLayout(false);
+ this.groupBox3.ResumeLayout(false);
+ this.groupBox3.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapMaximumPixelBrightnessToDrain)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapRequiredBlackPixelsToDrain)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapRequiredAreaToProcessCheck)).EndInit();
+ this.groupBox2.ResumeLayout(false);
+ this.groupBox2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredPixelBrightnessToSupport)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredPixelsToSupport)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredAreaToProcessCheck)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandRequiredPixelBrightnessToProcessCheck)).EndInit();
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmResinTrapBinaryThreshold)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.nmIslandBinaryThreshold)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Button btnPreviousNextLayerColor;
+ private System.Windows.Forms.ColorDialog colorDialog;
+ private System.Windows.Forms.Button btnPreviousLayerColor;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Button btnNextLayerColor;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Button btnTouchingBoundsColor;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.Button btnResinTrapColor;
+ private System.Windows.Forms.Button btnIslandColor;
+ private System.Windows.Forms.Button btnSave;
+ private System.Windows.Forms.Button btnCancel;
+ private System.Windows.Forms.GroupBox groupGeneral;
+ private System.Windows.Forms.CheckBox cbStartMaximized;
+ private System.Windows.Forms.CheckBox cbCheckForUpdatesOnStartup;
+ private System.Windows.Forms.GroupBox groupLayerPreview;
+ private System.Windows.Forms.CheckBox cbLayerAutoRotateBestView;
+ private System.Windows.Forms.Button btnReset;
+ private System.Windows.Forms.CheckBox cbLayerDifferenceDefault;
+ private System.Windows.Forms.CheckBox cbComputeIssuesOnLoad;
+ private System.Windows.Forms.CheckBox cbLayerZoomToFit;
+ private System.Windows.Forms.CheckBox cbComputeResinTraps;
+ private System.Windows.Forms.CheckBox cbComputeIslands;
+ private System.Windows.Forms.GroupBox gbIssues;
+ private System.Windows.Forms.NumericUpDown nmIslandRequiredAreaToProcessCheck;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.NumericUpDown nmIslandRequiredPixelBrightnessToProcessCheck;
+ private System.Windows.Forms.GroupBox groupBox2;
+ private System.Windows.Forms.GroupBox groupBox1;
+ private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.NumericUpDown nmIslandRequiredPixelsToSupport;
+ private System.Windows.Forms.Label label10;
+ private System.Windows.Forms.NumericUpDown nmIslandRequiredPixelBrightnessToSupport;
+ private System.Windows.Forms.GroupBox groupBox3;
+ private System.Windows.Forms.NumericUpDown nmResinTrapRequiredAreaToProcessCheck;
+ private System.Windows.Forms.Label label11;
+ private System.Windows.Forms.NumericUpDown nmResinTrapRequiredBlackPixelsToDrain;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.NumericUpDown nmResinTrapMaximumPixelBrightnessToDrain;
+ private System.Windows.Forms.Label label13;
+ private System.Windows.Forms.CheckBox cbAutoComputeIssuesClickOnTab;
+ private System.Windows.Forms.Label label14;
+ private System.Windows.Forms.Button btnOutlinePrintVolumeBoundsColor;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.NumericUpDown nmOutlinePrintVolumeBoundsLineThickness;
+ private System.Windows.Forms.CheckBox cbOutlinePrintVolumeBounds;
+ private System.Windows.Forms.CheckBox cbOutlineLayerBounds;
+ private System.Windows.Forms.Label label16;
+ private System.Windows.Forms.NumericUpDown nmOutlineLayerBoundsLineThickness;
+ private System.Windows.Forms.Label label17;
+ private System.Windows.Forms.Button btnOutlineLayerBoundsColor;
+ private System.Windows.Forms.CheckBox cbOutlineHollowAreas;
+ private System.Windows.Forms.Label label18;
+ private System.Windows.Forms.NumericUpDown nmOutlineHollowAreasLineThickness;
+ private System.Windows.Forms.Label label19;
+ private System.Windows.Forms.Button btnOutlineHollowAreasColor;
+ private System.Windows.Forms.CheckBox cbZoomToFitPrintVolumeBounds;
+ private System.Windows.Forms.NumericUpDown nmResinTrapBinaryThreshold;
+ private System.Windows.Forms.Label label20;
+ private System.Windows.Forms.NumericUpDown nmIslandBinaryThreshold;
+ private System.Windows.Forms.Label label21;
+ }
+} \ No newline at end of file