Esempio n. 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.ctrlLabel1        = new Robot.CtrlLabel();
     this.btnSortir         = new Robot.CtrlButton();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.ctrlLabel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.btnSortir, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(713, 386);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // ctrlLabel1
     //
     this.ctrlLabel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ctrlLabel1.Location  = new System.Drawing.Point(3, 0);
     this.ctrlLabel1.MaxLength = 0;
     this.ctrlLabel1.Name      = "ctrlLabel1";
     this.ctrlLabel1.Size      = new System.Drawing.Size(707, 193);
     this.ctrlLabel1.TabIndex  = 0;
     this.ctrlLabel1.Text      = "ctrlLblCountdown";
     //
     // btnSortir
     //
     this.btnSortir.BackColor   = System.Drawing.Color.Gainsboro;
     this.btnSortir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnSortir.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.btnSortir.Location    = new System.Drawing.Point(3, 193);
     this.btnSortir.MaxLength   = 0;
     this.btnSortir.Name        = "btnSortir";
     this.btnSortir.Size        = new System.Drawing.Size(707, 193);
     this.btnSortir.TabIndex    = 1;
     this.btnSortir.Text        = "Sortir";
     this.btnSortir.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSortir.Click      += new System.EventHandler(this.BtnSortirClick);
     //
     // frmWaitingTime
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(713, 386);
     this.ControlBox          = false;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name          = "frmWaitingTime";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmWaitingTime";
     this.TopMost       = true;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FrmWaitingTimeFormClosing);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.FrmWaitingTimeKeyDown);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
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.btnEditReciple    = new Robot.CtrlButton();
     this.btnTestOutput     = new Robot.CtrlButton();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.btnSerialPort     = new Robot.CtrlButton();
     this.btnManualMode     = new Robot.CtrlButton();
     this.btnAutoMode       = new Robot.CtrlButton();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnEditReciple
     //
     this.btnEditReciple.BackColor   = System.Drawing.Color.Gainsboro;
     this.btnEditReciple.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnEditReciple.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.btnEditReciple.Location    = new System.Drawing.Point(7, 81);
     this.btnEditReciple.Margin      = new System.Windows.Forms.Padding(7);
     this.btnEditReciple.MaxLength   = 0;
     this.btnEditReciple.Name        = "btnEditReciple";
     this.btnEditReciple.Size        = new System.Drawing.Size(529, 60);
     this.btnEditReciple.TabIndex    = 2;
     this.btnEditReciple.Text        = "Edition Recette";
     this.btnEditReciple.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnEditReciple.Click      += new System.EventHandler(this.eShowfrmEditRecipe);
     //
     // btnTestOutput
     //
     this.btnTestOutput.BackColor   = System.Drawing.Color.Gainsboro;
     this.btnTestOutput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnTestOutput.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.btnTestOutput.Location    = new System.Drawing.Point(7, 229);
     this.btnTestOutput.Margin      = new System.Windows.Forms.Padding(7);
     this.btnTestOutput.MaxLength   = 0;
     this.btnTestOutput.Name        = "btnTestOutput";
     this.btnTestOutput.Size        = new System.Drawing.Size(529, 60);
     this.btnTestOutput.TabIndex    = 3;
     this.btnTestOutput.Text        = "Test Output";
     this.btnTestOutput.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnTestOutput.Click      += new System.EventHandler(this.eShowfrmTestOutputs);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65.85366F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34.14634F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(549, 577);
     this.tableLayoutPanel1.TabIndex = 5;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.btnSerialPort, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.btnManualMode, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.btnTestOutput, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.btnEditReciple, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.btnAutoMode, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 5;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(543, 373);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // btnSerialPort
     //
     this.btnSerialPort.BackColor   = System.Drawing.Color.Gainsboro;
     this.btnSerialPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnSerialPort.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.btnSerialPort.Location    = new System.Drawing.Point(7, 303);
     this.btnSerialPort.Margin      = new System.Windows.Forms.Padding(7);
     this.btnSerialPort.MaxLength   = 0;
     this.btnSerialPort.Name        = "btnSerialPort";
     this.btnSerialPort.Size        = new System.Drawing.Size(529, 63);
     this.btnSerialPort.TabIndex    = 5;
     this.btnSerialPort.Text        = "Serial Port";
     this.btnSerialPort.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSerialPort.Click      += new System.EventHandler(this.BtnSerialPortClick);
     //
     // btnManualMode
     //
     this.btnManualMode.BackColor   = System.Drawing.Color.Gainsboro;
     this.btnManualMode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnManualMode.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.btnManualMode.Location    = new System.Drawing.Point(7, 155);
     this.btnManualMode.Margin      = new System.Windows.Forms.Padding(7);
     this.btnManualMode.MaxLength   = 0;
     this.btnManualMode.Name        = "btnManualMode";
     this.btnManualMode.Size        = new System.Drawing.Size(529, 60);
     this.btnManualMode.TabIndex    = 3;
     this.btnManualMode.Text        = "Mode Manuel";
     this.btnManualMode.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnManualMode.Click      += new System.EventHandler(this.eShowfrmManualMode);
     //
     // btnAutoMode
     //
     this.btnAutoMode.BackColor   = System.Drawing.Color.Gainsboro;
     this.btnAutoMode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.btnAutoMode.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.btnAutoMode.Location    = new System.Drawing.Point(7, 7);
     this.btnAutoMode.Margin      = new System.Windows.Forms.Padding(7);
     this.btnAutoMode.MaxLength   = 0;
     this.btnAutoMode.Name        = "btnAutoMode";
     this.btnAutoMode.Size        = new System.Drawing.Size(529, 60);
     this.btnAutoMode.TabIndex    = 4;
     this.btnAutoMode.Text        = "Mode Automatique";
     this.btnAutoMode.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnAutoMode.Click      += new System.EventHandler(this.eShowfrmAutomaticMode);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(549, 577);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name               = "MainForm";
     this.Text               = "Robot";
     this.WindowState        = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing       += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.ClientSizeChanged += new System.EventHandler(this.MainFormClientSizeChanged);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
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.tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2   = new System.Windows.Forms.TableLayoutPanel();
     this.ctrl2ValuesDisplay1 = new Robot.Controls.Ctrl2ValuesDisplay();
     this.tableLayoutPanel3   = new System.Windows.Forms.TableLayoutPanel();
     this.ctrlLabelGroup      = new Robot.CtrlLabel();
     this.ctrlLabelIngredient = new Robot.CtrlLabel();
     this.lblSerialPortStatus = new Robot.CtrlLabel();
     this.tableLayoutPanel4   = new System.Windows.Forms.TableLayoutPanel();
     this.ctrlBtnQuit         = new Robot.CtrlButton();
     this.ctrlFormConsole2    = new Robot.CtrlFormConsole();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80.21309F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 78.17796F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.82203F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(692, 472);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.ctrl2ValuesDisplay1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34.71698F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65.28302F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(686, 363);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // ctrl2ValuesDisplay1
     //
     this.ctrl2ValuesDisplay1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ctrl2ValuesDisplay1.Location = new System.Drawing.Point(3, 129);
     this.ctrl2ValuesDisplay1.Name     = "ctrl2ValuesDisplay1";
     this.ctrl2ValuesDisplay1.Size     = new System.Drawing.Size(680, 231);
     this.ctrl2ValuesDisplay1.TabIndex = 0;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.ctrlLabelGroup, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.ctrlLabelIngredient, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.lblSerialPortStatus, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.78774F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 82.21226F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(680, 120);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // ctrlLabelGroup
     //
     this.ctrlLabelGroup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctrlLabelGroup.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ctrlLabelGroup.Location    = new System.Drawing.Point(3, 21);
     this.ctrlLabelGroup.MaxLength   = 0;
     this.ctrlLabelGroup.Name        = "ctrlLabelGroup";
     this.ctrlLabelGroup.Size        = new System.Drawing.Size(334, 99);
     this.ctrlLabelGroup.TabIndex    = 0;
     this.ctrlLabelGroup.Text        = "Groupe: x";
     this.ctrlLabelGroup.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ctrlLabelIngredient
     //
     this.ctrlLabelIngredient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctrlLabelIngredient.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ctrlLabelIngredient.Location    = new System.Drawing.Point(343, 21);
     this.ctrlLabelIngredient.MaxLength   = 0;
     this.ctrlLabelIngredient.Name        = "ctrlLabelIngredient";
     this.ctrlLabelIngredient.Size        = new System.Drawing.Size(334, 99);
     this.ctrlLabelIngredient.TabIndex    = 1;
     this.ctrlLabelIngredient.Text        = "Ingrédient:  x";
     this.ctrlLabelIngredient.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblSerialPortStatus
     //
     this.lblSerialPortStatus.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblSerialPortStatus.Location  = new System.Drawing.Point(3, 0);
     this.lblSerialPortStatus.MaxLength = 0;
     this.lblSerialPortStatus.Name      = "lblSerialPortStatus";
     this.lblSerialPortStatus.Size      = new System.Drawing.Size(334, 21);
     this.lblSerialPortStatus.TabIndex  = 2;
     this.lblSerialPortStatus.Text      = "ctrlLabel3";
     this.lblSerialPortStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.85423F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.14577F));
     this.tableLayoutPanel4.Controls.Add(this.ctrlBtnQuit, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.ctrlFormConsole2, 0, 0);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 372);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(686, 97);
     this.tableLayoutPanel4.TabIndex = 1;
     //
     // ctrlBtnQuit
     //
     this.ctrlBtnQuit.BackColor   = System.Drawing.Color.Gainsboro;
     this.ctrlBtnQuit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctrlBtnQuit.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ctrlBtnQuit.Location    = new System.Drawing.Point(345, 0);
     this.ctrlBtnQuit.MaxLength   = 0;
     this.ctrlBtnQuit.Name        = "ctrlBtnQuit";
     this.ctrlBtnQuit.Size        = new System.Drawing.Size(338, 97);
     this.ctrlBtnQuit.TabIndex    = 1;
     this.ctrlBtnQuit.Text        = "Sortir";
     this.ctrlBtnQuit.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.ctrlBtnQuit.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.CtrlBtnQuitMouseDown);
     //
     // ctrlFormConsole2
     //
     this.ctrlFormConsole2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFormConsole2.Location = new System.Drawing.Point(3, 3);
     this.ctrlFormConsole2.Name     = "ctrlFormConsole2";
     this.ctrlFormConsole2.Size     = new System.Drawing.Size(336, 91);
     this.ctrlFormConsole2.TabIndex = 2;
     //
     // frmAutomaticMode
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(692, 472);
     this.Controls.Add(this.tableLayoutPanel1);
     this.KeyPreview         = true;
     this.Name               = "frmAutomaticMode";
     this.Text               = "frmAutomaticMode";
     this.WindowState        = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing       += new System.Windows.Forms.FormClosingEventHandler(this.FrmAutomaticModeFormClosing);
     this.ClientSizeChanged += new System.EventHandler(this.FrmAutomaticModeClientSizeChanged);
     this.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.FrmAutomaticModeKeyDown);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.ctrlGroupSelect1  = new Robot.CtrlGroupSelect();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.btnSortir         = new Robot.CtrlButton();
            this.btnStart          = new Robot.CtrlButton();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.SuspendLayout();
            //
            // tableLayoutPanel1
            //
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Controls.Add(this.ctrlGroupSelect1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
            this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size     = new System.Drawing.Size(1014, 567);
            this.tableLayoutPanel1.TabIndex = 0;
            //
            // ctrlGroupSelect1
            //
            this.ctrlGroupSelect1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.ctrlGroupSelect1.Location = new System.Drawing.Point(3, 3);
            this.ctrlGroupSelect1.Name     = "ctrlGroupSelect1";
            this.ctrlGroupSelect1.Size     = new System.Drawing.Size(501, 561);
            this.ctrlGroupSelect1.TabIndex = 0;
            //
            // tableLayoutPanel2
            //
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.btnSortir, 0, 2);
            this.tableLayoutPanel2.Controls.Add(this.btnStart, 0, 0);
            this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(510, 3);
            this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 3;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanel2.Size     = new System.Drawing.Size(501, 561);
            this.tableLayoutPanel2.TabIndex = 1;
            //
            // btnSortir
            //
            this.btnSortir.BackColor   = System.Drawing.Color.Gainsboro;
            this.btnSortir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.btnSortir.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.btnSortir.Location    = new System.Drawing.Point(7, 483);
            this.btnSortir.Margin      = new System.Windows.Forms.Padding(7);
            this.btnSortir.MaxLength   = 0;
            this.btnSortir.Name        = "btnSortir";
            this.btnSortir.Size        = new System.Drawing.Size(487, 71);
            this.btnSortir.TabIndex    = 0;
            this.btnSortir.Text        = "Sortir";
            this.btnSortir.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnSortir.Click      += new System.EventHandler(this.BtnSortirClick);
            //
            // btnStart
            //
            this.btnStart.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.btnStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.btnStart.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.btnStart.Location    = new System.Drawing.Point(7, 7);
            this.btnStart.Margin      = new System.Windows.Forms.Padding(7);
            this.btnStart.MaxLength   = 0;
            this.btnStart.Name        = "btnStart";
            this.btnStart.Size        = new System.Drawing.Size(487, 70);
            this.btnStart.TabIndex    = 1;
            this.btnStart.Text        = "Démarrer";
            this.btnStart.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnStart.Click      += new System.EventHandler(this.BtnStartClick);
            //
            // frmChooseGroupStartAuto
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1014, 567);
            this.Controls.Add(this.tableLayoutPanel1);
            this.KeyPreview         = true;
            this.Name               = "frmChooseGroupStartAuto";
            this.Text               = "frmChooseGroupStartAuto";
            this.WindowState        = System.Windows.Forms.FormWindowState.Maximized;
            this.ClientSizeChanged += new System.EventHandler(this.FrmChooseGroupStartAutoClientSizeChanged);
            this.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.FrmChooseGroupStartAutoKeyDown);

            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.ResumeLayout(false);
        }