| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 | namespace OTSMeasureApp._5_OTSMeasureStatuImageFun{    partial class SlopFocus    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.cB_enable = new System.Windows.Forms.CheckBox();            this.label2 = new System.Windows.Forms.Label();            this.tB_FirstPointX = new System.Windows.Forms.TextBox();            this.label3 = new System.Windows.Forms.Label();            this.tB_FirstPointY = new System.Windows.Forms.TextBox();            this.bn_FirstPoint = new System.Windows.Forms.Button();            this.bn_SecondPoint = new System.Windows.Forms.Button();            this.tB_SecondPointY = new System.Windows.Forms.TextBox();            this.label4 = new System.Windows.Forms.Label();            this.tB_SecondPointX = new System.Windows.Forms.TextBox();            this.label5 = new System.Windows.Forms.Label();            this.bn_ThirdPoint = new System.Windows.Forms.Button();            this.tB_ThirdPointY = new System.Windows.Forms.TextBox();            this.label7 = new System.Windows.Forms.Label();            this.tB_ThirdPointX = new System.Windows.Forms.TextBox();            this.label9 = new System.Windows.Forms.Label();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.tB_FirstPointD = new System.Windows.Forms.TextBox();            this.label8 = new System.Windows.Forms.Label();            this.groupBox2 = new System.Windows.Forms.GroupBox();            this.tB_SecondPointD = new System.Windows.Forms.TextBox();            this.label6 = new System.Windows.Forms.Label();            this.groupBox3 = new System.Windows.Forms.GroupBox();            this.tB_ThirdPointD = new System.Windows.Forms.TextBox();            this.label1 = new System.Windows.Forms.Label();            this.bn_OK = new System.Windows.Forms.Button();            this.bn_Cancel = new System.Windows.Forms.Button();            this.groupBox1.SuspendLayout();            this.groupBox2.SuspendLayout();            this.groupBox3.SuspendLayout();            this.SuspendLayout();            //             // cB_enable            //             this.cB_enable.AutoSize = true;            this.cB_enable.Location = new System.Drawing.Point(15, 15);            this.cB_enable.Name = "cB_enable";            this.cB_enable.Size = new System.Drawing.Size(165, 19);            this.cB_enable.TabIndex = 0;            this.cB_enable.Text = "Whether to enable";            this.cB_enable.UseVisualStyleBackColor = true;            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(32, 40);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(23, 15);            this.label2.TabIndex = 2;            this.label2.Text = "X:";            //             // tB_FirstPointX            //             this.tB_FirstPointX.Location = new System.Drawing.Point(68, 37);            this.tB_FirstPointX.Name = "tB_FirstPointX";            this.tB_FirstPointX.ReadOnly = true;            this.tB_FirstPointX.Size = new System.Drawing.Size(100, 25);            this.tB_FirstPointX.TabIndex = 3;            //             // label3            //             this.label3.AutoSize = true;            this.label3.Location = new System.Drawing.Point(196, 40);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(23, 15);            this.label3.TabIndex = 4;            this.label3.Text = "Y:";            //             // tB_FirstPointY            //             this.tB_FirstPointY.Location = new System.Drawing.Point(232, 37);            this.tB_FirstPointY.Name = "tB_FirstPointY";            this.tB_FirstPointY.ReadOnly = true;            this.tB_FirstPointY.Size = new System.Drawing.Size(100, 25);            this.tB_FirstPointY.TabIndex = 5;            //             // bn_FirstPoint            //             this.bn_FirstPoint.Location = new System.Drawing.Point(647, 37);            this.bn_FirstPoint.Name = "bn_FirstPoint";            this.bn_FirstPoint.Size = new System.Drawing.Size(96, 25);            this.bn_FirstPoint.TabIndex = 6;            this.bn_FirstPoint.Text = "obtain";            this.bn_FirstPoint.UseVisualStyleBackColor = true;            this.bn_FirstPoint.Click += new System.EventHandler(this.bn_FirstPoint_Click);            //             // bn_SecondPoint            //             this.bn_SecondPoint.Location = new System.Drawing.Point(647, 35);            this.bn_SecondPoint.Name = "bn_SecondPoint";            this.bn_SecondPoint.Size = new System.Drawing.Size(96, 25);            this.bn_SecondPoint.TabIndex = 12;            this.bn_SecondPoint.Text = "obtain";            this.bn_SecondPoint.UseVisualStyleBackColor = true;            this.bn_SecondPoint.Click += new System.EventHandler(this.bn_SecondPoint_Click);            //             // tB_SecondPointY            //             this.tB_SecondPointY.Location = new System.Drawing.Point(232, 38);            this.tB_SecondPointY.Name = "tB_SecondPointY";            this.tB_SecondPointY.ReadOnly = true;            this.tB_SecondPointY.Size = new System.Drawing.Size(100, 25);            this.tB_SecondPointY.TabIndex = 11;            //             // label4            //             this.label4.AutoSize = true;            this.label4.Location = new System.Drawing.Point(196, 42);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(23, 15);            this.label4.TabIndex = 10;            this.label4.Text = "Y:";            //             // tB_SecondPointX            //             this.tB_SecondPointX.Location = new System.Drawing.Point(68, 38);            this.tB_SecondPointX.Name = "tB_SecondPointX";            this.tB_SecondPointX.ReadOnly = true;            this.tB_SecondPointX.Size = new System.Drawing.Size(100, 25);            this.tB_SecondPointX.TabIndex = 9;            //             // label5            //             this.label5.AutoSize = true;            this.label5.Location = new System.Drawing.Point(32, 42);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(23, 15);            this.label5.TabIndex = 8;            this.label5.Text = "X:";            //             // bn_ThirdPoint            //             this.bn_ThirdPoint.Location = new System.Drawing.Point(647, 37);            this.bn_ThirdPoint.Name = "bn_ThirdPoint";            this.bn_ThirdPoint.Size = new System.Drawing.Size(96, 25);            this.bn_ThirdPoint.TabIndex = 18;            this.bn_ThirdPoint.Text = "obtain";            this.bn_ThirdPoint.UseVisualStyleBackColor = true;            this.bn_ThirdPoint.Click += new System.EventHandler(this.bn_ThirdPoint_Click);            //             // tB_ThirdPointY            //             this.tB_ThirdPointY.Location = new System.Drawing.Point(232, 37);            this.tB_ThirdPointY.Name = "tB_ThirdPointY";            this.tB_ThirdPointY.ReadOnly = true;            this.tB_ThirdPointY.Size = new System.Drawing.Size(100, 25);            this.tB_ThirdPointY.TabIndex = 17;            //             // label7            //             this.label7.AutoSize = true;            this.label7.Location = new System.Drawing.Point(196, 40);            this.label7.Name = "label7";            this.label7.Size = new System.Drawing.Size(23, 15);            this.label7.TabIndex = 16;            this.label7.Text = "Y:";            //             // tB_ThirdPointX            //             this.tB_ThirdPointX.Location = new System.Drawing.Point(68, 37);            this.tB_ThirdPointX.Name = "tB_ThirdPointX";            this.tB_ThirdPointX.ReadOnly = true;            this.tB_ThirdPointX.Size = new System.Drawing.Size(100, 25);            this.tB_ThirdPointX.TabIndex = 15;            //             // label9            //             this.label9.AutoSize = true;            this.label9.Location = new System.Drawing.Point(32, 40);            this.label9.Name = "label9";            this.label9.Size = new System.Drawing.Size(23, 15);            this.label9.TabIndex = 13;            this.label9.Text = "X:";            //             // groupBox1            //             this.groupBox1.Controls.Add(this.tB_FirstPointD);            this.groupBox1.Controls.Add(this.label8);            this.groupBox1.Controls.Add(this.bn_FirstPoint);            this.groupBox1.Controls.Add(this.label2);            this.groupBox1.Controls.Add(this.tB_FirstPointX);            this.groupBox1.Controls.Add(this.label3);            this.groupBox1.Controls.Add(this.tB_FirstPointY);            this.groupBox1.Location = new System.Drawing.Point(15, 59);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Size = new System.Drawing.Size(749, 89);            this.groupBox1.TabIndex = 19;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "FirstPoint";            //             // tB_FirstPointD            //             this.tB_FirstPointD.Location = new System.Drawing.Point(504, 37);            this.tB_FirstPointD.Name = "tB_FirstPointD";            this.tB_FirstPointD.ReadOnly = true;            this.tB_FirstPointD.Size = new System.Drawing.Size(109, 25);            this.tB_FirstPointD.TabIndex = 8;            //             // label8            //             this.label8.AutoSize = true;            this.label8.Location = new System.Drawing.Point(401, 40);            this.label8.Name = "label8";            this.label8.Size = new System.Drawing.Size(79, 15);            this.label8.TabIndex = 7;            this.label8.Text = "Distance:";            //             // groupBox2            //             this.groupBox2.Controls.Add(this.tB_SecondPointD);            this.groupBox2.Controls.Add(this.label6);            this.groupBox2.Controls.Add(this.tB_SecondPointY);            this.groupBox2.Controls.Add(this.label5);            this.groupBox2.Controls.Add(this.tB_SecondPointX);            this.groupBox2.Controls.Add(this.label4);            this.groupBox2.Controls.Add(this.bn_SecondPoint);            this.groupBox2.Location = new System.Drawing.Point(15, 181);            this.groupBox2.Name = "groupBox2";            this.groupBox2.Size = new System.Drawing.Size(749, 95);            this.groupBox2.TabIndex = 7;            this.groupBox2.TabStop = false;            this.groupBox2.Text = "SecondPoint";            //             // tB_SecondPointD            //             this.tB_SecondPointD.Location = new System.Drawing.Point(504, 38);            this.tB_SecondPointD.Name = "tB_SecondPointD";            this.tB_SecondPointD.ReadOnly = true;            this.tB_SecondPointD.Size = new System.Drawing.Size(100, 25);            this.tB_SecondPointD.TabIndex = 23;            //             // label6            //             this.label6.AutoSize = true;            this.label6.Location = new System.Drawing.Point(401, 42);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(79, 15);            this.label6.TabIndex = 22;            this.label6.Text = "Distance:";            //             // groupBox3            //             this.groupBox3.Controls.Add(this.tB_ThirdPointD);            this.groupBox3.Controls.Add(this.label1);            this.groupBox3.Controls.Add(this.bn_ThirdPoint);            this.groupBox3.Controls.Add(this.label9);            this.groupBox3.Controls.Add(this.tB_ThirdPointX);            this.groupBox3.Controls.Add(this.tB_ThirdPointY);            this.groupBox3.Controls.Add(this.label7);            this.groupBox3.Location = new System.Drawing.Point(15, 312);            this.groupBox3.Name = "groupBox3";            this.groupBox3.Size = new System.Drawing.Size(749, 93);            this.groupBox3.TabIndex = 13;            this.groupBox3.TabStop = false;            this.groupBox3.Text = "ThirdPoint";            //             // tB_ThirdPointD            //             this.tB_ThirdPointD.Location = new System.Drawing.Point(504, 37);            this.tB_ThirdPointD.Name = "tB_ThirdPointD";            this.tB_ThirdPointD.ReadOnly = true;            this.tB_ThirdPointD.Size = new System.Drawing.Size(100, 25);            this.tB_ThirdPointD.TabIndex = 22;            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(401, 40);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(86, 15);            this.label1.TabIndex = 21;            this.label1.Text = "DiStance:";            //             // bn_OK            //             this.bn_OK.Location = new System.Drawing.Point(667, 428);            this.bn_OK.Name = "bn_OK";            this.bn_OK.Size = new System.Drawing.Size(97, 32);            this.bn_OK.TabIndex = 20;            this.bn_OK.Text = "OK";            this.bn_OK.UseVisualStyleBackColor = true;            this.bn_OK.Click += new System.EventHandler(this.bn_OK_Click);            //             // bn_Cancel            //             this.bn_Cancel.Location = new System.Drawing.Point(537, 428);            this.bn_Cancel.Name = "bn_Cancel";            this.bn_Cancel.Size = new System.Drawing.Size(91, 32);            this.bn_Cancel.TabIndex = 21;            this.bn_Cancel.Text = "Cancel";            this.bn_Cancel.UseVisualStyleBackColor = true;            this.bn_Cancel.Click += new System.EventHandler(this.bn_Cancel_Click);            //             // SlopFocus            //             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(772, 481);            this.Controls.Add(this.bn_Cancel);            this.Controls.Add(this.bn_OK);            this.Controls.Add(this.groupBox3);            this.Controls.Add(this.groupBox2);            this.Controls.Add(this.groupBox1);            this.Controls.Add(this.cB_enable);            this.MaximizeBox = false;            this.MaximumSize = new System.Drawing.Size(790, 528);            this.MinimumSize = new System.Drawing.Size(790, 528);            this.Name = "SlopFocus";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "SlopFocus";            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SlopFocus_FormClosing);            this.Load += new System.EventHandler(this.SlopFocus_Load);            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.groupBox2.ResumeLayout(false);            this.groupBox2.PerformLayout();            this.groupBox3.ResumeLayout(false);            this.groupBox3.PerformLayout();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.CheckBox cB_enable;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.TextBox tB_FirstPointX;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.TextBox tB_FirstPointY;        private System.Windows.Forms.Button bn_FirstPoint;        private System.Windows.Forms.Button bn_SecondPoint;        private System.Windows.Forms.TextBox tB_SecondPointY;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.TextBox tB_SecondPointX;        private System.Windows.Forms.Label label5;        private System.Windows.Forms.Button bn_ThirdPoint;        private System.Windows.Forms.TextBox tB_ThirdPointY;        private System.Windows.Forms.Label label7;        private System.Windows.Forms.TextBox tB_ThirdPointX;        private System.Windows.Forms.Label label9;        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.GroupBox groupBox2;        private System.Windows.Forms.GroupBox groupBox3;        private System.Windows.Forms.Button bn_OK;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Label label6;        private System.Windows.Forms.TextBox tB_FirstPointD;        private System.Windows.Forms.Label label8;        private System.Windows.Forms.TextBox tB_SecondPointD;        private System.Windows.Forms.TextBox tB_ThirdPointD;        private System.Windows.Forms.Button bn_Cancel;    }}
 |