示例#1
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConvertSizeAndOptionForm));
     this.tableLayoutPanel9  = new System.Windows.Forms.TableLayoutPanel();
     this.GbSize             = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel3  = new System.Windows.Forms.TableLayoutPanel();
     this.label9             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.IIOffsetX          = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IIOffsetY          = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IISizeH            = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IISizeW            = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label6             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.GbSpeed            = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel6  = new System.Windows.Forms.TableLayoutPanel();
     this.LblBorderTracing   = new System.Windows.Forms.Label();
     this.LblBorderTracingmm = new System.Windows.Forms.Label();
     this.IIBorderTracing    = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label20            = new System.Windows.Forms.Label();
     this.label19            = new System.Windows.Forms.Label();
     this.IILinearFilling    = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IITravelSpeed      = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.LblLinearFillingmm = new System.Windows.Forms.Label();
     this.LblLinearFilling   = new System.Windows.Forms.Label();
     this.GbLaser            = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel7  = new System.Windows.Forms.TableLayoutPanel();
     this.BtnModulationInfo  = new LaserGRBL.UserControls.ImageButton();
     this.label26            = new System.Windows.Forms.Label();
     this.LblSmin            = new System.Windows.Forms.Label();
     this.IIMinPower         = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.LblSmax            = new System.Windows.Forms.Label();
     this.IIMaxPower         = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label18            = new System.Windows.Forms.Label();
     this.BtnOnOffInfo       = new LaserGRBL.UserControls.ImageButton();
     this.CBLaserON          = new System.Windows.Forms.ComboBox();
     this.CBLaserOFF         = new System.Windows.Forms.ComboBox();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.BtnCancel          = new System.Windows.Forms.Button();
     this.BtnCreate          = new System.Windows.Forms.Button();
     this.TT = new System.Windows.Forms.ToolTip(this.components);
     this.tableLayoutPanel9.SuspendLayout();
     this.GbSize.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.GbSpeed.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.GbLaser.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel9
     //
     resources.ApplyResources(this.tableLayoutPanel9, "tableLayoutPanel9");
     this.tableLayoutPanel9.Controls.Add(this.GbSize, 0, 2);
     this.tableLayoutPanel9.Controls.Add(this.GbSpeed, 0, 0);
     this.tableLayoutPanel9.Controls.Add(this.GbLaser, 0, 1);
     this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel1, 0, 3);
     this.tableLayoutPanel9.Name = "tableLayoutPanel9";
     //
     // GbSize
     //
     resources.ApplyResources(this.GbSize, "GbSize");
     this.GbSize.Controls.Add(this.tableLayoutPanel3);
     this.GbSize.Name    = "GbSize";
     this.GbSize.TabStop = false;
     //
     // tableLayoutPanel3
     //
     resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
     this.tableLayoutPanel3.Controls.Add(this.label9, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.label4, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.IIOffsetX, 2, 1);
     this.tableLayoutPanel3.Controls.Add(this.IIOffsetY, 4, 1);
     this.tableLayoutPanel3.Controls.Add(this.IISizeH, 4, 0);
     this.tableLayoutPanel3.Controls.Add(this.IISizeW, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.label6, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.label10, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.label7, 3, 0);
     this.tableLayoutPanel3.Controls.Add(this.label11, 3, 1);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // IIOffsetX
     //
     resources.ApplyResources(this.IIOffsetX, "IIOffsetX");
     this.IIOffsetX.ForcedText           = null;
     this.IIOffsetX.ForceMinMax          = false;
     this.IIOffsetX.MaxValue             = 1000;
     this.IIOffsetX.MinValue             = 0;
     this.IIOffsetX.Name                 = "IIOffsetX";
     this.IIOffsetX.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIOffsetX.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIOffsetXYCurrentValueChanged);
     //
     // IIOffsetY
     //
     this.IIOffsetY.ForcedText  = null;
     this.IIOffsetY.ForceMinMax = false;
     resources.ApplyResources(this.IIOffsetY, "IIOffsetY");
     this.IIOffsetY.MaxValue             = 1000;
     this.IIOffsetY.MinValue             = 0;
     this.IIOffsetY.Name                 = "IIOffsetY";
     this.IIOffsetY.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIOffsetY.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIOffsetXYCurrentValueChanged);
     //
     // IISizeH
     //
     this.IISizeH.ForcedText  = null;
     this.IISizeH.ForceMinMax = false;
     resources.ApplyResources(this.IISizeH, "IISizeH");
     this.IISizeH.MaxValue             = 1000;
     this.IISizeH.MinValue             = 10;
     this.IISizeH.Name                 = "IISizeH";
     this.IISizeH.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IISizeH.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IISizeH_CurrentValueChanged);
     //
     // IISizeW
     //
     this.IISizeW.ForcedText  = null;
     this.IISizeW.ForceMinMax = false;
     resources.ApplyResources(this.IISizeW, "IISizeW");
     this.IISizeW.MaxValue             = 1000;
     this.IISizeW.MinValue             = 10;
     this.IISizeW.Name                 = "IISizeW";
     this.IISizeW.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IISizeW.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IISizeW_CurrentValueChanged);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // GbSpeed
     //
     resources.ApplyResources(this.GbSpeed, "GbSpeed");
     this.GbSpeed.Controls.Add(this.tableLayoutPanel6);
     this.GbSpeed.Name    = "GbSpeed";
     this.GbSpeed.TabStop = false;
     //
     // tableLayoutPanel6
     //
     resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
     this.tableLayoutPanel6.Controls.Add(this.LblBorderTracing, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.LblBorderTracingmm, 2, 0);
     this.tableLayoutPanel6.Controls.Add(this.IIBorderTracing, 1, 0);
     this.tableLayoutPanel6.Controls.Add(this.label20, 2, 2);
     this.tableLayoutPanel6.Controls.Add(this.label19, 0, 2);
     this.tableLayoutPanel6.Controls.Add(this.IILinearFilling, 1, 1);
     this.tableLayoutPanel6.Controls.Add(this.IITravelSpeed, 1, 2);
     this.tableLayoutPanel6.Controls.Add(this.LblLinearFillingmm, 2, 1);
     this.tableLayoutPanel6.Controls.Add(this.LblLinearFilling, 0, 1);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     //
     // LblBorderTracing
     //
     resources.ApplyResources(this.LblBorderTracing, "LblBorderTracing");
     this.LblBorderTracing.Name = "LblBorderTracing";
     //
     // LblBorderTracingmm
     //
     resources.ApplyResources(this.LblBorderTracingmm, "LblBorderTracingmm");
     this.LblBorderTracingmm.Name = "LblBorderTracingmm";
     //
     // IIBorderTracing
     //
     resources.ApplyResources(this.IIBorderTracing, "IIBorderTracing");
     this.IIBorderTracing.CurrentValue         = 1000;
     this.IIBorderTracing.ForcedText           = null;
     this.IIBorderTracing.ForceMinMax          = false;
     this.IIBorderTracing.MaxValue             = 4000;
     this.IIBorderTracing.MinValue             = 1;
     this.IIBorderTracing.Name                 = "IIBorderTracing";
     this.IIBorderTracing.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIBorderTracing.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIBorderTracingCurrentValueChanged);
     //
     // label20
     //
     resources.ApplyResources(this.label20, "label20");
     this.label20.Name = "label20";
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.Name = "label19";
     //
     // IILinearFilling
     //
     resources.ApplyResources(this.IILinearFilling, "IILinearFilling");
     this.IILinearFilling.CurrentValue         = 1000;
     this.IILinearFilling.ForcedText           = null;
     this.IILinearFilling.ForceMinMax          = false;
     this.IILinearFilling.MaxValue             = 4000;
     this.IILinearFilling.MinValue             = 1;
     this.IILinearFilling.Name                 = "IILinearFilling";
     this.IILinearFilling.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IILinearFilling.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIMarkSpeedCurrentValueChanged);
     //
     // IITravelSpeed
     //
     resources.ApplyResources(this.IITravelSpeed, "IITravelSpeed");
     this.IITravelSpeed.CurrentValue         = 4000;
     this.IITravelSpeed.ForcedText           = null;
     this.IITravelSpeed.ForceMinMax          = false;
     this.IITravelSpeed.MaxValue             = 4000;
     this.IITravelSpeed.MinValue             = 1;
     this.IITravelSpeed.Name                 = "IITravelSpeed";
     this.IITravelSpeed.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IITravelSpeed.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IITravelSpeedCurrentValueChanged);
     //
     // LblLinearFillingmm
     //
     resources.ApplyResources(this.LblLinearFillingmm, "LblLinearFillingmm");
     this.LblLinearFillingmm.Name = "LblLinearFillingmm";
     //
     // LblLinearFilling
     //
     resources.ApplyResources(this.LblLinearFilling, "LblLinearFilling");
     this.LblLinearFilling.Name = "LblLinearFilling";
     //
     // GbLaser
     //
     resources.ApplyResources(this.GbLaser, "GbLaser");
     this.GbLaser.Controls.Add(this.tableLayoutPanel7);
     this.GbLaser.Name    = "GbLaser";
     this.GbLaser.TabStop = false;
     //
     // tableLayoutPanel7
     //
     resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7");
     this.tableLayoutPanel7.Controls.Add(this.BtnModulationInfo, 4, 1);
     this.tableLayoutPanel7.Controls.Add(this.label26, 2, 0);
     this.tableLayoutPanel7.Controls.Add(this.LblSmin, 0, 1);
     this.tableLayoutPanel7.Controls.Add(this.IIMinPower, 1, 1);
     this.tableLayoutPanel7.Controls.Add(this.LblSmax, 2, 1);
     this.tableLayoutPanel7.Controls.Add(this.IIMaxPower, 3, 1);
     this.tableLayoutPanel7.Controls.Add(this.label18, 0, 0);
     this.tableLayoutPanel7.Controls.Add(this.BtnOnOffInfo, 4, 0);
     this.tableLayoutPanel7.Controls.Add(this.CBLaserON, 1, 0);
     this.tableLayoutPanel7.Controls.Add(this.CBLaserOFF, 3, 0);
     this.tableLayoutPanel7.Name = "tableLayoutPanel7";
     //
     // BtnModulationInfo
     //
     this.BtnModulationInfo.AltImage = null;
     resources.ApplyResources(this.BtnModulationInfo, "BtnModulationInfo");
     this.BtnModulationInfo.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnModulationInfo.Coloration = System.Drawing.Color.Empty;
     this.BtnModulationInfo.Image      = ((System.Drawing.Image)(resources.GetObject("BtnModulationInfo.Image")));
     this.BtnModulationInfo.Name       = "BtnModulationInfo";
     this.BtnModulationInfo.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.TT.SetToolTip(this.BtnModulationInfo, resources.GetString("BtnModulationInfo.ToolTip"));
     this.BtnModulationInfo.UseAltImage = false;
     this.BtnModulationInfo.Click      += new System.EventHandler(this.BtnModulationInfo_Click);
     //
     // label26
     //
     resources.ApplyResources(this.label26, "label26");
     this.label26.Name = "label26";
     //
     // LblSmin
     //
     resources.ApplyResources(this.LblSmin, "LblSmin");
     this.LblSmin.Name = "LblSmin";
     //
     // IIMinPower
     //
     resources.ApplyResources(this.IIMinPower, "IIMinPower");
     this.IIMinPower.ForcedText           = null;
     this.IIMinPower.ForceMinMax          = false;
     this.IIMinPower.MaxValue             = 999;
     this.IIMinPower.MinValue             = 0;
     this.IIMinPower.Name                 = "IIMinPower";
     this.IIMinPower.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIMinPower.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIMinPowerCurrentValueChanged);
     //
     // LblSmax
     //
     resources.ApplyResources(this.LblSmax, "LblSmax");
     this.LblSmax.Name = "LblSmax";
     //
     // IIMaxPower
     //
     resources.ApplyResources(this.IIMaxPower, "IIMaxPower");
     this.IIMaxPower.CurrentValue         = 255;
     this.IIMaxPower.ForcedText           = null;
     this.IIMaxPower.ForceMinMax          = false;
     this.IIMaxPower.MaxValue             = 1000;
     this.IIMaxPower.MinValue             = 1;
     this.IIMaxPower.Name                 = "IIMaxPower";
     this.IIMaxPower.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIMaxPower.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIMaxPowerCurrentValueChanged);
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.Name = "label18";
     //
     // BtnOnOffInfo
     //
     this.BtnOnOffInfo.AltImage = null;
     resources.ApplyResources(this.BtnOnOffInfo, "BtnOnOffInfo");
     this.BtnOnOffInfo.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnOnOffInfo.Coloration = System.Drawing.Color.Empty;
     this.BtnOnOffInfo.Image      = ((System.Drawing.Image)(resources.GetObject("BtnOnOffInfo.Image")));
     this.BtnOnOffInfo.Name       = "BtnOnOffInfo";
     this.BtnOnOffInfo.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.TT.SetToolTip(this.BtnOnOffInfo, resources.GetString("BtnOnOffInfo.ToolTip"));
     this.BtnOnOffInfo.UseAltImage = false;
     this.BtnOnOffInfo.Click      += new System.EventHandler(this.BtnOnOffInfo_Click);
     //
     // CBLaserON
     //
     this.CBLaserON.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBLaserON.FormattingEnabled = true;
     this.CBLaserON.Items.AddRange(new object[] {
         resources.GetString("CBLaserON.Items"),
         resources.GetString("CBLaserON.Items1")
     });
     resources.ApplyResources(this.CBLaserON, "CBLaserON");
     this.CBLaserON.Name = "CBLaserON";
     this.CBLaserON.SelectedIndexChanged += new System.EventHandler(this.CBLaserON_SelectedIndexChanged);
     //
     // CBLaserOFF
     //
     this.CBLaserOFF.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBLaserOFF.FormattingEnabled = true;
     this.CBLaserOFF.Items.AddRange(new object[] {
         resources.GetString("CBLaserOFF.Items")
     });
     resources.ApplyResources(this.CBLaserOFF, "CBLaserOFF");
     this.CBLaserOFF.Name = "CBLaserOFF";
     this.CBLaserOFF.SelectedIndexChanged += new System.EventHandler(this.CBLaserOFF_SelectedIndexChanged);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.BtnCancel, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.BtnCreate, 2, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // BtnCancel
     //
     this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.BtnCancel, "BtnCancel");
     this.BtnCancel.Name = "BtnCancel";
     this.BtnCancel.UseVisualStyleBackColor = true;
     //
     // BtnCreate
     //
     this.BtnCreate.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.BtnCreate, "BtnCreate");
     this.BtnCreate.Name = "BtnCreate";
     this.BtnCreate.UseVisualStyleBackColor = true;
     //
     // TT
     //
     this.TT.AutoPopDelay = 10000;
     this.TT.InitialDelay = 500;
     this.TT.ReshowDelay  = 100;
     //
     // ConvertSizeAndOptionForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel9);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "ConvertSizeAndOptionForm";
     this.tableLayoutPanel9.ResumeLayout(false);
     this.tableLayoutPanel9.PerformLayout();
     this.GbSize.ResumeLayout(false);
     this.GbSize.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.GbSpeed.ResumeLayout(false);
     this.GbSpeed.PerformLayout();
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.GbLaser.ResumeLayout(false);
     this.GbLaser.PerformLayout();
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConvertSizeAndOptionForm));
     this.tableLayoutPanel9  = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel3  = new System.Windows.Forms.TableLayoutPanel();
     this.label9             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.IIOffsetX          = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IIOffsetY          = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IISizeH            = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IISizeW            = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label6             = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel6  = new System.Windows.Forms.TableLayoutPanel();
     this.LblBorderTracing   = new System.Windows.Forms.Label();
     this.LblBorderTracingmm = new System.Windows.Forms.Label();
     this.IIBorderTracing    = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label20            = new System.Windows.Forms.Label();
     this.label19            = new System.Windows.Forms.Label();
     this.IILinearFilling    = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.IITravelSpeed      = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.LblLinearFillingmm = new System.Windows.Forms.Label();
     this.LblLinearFilling   = new System.Windows.Forms.Label();
     this.groupBox5          = new System.Windows.Forms.GroupBox();
     this.tableLayoutPanel7  = new System.Windows.Forms.TableLayoutPanel();
     this.TxtLaserOff        = new System.Windows.Forms.TextBox();
     this.label26            = new System.Windows.Forms.Label();
     this.label21            = new System.Windows.Forms.Label();
     this.IIMinPower         = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label25            = new System.Windows.Forms.Label();
     this.IIMaxPower         = new LaserGRBL.UserControls.IntegerInput.IntegerInputRanged();
     this.label18            = new System.Windows.Forms.Label();
     this.TxtLaserOn         = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.BtnCancel          = new System.Windows.Forms.Button();
     this.BtnCreate          = new System.Windows.Forms.Button();
     this.tableLayoutPanel9.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel9
     //
     resources.ApplyResources(this.tableLayoutPanel9, "tableLayoutPanel9");
     this.tableLayoutPanel9.Controls.Add(this.groupBox2, 0, 2);
     this.tableLayoutPanel9.Controls.Add(this.groupBox3, 0, 0);
     this.tableLayoutPanel9.Controls.Add(this.groupBox5, 0, 1);
     this.tableLayoutPanel9.Controls.Add(this.tableLayoutPanel1, 0, 3);
     this.tableLayoutPanel9.Name = "tableLayoutPanel9";
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.tableLayoutPanel3);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // tableLayoutPanel3
     //
     resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
     this.tableLayoutPanel3.Controls.Add(this.label9, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.label4, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.IIOffsetX, 2, 1);
     this.tableLayoutPanel3.Controls.Add(this.IIOffsetY, 4, 1);
     this.tableLayoutPanel3.Controls.Add(this.IISizeH, 4, 0);
     this.tableLayoutPanel3.Controls.Add(this.IISizeW, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.label6, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.label10, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.label7, 3, 0);
     this.tableLayoutPanel3.Controls.Add(this.label11, 3, 1);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // IIOffsetX
     //
     resources.ApplyResources(this.IIOffsetX, "IIOffsetX");
     this.IIOffsetX.ForcedText           = null;
     this.IIOffsetX.ForceMinMax          = false;
     this.IIOffsetX.MaxValue             = 1000;
     this.IIOffsetX.MinValue             = 0;
     this.IIOffsetX.Name                 = "IIOffsetX";
     this.IIOffsetX.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIOffsetX.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIOffsetXYCurrentValueChanged);
     //
     // IIOffsetY
     //
     resources.ApplyResources(this.IIOffsetY, "IIOffsetY");
     this.IIOffsetY.ForcedText           = null;
     this.IIOffsetY.ForceMinMax          = false;
     this.IIOffsetY.MaxValue             = 1000;
     this.IIOffsetY.MinValue             = 0;
     this.IIOffsetY.Name                 = "IIOffsetY";
     this.IIOffsetY.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIOffsetY.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIOffsetXYCurrentValueChanged);
     //
     // IISizeH
     //
     resources.ApplyResources(this.IISizeH, "IISizeH");
     this.IISizeH.ForcedText           = null;
     this.IISizeH.ForceMinMax          = false;
     this.IISizeH.MaxValue             = 1000;
     this.IISizeH.MinValue             = 10;
     this.IISizeH.Name                 = "IISizeH";
     this.IISizeH.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IISizeH.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IISizeH_CurrentValueChanged);
     //
     // IISizeW
     //
     resources.ApplyResources(this.IISizeW, "IISizeW");
     this.IISizeW.ForcedText           = null;
     this.IISizeW.ForceMinMax          = false;
     this.IISizeW.MaxValue             = 1000;
     this.IISizeW.MinValue             = 10;
     this.IISizeW.Name                 = "IISizeW";
     this.IISizeW.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IISizeW.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IISizeW_CurrentValueChanged);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label11
     //
     resources.ApplyResources(this.label11, "label11");
     this.label11.Name = "label11";
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Controls.Add(this.tableLayoutPanel6);
     this.groupBox3.Name    = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // tableLayoutPanel6
     //
     resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
     this.tableLayoutPanel6.Controls.Add(this.LblBorderTracing, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.LblBorderTracingmm, 2, 0);
     this.tableLayoutPanel6.Controls.Add(this.IIBorderTracing, 1, 0);
     this.tableLayoutPanel6.Controls.Add(this.label20, 2, 2);
     this.tableLayoutPanel6.Controls.Add(this.label19, 0, 2);
     this.tableLayoutPanel6.Controls.Add(this.IILinearFilling, 1, 1);
     this.tableLayoutPanel6.Controls.Add(this.IITravelSpeed, 1, 2);
     this.tableLayoutPanel6.Controls.Add(this.LblLinearFillingmm, 2, 1);
     this.tableLayoutPanel6.Controls.Add(this.LblLinearFilling, 0, 1);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     //
     // LblBorderTracing
     //
     resources.ApplyResources(this.LblBorderTracing, "LblBorderTracing");
     this.LblBorderTracing.Name = "LblBorderTracing";
     //
     // LblBorderTracingmm
     //
     resources.ApplyResources(this.LblBorderTracingmm, "LblBorderTracingmm");
     this.LblBorderTracingmm.Name = "LblBorderTracingmm";
     //
     // IIBorderTracing
     //
     resources.ApplyResources(this.IIBorderTracing, "IIBorderTracing");
     this.IIBorderTracing.CurrentValue         = 1000;
     this.IIBorderTracing.ForcedText           = null;
     this.IIBorderTracing.ForceMinMax          = false;
     this.IIBorderTracing.MaxValue             = 4000;
     this.IIBorderTracing.MinValue             = 1;
     this.IIBorderTracing.Name                 = "IIBorderTracing";
     this.IIBorderTracing.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIBorderTracing.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIBorderTracingCurrentValueChanged);
     //
     // label20
     //
     resources.ApplyResources(this.label20, "label20");
     this.label20.Name = "label20";
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.Name = "label19";
     //
     // IILinearFilling
     //
     resources.ApplyResources(this.IILinearFilling, "IILinearFilling");
     this.IILinearFilling.CurrentValue         = 1000;
     this.IILinearFilling.ForcedText           = null;
     this.IILinearFilling.ForceMinMax          = false;
     this.IILinearFilling.MaxValue             = 4000;
     this.IILinearFilling.MinValue             = 1;
     this.IILinearFilling.Name                 = "IILinearFilling";
     this.IILinearFilling.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IILinearFilling.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIMarkSpeedCurrentValueChanged);
     //
     // IITravelSpeed
     //
     resources.ApplyResources(this.IITravelSpeed, "IITravelSpeed");
     this.IITravelSpeed.CurrentValue         = 4000;
     this.IITravelSpeed.ForcedText           = null;
     this.IITravelSpeed.ForceMinMax          = false;
     this.IITravelSpeed.MaxValue             = 4000;
     this.IITravelSpeed.MinValue             = 1;
     this.IITravelSpeed.Name                 = "IITravelSpeed";
     this.IITravelSpeed.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IITravelSpeed.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IITravelSpeedCurrentValueChanged);
     //
     // LblLinearFillingmm
     //
     resources.ApplyResources(this.LblLinearFillingmm, "LblLinearFillingmm");
     this.LblLinearFillingmm.Name = "LblLinearFillingmm";
     //
     // LblLinearFilling
     //
     resources.ApplyResources(this.LblLinearFilling, "LblLinearFilling");
     this.LblLinearFilling.Name = "LblLinearFilling";
     //
     // groupBox5
     //
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Controls.Add(this.tableLayoutPanel7);
     this.groupBox5.Name    = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // tableLayoutPanel7
     //
     resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7");
     this.tableLayoutPanel7.Controls.Add(this.TxtLaserOff, 3, 0);
     this.tableLayoutPanel7.Controls.Add(this.label26, 2, 0);
     this.tableLayoutPanel7.Controls.Add(this.label21, 0, 1);
     this.tableLayoutPanel7.Controls.Add(this.IIMinPower, 1, 1);
     this.tableLayoutPanel7.Controls.Add(this.label25, 2, 1);
     this.tableLayoutPanel7.Controls.Add(this.IIMaxPower, 3, 1);
     this.tableLayoutPanel7.Controls.Add(this.label18, 0, 0);
     this.tableLayoutPanel7.Controls.Add(this.TxtLaserOn, 1, 0);
     this.tableLayoutPanel7.Name = "tableLayoutPanel7";
     //
     // TxtLaserOff
     //
     resources.ApplyResources(this.TxtLaserOff, "TxtLaserOff");
     this.TxtLaserOff.Name         = "TxtLaserOff";
     this.TxtLaserOff.TextChanged += new System.EventHandler(this.TxtLaserOffTextChanged);
     //
     // label26
     //
     resources.ApplyResources(this.label26, "label26");
     this.label26.Name = "label26";
     //
     // label21
     //
     resources.ApplyResources(this.label21, "label21");
     this.label21.Name = "label21";
     //
     // IIMinPower
     //
     resources.ApplyResources(this.IIMinPower, "IIMinPower");
     this.IIMinPower.ForcedText           = null;
     this.IIMinPower.ForceMinMax          = false;
     this.IIMinPower.MaxValue             = 1000;
     this.IIMinPower.MinValue             = 0;
     this.IIMinPower.Name                 = "IIMinPower";
     this.IIMinPower.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIMinPower.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIMinPowerCurrentValueChanged);
     //
     // label25
     //
     resources.ApplyResources(this.label25, "label25");
     this.label25.Name = "label25";
     //
     // IIMaxPower
     //
     resources.ApplyResources(this.IIMaxPower, "IIMaxPower");
     this.IIMaxPower.CurrentValue         = 255;
     this.IIMaxPower.ForcedText           = null;
     this.IIMaxPower.ForceMinMax          = false;
     this.IIMaxPower.MaxValue             = 1000;
     this.IIMaxPower.MinValue             = 1;
     this.IIMaxPower.Name                 = "IIMaxPower";
     this.IIMaxPower.NormalBorderColor    = System.Drawing.SystemColors.ActiveBorder;
     this.IIMaxPower.CurrentValueChanged += new LaserGRBL.UserControls.IntegerInput.IntegerInputBase.CurrentValueChangedEventHandler(this.IIMaxPowerCurrentValueChanged);
     //
     // label18
     //
     resources.ApplyResources(this.label18, "label18");
     this.label18.Name = "label18";
     //
     // TxtLaserOn
     //
     resources.ApplyResources(this.TxtLaserOn, "TxtLaserOn");
     this.TxtLaserOn.Name         = "TxtLaserOn";
     this.TxtLaserOn.TextChanged += new System.EventHandler(this.TxtLaserOnTextChanged);
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.BtnCancel, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.BtnCreate, 2, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // BtnCancel
     //
     resources.ApplyResources(this.BtnCancel, "BtnCancel");
     this.BtnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancel.Name                    = "BtnCancel";
     this.BtnCancel.UseVisualStyleBackColor = true;
     //
     // BtnCreate
     //
     resources.ApplyResources(this.BtnCreate, "BtnCreate");
     this.BtnCreate.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.BtnCreate.Name                    = "BtnCreate";
     this.BtnCreate.UseVisualStyleBackColor = true;
     //
     // ConvertSizeAndOptionForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel9);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "ConvertSizeAndOptionForm";
     this.tableLayoutPanel9.ResumeLayout(false);
     this.tableLayoutPanel9.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }