Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-26 05:52:57 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-26 05:52:57 +0300
commit3ec6472706ff29a57da6b21f4dea0c0b8ec87c56 (patch)
treec9c909653237e02a8b105a1d70e8c93d7207abbf /UVtools.GUI
parent85690aec9f762f7f4cecbe382b22339668d501b7 (diff)
WPF Progress
Diffstat (limited to 'UVtools.GUI')
-rw-r--r--UVtools.GUI/Forms/FrmToolWindow.Designer.cs44
1 files changed, 22 insertions, 22 deletions
diff --git a/UVtools.GUI/Forms/FrmToolWindow.Designer.cs b/UVtools.GUI/Forms/FrmToolWindow.Designer.cs
index fe732e0..65cd767 100644
--- a/UVtools.GUI/Forms/FrmToolWindow.Designer.cs
+++ b/UVtools.GUI/Forms/FrmToolWindow.Designer.cs
@@ -41,6 +41,7 @@ namespace UVtools.GUI.Forms
this.lbLayerRangeFromMM = new System.Windows.Forms.Label();
this.lbLayerRangeToMM = new System.Windows.Forms.Label();
this.nmLayerRangeEnd = new System.Windows.Forms.NumericUpDown();
+ this.btnLayerRangeSelect = new UVtools.GUI.Controls.SplitButton();
this.cmLayerRange = new System.Windows.Forms.ContextMenuStrip(this.components);
this.btnLayerRangeAllLayers = new System.Windows.Forms.ToolStripMenuItem();
this.btnLayerRangeCurrentLayer = new System.Windows.Forms.ToolStripMenuItem();
@@ -61,11 +62,10 @@ namespace UVtools.GUI.Forms
this.btnOk = new System.Windows.Forms.Button();
this.pnROI = new System.Windows.Forms.Panel();
this.gbROI = new System.Windows.Forms.GroupBox();
+ this.cbClearRoiAfterOperation = new System.Windows.Forms.CheckBox();
this.lbRoi = new System.Windows.Forms.Label();
this.btnClearRoi = new System.Windows.Forms.Button();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
- this.cbClearRoiAfterOperation = new System.Windows.Forms.CheckBox();
- this.btnLayerRangeSelect = new UVtools.GUI.Controls.SplitButton();
this.pnDescription.SuspendLayout();
this.pnLayerRange.SuspendLayout();
this.gbLayerRange.SuspendLayout();
@@ -193,6 +193,16 @@ namespace UVtools.GUI.Forms
this.nmLayerRangeEnd.TabIndex = 14;
this.nmLayerRangeEnd.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
+ // btnLayerRangeSelect
+ //
+ this.btnLayerRangeSelect.Location = new System.Drawing.Point(359, 31);
+ this.btnLayerRangeSelect.Menu = this.cmLayerRange;
+ this.btnLayerRangeSelect.Name = "btnLayerRangeSelect";
+ this.btnLayerRangeSelect.Size = new System.Drawing.Size(180, 26);
+ this.btnLayerRangeSelect.TabIndex = 18;
+ this.btnLayerRangeSelect.Text = "Select";
+ this.btnLayerRangeSelect.UseVisualStyleBackColor = true;
+ //
// cmLayerRange
//
this.cmLayerRange.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -435,6 +445,16 @@ namespace UVtools.GUI.Forms
this.toolTip.SetToolTip(this.gbROI, "The impact of the operation will be limited to the ROI, which can be set directly" +
" from the layer preview window.");
//
+ // cbClearRoiAfterOperation
+ //
+ this.cbClearRoiAfterOperation.AutoSize = true;
+ this.cbClearRoiAfterOperation.Location = new System.Drawing.Point(11, 61);
+ this.cbClearRoiAfterOperation.Name = "cbClearRoiAfterOperation";
+ this.cbClearRoiAfterOperation.Size = new System.Drawing.Size(292, 24);
+ this.cbClearRoiAfterOperation.TabIndex = 3;
+ this.cbClearRoiAfterOperation.Text = "Clear ROI after perform the operation";
+ this.cbClearRoiAfterOperation.UseVisualStyleBackColor = true;
+ //
// lbRoi
//
this.lbRoi.AutoSize = true;
@@ -464,26 +484,6 @@ namespace UVtools.GUI.Forms
this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTip.ToolTipTitle = "Information";
//
- // cbClearRoiAfterOperation
- //
- this.cbClearRoiAfterOperation.AutoSize = true;
- this.cbClearRoiAfterOperation.Location = new System.Drawing.Point(11, 61);
- this.cbClearRoiAfterOperation.Name = "cbClearRoiAfterOperation";
- this.cbClearRoiAfterOperation.Size = new System.Drawing.Size(292, 24);
- this.cbClearRoiAfterOperation.TabIndex = 3;
- this.cbClearRoiAfterOperation.Text = "Clear ROI after perform the operation";
- this.cbClearRoiAfterOperation.UseVisualStyleBackColor = true;
- //
- // btnLayerRangeSelect
- //
- this.btnLayerRangeSelect.Location = new System.Drawing.Point(359, 31);
- this.btnLayerRangeSelect.Menu = this.cmLayerRange;
- this.btnLayerRangeSelect.Name = "btnLayerRangeSelect";
- this.btnLayerRangeSelect.Size = new System.Drawing.Size(180, 26);
- this.btnLayerRangeSelect.TabIndex = 18;
- this.btnLayerRangeSelect.Text = "Select";
- this.btnLayerRangeSelect.UseVisualStyleBackColor = true;
- //
// FrmToolWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);