Files
UVtools/UVtools.GUI/Controls/Tools/CtrlToolCalculator.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

1065 lines
56 KiB
C#

namespace UVtools.GUI.Controls.Tools
{
partial class CtrlToolCalculator
{
/// <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 Component 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.tabControl = new System.Windows.Forms.TabControl();
this.tpMillimetersToPixels = new System.Windows.Forms.TabPage();
this.panel2 = new System.Windows.Forms.Panel();
this.nmMMtoPXResolutionX = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.cbRoundResults = new System.Windows.Forms.CheckBox();
this.nmMMtoPXResolutionY = new System.Windows.Forms.NumericUpDown();
this.tbMMtoPXResultPixelsPerMillimeterY = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbMMtoPXResultPixelsY = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.nmMMtoPXDisplayWidth = new System.Windows.Forms.NumericUpDown();
this.tbMMtoPXResultPixelsPerMillimeterX = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.nmMMtoPXDisplayHeight = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.tbMMtoPXResultPixelsX = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.nmMMtoPXInputMillimeters = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.lbMMtoPixelsDescription = new System.Windows.Forms.Label();
this.tpLightOffDelay = new System.Windows.Forms.TabPage();
this.panel4 = new System.Windows.Forms.Panel();
this.lbLightOffDelayCurrentBottomValue = new System.Windows.Forms.Label();
this.lbLightOffDelayCurrentValue = new System.Windows.Forms.Label();
this.btnLightOffDelaySetBottomParameter = new System.Windows.Forms.Button();
this.btnLightOffDelaySetParameter = new System.Windows.Forms.Button();
this.nmLightOffDelayLiftHeight = new System.Windows.Forms.NumericUpDown();
this.label37 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label38 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tbLightOffDelayBottom = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.label35 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label36 = new System.Windows.Forms.Label();
this.nmLightOffDelayLiftSpeed = new System.Windows.Forms.NumericUpDown();
this.tbLightOffDelay = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.nmLightOffDelayBottomRetract = new System.Windows.Forms.NumericUpDown();
this.label23 = new System.Windows.Forms.Label();
this.label33 = new System.Windows.Forms.Label();
this.nmLightOffDelayBottomLiftHeight = new System.Windows.Forms.NumericUpDown();
this.label34 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.nmLightOffDelayWaitTime = new System.Windows.Forms.NumericUpDown();
this.label25 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.nmLightOffDelayBottomLiftSpeed = new System.Windows.Forms.NumericUpDown();
this.label32 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.nmLightOffDelayBottomWaitTime = new System.Windows.Forms.NumericUpDown();
this.label27 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.nmLightOffDelayRetract = new System.Windows.Forms.NumericUpDown();
this.label30 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.lbLightOffDelayDescription = new System.Windows.Forms.Label();
this.tabControl.SuspendLayout();
this.tpMillimetersToPixels.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXResolutionX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXResolutionY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXDisplayWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXDisplayHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXInputMillimeters)).BeginInit();
this.panel1.SuspendLayout();
this.tpLightOffDelay.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayLiftHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayLiftSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomRetract)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomLiftHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayWaitTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomLiftSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomWaitTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayRetract)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.Controls.Add(this.tpMillimetersToPixels);
this.tabControl.Controls.Add(this.tpLightOffDelay);
this.tabControl.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControl.Location = new System.Drawing.Point(0, 0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(686, 555);
this.tabControl.TabIndex = 0;
//
// tpMillimetersToPixels
//
this.tpMillimetersToPixels.BackColor = System.Drawing.Color.White;
this.tpMillimetersToPixels.Controls.Add(this.panel2);
this.tpMillimetersToPixels.Controls.Add(this.panel1);
this.tpMillimetersToPixels.Location = new System.Drawing.Point(4, 29);
this.tpMillimetersToPixels.Name = "tpMillimetersToPixels";
this.tpMillimetersToPixels.Padding = new System.Windows.Forms.Padding(3);
this.tpMillimetersToPixels.Size = new System.Drawing.Size(678, 522);
this.tpMillimetersToPixels.TabIndex = 0;
this.tpMillimetersToPixels.Text = "Millimeters to Pixels";
//
// panel2
//
this.panel2.Controls.Add(this.nmMMtoPXResolutionX);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.cbRoundResults);
this.panel2.Controls.Add(this.nmMMtoPXResolutionY);
this.panel2.Controls.Add(this.tbMMtoPXResultPixelsPerMillimeterY);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.tbMMtoPXResultPixelsY);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.label19);
this.panel2.Controls.Add(this.label14);
this.panel2.Controls.Add(this.nmMMtoPXDisplayWidth);
this.panel2.Controls.Add(this.tbMMtoPXResultPixelsPerMillimeterX);
this.panel2.Controls.Add(this.label17);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.nmMMtoPXDisplayHeight);
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label18);
this.panel2.Controls.Add(this.label15);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label16);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.tbMMtoPXResultPixelsX);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.nmMMtoPXInputMillimeters);
this.panel2.Controls.Add(this.label8);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 45);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(672, 474);
this.panel2.TabIndex = 35;
//
// nmMMtoPXResolutionX
//
this.nmMMtoPXResolutionX.Location = new System.Drawing.Point(131, 11);
this.nmMMtoPXResolutionX.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmMMtoPXResolutionX.Name = "nmMMtoPXResolutionX";
this.nmMMtoPXResolutionX.Size = new System.Drawing.Size(85, 26);
this.nmMMtoPXResolutionX.TabIndex = 2;
this.nmMMtoPXResolutionX.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(104, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Resolution X:";
//
// cbRoundResults
//
this.cbRoundResults.AutoSize = true;
this.cbRoundResults.Location = new System.Drawing.Point(365, 105);
this.cbRoundResults.Name = "cbRoundResults";
this.cbRoundResults.Size = new System.Drawing.Size(127, 24);
this.cbRoundResults.TabIndex = 33;
this.cbRoundResults.Text = "Round results";
this.cbRoundResults.UseVisualStyleBackColor = true;
this.cbRoundResults.Visible = false;
this.cbRoundResults.CheckedChanged += new System.EventHandler(this.EventValueChanged);
//
// nmMMtoPXResolutionY
//
this.nmMMtoPXResolutionY.Location = new System.Drawing.Point(131, 43);
this.nmMMtoPXResolutionY.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmMMtoPXResolutionY.Name = "nmMMtoPXResolutionY";
this.nmMMtoPXResolutionY.Size = new System.Drawing.Size(85, 26);
this.nmMMtoPXResolutionY.TabIndex = 4;
this.nmMMtoPXResolutionY.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// tbMMtoPXResultPixelsPerMillimeterY
//
this.tbMMtoPXResultPixelsPerMillimeterY.Location = new System.Drawing.Point(171, 168);
this.tbMMtoPXResultPixelsPerMillimeterY.Name = "tbMMtoPXResultPixelsPerMillimeterY";
this.tbMMtoPXResultPixelsPerMillimeterY.ReadOnly = true;
this.tbMMtoPXResultPixelsPerMillimeterY.Size = new System.Drawing.Size(115, 26);
this.tbMMtoPXResultPixelsPerMillimeterY.TabIndex = 32;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(404, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 20);
this.label3.TabIndex = 7;
this.label3.Text = "Display width:";
//
// tbMMtoPXResultPixelsY
//
this.tbMMtoPXResultPixelsY.Location = new System.Drawing.Point(171, 232);
this.tbMMtoPXResultPixelsY.Name = "tbMMtoPXResultPixelsY";
this.tbMMtoPXResultPixelsY.ReadOnly = true;
this.tbMMtoPXResultPixelsY.Size = new System.Drawing.Size(115, 26);
this.tbMMtoPXResultPixelsY.TabIndex = 26;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(23, 46);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(104, 20);
this.label5.TabIndex = 8;
this.label5.Text = "Resolution Y:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(93, 203);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(76, 20);
this.label10.TabIndex = 19;
this.label10.Text = "X pixels:";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(397, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 20);
this.label2.TabIndex = 9;
this.label2.Text = "Display height:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(289, 107);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(35, 20);
this.label11.TabIndex = 20;
this.label11.Text = "mm";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(5, 139);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(164, 20);
this.label19.TabIndex = 27;
this.label19.Text = "X pixels per millimeter:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(289, 235);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(27, 20);
this.label14.TabIndex = 25;
this.label14.Text = "px";
//
// nmMMtoPXDisplayWidth
//
this.nmMMtoPXDisplayWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmMMtoPXDisplayWidth.DecimalPlaces = 2;
this.nmMMtoPXDisplayWidth.Location = new System.Drawing.Point(511, 11);
this.nmMMtoPXDisplayWidth.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmMMtoPXDisplayWidth.Name = "nmMMtoPXDisplayWidth";
this.nmMMtoPXDisplayWidth.Size = new System.Drawing.Size(115, 26);
this.nmMMtoPXDisplayWidth.TabIndex = 10;
this.nmMMtoPXDisplayWidth.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// tbMMtoPXResultPixelsPerMillimeterX
//
this.tbMMtoPXResultPixelsPerMillimeterX.Location = new System.Drawing.Point(171, 136);
this.tbMMtoPXResultPixelsPerMillimeterX.Name = "tbMMtoPXResultPixelsPerMillimeterX";
this.tbMMtoPXResultPixelsPerMillimeterX.ReadOnly = true;
this.tbMMtoPXResultPixelsPerMillimeterX.Size = new System.Drawing.Size(115, 26);
this.tbMMtoPXResultPixelsPerMillimeterX.TabIndex = 29;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(5, 171);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(164, 20);
this.label17.TabIndex = 30;
this.label17.Text = "Y pixels per millimeter:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(289, 203);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(27, 20);
this.label12.TabIndex = 21;
this.label12.Text = "px";
//
// nmMMtoPXDisplayHeight
//
this.nmMMtoPXDisplayHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmMMtoPXDisplayHeight.DecimalPlaces = 2;
this.nmMMtoPXDisplayHeight.Location = new System.Drawing.Point(511, 43);
this.nmMMtoPXDisplayHeight.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmMMtoPXDisplayHeight.Name = "nmMMtoPXDisplayHeight";
this.nmMMtoPXDisplayHeight.Size = new System.Drawing.Size(115, 26);
this.nmMMtoPXDisplayHeight.TabIndex = 11;
this.nmMMtoPXDisplayHeight.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(47, 107);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(122, 20);
this.label9.TabIndex = 17;
this.label9.Text = "Input millimiters:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(289, 139);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(64, 20);
this.label18.TabIndex = 28;
this.label18.Text = "ppmmX";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.Location = new System.Drawing.Point(93, 235);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(76, 20);
this.label15.TabIndex = 24;
this.label15.Text = "Y pixels:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(219, 14);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(25, 20);
this.label4.TabIndex = 12;
this.label4.Text = "px";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(289, 171);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(64, 20);
this.label16.TabIndex = 31;
this.label16.Text = "ppmmY";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(219, 46);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(25, 20);
this.label6.TabIndex = 13;
this.label6.Text = "px";
//
// tbMMtoPXResultPixelsX
//
this.tbMMtoPXResultPixelsX.Location = new System.Drawing.Point(171, 200);
this.tbMMtoPXResultPixelsX.Name = "tbMMtoPXResultPixelsX";
this.tbMMtoPXResultPixelsX.ReadOnly = true;
this.tbMMtoPXResultPixelsX.Size = new System.Drawing.Size(115, 26);
this.tbMMtoPXResultPixelsX.TabIndex = 23;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(629, 46);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 20);
this.label7.TabIndex = 14;
this.label7.Text = "mm";
//
// nmMMtoPXInputMillimeters
//
this.nmMMtoPXInputMillimeters.DecimalPlaces = 2;
this.nmMMtoPXInputMillimeters.Location = new System.Drawing.Point(171, 104);
this.nmMMtoPXInputMillimeters.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmMMtoPXInputMillimeters.Minimum = new decimal(new int[] {
1,
0,
0,
65536});
this.nmMMtoPXInputMillimeters.Name = "nmMMtoPXInputMillimeters";
this.nmMMtoPXInputMillimeters.Size = new System.Drawing.Size(115, 26);
this.nmMMtoPXInputMillimeters.TabIndex = 16;
this.nmMMtoPXInputMillimeters.Value = new decimal(new int[] {
1,
0,
0,
0});
this.nmMMtoPXInputMillimeters.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(629, 14);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 20);
this.label8.TabIndex = 15;
this.label8.Text = "mm";
//
// panel1
//
this.panel1.AutoSize = true;
this.panel1.BackColor = System.Drawing.SystemColors.Control;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.lbMMtoPixelsDescription);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(672, 42);
this.panel1.TabIndex = 34;
//
// lbMMtoPixelsDescription
//
this.lbMMtoPixelsDescription.AutoSize = true;
this.lbMMtoPixelsDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbMMtoPixelsDescription.Location = new System.Drawing.Point(0, 0);
this.lbMMtoPixelsDescription.Name = "lbMMtoPixelsDescription";
this.lbMMtoPixelsDescription.Padding = new System.Windows.Forms.Padding(10);
this.lbMMtoPixelsDescription.Size = new System.Drawing.Size(109, 40);
this.lbMMtoPixelsDescription.TabIndex = 35;
this.lbMMtoPixelsDescription.Text = "Description";
this.lbMMtoPixelsDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tpLightOffDelay
//
this.tpLightOffDelay.Controls.Add(this.panel4);
this.tpLightOffDelay.Controls.Add(this.panel3);
this.tpLightOffDelay.Location = new System.Drawing.Point(4, 29);
this.tpLightOffDelay.Name = "tpLightOffDelay";
this.tpLightOffDelay.Padding = new System.Windows.Forms.Padding(3);
this.tpLightOffDelay.Size = new System.Drawing.Size(678, 522);
this.tpLightOffDelay.TabIndex = 1;
this.tpLightOffDelay.Text = "Light-off delay";
this.tpLightOffDelay.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.Controls.Add(this.lbLightOffDelayCurrentBottomValue);
this.panel4.Controls.Add(this.lbLightOffDelayCurrentValue);
this.panel4.Controls.Add(this.btnLightOffDelaySetBottomParameter);
this.panel4.Controls.Add(this.btnLightOffDelaySetParameter);
this.panel4.Controls.Add(this.nmLightOffDelayLiftHeight);
this.panel4.Controls.Add(this.label37);
this.panel4.Controls.Add(this.label20);
this.panel4.Controls.Add(this.label38);
this.panel4.Controls.Add(this.label13);
this.panel4.Controls.Add(this.tbLightOffDelayBottom);
this.panel4.Controls.Add(this.label22);
this.panel4.Controls.Add(this.label35);
this.panel4.Controls.Add(this.label21);
this.panel4.Controls.Add(this.label36);
this.panel4.Controls.Add(this.nmLightOffDelayLiftSpeed);
this.panel4.Controls.Add(this.tbLightOffDelay);
this.panel4.Controls.Add(this.label24);
this.panel4.Controls.Add(this.nmLightOffDelayBottomRetract);
this.panel4.Controls.Add(this.label23);
this.panel4.Controls.Add(this.label33);
this.panel4.Controls.Add(this.nmLightOffDelayBottomLiftHeight);
this.panel4.Controls.Add(this.label34);
this.panel4.Controls.Add(this.label26);
this.panel4.Controls.Add(this.nmLightOffDelayWaitTime);
this.panel4.Controls.Add(this.label25);
this.panel4.Controls.Add(this.label31);
this.panel4.Controls.Add(this.nmLightOffDelayBottomLiftSpeed);
this.panel4.Controls.Add(this.label32);
this.panel4.Controls.Add(this.label28);
this.panel4.Controls.Add(this.nmLightOffDelayBottomWaitTime);
this.panel4.Controls.Add(this.label27);
this.panel4.Controls.Add(this.label29);
this.panel4.Controls.Add(this.nmLightOffDelayRetract);
this.panel4.Controls.Add(this.label30);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 45);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(672, 474);
this.panel4.TabIndex = 66;
//
// lbLightOffDelayCurrentBottomValue
//
this.lbLightOffDelayCurrentBottomValue.AutoSize = true;
this.lbLightOffDelayCurrentBottomValue.Location = new System.Drawing.Point(327, 206);
this.lbLightOffDelayCurrentBottomValue.Name = "lbLightOffDelayCurrentBottomValue";
this.lbLightOffDelayCurrentBottomValue.Size = new System.Drawing.Size(120, 20);
this.lbLightOffDelayCurrentBottomValue.TabIndex = 69;
this.lbLightOffDelayCurrentBottomValue.Text = "Current value: 0";
//
// lbLightOffDelayCurrentValue
//
this.lbLightOffDelayCurrentValue.AutoSize = true;
this.lbLightOffDelayCurrentValue.Location = new System.Drawing.Point(15, 206);
this.lbLightOffDelayCurrentValue.Name = "lbLightOffDelayCurrentValue";
this.lbLightOffDelayCurrentValue.Size = new System.Drawing.Size(120, 20);
this.lbLightOffDelayCurrentValue.TabIndex = 68;
this.lbLightOffDelayCurrentValue.Text = "Current value: 0";
//
// btnLightOffDelaySetBottomParameter
//
this.btnLightOffDelaySetBottomParameter.Location = new System.Drawing.Point(331, 170);
this.btnLightOffDelaySetBottomParameter.Name = "btnLightOffDelaySetBottomParameter";
this.btnLightOffDelaySetBottomParameter.Size = new System.Drawing.Size(267, 33);
this.btnLightOffDelaySetBottomParameter.TabIndex = 67;
this.btnLightOffDelaySetBottomParameter.Text = "Set this parameters on file";
this.btnLightOffDelaySetBottomParameter.UseVisualStyleBackColor = true;
this.btnLightOffDelaySetBottomParameter.Click += new System.EventHandler(this.EventClick);
//
// btnLightOffDelaySetParameter
//
this.btnLightOffDelaySetParameter.Location = new System.Drawing.Point(19, 170);
this.btnLightOffDelaySetParameter.Name = "btnLightOffDelaySetParameter";
this.btnLightOffDelaySetParameter.Size = new System.Drawing.Size(209, 33);
this.btnLightOffDelaySetParameter.TabIndex = 66;
this.btnLightOffDelaySetParameter.Text = "Set this parameters on file";
this.btnLightOffDelaySetParameter.UseVisualStyleBackColor = true;
this.btnLightOffDelaySetParameter.Click += new System.EventHandler(this.EventClick);
//
// nmLightOffDelayLiftHeight
//
this.nmLightOffDelayLiftHeight.DecimalPlaces = 2;
this.nmLightOffDelayLiftHeight.Location = new System.Drawing.Point(143, 11);
this.nmLightOffDelayLiftHeight.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayLiftHeight.Name = "nmLightOffDelayLiftHeight";
this.nmLightOffDelayLiftHeight.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayLiftHeight.TabIndex = 37;
this.nmLightOffDelayLiftHeight.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label37
//
this.label37.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label37.AutoSize = true;
this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label37.Location = new System.Drawing.Point(327, 141);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(181, 20);
this.label37.TabIndex = 63;
this.label37.Text = "Bottom light-off delay";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(231, 14);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(35, 20);
this.label20.TabIndex = 38;
this.label20.Text = "mm";
//
// label38
//
this.label38.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label38.AutoSize = true;
this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label38.Location = new System.Drawing.Point(600, 141);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(18, 20);
this.label38.TabIndex = 64;
this.label38.Text = "s";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(56, 14);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(83, 20);
this.label13.TabIndex = 36;
this.label13.Text = "Lift height:";
//
// tbLightOffDelayBottom
//
this.tbLightOffDelayBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tbLightOffDelayBottom.Location = new System.Drawing.Point(512, 138);
this.tbLightOffDelayBottom.Name = "tbLightOffDelayBottom";
this.tbLightOffDelayBottom.ReadOnly = true;
this.tbLightOffDelayBottom.Size = new System.Drawing.Size(85, 26);
this.tbLightOffDelayBottom.TabIndex = 65;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(231, 46);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(64, 20);
this.label22.TabIndex = 41;
this.label22.Text = "mm/min";
//
// label35
//
this.label35.AutoSize = true;
this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label35.Location = new System.Drawing.Point(15, 141);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(124, 20);
this.label35.TabIndex = 60;
this.label35.Text = "Light-off delay";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(56, 46);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(83, 20);
this.label21.TabIndex = 39;
this.label21.Text = "Lift speed:";
//
// label36
//
this.label36.AutoSize = true;
this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label36.Location = new System.Drawing.Point(231, 141);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(18, 20);
this.label36.TabIndex = 61;
this.label36.Text = "s";
//
// nmLightOffDelayLiftSpeed
//
this.nmLightOffDelayLiftSpeed.DecimalPlaces = 2;
this.nmLightOffDelayLiftSpeed.Location = new System.Drawing.Point(143, 43);
this.nmLightOffDelayLiftSpeed.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayLiftSpeed.Name = "nmLightOffDelayLiftSpeed";
this.nmLightOffDelayLiftSpeed.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayLiftSpeed.TabIndex = 40;
this.nmLightOffDelayLiftSpeed.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// tbLightOffDelay
//
this.tbLightOffDelay.Location = new System.Drawing.Point(143, 138);
this.tbLightOffDelay.Name = "tbLightOffDelay";
this.tbLightOffDelay.ReadOnly = true;
this.tbLightOffDelay.Size = new System.Drawing.Size(85, 26);
this.tbLightOffDelay.TabIndex = 62;
//
// label24
//
this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(600, 13);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(35, 20);
this.label24.TabIndex = 44;
this.label24.Text = "mm";
//
// nmLightOffDelayBottomRetract
//
this.nmLightOffDelayBottomRetract.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmLightOffDelayBottomRetract.DecimalPlaces = 2;
this.nmLightOffDelayBottomRetract.Location = new System.Drawing.Point(512, 74);
this.nmLightOffDelayBottomRetract.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayBottomRetract.Name = "nmLightOffDelayBottomRetract";
this.nmLightOffDelayBottomRetract.ReadOnly = true;
this.nmLightOffDelayBottomRetract.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayBottomRetract.TabIndex = 58;
this.nmLightOffDelayBottomRetract.Visible = false;
this.nmLightOffDelayBottomRetract.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label23
//
this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(375, 13);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(133, 20);
this.label23.TabIndex = 42;
this.label23.Text = "Bottom lift height:";
//
// label33
//
this.label33.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(345, 77);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(163, 20);
this.label33.TabIndex = 57;
this.label33.Text = "Bottom retract speed:";
this.label33.Visible = false;
//
// nmLightOffDelayBottomLiftHeight
//
this.nmLightOffDelayBottomLiftHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmLightOffDelayBottomLiftHeight.DecimalPlaces = 2;
this.nmLightOffDelayBottomLiftHeight.Location = new System.Drawing.Point(512, 10);
this.nmLightOffDelayBottomLiftHeight.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayBottomLiftHeight.Name = "nmLightOffDelayBottomLiftHeight";
this.nmLightOffDelayBottomLiftHeight.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayBottomLiftHeight.TabIndex = 43;
this.nmLightOffDelayBottomLiftHeight.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label34
//
this.label34.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(600, 77);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(64, 20);
this.label34.TabIndex = 59;
this.label34.Text = "mm/min";
this.label34.Visible = false;
//
// label26
//
this.label26.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(600, 45);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(64, 20);
this.label26.TabIndex = 47;
this.label26.Text = "mm/min";
//
// nmLightOffDelayWaitTime
//
this.nmLightOffDelayWaitTime.DecimalPlaces = 2;
this.nmLightOffDelayWaitTime.Location = new System.Drawing.Point(143, 106);
this.nmLightOffDelayWaitTime.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayWaitTime.Name = "nmLightOffDelayWaitTime";
this.nmLightOffDelayWaitTime.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayWaitTime.TabIndex = 55;
this.nmLightOffDelayWaitTime.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label25
//
this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(375, 45);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(133, 20);
this.label25.TabIndex = 45;
this.label25.Text = "Bottom lift speed:";
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(5, 108);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(134, 20);
this.label31.TabIndex = 54;
this.label31.Text = "Desired wait time:";
//
// nmLightOffDelayBottomLiftSpeed
//
this.nmLightOffDelayBottomLiftSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmLightOffDelayBottomLiftSpeed.DecimalPlaces = 2;
this.nmLightOffDelayBottomLiftSpeed.Location = new System.Drawing.Point(512, 42);
this.nmLightOffDelayBottomLiftSpeed.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayBottomLiftSpeed.Name = "nmLightOffDelayBottomLiftSpeed";
this.nmLightOffDelayBottomLiftSpeed.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayBottomLiftSpeed.TabIndex = 46;
this.nmLightOffDelayBottomLiftSpeed.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(231, 109);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(17, 20);
this.label32.TabIndex = 56;
this.label32.Text = "s";
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(231, 78);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(64, 20);
this.label28.TabIndex = 50;
this.label28.Text = "mm/min";
//
// nmLightOffDelayBottomWaitTime
//
this.nmLightOffDelayBottomWaitTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.nmLightOffDelayBottomWaitTime.DecimalPlaces = 2;
this.nmLightOffDelayBottomWaitTime.Location = new System.Drawing.Point(512, 106);
this.nmLightOffDelayBottomWaitTime.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayBottomWaitTime.Name = "nmLightOffDelayBottomWaitTime";
this.nmLightOffDelayBottomWaitTime.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayBottomWaitTime.TabIndex = 52;
this.nmLightOffDelayBottomWaitTime.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(25, 78);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(114, 20);
this.label27.TabIndex = 48;
this.label27.Text = "Retract speed:";
//
// label29
//
this.label29.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(321, 109);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(187, 20);
this.label29.TabIndex = 51;
this.label29.Text = "Bottom desired wait time:";
//
// nmLightOffDelayRetract
//
this.nmLightOffDelayRetract.DecimalPlaces = 2;
this.nmLightOffDelayRetract.Location = new System.Drawing.Point(143, 75);
this.nmLightOffDelayRetract.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.nmLightOffDelayRetract.Name = "nmLightOffDelayRetract";
this.nmLightOffDelayRetract.Size = new System.Drawing.Size(85, 26);
this.nmLightOffDelayRetract.TabIndex = 49;
this.nmLightOffDelayRetract.ValueChanged += new System.EventHandler(this.EventValueChanged);
//
// label30
//
this.label30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(600, 109);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(17, 20);
this.label30.TabIndex = 53;
this.label30.Text = "s";
//
// panel3
//
this.panel3.AutoSize = true;
this.panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.panel3.BackColor = System.Drawing.SystemColors.Control;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.lbLightOffDelayDescription);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(672, 42);
this.panel3.TabIndex = 35;
//
// lbLightOffDelayDescription
//
this.lbLightOffDelayDescription.AutoSize = true;
this.lbLightOffDelayDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbLightOffDelayDescription.Location = new System.Drawing.Point(0, 0);
this.lbLightOffDelayDescription.Name = "lbLightOffDelayDescription";
this.lbLightOffDelayDescription.Padding = new System.Windows.Forms.Padding(10);
this.lbLightOffDelayDescription.Size = new System.Drawing.Size(109, 40);
this.lbLightOffDelayDescription.TabIndex = 35;
this.lbLightOffDelayDescription.Text = "Description";
this.lbLightOffDelayDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// CtrlToolCalculator
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ButtonOkEnabled = false;
this.Controls.Add(this.tabControl);
this.Description = "";
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LayerRangeVisible = false;
this.Name = "CtrlToolCalculator";
this.Size = new System.Drawing.Size(686, 555);
this.tabControl.ResumeLayout(false);
this.tpMillimetersToPixels.ResumeLayout(false);
this.tpMillimetersToPixels.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXResolutionX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXResolutionY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXDisplayWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXDisplayHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmMMtoPXInputMillimeters)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tpLightOffDelay.ResumeLayout(false);
this.tpLightOffDelay.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayLiftHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayLiftSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomRetract)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomLiftHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayWaitTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomLiftSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayBottomWaitTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nmLightOffDelayRetract)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tpMillimetersToPixels;
private System.Windows.Forms.TabPage tpLightOffDelay;
private System.Windows.Forms.NumericUpDown nmMMtoPXResolutionY;
private System.Windows.Forms.NumericUpDown nmMMtoPXResolutionX;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown nmMMtoPXDisplayHeight;
private System.Windows.Forms.NumericUpDown nmMMtoPXDisplayWidth;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown nmMMtoPXInputMillimeters;
private System.Windows.Forms.TextBox tbMMtoPXResultPixelsX;
private System.Windows.Forms.TextBox tbMMtoPXResultPixelsY;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tbMMtoPXResultPixelsPerMillimeterY;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox tbMMtoPXResultPixelsPerMillimeterX;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.CheckBox cbRoundResults;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbMMtoPixelsDescription;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label lbLightOffDelayDescription;
private System.Windows.Forms.NumericUpDown nmLightOffDelayLiftHeight;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.NumericUpDown nmLightOffDelayLiftSpeed;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.NumericUpDown nmLightOffDelayBottomLiftHeight;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.NumericUpDown nmLightOffDelayBottomLiftSpeed;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.NumericUpDown nmLightOffDelayRetract;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.NumericUpDown nmLightOffDelayBottomWaitTime;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.NumericUpDown nmLightOffDelayWaitTime;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.NumericUpDown nmLightOffDelayBottomRetract;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label35;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.TextBox tbLightOffDelay;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.TextBox tbLightOffDelayBottom;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button btnLightOffDelaySetBottomParameter;
private System.Windows.Forms.Button btnLightOffDelaySetParameter;
private System.Windows.Forms.Label lbLightOffDelayCurrentValue;
private System.Windows.Forms.Label lbLightOffDelayCurrentBottomValue;
}
}