Пример #1
0
 private void InitializeComponent()
 {
     this.cameraControl     = new Anda.Fluid.Domain.Vision.CameraControl();
     this.picDiagram        = new System.Windows.Forms.PictureBox();
     this.lblDiagram        = new System.Windows.Forms.Label();
     this.findCircle        = new Anda.Fluid.Domain.SVO.SubForms.FindCircle();
     this.lblCenterLocation = new System.Windows.Forms.Label();
     this.txtCenterX        = new System.Windows.Forms.TextBox();
     this.txtCenterY        = new System.Windows.Forms.TextBox();
     this.txtCenterZ        = new System.Windows.Forms.TextBox();
     this.grpOperation.SuspendLayout();
     this.grpResultTest.SuspendLayout();
     this.pnlDisplay.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).BeginInit();
     this.SuspendLayout();
     //
     // grpResultTest
     //
     this.grpResultTest.Controls.Add(this.txtCenterZ);
     this.grpResultTest.Controls.Add(this.txtCenterY);
     this.grpResultTest.Controls.Add(this.txtCenterX);
     this.grpResultTest.Controls.Add(this.lblCenterLocation);
     this.grpResultTest.Controls.Add(this.findCircle);
     //
     // pnlDisplay
     //
     this.pnlDisplay.Controls.Add(this.picDiagram);
     this.pnlDisplay.Controls.Add(this.lblDiagram);
     //
     // cameraControl
     //
     this.cameraControl.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.cameraControl.Location  = new System.Drawing.Point(0, 0);
     this.cameraControl.Name      = "cameraControl";
     this.cameraControl.Size      = this.pnlDisplay.Size;
     this.cameraControl.TabIndex  = 0;
     this.cameraControl.Dock      = DockStyle.Fill;
     //
     // picDiagram
     //
     this.picDiagram.Location = new System.Drawing.Point(172, 34);
     this.picDiagram.Name     = "picDiagram";
     this.picDiagram.Size     = new System.Drawing.Size(269, 332);
     this.picDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picDiagram.TabIndex = 3;
     this.picDiagram.TabStop  = false;
     //
     // lblDiagram
     //
     this.lblDiagram.AutoSize = true;
     this.lblDiagram.Location = new System.Drawing.Point(11, 34);
     this.lblDiagram.Name     = "lblDiagram";
     this.lblDiagram.Size     = new System.Drawing.Size(155, 216);
     this.lblDiagram.TabIndex = 2;
     this.lblDiagram.Text     = "Teach Purge location\r\nusing camera\r\n\r\n\r\n\r\n\r\nTeach one center point\r\n\r\n           " +
                                "or\r\n\r\nTeach three circumference\r\npoints\r\n\r\n\r\n\r\n\r\nWARNING:Dispenser will\r\nmove af" +
                                "ter your response";
     //
     // findCircle
     //
     this.findCircle.Location = new System.Drawing.Point(4, 10);
     this.findCircle.Name     = "findCircle";
     this.findCircle.Size     = new System.Drawing.Size(450, 90);
     this.findCircle.TabIndex = 0;
     //
     // lblCenterLocation
     //
     this.lblCenterLocation.AutoSize = true;
     this.lblCenterLocation.Location = new System.Drawing.Point(32, 139);
     this.lblCenterLocation.Name     = "lblCenterLocation";
     this.lblCenterLocation.Size     = new System.Drawing.Size(113, 12);
     this.lblCenterLocation.TabIndex = 1;
     this.lblCenterLocation.Text     = "Center Location : ";
     //
     // txtCenterX
     //
     this.txtCenterX.Enabled  = false;
     this.txtCenterX.Location = new System.Drawing.Point(151, 136);
     this.txtCenterX.Name     = "txtCenterX";
     this.txtCenterX.Size     = new System.Drawing.Size(72, 21);
     this.txtCenterX.TabIndex = 2;
     //
     // txtCenterY
     //
     this.txtCenterY.Enabled  = false;
     this.txtCenterY.Location = new System.Drawing.Point(244, 136);
     this.txtCenterY.Name     = "txtCenterY";
     this.txtCenterY.Size     = new System.Drawing.Size(72, 21);
     this.txtCenterY.TabIndex = 3;
     //
     // txtCenterZ
     //
     this.txtCenterZ.Enabled  = false;
     this.txtCenterZ.Location = new System.Drawing.Point(337, 136);
     this.txtCenterZ.Name     = "txtCenterZ";
     this.txtCenterZ.Size     = new System.Drawing.Size(72, 21);
     this.txtCenterZ.TabIndex = 4;
     //
     // TeachPurge
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(671, 690);
     this.Name         = "TeachPurge";
     this.Text         = "Anda Fluidmove - Teach location for Valve Purge location";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeachPurge_FormClosing);
     this.Load        += new System.EventHandler(this.TeachPurge_Load);
     this.grpOperation.ResumeLayout(false);
     this.grpResultTest.ResumeLayout(false);
     this.grpResultTest.PerformLayout();
     this.pnlDisplay.ResumeLayout(false);
     this.pnlDisplay.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.cameraControl      = new Anda.Fluid.Domain.Vision.CameraControl();
     this.findCircle         = new Anda.Fluid.Domain.SVO.SubForms.FindCircle();
     this.lblCycles          = new System.Windows.Forms.Label();
     this.lblTolerance       = new System.Windows.Forms.Label();
     this.labelZOffsetResult = new System.Windows.Forms.Label();
     this.txtZOffsetResult   = new System.Windows.Forms.TextBox();
     this.txtTolerance       = new System.Windows.Forms.TextBox();
     this.lblDiagram         = new System.Windows.Forms.Label();
     this.picDiagram         = new System.Windows.Forms.PictureBox();
     this.btnStopMotion      = new System.Windows.Forms.Button();
     this.nudCycles          = new System.Windows.Forms.NumericUpDown();
     this.grpOperation.SuspendLayout();
     this.grpResultTest.SuspendLayout();
     this.pnlDisplay.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudCycles)).BeginInit();
     this.SuspendLayout();
     //
     // grpResultTest
     //
     this.grpResultTest.Controls.Add(this.nudCycles);
     this.grpResultTest.Controls.Add(this.btnStopMotion);
     this.grpResultTest.Controls.Add(this.lblCycles);
     this.grpResultTest.Controls.Add(this.lblTolerance);
     this.grpResultTest.Controls.Add(this.labelZOffsetResult);
     this.grpResultTest.Controls.Add(this.txtZOffsetResult);
     this.grpResultTest.Controls.Add(this.txtTolerance);
     this.grpResultTest.Controls.Add(this.findCircle);
     //
     // pnlDisplay
     //
     this.pnlDisplay.Controls.Add(this.picDiagram);
     this.pnlDisplay.Controls.Add(this.lblDiagram);
     //
     // cameraControl
     //
     this.cameraControl.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.cameraControl.Location  = new System.Drawing.Point(0, 0);
     this.cameraControl.Name      = "cameraControl";
     this.cameraControl.Size      = this.pnlDisplay.Size;
     this.cameraControl.TabIndex  = 0;
     //
     // findCircle
     //
     this.findCircle.Location = new System.Drawing.Point(4, 10);
     this.findCircle.Name     = "findCircle";
     this.findCircle.Size     = new System.Drawing.Size(448, 90);
     this.findCircle.TabIndex = 0;
     //
     // lblCycles
     //
     this.lblCycles.AutoSize = true;
     this.lblCycles.Location = new System.Drawing.Point(88, 127);
     this.lblCycles.Name     = "lblCycles";
     this.lblCycles.Size     = new System.Drawing.Size(119, 12);
     this.lblCycles.TabIndex = 11;
     this.lblCycles.Text     = "Measurement cycles:";
     //
     // lblTolerance
     //
     this.lblTolerance.AutoSize = true;
     this.lblTolerance.Location = new System.Drawing.Point(76, 153);
     this.lblTolerance.Name     = "lblTolerance";
     this.lblTolerance.Size     = new System.Drawing.Size(131, 12);
     this.lblTolerance.TabIndex = 12;
     this.lblTolerance.Text     = "Offset tolerance +/-:";
     //
     // labelZOffsetResult
     //
     this.labelZOffsetResult.AutoSize = true;
     this.labelZOffsetResult.Location = new System.Drawing.Point(56, 182);
     this.labelZOffsetResult.Name     = "labelZOffsetResult";
     this.labelZOffsetResult.Size     = new System.Drawing.Size(155, 12);
     this.labelZOffsetResult.TabIndex = 13;
     this.labelZOffsetResult.Text     = "Needle to probe Z offset:";
     //
     // txtZOffsetResult
     //
     this.txtZOffsetResult.Location = new System.Drawing.Point(213, 177);
     this.txtZOffsetResult.Name     = "txtZOffsetResult";
     this.txtZOffsetResult.Size     = new System.Drawing.Size(72, 21);
     this.txtZOffsetResult.TabIndex = 16;
     //
     // txtTolerance
     //
     this.txtTolerance.Enabled  = false;
     this.txtTolerance.Location = new System.Drawing.Point(213, 150);
     this.txtTolerance.Name     = "txtTolerance";
     this.txtTolerance.Size     = new System.Drawing.Size(72, 21);
     this.txtTolerance.TabIndex = 15;
     this.txtTolerance.Text     = "0.02";
     //
     // lblDiagram
     //
     this.lblDiagram.AutoSize = true;
     this.lblDiagram.Location = new System.Drawing.Point(16, 26);
     this.lblDiagram.Name     = "lblDiagram";
     this.lblDiagram.Size     = new System.Drawing.Size(155, 216);
     this.lblDiagram.TabIndex = 0;
     this.lblDiagram.Text     = "Teach center of tactile\r\nusing camera\r\n\r\n\r\n\r\n\r\nTeach one center point\r\n\r\n        " +
                                "   or\r\n\r\nTeach three circumference\r\npoints\r\n\r\n\r\n\r\n\r\nWARNING:Dispenser will\r\nmove" +
                                " after your response";
     //
     // picDiagram
     //
     this.picDiagram.Location = new System.Drawing.Point(177, 26);
     this.picDiagram.Name     = "picDiagram";
     this.picDiagram.Size     = new System.Drawing.Size(254, 332);
     this.picDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picDiagram.TabIndex = 1;
     this.picDiagram.TabStop  = false;
     //
     // btnStopMotion
     //
     this.btnStopMotion.BackColor = System.Drawing.SystemColors.Control;
     this.btnStopMotion.Enabled   = false;
     this.btnStopMotion.Location  = new System.Drawing.Point(330, 150);
     this.btnStopMotion.Name      = "btnStopMotion";
     this.btnStopMotion.Size      = new System.Drawing.Size(75, 23);
     this.btnStopMotion.TabIndex  = 17;
     this.btnStopMotion.Text      = "Stop";
     this.btnStopMotion.UseVisualStyleBackColor = false;
     this.btnStopMotion.Click += new System.EventHandler(this.btnStopMotion_Click);
     //
     // nudCycles
     //
     this.nudCycles.Location = new System.Drawing.Point(214, 121);
     this.nudCycles.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudCycles.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudCycles.Name     = "nudCycles";
     this.nudCycles.Size     = new System.Drawing.Size(71, 21);
     this.nudCycles.TabIndex = 18;
     this.nudCycles.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     //
     // TeachNeedleToHeightSensor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(671, 690);
     this.Name         = "TeachNeedleToHeightSensor";
     this.Text         = "Anda Fluid move - Teach Needle to Height Sensor Z Offset";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeachNeedleToHeightSensor_FormClosing);
     this.Load        += new System.EventHandler(this.TeachNeedleToHeightSensor_Load);
     this.grpOperation.ResumeLayout(false);
     this.grpResultTest.ResumeLayout(false);
     this.grpResultTest.PerformLayout();
     this.pnlDisplay.ResumeLayout(false);
     this.pnlDisplay.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudCycles)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #3
0
 private void InitializeComponent()
 {
     this.picDiagram        = new System.Windows.Forms.PictureBox();
     this.lblDiagram        = new System.Windows.Forms.Label();
     this.txtCenterZ        = new System.Windows.Forms.TextBox();
     this.txtCenterY        = new System.Windows.Forms.TextBox();
     this.txtCenterX        = new System.Windows.Forms.TextBox();
     this.lblCenterLocation = new System.Windows.Forms.Label();
     this.findCircle        = new Anda.Fluid.Domain.SVO.SubForms.FindCircle();
     this.cameraControl     = new Anda.Fluid.Domain.Vision.CameraControl();
     this.lblZDistance      = new System.Windows.Forms.Label();
     this.nudZDistance      = new System.Windows.Forms.NumericUpDown();
     this.btnTeachZ         = new System.Windows.Forms.Button();
     this.grpOperation.SuspendLayout();
     this.grpResultTest.SuspendLayout();
     this.pnlDisplay.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudZDistance)).BeginInit();
     this.SuspendLayout();
     //
     // grpResultTest
     //
     this.grpResultTest.Controls.Add(this.btnTeachZ);
     this.grpResultTest.Controls.Add(this.nudZDistance);
     this.grpResultTest.Controls.Add(this.lblZDistance);
     this.grpResultTest.Controls.Add(this.txtCenterZ);
     this.grpResultTest.Controls.Add(this.txtCenterY);
     this.grpResultTest.Controls.Add(this.txtCenterX);
     this.grpResultTest.Controls.Add(this.lblCenterLocation);
     this.grpResultTest.Controls.Add(this.findCircle);
     //
     // pnlDisplay
     //
     this.pnlDisplay.Controls.Add(this.picDiagram);
     this.pnlDisplay.Controls.Add(this.lblDiagram);
     //
     // picDiagram
     //
     this.picDiagram.Location = new System.Drawing.Point(179, 34);
     this.picDiagram.Name     = "picDiagram";
     this.picDiagram.Size     = new System.Drawing.Size(290, 332);
     this.picDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picDiagram.TabIndex = 5;
     this.picDiagram.TabStop  = false;
     //
     // lblDiagram
     //
     this.lblDiagram.AutoSize = true;
     this.lblDiagram.Location = new System.Drawing.Point(18, 34);
     this.lblDiagram.Name     = "lblDiagram";
     this.lblDiagram.Size     = new System.Drawing.Size(155, 216);
     this.lblDiagram.TabIndex = 4;
     this.lblDiagram.Text     = "Teach Scale location\r\nusing camera\r\n\r\n\r\n\r\n\r\nTeach one center point\r\n\r\n           " +
                                "or\r\n\r\nTeach three circumference\r\npoints\r\n\r\n\r\n\r\n\r\nWARNING:Dispenser will\r\nmove af" +
                                "ter your response";
     //
     // txtCenterZ
     //
     this.txtCenterZ.Enabled  = false;
     this.txtCenterZ.Location = new System.Drawing.Point(371, 124);
     this.txtCenterZ.Name     = "txtCenterZ";
     this.txtCenterZ.Size     = new System.Drawing.Size(72, 21);
     this.txtCenterZ.TabIndex = 9;
     //
     // txtCenterY
     //
     this.txtCenterY.Enabled  = false;
     this.txtCenterY.Location = new System.Drawing.Point(278, 124);
     this.txtCenterY.Name     = "txtCenterY";
     this.txtCenterY.Size     = new System.Drawing.Size(72, 21);
     this.txtCenterY.TabIndex = 8;
     //
     // txtCenterX
     //
     this.txtCenterX.Enabled  = false;
     this.txtCenterX.Location = new System.Drawing.Point(185, 124);
     this.txtCenterX.Name     = "txtCenterX";
     this.txtCenterX.Size     = new System.Drawing.Size(72, 21);
     this.txtCenterX.TabIndex = 7;
     //
     // lblCenterLocation
     //
     this.lblCenterLocation.AutoSize = true;
     this.lblCenterLocation.Location = new System.Drawing.Point(66, 127);
     this.lblCenterLocation.Name     = "lblCenterLocation";
     this.lblCenterLocation.Size     = new System.Drawing.Size(113, 12);
     this.lblCenterLocation.TabIndex = 6;
     this.lblCenterLocation.Text     = "Center Location : ";
     //
     // findCircle
     //
     this.findCircle.Location = new System.Drawing.Point(31, 28);
     this.findCircle.Name     = "findCircle";
     this.findCircle.Size     = new System.Drawing.Size(450, 90);
     this.findCircle.TabIndex = 5;
     //
     // cameraControl
     //
     this.cameraControl.Font     = new System.Drawing.Font("Verdana", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cameraControl.Location = new System.Drawing.Point(0, 0);
     this.cameraControl.Name     = "cameraControl";
     this.cameraControl.Size     = this.pnlDisplay.Size;
     this.cameraControl.TabIndex = 0;
     //
     // lblZDistance
     //
     this.lblZDistance.AutoSize = true;
     this.lblZDistance.Location = new System.Drawing.Point(29, 159);
     this.lblZDistance.Name     = "lblZDistance";
     this.lblZDistance.Size     = new System.Drawing.Size(275, 24);
     this.lblZDistance.TabIndex = 10;
     this.lblZDistance.Text     = "Desired Z distance between needle and cup lid\r\n(+=below lid,-=above lid)";
     //
     // nudZDistance
     //
     this.nudZDistance.DecimalPlaces = 4;
     this.nudZDistance.Location      = new System.Drawing.Point(325, 157);
     this.nudZDistance.Maximum       = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.nudZDistance.Minimum = new decimal(new int[] {
         1000,
         0,
         0,
         -2147483648
     });
     this.nudZDistance.Name     = "nudZDistance";
     this.nudZDistance.Size     = new System.Drawing.Size(72, 21);
     this.nudZDistance.TabIndex = 11;
     //
     // btnTeachZ
     //
     this.btnTeachZ.Enabled  = false;
     this.btnTeachZ.Location = new System.Drawing.Point(419, 156);
     this.btnTeachZ.Name     = "btnTeachZ";
     this.btnTeachZ.Size     = new System.Drawing.Size(56, 23);
     this.btnTeachZ.TabIndex = 12;
     this.btnTeachZ.Text     = "Teach Z";
     this.btnTeachZ.UseVisualStyleBackColor = true;
     this.btnTeachZ.Click += new System.EventHandler(this.btnTeachZ_Click);
     //
     // TeachScale
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(723, 657);
     this.Name         = "TeachScale";
     this.Text         = "Anda Fluidmove - Teach location for Valve Scale location";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeachScale_FormClosing);
     this.Load        += new System.EventHandler(this.TeachScale_Load);
     this.grpOperation.ResumeLayout(false);
     this.grpResultTest.ResumeLayout(false);
     this.grpResultTest.PerformLayout();
     this.pnlDisplay.ResumeLayout(false);
     this.pnlDisplay.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudZDistance)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #4
0
 private void InitializeComponent()
 {
     this.cameraControl    = new Anda.Fluid.Domain.Vision.CameraControl();
     this.findCircle       = new Anda.Fluid.Domain.SVO.SubForms.FindCircle();
     this.lblCycles        = new System.Windows.Forms.Label();
     this.lblTolerance     = new System.Windows.Forms.Label();
     this.lblZOffsetResult = new System.Windows.Forms.Label();
     this.txtZOffsetResult = new System.Windows.Forms.TextBox();
     this.lblDiagram       = new System.Windows.Forms.Label();
     this.picDiagram       = new System.Windows.Forms.PictureBox();
     this.nudCycles        = new System.Windows.Forms.NumericUpDown();
     this.lblVelocity      = new System.Windows.Forms.Label();
     this.nudVelocity      = new System.Windows.Forms.NumericUpDown();
     this.btnState         = new System.Windows.Forms.Button();
     this.btnRead          = new System.Windows.Forms.Button();
     this.txtState         = new System.Windows.Forms.TextBox();
     this.txtRead          = new System.Windows.Forms.TextBox();
     this.nudTolerance     = new System.Windows.Forms.NumericUpDown();
     this.lblLaserHeight   = new System.Windows.Forms.Label();
     this.txtLaserHeight   = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.txtNeedlePosZ    = new System.Windows.Forms.TextBox();
     this.grpOperation.SuspendLayout();
     this.grpResultTest.SuspendLayout();
     this.pnlDisplay.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudCycles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudVelocity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudTolerance)).BeginInit();
     this.SuspendLayout();
     //
     // grpResultTest
     //
     this.grpResultTest.Controls.Add(this.label2);
     this.grpResultTest.Controls.Add(this.txtNeedlePosZ);
     this.grpResultTest.Controls.Add(this.lblLaserHeight);
     this.grpResultTest.Controls.Add(this.txtLaserHeight);
     this.grpResultTest.Controls.Add(this.nudTolerance);
     this.grpResultTest.Controls.Add(this.nudVelocity);
     this.grpResultTest.Controls.Add(this.lblVelocity);
     this.grpResultTest.Controls.Add(this.nudCycles);
     this.grpResultTest.Controls.Add(this.lblCycles);
     this.grpResultTest.Controls.Add(this.lblTolerance);
     this.grpResultTest.Controls.Add(this.lblZOffsetResult);
     this.grpResultTest.Controls.Add(this.txtZOffsetResult);
     this.grpResultTest.Controls.Add(this.findCircle);
     //
     // pnlDisplay
     //
     this.pnlDisplay.Controls.Add(this.txtRead);
     this.pnlDisplay.Controls.Add(this.txtState);
     this.pnlDisplay.Controls.Add(this.btnRead);
     this.pnlDisplay.Controls.Add(this.btnState);
     this.pnlDisplay.Controls.Add(this.picDiagram);
     this.pnlDisplay.Controls.Add(this.lblDiagram);
     this.pnlDisplay.Size = new System.Drawing.Size(505, 470);
     //
     // cameraControl
     //
     this.cameraControl.Font     = new System.Drawing.Font("Verdana", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cameraControl.Location = new System.Drawing.Point(0, 0);
     this.cameraControl.Name     = "cameraControl";
     this.cameraControl.Size     = this.pnlDisplay.Size;
     this.cameraControl.TabIndex = 0;
     //
     // findCircle
     //
     this.findCircle.Location = new System.Drawing.Point(30, 8);
     this.findCircle.Name     = "findCircle";
     this.findCircle.Size     = new System.Drawing.Size(460, 61);
     this.findCircle.TabIndex = 0;
     //
     // lblCycles
     //
     this.lblCycles.AutoSize = true;
     this.lblCycles.Location = new System.Drawing.Point(28, 83);
     this.lblCycles.Name     = "lblCycles";
     this.lblCycles.Size     = new System.Drawing.Size(119, 12);
     this.lblCycles.TabIndex = 11;
     this.lblCycles.Text     = "Measurement cycles:";
     //
     // lblTolerance
     //
     this.lblTolerance.AutoSize = true;
     this.lblTolerance.Location = new System.Drawing.Point(28, 126);
     this.lblTolerance.Name     = "lblTolerance";
     this.lblTolerance.Size     = new System.Drawing.Size(131, 12);
     this.lblTolerance.TabIndex = 12;
     this.lblTolerance.Text     = "Offset tolerance +/-:";
     //
     // lblZOffsetResult
     //
     this.lblZOffsetResult.AutoSize = true;
     this.lblZOffsetResult.Location = new System.Drawing.Point(300, 125);
     this.lblZOffsetResult.Name     = "lblZOffsetResult";
     this.lblZOffsetResult.Size     = new System.Drawing.Size(155, 12);
     this.lblZOffsetResult.TabIndex = 13;
     this.lblZOffsetResult.Text     = "Needle to probe Z offset:";
     //
     // txtZOffsetResult
     //
     this.txtZOffsetResult.Location = new System.Drawing.Point(406, 123);
     this.txtZOffsetResult.Name     = "txtZOffsetResult";
     this.txtZOffsetResult.Size     = new System.Drawing.Size(72, 21);
     this.txtZOffsetResult.TabIndex = 16;
     //
     // lblDiagram
     //
     this.lblDiagram.AutoSize = true;
     this.lblDiagram.Location = new System.Drawing.Point(18, 26);
     this.lblDiagram.Name     = "lblDiagram";
     this.lblDiagram.Size     = new System.Drawing.Size(155, 216);
     this.lblDiagram.TabIndex = 0;
     this.lblDiagram.Text     = "Teach center of tactile\r\nusing camera\r\n\r\n\r\n\r\n\r\nTeach one center point\r\n\r\n        " +
                                "   or\r\n\r\nTeach three circumference\r\npoints\r\n\r\n\r\n\r\n\r\nWARNING:Dispenser will\r\nmove" +
                                " after your response";
     //
     // picDiagram
     //
     this.picDiagram.Location = new System.Drawing.Point(179, 26);
     this.picDiagram.Name     = "picDiagram";
     this.picDiagram.Size     = new System.Drawing.Size(290, 332);
     this.picDiagram.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picDiagram.TabIndex = 1;
     this.picDiagram.TabStop  = false;
     //
     // nudCycles
     //
     this.nudCycles.Location = new System.Drawing.Point(165, 81);
     this.nudCycles.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudCycles.Minimum = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.nudCycles.Name     = "nudCycles";
     this.nudCycles.Size     = new System.Drawing.Size(71, 21);
     this.nudCycles.TabIndex = 18;
     this.nudCycles.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     //
     // lblVelocity
     //
     this.lblVelocity.AutoSize = true;
     this.lblVelocity.Location = new System.Drawing.Point(300, 83);
     this.lblVelocity.Name     = "lblVelocity";
     this.lblVelocity.Size     = new System.Drawing.Size(137, 12);
     this.lblVelocity.TabIndex = 19;
     this.lblVelocity.Text     = "Descent Velocity of Z:";
     //
     // nudVelocity
     //
     this.nudVelocity.DecimalPlaces = 6;
     this.nudVelocity.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.nudVelocity.Location = new System.Drawing.Point(406, 81);
     this.nudVelocity.Maximum  = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.nudVelocity.Name     = "nudVelocity";
     this.nudVelocity.Size     = new System.Drawing.Size(72, 21);
     this.nudVelocity.TabIndex = 20;
     this.nudVelocity.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // btnState
     //
     this.btnState.Location = new System.Drawing.Point(109, 280);
     this.btnState.Name     = "btnState";
     this.btnState.Size     = new System.Drawing.Size(64, 23);
     this.btnState.TabIndex = 2;
     this.btnState.Text     = "state";
     this.btnState.UseVisualStyleBackColor = true;
     this.btnState.Click += new System.EventHandler(this.btnState_Click);
     //
     // btnRead
     //
     this.btnRead.Location = new System.Drawing.Point(109, 309);
     this.btnRead.Name     = "btnRead";
     this.btnRead.Size     = new System.Drawing.Size(64, 23);
     this.btnRead.TabIndex = 3;
     this.btnRead.Text     = "read";
     this.btnRead.UseVisualStyleBackColor = true;
     this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
     //
     // txtState
     //
     this.txtState.Location = new System.Drawing.Point(3, 282);
     this.txtState.Name     = "txtState";
     this.txtState.Size     = new System.Drawing.Size(100, 21);
     this.txtState.TabIndex = 4;
     //
     // txtRead
     //
     this.txtRead.Location = new System.Drawing.Point(3, 309);
     this.txtRead.Name     = "txtRead";
     this.txtRead.Size     = new System.Drawing.Size(100, 21);
     this.txtRead.TabIndex = 5;
     //
     // nudTolerance
     //
     this.nudTolerance.DecimalPlaces = 3;
     this.nudTolerance.Location      = new System.Drawing.Point(165, 123);
     this.nudTolerance.Maximum       = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.nudTolerance.Name     = "nudTolerance";
     this.nudTolerance.Size     = new System.Drawing.Size(71, 21);
     this.nudTolerance.TabIndex = 21;
     this.nudTolerance.Value    = new decimal(new int[] {
         2,
         0,
         0,
         131072
     });
     //
     // lblLaserHeight
     //
     this.lblLaserHeight.AutoSize = true;
     this.lblLaserHeight.Location = new System.Drawing.Point(28, 165);
     this.lblLaserHeight.Name     = "lblLaserHeight";
     this.lblLaserHeight.Size     = new System.Drawing.Size(125, 12);
     this.lblLaserHeight.TabIndex = 22;
     this.lblLaserHeight.Text     = "LaserStandardHeight:";
     //
     // txtLaserHeight
     //
     this.txtLaserHeight.Location = new System.Drawing.Point(165, 161);
     this.txtLaserHeight.Name     = "txtLaserHeight";
     this.txtLaserHeight.Size     = new System.Drawing.Size(72, 21);
     this.txtLaserHeight.TabIndex = 23;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(300, 165);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(71, 12);
     this.label2.TabIndex = 24;
     this.label2.Text     = "NeedlePosZ:";
     //
     // txtNeedlePosZ
     //
     this.txtNeedlePosZ.Location = new System.Drawing.Point(406, 161);
     this.txtNeedlePosZ.Name     = "txtNeedlePosZ";
     this.txtNeedlePosZ.Size     = new System.Drawing.Size(72, 21);
     this.txtNeedlePosZ.TabIndex = 25;
     //
     // TeachNeedleToHeightSensor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(764, 657);
     this.Name         = "TeachNeedleToHeightSensor";
     this.Text         = "Anda Fluid move - Teach Needle to Height Sensor Z Offset";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TeachNeedleToHeightSensor_FormClosing);
     this.Load        += new System.EventHandler(this.TeachNeedleToHeightSensor_Load);
     this.grpOperation.ResumeLayout(false);
     this.grpResultTest.ResumeLayout(false);
     this.grpResultTest.PerformLayout();
     this.pnlDisplay.ResumeLayout(false);
     this.pnlDisplay.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picDiagram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudCycles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudVelocity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudTolerance)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }