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

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.GUI/Forms/FrmMutationResize.Designer.cs')
-rw-r--r--UVtools.GUI/Forms/FrmMutationResize.Designer.cs152
1 files changed, 76 insertions, 76 deletions
diff --git a/UVtools.GUI/Forms/FrmMutationResize.Designer.cs b/UVtools.GUI/Forms/FrmMutationResize.Designer.cs
index 97af6c4..8eb1ef1 100644
--- a/UVtools.GUI/Forms/FrmMutationResize.Designer.cs
+++ b/UVtools.GUI/Forms/FrmMutationResize.Designer.cs
@@ -34,7 +34,6 @@ namespace UVtools.GUI.Forms
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMutationResize));
this.lbDescription = new System.Windows.Forms.Label();
this.lbX = new System.Windows.Forms.Label();
- this.nmX = new System.Windows.Forms.NumericUpDown();
this.lbLayerRange = new System.Windows.Forms.Label();
this.nmLayerRangeStart = new System.Windows.Forms.NumericUpDown();
this.nmLayerRangeEnd = new System.Windows.Forms.NumericUpDown();
@@ -44,20 +43,21 @@ namespace UVtools.GUI.Forms
this.btnLayerRangeCurrentLayer = new System.Windows.Forms.ToolStripMenuItem();
this.btnLayerRangeBottomLayers = new System.Windows.Forms.ToolStripMenuItem();
this.btnLayerRangeNormalLayers = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolTip = new System.Windows.Forms.ToolTip(this.components);
+ this.btnLayerRangeSelect = new UVtools.GUI.Controls.SplitButton();
this.btnCancel = new System.Windows.Forms.Button();
this.btnMutate = new System.Windows.Forms.Button();
+ this.nmX = new System.Windows.Forms.NumericUpDown();
+ this.label1 = new System.Windows.Forms.Label();
this.lbY = new System.Windows.Forms.Label();
this.nmY = new System.Windows.Forms.NumericUpDown();
- this.cbConstrainXY = new System.Windows.Forms.CheckBox();
- this.toolTip = new System.Windows.Forms.ToolTip(this.components);
- this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
- this.btnLayerRangeSelect = new UVtools.GUI.Controls.SplitButton();
+ this.cbConstrainXY = new System.Windows.Forms.CheckBox();
this.cbFade = new System.Windows.Forms.CheckBox();
- ((System.ComponentModel.ISupportInitialize)(this.nmX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRangeStart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRangeEnd)).BeginInit();
this.cmLayerRange.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.nmX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmY)).BeginInit();
this.SuspendLayout();
//
@@ -84,31 +84,6 @@ namespace UVtools.GUI.Forms
this.lbX.Text = "X:";
this.toolTip.SetToolTip(this.lbX, resources.GetString("lbX.ToolTip"));
//
- // nmX
- //
- this.nmX.DecimalPlaces = 2;
- this.nmX.Location = new System.Drawing.Point(118, 187);
- this.nmX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.nmX.Maximum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.nmX.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nmX.Name = "nmX";
- this.nmX.Size = new System.Drawing.Size(120, 26);
- this.nmX.TabIndex = 3;
- this.nmX.Value = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- this.nmX.ValueChanged += new System.EventHandler(this.EventValueChanged);
- //
// lbLayerRange
//
this.lbLayerRange.AutoSize = true;
@@ -202,6 +177,25 @@ namespace UVtools.GUI.Forms
this.btnLayerRangeNormalLayers.Text = "&Normal Layers";
this.btnLayerRangeNormalLayers.Click += new System.EventHandler(this.ItemClicked);
//
+ // toolTip
+ //
+ this.toolTip.AutoPopDelay = 32767;
+ this.toolTip.InitialDelay = 500;
+ this.toolTip.IsBalloon = true;
+ this.toolTip.ReshowDelay = 100;
+ this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
+ this.toolTip.ToolTipTitle = "Information";
+ //
+ // btnLayerRangeSelect
+ //
+ this.btnLayerRangeSelect.Location = new System.Drawing.Point(446, 146);
+ this.btnLayerRangeSelect.Menu = this.cmLayerRange;
+ this.btnLayerRangeSelect.Name = "btnLayerRangeSelect";
+ this.btnLayerRangeSelect.Size = new System.Drawing.Size(138, 26);
+ this.btnLayerRangeSelect.TabIndex = 2;
+ this.btnLayerRangeSelect.Text = "Select";
+ this.btnLayerRangeSelect.UseVisualStyleBackColor = true;
+ //
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
@@ -233,6 +227,42 @@ namespace UVtools.GUI.Forms
this.btnMutate.UseVisualStyleBackColor = true;
this.btnMutate.Click += new System.EventHandler(this.ItemClicked);
//
+ // nmX
+ //
+ this.nmX.DecimalPlaces = 2;
+ this.nmX.Location = new System.Drawing.Point(118, 187);
+ this.nmX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.nmX.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
+ this.nmX.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ 0});
+ this.nmX.Name = "nmX";
+ this.nmX.Size = new System.Drawing.Size(120, 26);
+ this.nmX.TabIndex = 3;
+ this.nmX.Value = new decimal(new int[] {
+ 100,
+ 0,
+ 0,
+ 0});
+ this.nmX.ValueChanged += new System.EventHandler(this.EventValueChanged);
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(246, 190);
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(23, 20);
+ this.label1.TabIndex = 16;
+ this.label1.Text = "%";
+ this.toolTip.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
+ //
// lbY
//
this.lbY.AutoSize = true;
@@ -269,38 +299,6 @@ namespace UVtools.GUI.Forms
0,
0});
//
- // cbConstrainXY
- //
- this.cbConstrainXY.AutoSize = true;
- this.cbConstrainXY.Checked = true;
- this.cbConstrainXY.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbConstrainXY.Location = new System.Drawing.Point(470, 188);
- this.cbConstrainXY.Name = "cbConstrainXY";
- this.cbConstrainXY.Size = new System.Drawing.Size(126, 24);
- this.cbConstrainXY.TabIndex = 15;
- this.cbConstrainXY.Text = "Constrain X/Y";
- this.cbConstrainXY.CheckedChanged += new System.EventHandler(this.EventCheckedChanged);
- //
- // toolTip
- //
- this.toolTip.AutoPopDelay = 32767;
- this.toolTip.InitialDelay = 500;
- this.toolTip.IsBalloon = true;
- this.toolTip.ReshowDelay = 100;
- this.toolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
- this.toolTip.ToolTipTitle = "Information";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(246, 190);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(23, 20);
- this.label1.TabIndex = 16;
- this.label1.Text = "%";
- this.toolTip.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
- //
// label2
//
this.label2.AutoSize = true;
@@ -312,15 +310,17 @@ namespace UVtools.GUI.Forms
this.label2.Text = "%";
this.toolTip.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
//
- // btnLayerRangeSelect
+ // cbConstrainXY
//
- this.btnLayerRangeSelect.Location = new System.Drawing.Point(446, 146);
- this.btnLayerRangeSelect.Menu = this.cmLayerRange;
- this.btnLayerRangeSelect.Name = "btnLayerRangeSelect";
- this.btnLayerRangeSelect.Size = new System.Drawing.Size(138, 26);
- this.btnLayerRangeSelect.TabIndex = 2;
- this.btnLayerRangeSelect.Text = "Select";
- this.btnLayerRangeSelect.UseVisualStyleBackColor = true;
+ this.cbConstrainXY.AutoSize = true;
+ this.cbConstrainXY.Checked = true;
+ this.cbConstrainXY.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.cbConstrainXY.Location = new System.Drawing.Point(470, 188);
+ this.cbConstrainXY.Name = "cbConstrainXY";
+ this.cbConstrainXY.Size = new System.Drawing.Size(126, 24);
+ this.cbConstrainXY.TabIndex = 15;
+ this.cbConstrainXY.Text = "Constrain X/Y";
+ this.cbConstrainXY.CheckedChanged += new System.EventHandler(this.EventCheckedChanged);
//
// cbFade
//
@@ -364,10 +364,10 @@ namespace UVtools.GUI.Forms
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Form1";
this.TopMost = true;
- ((System.ComponentModel.ISupportInitialize)(this.nmX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRangeStart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLayerRangeEnd)).EndInit();
this.cmLayerRange.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.nmX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmY)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -378,7 +378,6 @@ namespace UVtools.GUI.Forms
private System.Windows.Forms.Label lbDescription;
private System.Windows.Forms.Label lbX;
- private System.Windows.Forms.NumericUpDown nmX;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnMutate;
private System.Windows.Forms.Label lbLayerRange;
@@ -391,12 +390,13 @@ namespace UVtools.GUI.Forms
private System.Windows.Forms.ToolStripMenuItem btnLayerRangeCurrentLayer;
private System.Windows.Forms.ToolStripMenuItem btnLayerRangeBottomLayers;
private System.Windows.Forms.ToolStripMenuItem btnLayerRangeNormalLayers;
- private System.Windows.Forms.Label lbY;
- private System.Windows.Forms.NumericUpDown nmY;
- private System.Windows.Forms.CheckBox cbConstrainXY;
private System.Windows.Forms.ToolTip toolTip;
+ private System.Windows.Forms.NumericUpDown nmX;
private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label lbY;
+ private System.Windows.Forms.NumericUpDown nmY;
private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.CheckBox cbConstrainXY;
private System.Windows.Forms.CheckBox cbFade;
}
} \ No newline at end of file