/// <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(ConnectLogForm));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.GBCommands        = new System.Windows.Forms.Panel();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.TxtManualCommand  = new LaserGRBL.UserControls.GrblTextBox();
     this.CmdLog            = new LaserGRBL.UserControls.CommandLog();
     this.GBFile            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.label5            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.TbFileName        = new System.Windows.Forms.TextBox();
     this.PB                   = new LaserGRBL.UserControls.DoubleProgressBar();
     this.BtnOpen              = new LaserGRBL.UserControls.ImageButton();
     this.BtnRunProgram        = new LaserGRBL.UserControls.ImageButton();
     this.UDLoopCounter        = new System.Windows.Forms.NumericUpDown();
     this.GBConnection         = new System.Windows.Forms.Panel();
     this.tableLayoutPanel4    = new System.Windows.Forms.TableLayoutPanel();
     this.LblComPort           = new System.Windows.Forms.Label();
     this.CBPort               = new System.Windows.Forms.ComboBox();
     this.BtnConnectDisconnect = new LaserGRBL.UserControls.ImageButton();
     this.LblBaudRate          = new System.Windows.Forms.Label();
     this.CBSpeed              = new System.Windows.Forms.ComboBox();
     this.LblAddress           = new System.Windows.Forms.Label();
     this.TxtAddress           = new System.Windows.Forms.TextBox();
     this.TT                   = new System.Windows.Forms.ToolTip(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.GBCommands.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.GBFile.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UDLoopCounter)).BeginInit();
     this.GBConnection.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.GBCommands, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.GBFile, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.GBConnection, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // GBCommands
     //
     this.GBCommands.Controls.Add(this.tableLayoutPanel6);
     resources.ApplyResources(this.GBCommands, "GBCommands");
     this.GBCommands.Name = "GBCommands";
     //
     // tableLayoutPanel6
     //
     resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
     this.tableLayoutPanel6.Controls.Add(this.TxtManualCommand, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.CmdLog, 0, 1);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     //
     // TxtManualCommand
     //
     this.TxtManualCommand.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     resources.ApplyResources(this.TxtManualCommand, "TxtManualCommand");
     this.TxtManualCommand.Name      = "TxtManualCommand";
     this.TxtManualCommand.WaterMark = "type gcode here";
     this.TxtManualCommand.WaterMarkActiveForeColor = System.Drawing.Color.Gray;
     this.TxtManualCommand.WaterMarkFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtManualCommand.WaterMarkForeColor       = System.Drawing.Color.LightGray;
     this.TxtManualCommand.CommandEntered          += new LaserGRBL.UserControls.GrblTextBox.CommandEnteredDlg(this.TxtManualCommandCommandEntered);
     this.TxtManualCommand.Enter += new System.EventHandler(this.TxtManualCommand_Enter);
     this.TxtManualCommand.Leave += new System.EventHandler(this.TxtManualCommand_Leave);
     //
     // CmdLog
     //
     this.CmdLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     resources.ApplyResources(this.CmdLog, "CmdLog");
     this.CmdLog.Name    = "CmdLog";
     this.CmdLog.TabStop = false;
     //
     // GBFile
     //
     resources.ApplyResources(this.GBFile, "GBFile");
     this.GBFile.Controls.Add(this.tableLayoutPanel5);
     this.GBFile.Name = "GBFile";
     //
     // tableLayoutPanel5
     //
     resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
     this.tableLayoutPanel5.Controls.Add(this.label5, 0, 1);
     this.tableLayoutPanel5.Controls.Add(this.label3, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.TbFileName, 1, 0);
     this.tableLayoutPanel5.Controls.Add(this.PB, 1, 1);
     this.tableLayoutPanel5.Controls.Add(this.BtnOpen, 3, 0);
     this.tableLayoutPanel5.Controls.Add(this.BtnRunProgram, 3, 1);
     this.tableLayoutPanel5.Controls.Add(this.UDLoopCounter, 2, 1);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // TbFileName
     //
     this.tableLayoutPanel5.SetColumnSpan(this.TbFileName, 2);
     resources.ApplyResources(this.TbFileName, "TbFileName");
     this.TbFileName.Name     = "TbFileName";
     this.TbFileName.ReadOnly = true;
     this.TbFileName.TabStop  = false;
     //
     // PB
     //
     this.PB.BarColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.PB.BorderColor = System.Drawing.Color.Black;
     resources.ApplyResources(this.PB, "PB");
     this.PB.DrawProgressString = true;
     this.PB.FillColor          = System.Drawing.Color.White;
     this.PB.FillStyle          = LaserGRBL.UserControls.FillStyles.Solid;
     this.PB.ForeColor          = System.Drawing.Color.Black;
     this.PB.Maximum            = 100D;
     this.PB.Minimum            = 0D;
     this.PB.Name                   = "PB";
     this.PB.PercString             = null;
     this.PB.ProgressStringDecimals = 0;
     this.PB.Reverse                = false;
     this.PB.Step                   = 10D;
     this.PB.ThrowExceprion         = false;
     this.PB.Value                  = 0D;
     //
     // BtnOpen
     //
     this.BtnOpen.AltImage = null;
     resources.ApplyResources(this.BtnOpen, "BtnOpen");
     this.BtnOpen.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnOpen.Coloration = System.Drawing.Color.Empty;
     this.BtnOpen.Image      = ((System.Drawing.Image)(resources.GetObject("BtnOpen.Image")));
     this.BtnOpen.Name       = "BtnOpen";
     this.BtnOpen.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.BtnOpen.TabStop    = false;
     this.TT.SetToolTip(this.BtnOpen, resources.GetString("BtnOpen.ToolTip"));
     this.BtnOpen.UseAltImage = false;
     this.BtnOpen.Click      += new System.EventHandler(this.BtnOpenClick);
     //
     // BtnRunProgram
     //
     this.BtnRunProgram.AltImage = null;
     resources.ApplyResources(this.BtnRunProgram, "BtnRunProgram");
     this.BtnRunProgram.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnRunProgram.Coloration = System.Drawing.Color.Empty;
     this.BtnRunProgram.Image      = ((System.Drawing.Image)(resources.GetObject("BtnRunProgram.Image")));
     this.BtnRunProgram.Name       = "BtnRunProgram";
     this.BtnRunProgram.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.BtnRunProgram.TabStop    = false;
     this.TT.SetToolTip(this.BtnRunProgram, resources.GetString("BtnRunProgram.ToolTip"));
     this.BtnRunProgram.UseAltImage = false;
     this.BtnRunProgram.Click      += new System.EventHandler(this.BtnRunProgramClick);
     //
     // UDLoopCounter
     //
     resources.ApplyResources(this.UDLoopCounter, "UDLoopCounter");
     this.UDLoopCounter.Maximum = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.UDLoopCounter.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.UDLoopCounter.Name = "UDLoopCounter";
     this.TT.SetToolTip(this.UDLoopCounter, resources.GetString("UDLoopCounter.ToolTip"));
     this.UDLoopCounter.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.UDLoopCounter.ValueChanged += new System.EventHandler(this.UDLoopCounter_ValueChanged);
     //
     // GBConnection
     //
     resources.ApplyResources(this.GBConnection, "GBConnection");
     this.GBConnection.Controls.Add(this.tableLayoutPanel4);
     this.GBConnection.Name = "GBConnection";
     //
     // tableLayoutPanel4
     //
     resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
     this.tableLayoutPanel4.Controls.Add(this.LblComPort, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.CBPort, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.BtnConnectDisconnect, 4, 0);
     this.tableLayoutPanel4.Controls.Add(this.LblBaudRate, 2, 0);
     this.tableLayoutPanel4.Controls.Add(this.CBSpeed, 3, 0);
     this.tableLayoutPanel4.Controls.Add(this.LblAddress, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.TxtAddress, 1, 1);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     //
     // LblComPort
     //
     resources.ApplyResources(this.LblComPort, "LblComPort");
     this.LblComPort.Name = "LblComPort";
     //
     // CBPort
     //
     resources.ApplyResources(this.CBPort, "CBPort");
     this.CBPort.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBPort.FormattingEnabled = true;
     this.CBPort.Name = "CBPort";
     this.CBPort.SelectedIndexChanged += new System.EventHandler(this.CBPort_SelectedIndexChanged);
     //
     // BtnConnectDisconnect
     //
     this.BtnConnectDisconnect.AltImage = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.AltImage")));
     resources.ApplyResources(this.BtnConnectDisconnect, "BtnConnectDisconnect");
     this.BtnConnectDisconnect.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnConnectDisconnect.Coloration = System.Drawing.Color.Empty;
     this.BtnConnectDisconnect.Image      = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.Image")));
     this.BtnConnectDisconnect.Name       = "BtnConnectDisconnect";
     this.tableLayoutPanel4.SetRowSpan(this.BtnConnectDisconnect, 2);
     this.BtnConnectDisconnect.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.StretchImage;
     this.BtnConnectDisconnect.TabStop    = false;
     this.TT.SetToolTip(this.BtnConnectDisconnect, resources.GetString("BtnConnectDisconnect.ToolTip"));
     this.BtnConnectDisconnect.UseAltImage = false;
     this.BtnConnectDisconnect.Click      += new System.EventHandler(this.BtnConnectDisconnectClick);
     //
     // LblBaudRate
     //
     resources.ApplyResources(this.LblBaudRate, "LblBaudRate");
     this.LblBaudRate.Name = "LblBaudRate";
     //
     // CBSpeed
     //
     resources.ApplyResources(this.CBSpeed, "CBSpeed");
     this.CBSpeed.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBSpeed.FormattingEnabled = true;
     this.CBSpeed.Name = "CBSpeed";
     this.CBSpeed.SelectedIndexChanged += new System.EventHandler(this.CBSpeed_SelectedIndexChanged);
     //
     // LblAddress
     //
     resources.ApplyResources(this.LblAddress, "LblAddress");
     this.LblAddress.Name = "LblAddress";
     //
     // TxtAddress
     //
     resources.ApplyResources(this.TxtAddress, "TxtAddress");
     this.tableLayoutPanel4.SetColumnSpan(this.TxtAddress, 3);
     this.TxtAddress.Name         = "TxtAddress";
     this.TxtAddress.TextChanged += new System.EventHandler(this.TxtHostName_TextChanged);
     //
     // ConnectLogForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "ConnectLogForm";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.GBCommands.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.GBFile.ResumeLayout(false);
     this.GBFile.PerformLayout();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UDLoopCounter)).EndInit();
     this.GBConnection.ResumeLayout(false);
     this.GBConnection.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(ConnectLogForm));
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.GBCommands        = new System.Windows.Forms.Panel();
     this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
     this.TxtManualCommand  = new LaserGRBL.UserControls.GrblTextBox();
     this.CmdLog            = new LaserGRBL.UserControls.CommandLog();
     this.GBFile            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.label5            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.TbFileName        = new System.Windows.Forms.TextBox();
     this.PB                   = new LaserGRBL.UserControls.DoubleProgressBar();
     this.BtnOpen              = new LaserGRBL.UserControls.ImageButton();
     this.BtnRunProgram        = new LaserGRBL.UserControls.ImageButton();
     this.GBConnection         = new System.Windows.Forms.Panel();
     this.tableLayoutPanel4    = new System.Windows.Forms.TableLayoutPanel();
     this.label1               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.CBPort               = new System.Windows.Forms.ComboBox();
     this.CBSpeed              = new System.Windows.Forms.ComboBox();
     this.BtnConnectDisconnect = new LaserGRBL.UserControls.ImageButton();
     this.TT                   = new System.Windows.Forms.ToolTip(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.GBCommands.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.GBFile.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.GBConnection.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.ControlDark;
     this.tableLayoutPanel1.Controls.Add(this.GBCommands, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.GBFile, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.GBConnection, 0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.TT.SetToolTip(this.tableLayoutPanel1, resources.GetString("tableLayoutPanel1.ToolTip"));
     //
     // GBCommands
     //
     resources.ApplyResources(this.GBCommands, "GBCommands");
     this.GBCommands.BackColor = System.Drawing.SystemColors.Control;
     this.GBCommands.Controls.Add(this.tableLayoutPanel6);
     this.GBCommands.Name = "GBCommands";
     this.TT.SetToolTip(this.GBCommands, resources.GetString("GBCommands.ToolTip"));
     //
     // tableLayoutPanel6
     //
     resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
     this.tableLayoutPanel6.Controls.Add(this.TxtManualCommand, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.CmdLog, 0, 1);
     this.tableLayoutPanel6.Name = "tableLayoutPanel6";
     this.TT.SetToolTip(this.tableLayoutPanel6, resources.GetString("tableLayoutPanel6.ToolTip"));
     //
     // TxtManualCommand
     //
     resources.ApplyResources(this.TxtManualCommand, "TxtManualCommand");
     this.TxtManualCommand.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.TxtManualCommand.Name            = "TxtManualCommand";
     this.TT.SetToolTip(this.TxtManualCommand, resources.GetString("TxtManualCommand.ToolTip"));
     this.TxtManualCommand.CommandEntered += new LaserGRBL.UserControls.GrblTextBox.CommandEnteredDlg(this.TxtManualCommandCommandEntered);
     //
     // CmdLog
     //
     resources.ApplyResources(this.CmdLog, "CmdLog");
     this.CmdLog.BackColor   = System.Drawing.Color.White;
     this.CmdLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.CmdLog.Name        = "CmdLog";
     this.TT.SetToolTip(this.CmdLog, resources.GetString("CmdLog.ToolTip"));
     //
     // GBFile
     //
     resources.ApplyResources(this.GBFile, "GBFile");
     this.GBFile.BackColor = System.Drawing.SystemColors.Control;
     this.GBFile.Controls.Add(this.tableLayoutPanel5);
     this.GBFile.Name = "GBFile";
     this.TT.SetToolTip(this.GBFile, resources.GetString("GBFile.ToolTip"));
     //
     // tableLayoutPanel5
     //
     resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
     this.tableLayoutPanel5.Controls.Add(this.label5, 0, 1);
     this.tableLayoutPanel5.Controls.Add(this.label3, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.TbFileName, 1, 0);
     this.tableLayoutPanel5.Controls.Add(this.PB, 1, 1);
     this.tableLayoutPanel5.Controls.Add(this.BtnOpen, 2, 0);
     this.tableLayoutPanel5.Controls.Add(this.BtnRunProgram, 2, 1);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.TT.SetToolTip(this.tableLayoutPanel5, resources.GetString("tableLayoutPanel5.ToolTip"));
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     this.TT.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     this.TT.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
     //
     // TbFileName
     //
     resources.ApplyResources(this.TbFileName, "TbFileName");
     this.TbFileName.Name     = "TbFileName";
     this.TbFileName.ReadOnly = true;
     this.TT.SetToolTip(this.TbFileName, resources.GetString("TbFileName.ToolTip"));
     //
     // PB
     //
     resources.ApplyResources(this.PB, "PB");
     this.PB.BarColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.PB.BorderColor        = System.Drawing.Color.Black;
     this.PB.DrawProgressString = true;
     this.PB.FillColor          = System.Drawing.Color.White;
     this.PB.FillStyle          = LaserGRBL.UserControls.FillStyles.Solid;
     this.PB.Maximum            = 100D;
     this.PB.Minimum            = 0D;
     this.PB.Name                   = "PB";
     this.PB.PercString             = null;
     this.PB.ProgressStringDecimals = 0;
     this.PB.Reverse                = false;
     this.PB.Step                   = 10D;
     this.PB.ThrowExceprion         = false;
     this.TT.SetToolTip(this.PB, resources.GetString("PB.ToolTip"));
     this.PB.Value = 0D;
     //
     // BtnOpen
     //
     resources.ApplyResources(this.BtnOpen, "BtnOpen");
     this.BtnOpen.AltImage   = null;
     this.BtnOpen.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnOpen.Coloration = System.Drawing.Color.Empty;
     this.BtnOpen.Image      = ((System.Drawing.Image)(resources.GetObject("BtnOpen.Image")));
     this.BtnOpen.Name       = "BtnOpen";
     this.BtnOpen.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.TT.SetToolTip(this.BtnOpen, resources.GetString("BtnOpen.ToolTip"));
     this.BtnOpen.UseAltImage = false;
     this.BtnOpen.Click      += new System.EventHandler(this.BtnOpenClick);
     //
     // BtnRunProgram
     //
     resources.ApplyResources(this.BtnRunProgram, "BtnRunProgram");
     this.BtnRunProgram.AltImage   = null;
     this.BtnRunProgram.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnRunProgram.Coloration = System.Drawing.Color.Empty;
     this.BtnRunProgram.Image      = ((System.Drawing.Image)(resources.GetObject("BtnRunProgram.Image")));
     this.BtnRunProgram.Name       = "BtnRunProgram";
     this.BtnRunProgram.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.FixedSize;
     this.TT.SetToolTip(this.BtnRunProgram, resources.GetString("BtnRunProgram.ToolTip"));
     this.BtnRunProgram.UseAltImage = false;
     this.BtnRunProgram.Click      += new System.EventHandler(this.BtnRunProgramClick);
     //
     // GBConnection
     //
     resources.ApplyResources(this.GBConnection, "GBConnection");
     this.GBConnection.BackColor = System.Drawing.SystemColors.Control;
     this.GBConnection.Controls.Add(this.tableLayoutPanel4);
     this.GBConnection.Name = "GBConnection";
     this.TT.SetToolTip(this.GBConnection, resources.GetString("GBConnection.ToolTip"));
     //
     // tableLayoutPanel4
     //
     resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
     this.tableLayoutPanel4.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.CBPort, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.CBSpeed, 1, 1);
     this.tableLayoutPanel4.Controls.Add(this.BtnConnectDisconnect, 2, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.TT.SetToolTip(this.tableLayoutPanel4, resources.GetString("tableLayoutPanel4.ToolTip"));
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     this.TT.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     this.TT.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
     //
     // CBPort
     //
     resources.ApplyResources(this.CBPort, "CBPort");
     this.CBPort.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBPort.FormattingEnabled = true;
     this.CBPort.Name = "CBPort";
     this.TT.SetToolTip(this.CBPort, resources.GetString("CBPort.ToolTip"));
     this.CBPort.SelectedIndexChanged += new System.EventHandler(this.CBPort_SelectedIndexChanged);
     //
     // CBSpeed
     //
     resources.ApplyResources(this.CBSpeed, "CBSpeed");
     this.CBSpeed.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CBSpeed.FormattingEnabled = true;
     this.CBSpeed.Name = "CBSpeed";
     this.TT.SetToolTip(this.CBSpeed, resources.GetString("CBSpeed.ToolTip"));
     this.CBSpeed.SelectedIndexChanged += new System.EventHandler(this.CBSpeed_SelectedIndexChanged);
     //
     // BtnConnectDisconnect
     //
     resources.ApplyResources(this.BtnConnectDisconnect, "BtnConnectDisconnect");
     this.BtnConnectDisconnect.AltImage   = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.AltImage")));
     this.BtnConnectDisconnect.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.BtnConnectDisconnect.Coloration = System.Drawing.Color.Empty;
     this.BtnConnectDisconnect.Image      = ((System.Drawing.Image)(resources.GetObject("BtnConnectDisconnect.Image")));
     this.BtnConnectDisconnect.Name       = "BtnConnectDisconnect";
     this.tableLayoutPanel4.SetRowSpan(this.BtnConnectDisconnect, 2);
     this.BtnConnectDisconnect.SizingMode = LaserGRBL.UserControls.ImageButton.SizingModes.StretchImage;
     this.TT.SetToolTip(this.BtnConnectDisconnect, resources.GetString("BtnConnectDisconnect.ToolTip"));
     this.BtnConnectDisconnect.UseAltImage = false;
     this.BtnConnectDisconnect.Click      += new System.EventHandler(this.BtnConnectDisconnectClick);
     //
     // ConnectLogForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "ConnectLogForm";
     this.TT.SetToolTip(this, resources.GetString("$this.ToolTip"));
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.GBCommands.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel6.PerformLayout();
     this.GBFile.ResumeLayout(false);
     this.GBFile.PerformLayout();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     this.GBConnection.ResumeLayout(false);
     this.GBConnection.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.ResumeLayout(false);
 }