Files
UVtools/UVtools.GUI/Forms/FrmSettings.Designer.cs
T
Tiago Conceição 89f5df35a8 v0.8.5.0
* (Add) Tool - Calculator: Convert millimeters to pixels
* (Add) Tool - Calculator: Find the optimal "Ligth-Off Delay"
* (Add) Internal abstraction of display size to all file formats
* (Add) Default demo file that loads on startup when no file is specified (this can be disable/enabled on settings)
2020-10-14 18:41:30 +01:00

2579 lines
150 KiB
C#

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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSettings));
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.cbCheckForUpdatesOnStartup = new System.Windows.Forms.CheckBox();
this.cbStartMaximized = 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.groupBox3 = new System.Windows.Forms.GroupBox();
this.nmResinTrapBinaryThreshold = new System.Windows.Forms.NumericUpDown();
this.label20 = new System.Windows.Forms.Label();
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.cbIslandAllowDiagonalBonds = new System.Windows.Forms.CheckBox();
this.nmIslandBinaryThreshold = new System.Windows.Forms.NumericUpDown();
this.label21 = new System.Windows.Forms.Label();
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.cbComputeOverhangs = new System.Windows.Forms.CheckBox();
this.cbComputeEmptyLayers = new System.Windows.Forms.CheckBox();
this.label42 = new System.Windows.Forms.Label();
this.cbComputeTouchingBounds = new System.Windows.Forms.CheckBox();
this.cbAutoComputeIssuesClickOnTab = new System.Windows.Forms.CheckBox();
this.tabSettings = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnFileExtractDefaultDirectoryClear = new System.Windows.Forms.Button();
this.btnFileExtractDefaultDirectorySearch = new System.Windows.Forms.Button();
this.label32 = new System.Windows.Forms.Label();
this.tbFileExtractDefaultDirectory = new System.Windows.Forms.TextBox();
this.btnFileConvertDefaultDirectoryClear = new System.Windows.Forms.Button();
this.btnFileConvertDefaultDirectorySearch = new System.Windows.Forms.Button();
this.label31 = new System.Windows.Forms.Label();
this.tbFileConvertDefaultDirectory = new System.Windows.Forms.TextBox();
this.btnFileSaveDefaultDirectoryClear = new System.Windows.Forms.Button();
this.btnFileSaveDefaultDirectorySearch = new System.Windows.Forms.Button();
this.label30 = new System.Windows.Forms.Label();
this.tbFileSaveDefaultDirectory = new System.Windows.Forms.TextBox();
this.btnFileOpenDefaultDirectoryClear = new System.Windows.Forms.Button();
this.btnFileOpenDefaultDirectorySearch = new System.Windows.Forms.Button();
this.label29 = new System.Windows.Forms.Label();
this.tbFileOpenDefaultDirectory = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.cbDefaultOpenFileExtension = new System.Windows.Forms.ComboBox();
this.label28 = new System.Windows.Forms.Label();
this.cbFileSavePromptOverwrite = new System.Windows.Forms.CheckBox();
this.tbFileSaveNameSuffix = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.tbFileSaveNamePreffix = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.cbLayerAutoRotateBestView = new System.Windows.Forms.CheckBox();
this.cbLayerZoomToFit = new System.Windows.Forms.CheckBox();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.label44 = new System.Windows.Forms.Label();
this.cbCrosshairShowOnlyOnSelectedIssues = new System.Windows.Forms.CheckBox();
this.cbCrosshairFadeLevel = new System.Windows.Forms.ComboBox();
this.nmCrosshairLineLength = new System.Windows.Forms.NumericUpDown();
this.label40 = new System.Windows.Forms.Label();
this.label36 = new System.Windows.Forms.Label();
this.label41 = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.nmCrosshairLineMargin = new System.Windows.Forms.NumericUpDown();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.label43 = new System.Windows.Forms.Label();
this.cbZoomToFit = new System.Windows.Forms.ComboBox();
this.cbZoomIssues = new System.Windows.Forms.CheckBox();
this.label38 = new System.Windows.Forms.Label();
this.cbZoomLockLevel = new System.Windows.Forms.ComboBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.btnOverhangColor = new System.Windows.Forms.Button();
this.btnOverhangHLColor = new System.Windows.Forms.Button();
this.label47 = new System.Windows.Forms.Label();
this.cbLayerTooltipOverlay = new System.Windows.Forms.CheckBox();
this.label46 = new System.Windows.Forms.Label();
this.nmLayerTooltipOverlayOpacity = new System.Windows.Forms.NumericUpDown();
this.btnLayerTooltipOverlayColor = new System.Windows.Forms.Button();
this.label45 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cbOutlineHollowAreas = new System.Windows.Forms.CheckBox();
this.btnPreviousNextLayerColor = new System.Windows.Forms.Button();
this.btnPreviousLayerColor = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.btnIslandColor = new System.Windows.Forms.Button();
this.btnIslandHLColor = new System.Windows.Forms.Button();
this.nmOutlineHollowAreasLineThickness = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.cbLayerDifferenceDefault = new System.Windows.Forms.CheckBox();
this.label19 = new System.Windows.Forms.Label();
this.btnResinTrapColor = new System.Windows.Forms.Button();
this.btnResinTrapHLColor = new System.Windows.Forms.Button();
this.btnOutlineHollowAreasColor = new System.Windows.Forms.Button();
this.btnNextLayerColor = new System.Windows.Forms.Button();
this.btnOutlinePrintVolumeBoundsColor = new System.Windows.Forms.Button();
this.cbOutlineLayerBounds = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.nmOutlineLayerBoundsLineThickness = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.btnTouchingBoundsColor = new System.Windows.Forms.Button();
this.cbOutlinePrintVolumeBounds = new System.Windows.Forms.CheckBox();
this.btnOutlineLayerBoundsColor = new System.Windows.Forms.Button();
this.label37 = new System.Windows.Forms.Label();
this.nmOutlinePrintVolumeBoundsLineThickness = new System.Windows.Forms.NumericUpDown();
this.btnCrosshairColor = new System.Windows.Forms.Button();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.nmOverhangErodeIterations = new System.Windows.Forms.NumericUpDown();
this.label48 = new System.Windows.Forms.Label();
this.cbOverhangIndependentFromIslands = new System.Windows.Forms.CheckBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.cbCloseEditOnApply = new System.Windows.Forms.CheckBox();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.btnPixelEditorDrainHoleColor = new System.Windows.Forms.Button();
this.btnPixelEditorDrainHoleHLColor = new System.Windows.Forms.Button();
this.label26 = new System.Windows.Forms.Label();
this.btnPixelEditorSupportColor = new System.Windows.Forms.Button();
this.btnPixelEditorSupportHLColor = new System.Windows.Forms.Button();
this.label25 = new System.Windows.Forms.Label();
this.btnPixelEditorRemovePixelColor = new System.Windows.Forms.Button();
this.btnPixelEditorRemovePixelHLColor = new System.Windows.Forms.Button();
this.label24 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.btnPixelEditorAddPixelColor = new System.Windows.Forms.Button();
this.btnPixelEditorAddPixelHLColor = new System.Windows.Forms.Button();
this.cbPartialUpdateIslandsOnEditing = new System.Windows.Forms.CheckBox();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault = new System.Windows.Forms.NumericUpDown();
this.label35 = new System.Windows.Forms.Label();
this.nmLayerRepairDefaultOpeningIterations = new System.Windows.Forms.NumericUpDown();
this.label34 = new System.Windows.Forms.Label();
this.nmLayerRepairDefaultClosingIterations = new System.Windows.Forms.NumericUpDown();
this.label33 = new System.Windows.Forms.Label();
this.cbLayerRepairResinTraps = new System.Windows.Forms.CheckBox();
this.cbLayerRepairRemoveEmptyLayers = new System.Windows.Forms.CheckBox();
this.cbLayerRepairLayersIslands = new System.Windows.Forms.CheckBox();
this.pnActions = new System.Windows.Forms.Panel();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.cbLoadDemoFileOnStartup = new System.Windows.Forms.CheckBox();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmResinTrapBinaryThreshold)).BeginInit();
((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.nmIslandBinaryThreshold)).BeginInit();
((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();
this.tabSettings.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox9.SuspendLayout();
this.groupBox8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmCrosshairLineLength)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmCrosshairLineMargin)).BeginInit();
this.groupBox7.SuspendLayout();
this.groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmLayerTooltipOverlayOpacity)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmOutlineHollowAreasLineThickness)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmOutlineLayerBoundsLineThickness)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmOutlinePrintVolumeBoundsLineThickness)).BeginInit();
this.tabPage3.SuspendLayout();
this.groupBox11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmOverhangErodeIterations)).BeginInit();
this.tabPage4.SuspendLayout();
this.groupBox10.SuspendLayout();
this.tabPage5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRepairDefaultOpeningIterations)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRepairDefaultClosingIterations)).BeginInit();
this.pnActions.SuspendLayout();
this.SuspendLayout();
//
// colorDialog
//
this.colorDialog.AnyColor = true;
this.colorDialog.FullOpen = true;
//
// 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(346, 13);
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 = 1;
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(504, 13);
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 = 2;
this.btnCancel.Text = "&Cancel";
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnCancel.UseVisualStyleBackColor = true;
//
// 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;
//
// 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.undo_alt_16x16;
this.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnReset.Location = new System.Drawing.Point(13, 13);
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 = 0;
this.btnReset.Text = "&Reset all settings";
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(85, 79);
this.cbComputeIslands.Name = "cbComputeIslands";
this.cbComputeIslands.Size = new System.Drawing.Size(73, 22);
this.cbComputeIslands.TabIndex = 16;
this.cbComputeIslands.Text = "Islands";
this.cbComputeIslands.UseVisualStyleBackColor = true;
//
// cbComputeResinTraps
//
this.cbComputeResinTraps.AutoSize = true;
this.cbComputeResinTraps.Location = new System.Drawing.Point(269, 79);
this.cbComputeResinTraps.Name = "cbComputeResinTraps";
this.cbComputeResinTraps.Size = new System.Drawing.Size(102, 22);
this.cbComputeResinTraps.TabIndex = 17;
this.cbComputeResinTraps.Text = "Resin traps";
this.cbComputeResinTraps.UseVisualStyleBackColor = true;
//
// 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, 424);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(655, 150);
this.groupBox3.TabIndex = 24;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Resin Traps";
//
// 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.toolTip.SetToolTip(this.nmResinTrapBinaryThreshold, "Range 1-255, 0 to disable");
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(312, 18);
this.label20.TabIndex = 27;
this.label20.Text = "Pixel intensity threshold for resin trap detection";
this.toolTip.SetToolTip(this.label20, "Pixels below this threshold will be considered black during resin trap detection." +
"\r\nPixels equal to or above this theshold will be considred white during resin tr" +
"ap detection.\r\n0 to disable");
//
// 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.toolTip.SetToolTip(this.nmResinTrapMaximumPixelBrightnessToDrain, "Range 0-150");
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(425, 18);
this.label13.TabIndex = 25;
this.label13.Text = "Maximum pixel intensity for a pixel to be considered a drain pixel";
this.toolTip.SetToolTip(this.label13, "Pixels below this intensity threshold will not be counted when evaluating if a po" +
"tential resin trap is sufficiently drained");
//
// 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.toolTip.SetToolTip(this.nmResinTrapRequiredBlackPixelsToDrain, "Range 1-255");
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(429, 18);
this.label12.TabIndex = 23;
this.label12.Text = "Number of drain pixels required to disqualify a potential resin trap";
this.toolTip.SetToolTip(this.label12, "The drain pixel area required to consider a potential resin trap sufficiently dra" +
"ined (no longer a resin trap)");
//
// 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.toolTip.SetToolTip(this.nmResinTrapRequiredAreaToProcessCheck, "Range 1-255");
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(530, 18);
this.label11.TabIndex = 21;
this.label11.Text = "Bounding area required for an object to be processed during resin trap detection";
this.toolTip.SetToolTip(this.label11, "Objects with bounding area smaller than this value will not be processed during r" +
"esin trip detection\r\n");
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cbIslandAllowDiagonalBonds);
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, 114);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(655, 217);
this.groupBox2.TabIndex = 23;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Islands";
//
// cbIslandAllowDiagonalBonds
//
this.cbIslandAllowDiagonalBonds.AutoSize = true;
this.cbIslandAllowDiagonalBonds.Location = new System.Drawing.Point(10, 23);
this.cbIslandAllowDiagonalBonds.Name = "cbIslandAllowDiagonalBonds";
this.cbIslandAllowDiagonalBonds.Size = new System.Drawing.Size(316, 22);
this.cbIslandAllowDiagonalBonds.TabIndex = 30;
this.cbIslandAllowDiagonalBonds.Text = "Allow diagonal bonds during island detection";
this.toolTip.SetToolTip(this.cbIslandAllowDiagonalBonds, resources.GetString("cbIslandAllowDiagonalBonds.ToolTip"));
this.cbIslandAllowDiagonalBonds.UseVisualStyleBackColor = true;
//
// nmIslandBinaryThreshold
//
this.nmIslandBinaryThreshold.Location = new System.Drawing.Point(10, 55);
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.toolTip.SetToolTip(this.nmIslandBinaryThreshold, "Range 1-255, 0 to disable");
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(73, 58);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(289, 18);
this.label21.TabIndex = 29;
this.label21.Text = "Pixel intensity threshold for island detection";
this.toolTip.SetToolTip(this.label21, "Pixels below this threshold will be considered black during island detection.\r\nPi" +
"xels equal to or above this theshold will be considred white during island detec" +
"tion.\r\n0 to disable");
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(73, 178);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(442, 18);
this.label10.TabIndex = 25;
this.label10.Text = "Minimum intensity of a supporting pixel before it is considered safe";
this.toolTip.SetToolTip(this.label10, "Pixels below this threshold will not be considered when counting supporting pixel" +
"s for an island");
//
// nmIslandRequiredPixelBrightnessToSupport
//
this.nmIslandRequiredPixelBrightnessToSupport.Location = new System.Drawing.Point(10, 175);
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.toolTip.SetToolTip(this.nmIslandRequiredPixelBrightnessToSupport, "Range 50-255");
this.nmIslandRequiredPixelBrightnessToSupport.Value = new decimal(new int[] {
150,
0,
0,
0});
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(73, 148);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(432, 18);
this.label9.TabIndex = 23;
this.label9.Text = "Supporting safe pixels required to considerer an island supported\r\n";
this.toolTip.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
//
// nmIslandRequiredPixelsToSupport
//
this.nmIslandRequiredPixelsToSupport.Location = new System.Drawing.Point(10, 145);
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.toolTip.SetToolTip(this.nmIslandRequiredPixelsToSupport, "Range 1-255");
this.nmIslandRequiredPixelsToSupport.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// nmIslandRequiredAreaToProcessCheck
//
this.nmIslandRequiredAreaToProcessCheck.Location = new System.Drawing.Point(10, 85);
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.toolTip.SetToolTip(this.nmIslandRequiredAreaToProcessCheck, "Range 1-255");
this.nmIslandRequiredAreaToProcessCheck.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(73, 88);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(422, 18);
this.label7.TabIndex = 19;
this.label7.Text = "Bounding area required for an object to be considered an island";
this.toolTip.SetToolTip(this.label7, "Objects with bounding area smaller than this value will not be considered an isla" +
"nd even if unsupported");
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(73, 118);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(390, 18);
this.label8.TabIndex = 21;
this.label8.Text = "Minimum pixel intensity to consider a pixel part of an island";
this.toolTip.SetToolTip(this.label8, "Pixels with an intensity below this threshold will not be considerd as part of an" +
" island");
//
// nmIslandRequiredPixelBrightnessToProcessCheck
//
this.nmIslandRequiredPixelBrightnessToProcessCheck.Location = new System.Drawing.Point(10, 115);
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.toolTip.SetToolTip(this.nmIslandRequiredPixelBrightnessToProcessCheck, "Range 1-255");
this.nmIslandRequiredPixelBrightnessToProcessCheck.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cbComputeOverhangs);
this.groupBox1.Controls.Add(this.cbComputeEmptyLayers);
this.groupBox1.Controls.Add(this.label42);
this.groupBox1.Controls.Add(this.cbComputeTouchingBounds);
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, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(655, 111);
this.groupBox1.TabIndex = 22;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Common";
//
// cbComputeOverhangs
//
this.cbComputeOverhangs.AutoSize = true;
this.cbComputeOverhangs.Location = new System.Drawing.Point(164, 79);
this.cbComputeOverhangs.Name = "cbComputeOverhangs";
this.cbComputeOverhangs.Size = new System.Drawing.Size(99, 22);
this.cbComputeOverhangs.TabIndex = 22;
this.cbComputeOverhangs.Text = "Overhangs";
this.cbComputeOverhangs.UseVisualStyleBackColor = true;
//
// cbComputeEmptyLayers
//
this.cbComputeEmptyLayers.AutoSize = true;
this.cbComputeEmptyLayers.Location = new System.Drawing.Point(536, 79);
this.cbComputeEmptyLayers.Name = "cbComputeEmptyLayers";
this.cbComputeEmptyLayers.Size = new System.Drawing.Size(112, 22);
this.cbComputeEmptyLayers.TabIndex = 21;
this.cbComputeEmptyLayers.Text = "Empty layers";
this.cbComputeEmptyLayers.UseVisualStyleBackColor = true;
//
// label42
//
this.label42.AutoSize = true;
this.label42.Location = new System.Drawing.Point(6, 81);
this.label42.Name = "label42";
this.label42.Size = new System.Drawing.Size(73, 18);
this.label42.TabIndex = 20;
this.label42.Text = "Compute:";
//
// cbComputeTouchingBounds
//
this.cbComputeTouchingBounds.AutoSize = true;
this.cbComputeTouchingBounds.Location = new System.Drawing.Point(377, 79);
this.cbComputeTouchingBounds.Name = "cbComputeTouchingBounds";
this.cbComputeTouchingBounds.Size = new System.Drawing.Size(153, 22);
this.cbComputeTouchingBounds.TabIndex = 19;
this.cbComputeTouchingBounds.Text = "Touching boundary";
this.cbComputeTouchingBounds.UseVisualStyleBackColor = true;
//
// 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(474, 22);
this.cbAutoComputeIssuesClickOnTab.TabIndex = 18;
this.cbAutoComputeIssuesClickOnTab.Text = "Auto compute issues when the Issues tab is opened for the first time";
this.cbAutoComputeIssuesClickOnTab.UseVisualStyleBackColor = true;
//
// tabSettings
//
this.tabSettings.Controls.Add(this.tabPage1);
this.tabSettings.Controls.Add(this.tabPage2);
this.tabSettings.Controls.Add(this.tabPage3);
this.tabSettings.Controls.Add(this.tabPage4);
this.tabSettings.Controls.Add(this.tabPage5);
this.tabSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabSettings.Location = new System.Drawing.Point(0, 0);
this.tabSettings.Name = "tabSettings";
this.tabSettings.SelectedIndex = 0;
this.tabSettings.Size = new System.Drawing.Size(669, 712);
this.tabSettings.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox5);
this.tabPage1.Controls.Add(this.groupBox4);
this.tabPage1.Location = new System.Drawing.Point(4, 27);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(661, 681);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "General";
this.tabPage1.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.btnFileExtractDefaultDirectoryClear);
this.groupBox5.Controls.Add(this.btnFileExtractDefaultDirectorySearch);
this.groupBox5.Controls.Add(this.label32);
this.groupBox5.Controls.Add(this.tbFileExtractDefaultDirectory);
this.groupBox5.Controls.Add(this.btnFileConvertDefaultDirectoryClear);
this.groupBox5.Controls.Add(this.btnFileConvertDefaultDirectorySearch);
this.groupBox5.Controls.Add(this.label31);
this.groupBox5.Controls.Add(this.tbFileConvertDefaultDirectory);
this.groupBox5.Controls.Add(this.btnFileSaveDefaultDirectoryClear);
this.groupBox5.Controls.Add(this.btnFileSaveDefaultDirectorySearch);
this.groupBox5.Controls.Add(this.label30);
this.groupBox5.Controls.Add(this.tbFileSaveDefaultDirectory);
this.groupBox5.Controls.Add(this.btnFileOpenDefaultDirectoryClear);
this.groupBox5.Controls.Add(this.btnFileOpenDefaultDirectorySearch);
this.groupBox5.Controls.Add(this.label29);
this.groupBox5.Controls.Add(this.tbFileOpenDefaultDirectory);
this.groupBox5.Controls.Add(this.label22);
this.groupBox5.Controls.Add(this.cbDefaultOpenFileExtension);
this.groupBox5.Controls.Add(this.label28);
this.groupBox5.Controls.Add(this.cbFileSavePromptOverwrite);
this.groupBox5.Controls.Add(this.tbFileSaveNameSuffix);
this.groupBox5.Controls.Add(this.label27);
this.groupBox5.Controls.Add(this.tbFileSaveNamePreffix);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox5.Location = new System.Drawing.Point(3, 123);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(655, 276);
this.groupBox5.TabIndex = 54;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "File Dialog Settings";
//
// btnFileExtractDefaultDirectoryClear
//
this.btnFileExtractDefaultDirectoryClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileExtractDefaultDirectoryClear.Image = global::UVtools.GUI.Properties.Resources.delete_16x16;
this.btnFileExtractDefaultDirectoryClear.Location = new System.Drawing.Point(616, 133);
this.btnFileExtractDefaultDirectoryClear.Name = "btnFileExtractDefaultDirectoryClear";
this.btnFileExtractDefaultDirectoryClear.Size = new System.Drawing.Size(30, 24);
this.btnFileExtractDefaultDirectoryClear.TabIndex = 76;
this.btnFileExtractDefaultDirectoryClear.UseVisualStyleBackColor = true;
this.btnFileExtractDefaultDirectoryClear.Click += new System.EventHandler(this.EventClick);
//
// btnFileExtractDefaultDirectorySearch
//
this.btnFileExtractDefaultDirectorySearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileExtractDefaultDirectorySearch.Image = global::UVtools.GUI.Properties.Resources.Open_16x16;
this.btnFileExtractDefaultDirectorySearch.Location = new System.Drawing.Point(580, 133);
this.btnFileExtractDefaultDirectorySearch.Name = "btnFileExtractDefaultDirectorySearch";
this.btnFileExtractDefaultDirectorySearch.Size = new System.Drawing.Size(30, 24);
this.btnFileExtractDefaultDirectorySearch.TabIndex = 75;
this.btnFileExtractDefaultDirectorySearch.UseVisualStyleBackColor = true;
this.btnFileExtractDefaultDirectorySearch.Click += new System.EventHandler(this.EventClick);
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(3, 136);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(191, 18);
this.label32.TabIndex = 74;
this.label32.Text = "File extract default directory:";
//
// tbFileExtractDefaultDirectory
//
this.tbFileExtractDefaultDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbFileExtractDefaultDirectory.Location = new System.Drawing.Point(205, 133);
this.tbFileExtractDefaultDirectory.Name = "tbFileExtractDefaultDirectory";
this.tbFileExtractDefaultDirectory.ReadOnly = true;
this.tbFileExtractDefaultDirectory.Size = new System.Drawing.Size(369, 24);
this.tbFileExtractDefaultDirectory.TabIndex = 73;
//
// btnFileConvertDefaultDirectoryClear
//
this.btnFileConvertDefaultDirectoryClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileConvertDefaultDirectoryClear.Image = global::UVtools.GUI.Properties.Resources.delete_16x16;
this.btnFileConvertDefaultDirectoryClear.Location = new System.Drawing.Point(616, 167);
this.btnFileConvertDefaultDirectoryClear.Name = "btnFileConvertDefaultDirectoryClear";
this.btnFileConvertDefaultDirectoryClear.Size = new System.Drawing.Size(30, 24);
this.btnFileConvertDefaultDirectoryClear.TabIndex = 72;
this.btnFileConvertDefaultDirectoryClear.UseVisualStyleBackColor = true;
this.btnFileConvertDefaultDirectoryClear.Click += new System.EventHandler(this.EventClick);
//
// btnFileConvertDefaultDirectorySearch
//
this.btnFileConvertDefaultDirectorySearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileConvertDefaultDirectorySearch.Image = global::UVtools.GUI.Properties.Resources.Open_16x16;
this.btnFileConvertDefaultDirectorySearch.Location = new System.Drawing.Point(580, 167);
this.btnFileConvertDefaultDirectorySearch.Name = "btnFileConvertDefaultDirectorySearch";
this.btnFileConvertDefaultDirectorySearch.Size = new System.Drawing.Size(30, 24);
this.btnFileConvertDefaultDirectorySearch.TabIndex = 71;
this.btnFileConvertDefaultDirectorySearch.UseVisualStyleBackColor = true;
this.btnFileConvertDefaultDirectorySearch.Click += new System.EventHandler(this.EventClick);
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(3, 170);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(196, 18);
this.label31.TabIndex = 70;
this.label31.Text = "File convert default directory:";
//
// tbFileConvertDefaultDirectory
//
this.tbFileConvertDefaultDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbFileConvertDefaultDirectory.Location = new System.Drawing.Point(205, 167);
this.tbFileConvertDefaultDirectory.Name = "tbFileConvertDefaultDirectory";
this.tbFileConvertDefaultDirectory.ReadOnly = true;
this.tbFileConvertDefaultDirectory.Size = new System.Drawing.Size(369, 24);
this.tbFileConvertDefaultDirectory.TabIndex = 69;
//
// btnFileSaveDefaultDirectoryClear
//
this.btnFileSaveDefaultDirectoryClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileSaveDefaultDirectoryClear.Image = global::UVtools.GUI.Properties.Resources.delete_16x16;
this.btnFileSaveDefaultDirectoryClear.Location = new System.Drawing.Point(616, 99);
this.btnFileSaveDefaultDirectoryClear.Name = "btnFileSaveDefaultDirectoryClear";
this.btnFileSaveDefaultDirectoryClear.Size = new System.Drawing.Size(30, 24);
this.btnFileSaveDefaultDirectoryClear.TabIndex = 68;
this.btnFileSaveDefaultDirectoryClear.UseVisualStyleBackColor = true;
this.btnFileSaveDefaultDirectoryClear.Click += new System.EventHandler(this.EventClick);
//
// btnFileSaveDefaultDirectorySearch
//
this.btnFileSaveDefaultDirectorySearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileSaveDefaultDirectorySearch.Image = global::UVtools.GUI.Properties.Resources.Open_16x16;
this.btnFileSaveDefaultDirectorySearch.Location = new System.Drawing.Point(580, 99);
this.btnFileSaveDefaultDirectorySearch.Name = "btnFileSaveDefaultDirectorySearch";
this.btnFileSaveDefaultDirectorySearch.Size = new System.Drawing.Size(30, 24);
this.btnFileSaveDefaultDirectorySearch.TabIndex = 67;
this.btnFileSaveDefaultDirectorySearch.UseVisualStyleBackColor = true;
this.btnFileSaveDefaultDirectorySearch.Click += new System.EventHandler(this.EventClick);
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(3, 102);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(198, 18);
this.label30.TabIndex = 66;
this.label30.Text = "File save as default directory:";
//
// tbFileSaveDefaultDirectory
//
this.tbFileSaveDefaultDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbFileSaveDefaultDirectory.Location = new System.Drawing.Point(205, 99);
this.tbFileSaveDefaultDirectory.Name = "tbFileSaveDefaultDirectory";
this.tbFileSaveDefaultDirectory.ReadOnly = true;
this.tbFileSaveDefaultDirectory.Size = new System.Drawing.Size(369, 24);
this.tbFileSaveDefaultDirectory.TabIndex = 65;
//
// btnFileOpenDefaultDirectoryClear
//
this.btnFileOpenDefaultDirectoryClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileOpenDefaultDirectoryClear.Image = global::UVtools.GUI.Properties.Resources.delete_16x16;
this.btnFileOpenDefaultDirectoryClear.Location = new System.Drawing.Point(616, 65);
this.btnFileOpenDefaultDirectoryClear.Name = "btnFileOpenDefaultDirectoryClear";
this.btnFileOpenDefaultDirectoryClear.Size = new System.Drawing.Size(30, 24);
this.btnFileOpenDefaultDirectoryClear.TabIndex = 64;
this.btnFileOpenDefaultDirectoryClear.UseVisualStyleBackColor = true;
this.btnFileOpenDefaultDirectoryClear.Click += new System.EventHandler(this.EventClick);
//
// btnFileOpenDefaultDirectorySearch
//
this.btnFileOpenDefaultDirectorySearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileOpenDefaultDirectorySearch.Image = global::UVtools.GUI.Properties.Resources.Open_16x16;
this.btnFileOpenDefaultDirectorySearch.Location = new System.Drawing.Point(580, 65);
this.btnFileOpenDefaultDirectorySearch.Name = "btnFileOpenDefaultDirectorySearch";
this.btnFileOpenDefaultDirectorySearch.Size = new System.Drawing.Size(30, 24);
this.btnFileOpenDefaultDirectorySearch.TabIndex = 63;
this.btnFileOpenDefaultDirectorySearch.UseVisualStyleBackColor = true;
this.btnFileOpenDefaultDirectorySearch.Click += new System.EventHandler(this.EventClick);
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(3, 68);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(180, 18);
this.label29.TabIndex = 62;
this.label29.Text = "File open default directory:";
//
// tbFileOpenDefaultDirectory
//
this.tbFileOpenDefaultDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbFileOpenDefaultDirectory.Location = new System.Drawing.Point(205, 65);
this.tbFileOpenDefaultDirectory.Name = "tbFileOpenDefaultDirectory";
this.tbFileOpenDefaultDirectory.ReadOnly = true;
this.tbFileOpenDefaultDirectory.Size = new System.Drawing.Size(369, 24);
this.tbFileOpenDefaultDirectory.TabIndex = 61;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(3, 33);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(154, 18);
this.label22.TabIndex = 55;
this.label22.Text = "File open dialog filters:";
//
// cbDefaultOpenFileExtension
//
this.cbDefaultOpenFileExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbDefaultOpenFileExtension.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDefaultOpenFileExtension.FormattingEnabled = true;
this.cbDefaultOpenFileExtension.Location = new System.Drawing.Point(205, 29);
this.cbDefaultOpenFileExtension.Name = "cbDefaultOpenFileExtension";
this.cbDefaultOpenFileExtension.Size = new System.Drawing.Size(441, 26);
this.cbDefaultOpenFileExtension.TabIndex = 54;
this.toolTip.SetToolTip(this.cbDefaultOpenFileExtension, "Sets default file extensions that will be filtered by the File Open Dialog Box.");
//
// label28
//
this.label28.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(408, 236);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(48, 18);
this.label28.TabIndex = 60;
this.label28.Text = "Suffix:";
//
// cbFileSavePromptOverwrite
//
this.cbFileSavePromptOverwrite.AutoSize = true;
this.cbFileSavePromptOverwrite.Location = new System.Drawing.Point(6, 201);
this.cbFileSavePromptOverwrite.Name = "cbFileSavePromptOverwrite";
this.cbFileSavePromptOverwrite.Size = new System.Drawing.Size(381, 22);
this.cbFileSavePromptOverwrite.TabIndex = 56;
this.cbFileSavePromptOverwrite.Text = "On file \"Save\" prompt for file overwrite for the first time";
this.cbFileSavePromptOverwrite.UseVisualStyleBackColor = true;
//
// tbFileSaveNameSuffix
//
this.tbFileSaveNameSuffix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tbFileSaveNameSuffix.Location = new System.Drawing.Point(462, 233);
this.tbFileSaveNameSuffix.Name = "tbFileSaveNameSuffix";
this.tbFileSaveNameSuffix.Size = new System.Drawing.Size(184, 24);
this.tbFileSaveNameSuffix.TabIndex = 59;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(6, 236);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(145, 18);
this.label27.TabIndex = 57;
this.label27.Text = "File \"Save as\" preffix:";
//
// tbFileSaveNamePreffix
//
this.tbFileSaveNamePreffix.Location = new System.Drawing.Point(159, 233);
this.tbFileSaveNamePreffix.Name = "tbFileSaveNamePreffix";
this.tbFileSaveNamePreffix.Size = new System.Drawing.Size(184, 24);
this.tbFileSaveNamePreffix.TabIndex = 58;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.cbLoadDemoFileOnStartup);
this.groupBox4.Controls.Add(this.cbStartMaximized);
this.groupBox4.Controls.Add(this.cbCheckForUpdatesOnStartup);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox4.Location = new System.Drawing.Point(3, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(655, 120);
this.groupBox4.TabIndex = 15;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Startup";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox9);
this.tabPage2.Controls.Add(this.groupBox8);
this.tabPage2.Controls.Add(this.groupBox7);
this.tabPage2.Controls.Add(this.groupBox6);
this.tabPage2.Location = new System.Drawing.Point(4, 27);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(661, 681);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Layer Preview";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox9
//
this.groupBox9.Controls.Add(this.cbLayerAutoRotateBestView);
this.groupBox9.Controls.Add(this.cbLayerZoomToFit);
this.groupBox9.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox9.Location = new System.Drawing.Point(3, 530);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(655, 63);
this.groupBox9.TabIndex = 56;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "Miscellaneous";
//
// cbLayerAutoRotateBestView
//
this.cbLayerAutoRotateBestView.AutoSize = true;
this.cbLayerAutoRotateBestView.Location = new System.Drawing.Point(12, 27);
this.cbLayerAutoRotateBestView.Name = "cbLayerAutoRotateBestView";
this.cbLayerAutoRotateBestView.Size = new System.Drawing.Size(152, 22);
this.cbLayerAutoRotateBestView.TabIndex = 2;
this.cbLayerAutoRotateBestView.Text = "Auto rotate on load";
this.toolTip.SetToolTip(this.cbLayerAutoRotateBestView, "Rotate layer for best fit in layer preview when file is loaded.");
this.cbLayerAutoRotateBestView.UseVisualStyleBackColor = true;
//
// cbLayerZoomToFit
//
this.cbLayerZoomToFit.AutoSize = true;
this.cbLayerZoomToFit.Location = new System.Drawing.Point(208, 27);
this.cbLayerZoomToFit.Name = "cbLayerZoomToFit";
this.cbLayerZoomToFit.Size = new System.Drawing.Size(152, 22);
this.cbLayerZoomToFit.TabIndex = 3;
this.cbLayerZoomToFit.Text = "Zoom to fit on load";
this.toolTip.SetToolTip(this.cbLayerZoomToFit, "Zoom layer to fit layer preview when file is loaded.");
this.cbLayerZoomToFit.UseVisualStyleBackColor = true;
//
// groupBox8
//
this.groupBox8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox8.Controls.Add(this.label44);
this.groupBox8.Controls.Add(this.cbCrosshairShowOnlyOnSelectedIssues);
this.groupBox8.Controls.Add(this.cbCrosshairFadeLevel);
this.groupBox8.Controls.Add(this.nmCrosshairLineLength);
this.groupBox8.Controls.Add(this.label40);
this.groupBox8.Controls.Add(this.label36);
this.groupBox8.Controls.Add(this.label41);
this.groupBox8.Controls.Add(this.label39);
this.groupBox8.Controls.Add(this.nmCrosshairLineMargin);
this.groupBox8.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox8.Location = new System.Drawing.Point(3, 428);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(655, 102);
this.groupBox8.TabIndex = 55;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "Crosshairs";
//
// label44
//
this.label44.AutoSize = true;
this.label44.Location = new System.Drawing.Point(4, 68);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(150, 18);
this.label44.TabIndex = 61;
this.label44.Text = "Crosshairs fade after:";
//
// cbCrosshairShowOnlyOnSelectedIssues
//
this.cbCrosshairShowOnlyOnSelectedIssues.AutoSize = true;
this.cbCrosshairShowOnlyOnSelectedIssues.Location = new System.Drawing.Point(7, 35);
this.cbCrosshairShowOnlyOnSelectedIssues.Name = "cbCrosshairShowOnlyOnSelectedIssues";
this.cbCrosshairShowOnlyOnSelectedIssues.Size = new System.Drawing.Size(298, 22);
this.cbCrosshairShowOnlyOnSelectedIssues.TabIndex = 53;
this.cbCrosshairShowOnlyOnSelectedIssues.Text = "Show crosshairs for selected issues only";
this.toolTip.SetToolTip(this.cbCrosshairShowOnlyOnSelectedIssues, "Determines weather crosshairs are displayed for all issue, or only selected issue" +
"s.");
this.cbCrosshairShowOnlyOnSelectedIssues.UseVisualStyleBackColor = true;
//
// cbCrosshairFadeLevel
//
this.cbCrosshairFadeLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cbCrosshairFadeLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCrosshairFadeLevel.FormattingEnabled = true;
this.cbCrosshairFadeLevel.Location = new System.Drawing.Point(160, 64);
this.cbCrosshairFadeLevel.Name = "cbCrosshairFadeLevel";
this.cbCrosshairFadeLevel.Size = new System.Drawing.Size(141, 26);
this.cbCrosshairFadeLevel.TabIndex = 54;
this.toolTip.SetToolTip(this.cbCrosshairFadeLevel, "Determines the zoom factor after which the crosshairs will automatically be hidde" +
"n.");
//
// nmCrosshairLineLength
//
this.nmCrosshairLineLength.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmCrosshairLineLength.Location = new System.Drawing.Point(569, 35);
this.nmCrosshairLineLength.Maximum = new decimal(new int[] {
1000000,
0,
0,
0});
this.nmCrosshairLineLength.Name = "nmCrosshairLineLength";
this.nmCrosshairLineLength.Size = new System.Drawing.Size(57, 24);
this.nmCrosshairLineLength.TabIndex = 55;
this.toolTip.SetToolTip(this.nmCrosshairLineLength, "Length of the crosshair line in pixels. Setting this value to 0 will use the ful" +
"l lenght and height of the layer.");
//
// label40
//
this.label40.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(627, 69);
this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(23, 18);
this.label40.TabIndex = 60;
this.label40.Text = "px";
//
// label36
//
this.label36.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(454, 38);
this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(108, 18);
this.label36.TabIndex = 57;
this.label36.Text = "Crosshair size:";
//
// label41
//
this.label41.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(436, 69);
this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(126, 18);
this.label41.TabIndex = 59;
this.label41.Text = "Crosshair margin:";
//
// label39
//
this.label39.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(627, 35);
this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(23, 18);
this.label39.TabIndex = 58;
this.label39.Text = "px";
//
// nmCrosshairLineMargin
//
this.nmCrosshairLineMargin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmCrosshairLineMargin.Location = new System.Drawing.Point(569, 66);
this.nmCrosshairLineMargin.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.nmCrosshairLineMargin.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nmCrosshairLineMargin.Name = "nmCrosshairLineMargin";
this.nmCrosshairLineMargin.Size = new System.Drawing.Size(57, 24);
this.nmCrosshairLineMargin.TabIndex = 56;
this.toolTip.SetToolTip(this.nmCrosshairLineMargin, "Determines the margin between the end of the crosshair, and the bounding rectangl" +
"e of an issue.");
this.nmCrosshairLineMargin.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// groupBox7
//
this.groupBox7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox7.Controls.Add(this.label43);
this.groupBox7.Controls.Add(this.cbZoomToFit);
this.groupBox7.Controls.Add(this.cbZoomIssues);
this.groupBox7.Controls.Add(this.label38);
this.groupBox7.Controls.Add(this.cbZoomLockLevel);
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox7.Location = new System.Drawing.Point(3, 331);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(655, 97);
this.groupBox7.TabIndex = 54;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Zoom";
//
// label43
//
this.label43.AutoSize = true;
this.label43.Location = new System.Drawing.Point(8, 27);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(109, 18);
this.label43.TabIndex = 57;
this.label43.Text = "Zoom out to fit:";
//
// cbZoomToFit
//
this.cbZoomToFit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cbZoomToFit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbZoomToFit.DropDownWidth = 180;
this.cbZoomToFit.FormattingEnabled = true;
this.cbZoomToFit.Items.AddRange(new object[] {
"Print Volume Boundary",
"Layer Boundary"});
this.cbZoomToFit.Location = new System.Drawing.Point(123, 24);
this.cbZoomToFit.Name = "cbZoomToFit";
this.cbZoomToFit.Size = new System.Drawing.Size(178, 26);
this.cbZoomToFit.TabIndex = 55;
this.toolTip.SetToolTip(this.cbZoomToFit, "Determines whether double-right-click will zoom out to layer boundary or to print" +
" volume boundary. Holding ALT during double-click will invert this behavior.");
//
// cbZoomIssues
//
this.cbZoomIssues.AutoSize = true;
this.cbZoomIssues.Location = new System.Drawing.Point(11, 60);
this.cbZoomIssues.Name = "cbZoomIssues";
this.cbZoomIssues.Size = new System.Drawing.Size(290, 22);
this.cbZoomIssues.TabIndex = 52;
this.cbZoomIssues.Text = "Auto zoom && center issues on selection";
this.toolTip.SetToolTip(this.cbZoomIssues, "Automatically zoom and center issues when they are selected. When enabled, singl" +
"e-left-click will behave the same as double-left-click.");
this.cbZoomIssues.UseVisualStyleBackColor = true;
//
// label38
//
this.label38.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(453, 27);
this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(109, 18);
this.label38.TabIndex = 56;
this.label38.Text = "Zoom In factor:";
//
// cbZoomLockLevel
//
this.cbZoomLockLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cbZoomLockLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbZoomLockLevel.FormattingEnabled = true;
this.cbZoomLockLevel.Location = new System.Drawing.Point(569, 23);
this.cbZoomLockLevel.Name = "cbZoomLockLevel";
this.cbZoomLockLevel.Size = new System.Drawing.Size(72, 26);
this.cbZoomLockLevel.TabIndex = 53;
this.toolTip.SetToolTip(this.cbZoomLockLevel, "Default zoom factor to be used when zooming in via double-left-click. This zoom " +
"factor can be changed on-the-fly by holding the scroll wheel for 1 second.");
//
// groupBox6
//
this.groupBox6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox6.Controls.Add(this.btnOverhangColor);
this.groupBox6.Controls.Add(this.btnOverhangHLColor);
this.groupBox6.Controls.Add(this.label47);
this.groupBox6.Controls.Add(this.cbLayerTooltipOverlay);
this.groupBox6.Controls.Add(this.label46);
this.groupBox6.Controls.Add(this.nmLayerTooltipOverlayOpacity);
this.groupBox6.Controls.Add(this.btnLayerTooltipOverlayColor);
this.groupBox6.Controls.Add(this.label45);
this.groupBox6.Controls.Add(this.label1);
this.groupBox6.Controls.Add(this.label2);
this.groupBox6.Controls.Add(this.cbOutlineHollowAreas);
this.groupBox6.Controls.Add(this.btnPreviousNextLayerColor);
this.groupBox6.Controls.Add(this.btnPreviousLayerColor);
this.groupBox6.Controls.Add(this.label18);
this.groupBox6.Controls.Add(this.btnIslandColor);
this.groupBox6.Controls.Add(this.btnIslandHLColor);
this.groupBox6.Controls.Add(this.nmOutlineHollowAreasLineThickness);
this.groupBox6.Controls.Add(this.label3);
this.groupBox6.Controls.Add(this.cbLayerDifferenceDefault);
this.groupBox6.Controls.Add(this.label19);
this.groupBox6.Controls.Add(this.btnResinTrapColor);
this.groupBox6.Controls.Add(this.btnResinTrapHLColor);
this.groupBox6.Controls.Add(this.btnOutlineHollowAreasColor);
this.groupBox6.Controls.Add(this.btnNextLayerColor);
this.groupBox6.Controls.Add(this.btnOutlinePrintVolumeBoundsColor);
this.groupBox6.Controls.Add(this.cbOutlineLayerBounds);
this.groupBox6.Controls.Add(this.label6);
this.groupBox6.Controls.Add(this.label14);
this.groupBox6.Controls.Add(this.label16);
this.groupBox6.Controls.Add(this.label4);
this.groupBox6.Controls.Add(this.nmOutlineLayerBoundsLineThickness);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Controls.Add(this.label15);
this.groupBox6.Controls.Add(this.label17);
this.groupBox6.Controls.Add(this.btnTouchingBoundsColor);
this.groupBox6.Controls.Add(this.cbOutlinePrintVolumeBounds);
this.groupBox6.Controls.Add(this.btnOutlineLayerBoundsColor);
this.groupBox6.Controls.Add(this.label37);
this.groupBox6.Controls.Add(this.nmOutlinePrintVolumeBoundsLineThickness);
this.groupBox6.Controls.Add(this.btnCrosshairColor);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox6.Location = new System.Drawing.Point(3, 3);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(655, 328);
this.groupBox6.TabIndex = 53;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Layer Colors";
//
// btnOverhangColor
//
this.btnOverhangColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOverhangColor.BackColor = System.Drawing.Color.White;
this.btnOverhangColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnOverhangColor.FlatAppearance.BorderSize = 2;
this.btnOverhangColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOverhangColor.Location = new System.Drawing.Point(589, 187);
this.btnOverhangColor.Margin = new System.Windows.Forms.Padding(4);
this.btnOverhangColor.Name = "btnOverhangColor";
this.btnOverhangColor.Size = new System.Drawing.Size(24, 24);
this.btnOverhangColor.TabIndex = 70;
this.toolTip.SetToolTip(this.btnOverhangColor, "Islands on the layer that are not currently selected.");
this.btnOverhangColor.UseVisualStyleBackColor = false;
this.btnOverhangColor.Click += new System.EventHandler(this.EventClick);
//
// btnOverhangHLColor
//
this.btnOverhangHLColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOverhangHLColor.BackColor = System.Drawing.Color.White;
this.btnOverhangHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnOverhangHLColor.FlatAppearance.BorderSize = 2;
this.btnOverhangHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOverhangHLColor.Location = new System.Drawing.Point(620, 187);
this.btnOverhangHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnOverhangHLColor.Name = "btnOverhangHLColor";
this.btnOverhangHLColor.Size = new System.Drawing.Size(24, 24);
this.btnOverhangHLColor.TabIndex = 71;
this.toolTip.SetToolTip(this.btnOverhangHLColor, "Islands on the layer that are currently selected in the issue list.");
this.btnOverhangHLColor.UseVisualStyleBackColor = false;
this.btnOverhangHLColor.Click += new System.EventHandler(this.EventClick);
//
// label47
//
this.label47.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label47.AutoSize = true;
this.label47.Location = new System.Drawing.Point(371, 190);
this.label47.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label47.Name = "label47";
this.label47.Size = new System.Drawing.Size(210, 18);
this.label47.TabIndex = 69;
this.label47.Text = "Overhang / Selected overhang:";
//
// cbLayerTooltipOverlay
//
this.cbLayerTooltipOverlay.AutoSize = true;
this.cbLayerTooltipOverlay.Location = new System.Drawing.Point(423, 31);
this.cbLayerTooltipOverlay.Name = "cbLayerTooltipOverlay";
this.cbLayerTooltipOverlay.Size = new System.Drawing.Size(131, 22);
this.cbLayerTooltipOverlay.TabIndex = 4;
this.cbLayerTooltipOverlay.Text = "Show by default";
this.toolTip.SetToolTip(this.cbLayerTooltipOverlay, "Show or hide layer preview tooltips for select, ROI, and pixel edit modes.");
this.cbLayerTooltipOverlay.UseVisualStyleBackColor = true;
//
// label46
//
this.label46.AutoSize = true;
this.label46.Location = new System.Drawing.Point(313, 27);
this.label46.Name = "label46";
this.label46.Size = new System.Drawing.Size(58, 18);
this.label46.TabIndex = 68;
this.label46.Text = "Opacity";
//
// nmLayerTooltipOverlayOpacity
//
this.nmLayerTooltipOverlayOpacity.Location = new System.Drawing.Point(243, 24);
this.nmLayerTooltipOverlayOpacity.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.nmLayerTooltipOverlayOpacity.Minimum = new decimal(new int[] {
50,
0,
0,
0});
this.nmLayerTooltipOverlayOpacity.Name = "nmLayerTooltipOverlayOpacity";
this.nmLayerTooltipOverlayOpacity.Size = new System.Drawing.Size(63, 24);
this.nmLayerTooltipOverlayOpacity.TabIndex = 67;
this.toolTip.SetToolTip(this.nmLayerTooltipOverlayOpacity, "Range 50 to 255 (Solid)");
this.nmLayerTooltipOverlayOpacity.Value = new decimal(new int[] {
255,
0,
0,
0});
//
// btnLayerTooltipOverlayColor
//
this.btnLayerTooltipOverlayColor.BackColor = System.Drawing.Color.White;
this.btnLayerTooltipOverlayColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnLayerTooltipOverlayColor.FlatAppearance.BorderSize = 2;
this.btnLayerTooltipOverlayColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLayerTooltipOverlayColor.Location = new System.Drawing.Point(209, 24);
this.btnLayerTooltipOverlayColor.Margin = new System.Windows.Forms.Padding(4);
this.btnLayerTooltipOverlayColor.Name = "btnLayerTooltipOverlayColor";
this.btnLayerTooltipOverlayColor.Size = new System.Drawing.Size(24, 24);
this.btnLayerTooltipOverlayColor.TabIndex = 65;
this.toolTip.SetToolTip(this.btnLayerTooltipOverlayColor, "Color used to draw the bounding rectangle around the print volume.");
this.btnLayerTooltipOverlayColor.UseVisualStyleBackColor = false;
this.btnLayerTooltipOverlayColor.Click += new System.EventHandler(this.EventClick);
//
// label45
//
this.label45.AutoSize = true;
this.label45.Location = new System.Drawing.Point(11, 27);
this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(108, 18);
this.label45.TabIndex = 66;
this.label45.Text = "Tooltip overlay:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 218);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(190, 18);
this.label1.TabIndex = 39;
this.label1.Text = "Prev && next layer difference:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 154);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(173, 18);
this.label2.TabIndex = 34;
this.label2.Text = "Previous layer difference:";
//
// cbOutlineHollowAreas
//
this.cbOutlineHollowAreas.AutoSize = true;
this.cbOutlineHollowAreas.Location = new System.Drawing.Point(423, 123);
this.cbOutlineHollowAreas.Name = "cbOutlineHollowAreas";
this.cbOutlineHollowAreas.Size = new System.Drawing.Size(131, 22);
this.cbOutlineHollowAreas.TabIndex = 46;
this.cbOutlineHollowAreas.Text = "Show by default";
this.toolTip.SetToolTip(this.cbOutlineHollowAreas, "Determines the default state of the \'Hollow Area Outline\' toolstrip setting.");
this.cbOutlineHollowAreas.UseVisualStyleBackColor = true;
//
// 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(209, 215);
this.btnPreviousNextLayerColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPreviousNextLayerColor.Name = "btnPreviousNextLayerColor";
this.btnPreviousNextLayerColor.Size = new System.Drawing.Size(24, 24);
this.btnPreviousNextLayerColor.TabIndex = 52;
this.toolTip.SetToolTip(this.btnPreviousNextLayerColor, "Pixels present on the previous layer and the next layer, but not on the current l" +
"ayer.");
this.btnPreviousNextLayerColor.UseVisualStyleBackColor = false;
this.btnPreviousNextLayerColor.Click += new System.EventHandler(this.EventClick);
//
// 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(209, 151);
this.btnPreviousLayerColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPreviousLayerColor.Name = "btnPreviousLayerColor";
this.btnPreviousLayerColor.Size = new System.Drawing.Size(24, 24);
this.btnPreviousLayerColor.TabIndex = 48;
this.toolTip.SetToolTip(this.btnPreviousLayerColor, "Pixels present on the previous layer, but not on the current layer. Represents w" +
"here the current layer has receeded.");
this.btnPreviousLayerColor.UseVisualStyleBackColor = false;
this.btnPreviousLayerColor.Click += new System.EventHandler(this.EventClick);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(313, 123);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(102, 18);
this.label18.TabIndex = 64;
this.label18.Text = "Line thickness";
//
// 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(589, 155);
this.btnIslandColor.Margin = new System.Windows.Forms.Padding(4);
this.btnIslandColor.Name = "btnIslandColor";
this.btnIslandColor.Size = new System.Drawing.Size(24, 24);
this.btnIslandColor.TabIndex = 53;
this.toolTip.SetToolTip(this.btnIslandColor, "Islands on the layer that are not currently selected.");
this.btnIslandColor.UseVisualStyleBackColor = false;
this.btnIslandColor.Click += new System.EventHandler(this.EventClick);
//
// btnIslandHLColor
//
this.btnIslandHLColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnIslandHLColor.BackColor = System.Drawing.Color.White;
this.btnIslandHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnIslandHLColor.FlatAppearance.BorderSize = 2;
this.btnIslandHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnIslandHLColor.Location = new System.Drawing.Point(620, 155);
this.btnIslandHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnIslandHLColor.Name = "btnIslandHLColor";
this.btnIslandHLColor.Size = new System.Drawing.Size(24, 24);
this.btnIslandHLColor.TabIndex = 54;
this.toolTip.SetToolTip(this.btnIslandHLColor, "Islands on the layer that are currently selected in the issue list.");
this.btnIslandHLColor.UseVisualStyleBackColor = false;
this.btnIslandHLColor.Click += new System.EventHandler(this.EventClick);
//
// nmOutlineHollowAreasLineThickness
//
this.nmOutlineHollowAreasLineThickness.Location = new System.Drawing.Point(243, 120);
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(63, 24);
this.nmOutlineHollowAreasLineThickness.TabIndex = 45;
this.toolTip.SetToolTip(this.nmOutlineHollowAreasLineThickness, "Range -1 to 50, -1 for fill");
this.nmOutlineHollowAreasLineThickness.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 186);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(145, 18);
this.label3.TabIndex = 37;
this.label3.Text = "Next layer difference:";
//
// cbLayerDifferenceDefault
//
this.cbLayerDifferenceDefault.AutoSize = true;
this.cbLayerDifferenceDefault.Location = new System.Drawing.Point(14, 250);
this.cbLayerDifferenceDefault.Name = "cbLayerDifferenceDefault";
this.cbLayerDifferenceDefault.Size = new System.Drawing.Size(235, 22);
this.cbLayerDifferenceDefault.TabIndex = 59;
this.cbLayerDifferenceDefault.Text = "Show layer diff colors by default";
this.toolTip.SetToolTip(this.cbLayerDifferenceDefault, "Determines whether differences will be visulaized by default by setting the defau" +
"lt state of the \'Difference\' toolstrip button");
this.cbLayerDifferenceDefault.UseVisualStyleBackColor = true;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(11, 123);
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(138, 18);
this.label19.TabIndex = 63;
this.label19.Text = "Hollow area outline:";
//
// 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(589, 219);
this.btnResinTrapColor.Margin = new System.Windows.Forms.Padding(4);
this.btnResinTrapColor.Name = "btnResinTrapColor";
this.btnResinTrapColor.Size = new System.Drawing.Size(24, 24);
this.btnResinTrapColor.TabIndex = 55;
this.toolTip.SetToolTip(this.btnResinTrapColor, "Resin Traps on the layer that are not currently selected.");
this.btnResinTrapColor.UseVisualStyleBackColor = false;
this.btnResinTrapColor.Click += new System.EventHandler(this.EventClick);
//
// btnResinTrapHLColor
//
this.btnResinTrapHLColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnResinTrapHLColor.BackColor = System.Drawing.Color.White;
this.btnResinTrapHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnResinTrapHLColor.FlatAppearance.BorderSize = 2;
this.btnResinTrapHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnResinTrapHLColor.Location = new System.Drawing.Point(620, 219);
this.btnResinTrapHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnResinTrapHLColor.Name = "btnResinTrapHLColor";
this.btnResinTrapHLColor.Size = new System.Drawing.Size(24, 24);
this.btnResinTrapHLColor.TabIndex = 56;
this.toolTip.SetToolTip(this.btnResinTrapHLColor, "Resin Traps on the layer that are currently selected in the issue list.");
this.btnResinTrapHLColor.UseVisualStyleBackColor = false;
this.btnResinTrapHLColor.Click += new System.EventHandler(this.EventClick);
//
// 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(209, 120);
this.btnOutlineHollowAreasColor.Margin = new System.Windows.Forms.Padding(4);
this.btnOutlineHollowAreasColor.Name = "btnOutlineHollowAreasColor";
this.btnOutlineHollowAreasColor.Size = new System.Drawing.Size(24, 24);
this.btnOutlineHollowAreasColor.TabIndex = 43;
this.toolTip.SetToolTip(this.btnOutlineHollowAreasColor, "Color used to outline (or fill) hollow areas on the layer.");
this.btnOutlineHollowAreasColor.UseVisualStyleBackColor = false;
this.btnOutlineHollowAreasColor.Click += new System.EventHandler(this.EventClick);
//
// 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(209, 183);
this.btnNextLayerColor.Margin = new System.Windows.Forms.Padding(4);
this.btnNextLayerColor.Name = "btnNextLayerColor";
this.btnNextLayerColor.Size = new System.Drawing.Size(24, 24);
this.btnNextLayerColor.TabIndex = 50;
this.toolTip.SetToolTip(this.btnNextLayerColor, "Pixels present on the next layer, but not on the current layer. Represens where " +
"the next layer will grow.");
this.btnNextLayerColor.UseVisualStyleBackColor = false;
this.btnNextLayerColor.Click += new System.EventHandler(this.EventClick);
//
// 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(209, 56);
this.btnOutlinePrintVolumeBoundsColor.Margin = new System.Windows.Forms.Padding(4);
this.btnOutlinePrintVolumeBoundsColor.Name = "btnOutlinePrintVolumeBoundsColor";
this.btnOutlinePrintVolumeBoundsColor.Size = new System.Drawing.Size(24, 24);
this.btnOutlinePrintVolumeBoundsColor.TabIndex = 35;
this.toolTip.SetToolTip(this.btnOutlinePrintVolumeBoundsColor, "Color used to draw the bounding rectangle around the print volume.");
this.btnOutlinePrintVolumeBoundsColor.UseVisualStyleBackColor = false;
this.btnOutlinePrintVolumeBoundsColor.Click += new System.EventHandler(this.EventClick);
//
// cbOutlineLayerBounds
//
this.cbOutlineLayerBounds.AutoSize = true;
this.cbOutlineLayerBounds.Location = new System.Drawing.Point(423, 91);
this.cbOutlineLayerBounds.Name = "cbOutlineLayerBounds";
this.cbOutlineLayerBounds.Size = new System.Drawing.Size(131, 22);
this.cbOutlineLayerBounds.TabIndex = 42;
this.cbOutlineLayerBounds.Text = "Show by default";
this.toolTip.SetToolTip(this.cbOutlineLayerBounds, "Determines the default state of the \'Layer Boundary\' toolstrip setting.");
this.cbOutlineLayerBounds.UseVisualStyleBackColor = true;
//
// 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(443, 253);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(138, 18);
this.label6.TabIndex = 49;
this.label6.Text = "Touching boundary:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(11, 59);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(159, 18);
this.label14.TabIndex = 58;
this.label14.Text = "Print volume boundary:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(313, 91);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(102, 18);
this.label16.TabIndex = 62;
this.label16.Text = "Line thickness";
//
// 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(420, 158);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(161, 18);
this.label4.TabIndex = 44;
this.label4.Text = "Island / Selected island:";
//
// nmOutlineLayerBoundsLineThickness
//
this.nmOutlineLayerBoundsLineThickness.Location = new System.Drawing.Point(243, 88);
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(63, 24);
this.nmOutlineLayerBoundsLineThickness.TabIndex = 41;
this.toolTip.SetToolTip(this.nmOutlineLayerBoundsLineThickness, "Range 1 to 50");
this.nmOutlineLayerBoundsLineThickness.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// 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(368, 222);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(213, 18);
this.label5.TabIndex = 47;
this.label5.Text = "Resin trap / Selected resin trap:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(313, 59);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(102, 18);
this.label15.TabIndex = 60;
this.label15.Text = "Line thickness";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(11, 91);
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(113, 18);
this.label17.TabIndex = 61;
this.label17.Text = "Layer boundary:";
//
// 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(589, 251);
this.btnTouchingBoundsColor.Margin = new System.Windows.Forms.Padding(4);
this.btnTouchingBoundsColor.Name = "btnTouchingBoundsColor";
this.btnTouchingBoundsColor.Size = new System.Drawing.Size(24, 24);
this.btnTouchingBoundsColor.TabIndex = 57;
this.toolTip.SetToolTip(this.btnTouchingBoundsColor, "Pixels that are touching the plate boundary.");
this.btnTouchingBoundsColor.UseVisualStyleBackColor = false;
this.btnTouchingBoundsColor.Click += new System.EventHandler(this.EventClick);
//
// cbOutlinePrintVolumeBounds
//
this.cbOutlinePrintVolumeBounds.AutoSize = true;
this.cbOutlinePrintVolumeBounds.Location = new System.Drawing.Point(423, 59);
this.cbOutlinePrintVolumeBounds.Name = "cbOutlinePrintVolumeBounds";
this.cbOutlinePrintVolumeBounds.Size = new System.Drawing.Size(131, 22);
this.cbOutlinePrintVolumeBounds.TabIndex = 38;
this.cbOutlinePrintVolumeBounds.Text = "Show by default";
this.toolTip.SetToolTip(this.cbOutlinePrintVolumeBounds, "Determines the default state of the \'Print Volume Boundary\' toolstrip setting.");
this.cbOutlinePrintVolumeBounds.UseVisualStyleBackColor = true;
//
// 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(209, 88);
this.btnOutlineLayerBoundsColor.Margin = new System.Windows.Forms.Padding(4);
this.btnOutlineLayerBoundsColor.Name = "btnOutlineLayerBoundsColor";
this.btnOutlineLayerBoundsColor.Size = new System.Drawing.Size(24, 24);
this.btnOutlineLayerBoundsColor.TabIndex = 40;
this.toolTip.SetToolTip(this.btnOutlineLayerBoundsColor, "Color used to draw the bounding rectangle around the layer.");
this.btnOutlineLayerBoundsColor.UseVisualStyleBackColor = false;
this.btnOutlineLayerBoundsColor.Click += new System.EventHandler(this.EventClick);
//
// label37
//
this.label37.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(504, 286);
this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(77, 18);
this.label37.TabIndex = 51;
this.label37.Text = "Crosshair:";
//
// nmOutlinePrintVolumeBoundsLineThickness
//
this.nmOutlinePrintVolumeBoundsLineThickness.Location = new System.Drawing.Point(243, 56);
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(63, 24);
this.nmOutlinePrintVolumeBoundsLineThickness.TabIndex = 36;
this.toolTip.SetToolTip(this.nmOutlinePrintVolumeBoundsLineThickness, "Range 1 to 50");
this.nmOutlinePrintVolumeBoundsLineThickness.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// btnCrosshairColor
//
this.btnCrosshairColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCrosshairColor.BackColor = System.Drawing.Color.White;
this.btnCrosshairColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnCrosshairColor.FlatAppearance.BorderSize = 2;
this.btnCrosshairColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCrosshairColor.Location = new System.Drawing.Point(589, 283);
this.btnCrosshairColor.Margin = new System.Windows.Forms.Padding(4);
this.btnCrosshairColor.Name = "btnCrosshairColor";
this.btnCrosshairColor.Size = new System.Drawing.Size(24, 24);
this.btnCrosshairColor.TabIndex = 33;
this.toolTip.SetToolTip(this.btnCrosshairColor, "Pixels that are touching the plate boundary.");
this.btnCrosshairColor.UseVisualStyleBackColor = false;
this.btnCrosshairColor.Click += new System.EventHandler(this.EventClick);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox3);
this.tabPage3.Controls.Add(this.groupBox11);
this.tabPage3.Controls.Add(this.groupBox2);
this.tabPage3.Controls.Add(this.groupBox1);
this.tabPage3.Location = new System.Drawing.Point(4, 27);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(661, 681);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Issues";
this.tabPage3.UseVisualStyleBackColor = true;
//
// groupBox11
//
this.groupBox11.Controls.Add(this.nmOverhangErodeIterations);
this.groupBox11.Controls.Add(this.label48);
this.groupBox11.Controls.Add(this.cbOverhangIndependentFromIslands);
this.groupBox11.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox11.Location = new System.Drawing.Point(3, 331);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(655, 93);
this.groupBox11.TabIndex = 25;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "Overhangs";
//
// nmOverhangErodeIterations
//
this.nmOverhangErodeIterations.Location = new System.Drawing.Point(10, 51);
this.nmOverhangErodeIterations.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.nmOverhangErodeIterations.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.nmOverhangErodeIterations.Name = "nmOverhangErodeIterations";
this.nmOverhangErodeIterations.Size = new System.Drawing.Size(57, 24);
this.nmOverhangErodeIterations.TabIndex = 31;
this.toolTip.SetToolTip(this.nmOverhangErodeIterations, "Range 2-255");
this.nmOverhangErodeIterations.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// label48
//
this.label48.AutoSize = true;
this.label48.Location = new System.Drawing.Point(73, 54);
this.label48.Name = "label48";
this.label48.Size = new System.Drawing.Size(174, 18);
this.label48.TabIndex = 32;
this.label48.Text = "Minimum overhang depth";
this.toolTip.SetToolTip(this.label48, "The number of pixels that an overhang can protrude from the previous layer before" +
" it is detected and reported as an overhang.");
//
// cbOverhangIndependentFromIslands
//
this.cbOverhangIndependentFromIslands.AutoSize = true;
this.cbOverhangIndependentFromIslands.Location = new System.Drawing.Point(10, 23);
this.cbOverhangIndependentFromIslands.Name = "cbOverhangIndependentFromIslands";
this.cbOverhangIndependentFromIslands.Size = new System.Drawing.Size(298, 22);
this.cbOverhangIndependentFromIslands.TabIndex = 31;
this.cbOverhangIndependentFromIslands.Text = "Include islands when detecting overhangs";
this.toolTip.SetToolTip(this.cbOverhangIndependentFromIslands, resources.GetString("cbOverhangIndependentFromIslands.ToolTip"));
this.cbOverhangIndependentFromIslands.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.cbCloseEditOnApply);
this.tabPage4.Controls.Add(this.groupBox10);
this.tabPage4.Controls.Add(this.cbPartialUpdateIslandsOnEditing);
this.tabPage4.Location = new System.Drawing.Point(4, 27);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(661, 681);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Pixel Editor";
this.tabPage4.UseVisualStyleBackColor = true;
//
// cbCloseEditOnApply
//
this.cbCloseEditOnApply.AutoSize = true;
this.cbCloseEditOnApply.Location = new System.Drawing.Point(11, 213);
this.cbCloseEditOnApply.Name = "cbCloseEditOnApply";
this.cbCloseEditOnApply.Size = new System.Drawing.Size(322, 22);
this.cbCloseEditOnApply.TabIndex = 25;
this.cbCloseEditOnApply.Text = "Close pixel editor after operations are applied";
this.toolTip.SetToolTip(this.cbCloseEditOnApply, "Automatically close pixel editor after applying changes");
this.cbCloseEditOnApply.UseVisualStyleBackColor = true;
//
// groupBox10
//
this.groupBox10.Controls.Add(this.btnPixelEditorDrainHoleColor);
this.groupBox10.Controls.Add(this.btnPixelEditorDrainHoleHLColor);
this.groupBox10.Controls.Add(this.label26);
this.groupBox10.Controls.Add(this.btnPixelEditorSupportColor);
this.groupBox10.Controls.Add(this.btnPixelEditorSupportHLColor);
this.groupBox10.Controls.Add(this.label25);
this.groupBox10.Controls.Add(this.btnPixelEditorRemovePixelColor);
this.groupBox10.Controls.Add(this.btnPixelEditorRemovePixelHLColor);
this.groupBox10.Controls.Add(this.label24);
this.groupBox10.Controls.Add(this.label23);
this.groupBox10.Controls.Add(this.btnPixelEditorAddPixelColor);
this.groupBox10.Controls.Add(this.btnPixelEditorAddPixelHLColor);
this.groupBox10.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox10.Location = new System.Drawing.Point(3, 3);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(655, 162);
this.groupBox10.TabIndex = 24;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "Pixel Editor Colors";
//
// btnPixelEditorDrainHoleColor
//
this.btnPixelEditorDrainHoleColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorDrainHoleColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorDrainHoleColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorDrainHoleColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorDrainHoleColor.Location = new System.Drawing.Point(401, 122);
this.btnPixelEditorDrainHoleColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorDrainHoleColor.Name = "btnPixelEditorDrainHoleColor";
this.btnPixelEditorDrainHoleColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorDrainHoleColor.TabIndex = 31;
this.toolTip.SetToolTip(this.btnPixelEditorDrainHoleColor, "Drain hole operations on the layer that are not currently selected.");
this.btnPixelEditorDrainHoleColor.UseVisualStyleBackColor = false;
this.btnPixelEditorDrainHoleColor.Click += new System.EventHandler(this.EventClick);
//
// btnPixelEditorDrainHoleHLColor
//
this.btnPixelEditorDrainHoleHLColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorDrainHoleHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorDrainHoleHLColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorDrainHoleHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorDrainHoleHLColor.Location = new System.Drawing.Point(433, 122);
this.btnPixelEditorDrainHoleHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorDrainHoleHLColor.Name = "btnPixelEditorDrainHoleHLColor";
this.btnPixelEditorDrainHoleHLColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorDrainHoleHLColor.TabIndex = 35;
this.toolTip.SetToolTip(this.btnPixelEditorDrainHoleHLColor, "Drain Hole operations on the layer that are currently selected in the issue list." +
"");
this.btnPixelEditorDrainHoleHLColor.UseVisualStyleBackColor = false;
this.btnPixelEditorDrainHoleHLColor.Click += new System.EventHandler(this.EventClick);
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(8, 125);
this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(348, 18);
this.label26.TabIndex = 30;
this.label26.Text = "Drain hole operation / Selected drain hole operation:";
//
// btnPixelEditorSupportColor
//
this.btnPixelEditorSupportColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorSupportColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorSupportColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorSupportColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorSupportColor.Location = new System.Drawing.Point(401, 90);
this.btnPixelEditorSupportColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorSupportColor.Name = "btnPixelEditorSupportColor";
this.btnPixelEditorSupportColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorSupportColor.TabIndex = 29;
this.toolTip.SetToolTip(this.btnPixelEditorSupportColor, "Support operations on the layer that are not currently selected.");
this.btnPixelEditorSupportColor.UseVisualStyleBackColor = false;
this.btnPixelEditorSupportColor.Click += new System.EventHandler(this.EventClick);
//
// btnPixelEditorSupportHLColor
//
this.btnPixelEditorSupportHLColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorSupportHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorSupportHLColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorSupportHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorSupportHLColor.Location = new System.Drawing.Point(433, 90);
this.btnPixelEditorSupportHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorSupportHLColor.Name = "btnPixelEditorSupportHLColor";
this.btnPixelEditorSupportHLColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorSupportHLColor.TabIndex = 34;
this.toolTip.SetToolTip(this.btnPixelEditorSupportHLColor, "Support operations on the layer that are currently selected in the issue list.");
this.btnPixelEditorSupportHLColor.UseVisualStyleBackColor = false;
this.btnPixelEditorSupportHLColor.Click += new System.EventHandler(this.EventClick);
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(8, 93);
this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(319, 18);
this.label25.TabIndex = 28;
this.label25.Text = "Support operation / Selected support operation:";
//
// btnPixelEditorRemovePixelColor
//
this.btnPixelEditorRemovePixelColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorRemovePixelColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorRemovePixelColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorRemovePixelColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorRemovePixelColor.Location = new System.Drawing.Point(401, 58);
this.btnPixelEditorRemovePixelColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorRemovePixelColor.Name = "btnPixelEditorRemovePixelColor";
this.btnPixelEditorRemovePixelColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorRemovePixelColor.TabIndex = 27;
this.toolTip.SetToolTip(this.btnPixelEditorRemovePixelColor, "Pixel remove operations on the layer that are not currently selected.");
this.btnPixelEditorRemovePixelColor.UseVisualStyleBackColor = false;
this.btnPixelEditorRemovePixelColor.Click += new System.EventHandler(this.EventClick);
//
// btnPixelEditorRemovePixelHLColor
//
this.btnPixelEditorRemovePixelHLColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorRemovePixelHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorRemovePixelHLColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorRemovePixelHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorRemovePixelHLColor.Location = new System.Drawing.Point(433, 58);
this.btnPixelEditorRemovePixelHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorRemovePixelHLColor.Name = "btnPixelEditorRemovePixelHLColor";
this.btnPixelEditorRemovePixelHLColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorRemovePixelHLColor.TabIndex = 33;
this.toolTip.SetToolTip(this.btnPixelEditorRemovePixelHLColor, "Pixel remove operations on the layer that are currently selected in the issue lis" +
"t.");
this.btnPixelEditorRemovePixelHLColor.UseVisualStyleBackColor = false;
this.btnPixelEditorRemovePixelHLColor.Click += new System.EventHandler(this.EventClick);
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(8, 61);
this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(385, 18);
this.label24.TabIndex = 26;
this.label24.Text = "Pixel remove operation / Selected pixel remove operation:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(8, 29);
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(333, 18);
this.label23.TabIndex = 24;
this.label23.Text = "Pixel add operation / Selected pixel add operation:";
//
// btnPixelEditorAddPixelColor
//
this.btnPixelEditorAddPixelColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorAddPixelColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorAddPixelColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorAddPixelColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorAddPixelColor.Location = new System.Drawing.Point(401, 26);
this.btnPixelEditorAddPixelColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorAddPixelColor.Name = "btnPixelEditorAddPixelColor";
this.btnPixelEditorAddPixelColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorAddPixelColor.TabIndex = 25;
this.toolTip.SetToolTip(this.btnPixelEditorAddPixelColor, "Pixel add operations on the layer that are not currently selected.");
this.btnPixelEditorAddPixelColor.UseVisualStyleBackColor = false;
this.btnPixelEditorAddPixelColor.Click += new System.EventHandler(this.EventClick);
//
// btnPixelEditorAddPixelHLColor
//
this.btnPixelEditorAddPixelHLColor.BackColor = System.Drawing.Color.White;
this.btnPixelEditorAddPixelHLColor.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.btnPixelEditorAddPixelHLColor.FlatAppearance.BorderSize = 2;
this.btnPixelEditorAddPixelHLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPixelEditorAddPixelHLColor.Location = new System.Drawing.Point(433, 26);
this.btnPixelEditorAddPixelHLColor.Margin = new System.Windows.Forms.Padding(4);
this.btnPixelEditorAddPixelHLColor.Name = "btnPixelEditorAddPixelHLColor";
this.btnPixelEditorAddPixelHLColor.Size = new System.Drawing.Size(24, 24);
this.btnPixelEditorAddPixelHLColor.TabIndex = 32;
this.toolTip.SetToolTip(this.btnPixelEditorAddPixelHLColor, "Pixel add operations on the layer that are currently selected in the issue list.");
this.btnPixelEditorAddPixelHLColor.UseVisualStyleBackColor = false;
this.btnPixelEditorAddPixelHLColor.Click += new System.EventHandler(this.EventClick);
//
// cbPartialUpdateIslandsOnEditing
//
this.cbPartialUpdateIslandsOnEditing.AutoSize = true;
this.cbPartialUpdateIslandsOnEditing.Location = new System.Drawing.Point(11, 185);
this.cbPartialUpdateIslandsOnEditing.Name = "cbPartialUpdateIslandsOnEditing";
this.cbPartialUpdateIslandsOnEditing.Size = new System.Drawing.Size(251, 22);
this.cbPartialUpdateIslandsOnEditing.TabIndex = 19;
this.cbPartialUpdateIslandsOnEditing.Text = "Refresh issues for modified layers";
this.toolTip.SetToolTip(this.cbPartialUpdateIslandsOnEditing, "If checked, when edit settings are applied, modified layers will be analyzed for " +
"new or removed islands and the issue list will be updated accordingly.");
this.cbPartialUpdateIslandsOnEditing.UseVisualStyleBackColor = true;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault);
this.tabPage5.Controls.Add(this.label35);
this.tabPage5.Controls.Add(this.nmLayerRepairDefaultOpeningIterations);
this.tabPage5.Controls.Add(this.label34);
this.tabPage5.Controls.Add(this.nmLayerRepairDefaultClosingIterations);
this.tabPage5.Controls.Add(this.label33);
this.tabPage5.Controls.Add(this.cbLayerRepairResinTraps);
this.tabPage5.Controls.Add(this.cbLayerRepairRemoveEmptyLayers);
this.tabPage5.Controls.Add(this.cbLayerRepairLayersIslands);
this.tabPage5.Location = new System.Drawing.Point(4, 27);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(661, 681);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "Layer Repair";
this.tabPage5.UseVisualStyleBackColor = true;
//
// nmLayerRepairRemoveIslandsBelowEqualPixelsDefault
//
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault.Location = new System.Drawing.Point(12, 83);
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault.Name = "nmLayerRepairRemoveIslandsBelowEqualPixelsDefault";
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault.Size = new System.Drawing.Size(57, 24);
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault.TabIndex = 34;
this.toolTip.SetToolTip(this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault, "Deafult setting for the maximum area of islands that will be automatically remove" +
"d by the issue repair algorithm. Islands larger than this area will not be remo" +
"ved.");
this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label35
//
this.label35.AutoSize = true;
this.label35.Location = new System.Drawing.Point(75, 86);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(395, 18);
this.label35.TabIndex = 35;
this.label35.Text = "Default maximum pixel area for Island removal (0 = disable)";
//
// nmLayerRepairDefaultOpeningIterations
//
this.nmLayerRepairDefaultOpeningIterations.Location = new System.Drawing.Point(12, 49);
this.nmLayerRepairDefaultOpeningIterations.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.nmLayerRepairDefaultOpeningIterations.Name = "nmLayerRepairDefaultOpeningIterations";
this.nmLayerRepairDefaultOpeningIterations.Size = new System.Drawing.Size(57, 24);
this.nmLayerRepairDefaultOpeningIterations.TabIndex = 32;
this.toolTip.SetToolTip(this.nmLayerRepairDefaultOpeningIterations, resources.GetString("nmLayerRepairDefaultOpeningIterations.ToolTip"));
this.nmLayerRepairDefaultOpeningIterations.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(75, 52);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(234, 18);
this.label34.TabIndex = 33;
this.label34.Text = "Default \"Noise Removal\" Iterations";
//
// nmLayerRepairDefaultClosingIterations
//
this.nmLayerRepairDefaultClosingIterations.Location = new System.Drawing.Point(12, 15);
this.nmLayerRepairDefaultClosingIterations.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.nmLayerRepairDefaultClosingIterations.Name = "nmLayerRepairDefaultClosingIterations";
this.nmLayerRepairDefaultClosingIterations.Size = new System.Drawing.Size(57, 24);
this.nmLayerRepairDefaultClosingIterations.TabIndex = 30;
this.toolTip.SetToolTip(this.nmLayerRepairDefaultClosingIterations, "Default number of iterations the repair algorithm will apply in an attempt to fin" +
"d nearby pixels to attach an isaland to.");
this.nmLayerRepairDefaultClosingIterations.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(75, 18);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(214, 18);
this.label33.TabIndex = 31;
this.label33.Text = "Default \"Gap Closing\" Iterations";
//
// cbLayerRepairResinTraps
//
this.cbLayerRepairResinTraps.AutoSize = true;
this.cbLayerRepairResinTraps.Location = new System.Drawing.Point(12, 178);
this.cbLayerRepairResinTraps.Name = "cbLayerRepairResinTraps";
this.cbLayerRepairResinTraps.Size = new System.Drawing.Size(274, 22);
this.cbLayerRepairResinTraps.TabIndex = 17;
this.cbLayerRepairResinTraps.Text = "Attempt to repair resin traps by default";
this.cbLayerRepairResinTraps.UseVisualStyleBackColor = true;
//
// cbLayerRepairRemoveEmptyLayers
//
this.cbLayerRepairRemoveEmptyLayers.AutoSize = true;
this.cbLayerRepairRemoveEmptyLayers.Location = new System.Drawing.Point(12, 150);
this.cbLayerRepairRemoveEmptyLayers.Name = "cbLayerRepairRemoveEmptyLayers";
this.cbLayerRepairRemoveEmptyLayers.Size = new System.Drawing.Size(236, 22);
this.cbLayerRepairRemoveEmptyLayers.TabIndex = 16;
this.cbLayerRepairRemoveEmptyLayers.Text = "Remove empty layers by default";
this.cbLayerRepairRemoveEmptyLayers.UseVisualStyleBackColor = true;
//
// cbLayerRepairLayersIslands
//
this.cbLayerRepairLayersIslands.AutoSize = true;
this.cbLayerRepairLayersIslands.Location = new System.Drawing.Point(12, 122);
this.cbLayerRepairLayersIslands.Name = "cbLayerRepairLayersIslands";
this.cbLayerRepairLayersIslands.Size = new System.Drawing.Size(251, 22);
this.cbLayerRepairLayersIslands.TabIndex = 15;
this.cbLayerRepairLayersIslands.Text = "Attempt to repair islands by default";
this.cbLayerRepairLayersIslands.UseVisualStyleBackColor = true;
//
// pnActions
//
this.pnActions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnActions.Controls.Add(this.btnCancel);
this.pnActions.Controls.Add(this.btnSave);
this.pnActions.Controls.Add(this.btnReset);
this.pnActions.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnActions.Location = new System.Drawing.Point(0, 635);
this.pnActions.Name = "pnActions";
this.pnActions.Size = new System.Drawing.Size(669, 77);
this.pnActions.TabIndex = 19;
//
// toolTip
//
this.toolTip.AutoPopDelay = 32767;
this.toolTip.InitialDelay = 500;
this.toolTip.ReshowDelay = 100;
this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTip.ToolTipTitle = "Information";
//
// cbLoadDemoFileOnStartup
//
this.cbLoadDemoFileOnStartup.AutoSize = true;
this.cbLoadDemoFileOnStartup.Location = new System.Drawing.Point(6, 79);
this.cbLoadDemoFileOnStartup.Name = "cbLoadDemoFileOnStartup";
this.cbLoadDemoFileOnStartup.Size = new System.Drawing.Size(361, 22);
this.cbLoadDemoFileOnStartup.TabIndex = 8;
this.cbLoadDemoFileOnStartup.Text = "Loads a demo file on startup if no file was specified";
this.cbLoadDemoFileOnStartup.UseVisualStyleBackColor = true;
//
// FrmSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 712);
this.Controls.Add(this.pnActions);
this.Controls.Add(this.tabSettings);
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.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmResinTrapBinaryThreshold)).EndInit();
((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.nmIslandBinaryThreshold)).EndInit();
((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();
this.tabSettings.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmCrosshairLineLength)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmCrosshairLineMargin)).EndInit();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmLayerTooltipOverlayOpacity)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmOutlineHollowAreasLineThickness)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmOutlineLayerBoundsLineThickness)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmOutlinePrintVolumeBoundsLineThickness)).EndInit();
this.tabPage3.ResumeLayout(false);
this.groupBox11.ResumeLayout(false);
this.groupBox11.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmOverhangErodeIterations)).EndInit();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.groupBox10.ResumeLayout(false);
this.groupBox10.PerformLayout();
this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRepairRemoveIslandsBelowEqualPixelsDefault)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRepairDefaultOpeningIterations)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRepairDefaultClosingIterations)).EndInit();
this.pnActions.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ColorDialog colorDialog;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox cbStartMaximized;
private System.Windows.Forms.CheckBox cbCheckForUpdatesOnStartup;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.CheckBox cbComputeIssuesOnLoad;
private System.Windows.Forms.CheckBox cbComputeResinTraps;
private System.Windows.Forms.CheckBox cbComputeIslands;
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.NumericUpDown nmResinTrapBinaryThreshold;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.NumericUpDown nmIslandBinaryThreshold;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TabControl tabSettings;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Panel pnActions;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.CheckBox cbLayerRepairLayersIslands;
private System.Windows.Forms.CheckBox cbLayerRepairRemoveEmptyLayers;
private System.Windows.Forms.CheckBox cbLayerRepairResinTraps;
private System.Windows.Forms.NumericUpDown nmLayerRepairDefaultClosingIterations;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.NumericUpDown nmLayerRepairDefaultOpeningIterations;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.NumericUpDown nmLayerRepairRemoveIslandsBelowEqualPixelsDefault;
private System.Windows.Forms.Label label35;
private System.Windows.Forms.CheckBox cbPartialUpdateIslandsOnEditing;
private System.Windows.Forms.CheckBox cbIslandAllowDiagonalBonds;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.Label label42;
private System.Windows.Forms.CheckBox cbComputeTouchingBounds;
private System.Windows.Forms.CheckBox cbComputeEmptyLayers;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button btnFileExtractDefaultDirectoryClear;
private System.Windows.Forms.Button btnFileExtractDefaultDirectorySearch;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.TextBox tbFileExtractDefaultDirectory;
private System.Windows.Forms.Button btnFileConvertDefaultDirectoryClear;
private System.Windows.Forms.Button btnFileConvertDefaultDirectorySearch;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.TextBox tbFileConvertDefaultDirectory;
private System.Windows.Forms.Button btnFileSaveDefaultDirectoryClear;
private System.Windows.Forms.Button btnFileSaveDefaultDirectorySearch;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.TextBox tbFileSaveDefaultDirectory;
private System.Windows.Forms.Button btnFileOpenDefaultDirectoryClear;
private System.Windows.Forms.Button btnFileOpenDefaultDirectorySearch;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox tbFileOpenDefaultDirectory;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.ComboBox cbDefaultOpenFileExtension;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.CheckBox cbFileSavePromptOverwrite;
private System.Windows.Forms.TextBox tbFileSaveNameSuffix;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.TextBox tbFileSaveNamePreffix;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox cbOutlineHollowAreas;
private System.Windows.Forms.Button btnPreviousNextLayerColor;
private System.Windows.Forms.Button btnPreviousLayerColor;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Button btnIslandColor;
private System.Windows.Forms.Button btnIslandHLColor;
private System.Windows.Forms.NumericUpDown nmOutlineHollowAreasLineThickness;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox cbLayerDifferenceDefault;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button btnResinTrapColor;
private System.Windows.Forms.Button btnResinTrapHLColor;
private System.Windows.Forms.Button btnOutlineHollowAreasColor;
private System.Windows.Forms.Button btnNextLayerColor;
private System.Windows.Forms.Button btnOutlinePrintVolumeBoundsColor;
private System.Windows.Forms.CheckBox cbOutlineLayerBounds;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown nmOutlineLayerBoundsLineThickness;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button btnTouchingBoundsColor;
private System.Windows.Forms.CheckBox cbOutlinePrintVolumeBounds;
private System.Windows.Forms.Button btnOutlineLayerBoundsColor;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.NumericUpDown nmOutlinePrintVolumeBoundsLineThickness;
private System.Windows.Forms.Button btnCrosshairColor;
private System.Windows.Forms.Label label43;
private System.Windows.Forms.ComboBox cbZoomToFit;
private System.Windows.Forms.CheckBox cbZoomIssues;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.ComboBox cbZoomLockLevel;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.CheckBox cbCrosshairShowOnlyOnSelectedIssues;
private System.Windows.Forms.ComboBox cbCrosshairFadeLevel;
private System.Windows.Forms.NumericUpDown nmCrosshairLineLength;
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.NumericUpDown nmCrosshairLineMargin;
private System.Windows.Forms.CheckBox cbLayerAutoRotateBestView;
private System.Windows.Forms.CheckBox cbLayerZoomToFit;
private System.Windows.Forms.GroupBox groupBox10;
private System.Windows.Forms.Button btnPixelEditorDrainHoleColor;
private System.Windows.Forms.Button btnPixelEditorDrainHoleHLColor;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Button btnPixelEditorSupportColor;
private System.Windows.Forms.Button btnPixelEditorSupportHLColor;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Button btnPixelEditorRemovePixelColor;
private System.Windows.Forms.Button btnPixelEditorRemovePixelHLColor;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Button btnPixelEditorAddPixelColor;
private System.Windows.Forms.Button btnPixelEditorAddPixelHLColor;
private System.Windows.Forms.CheckBox cbCloseEditOnApply;
private System.Windows.Forms.CheckBox cbLayerTooltipOverlay;
private System.Windows.Forms.Button btnLayerTooltipOverlayColor;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.NumericUpDown nmLayerTooltipOverlayOpacity;
private System.Windows.Forms.CheckBox cbComputeOverhangs;
private System.Windows.Forms.Button btnOverhangColor;
private System.Windows.Forms.Button btnOverhangHLColor;
private System.Windows.Forms.Label label47;
private System.Windows.Forms.GroupBox groupBox11;
private System.Windows.Forms.CheckBox cbOverhangIndependentFromIslands;
private System.Windows.Forms.NumericUpDown nmOverhangErodeIterations;
private System.Windows.Forms.Label label48;
private System.Windows.Forms.CheckBox cbLoadDemoFileOnStartup;
}
}