| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532 |
- namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
- {
- partial class frmInitializeTwoPointRectangle
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.tB_LTPointWD = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.btn_gtLTPoint = new System.Windows.Forms.Button();
- this.bn_FirstPoint = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.tB_LTPointX = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tB_LTPointY = new System.Windows.Forms.TextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tBx_RBPointWD = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.btn_gtRBPoint = new System.Windows.Forms.Button();
- this.tB_RBPointY = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tB_RBPointX = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.bn_SecondPoint = new System.Windows.Forms.Button();
- this.bn_Cancel = new System.Windows.Forms.Button();
- this.bn_OK = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.label11 = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.tBx_Magnification = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.cB_Inclinedplanefocus = new System.Windows.Forms.CheckBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.tBx_TheThirdPointWD = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.btn_gtTheThirdPoint = new System.Windows.Forms.Button();
- this.bn_TheThirdPoint = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.tBx_TheThirdPointX = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tBx_TheThirdPointY = new System.Windows.Forms.TextBox();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.tB_LTPointWD);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.btn_gtLTPoint);
- this.groupBox1.Controls.Add(this.bn_FirstPoint);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.tB_LTPointX);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.tB_LTPointY);
- this.groupBox1.Location = new System.Drawing.Point(13, 13);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(572, 84);
- this.groupBox1.TabIndex = 20;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "LeftTopPoint";
- //
- // tB_LTPointWD
- //
- this.tB_LTPointWD.Location = new System.Drawing.Point(291, 30);
- this.tB_LTPointWD.Margin = new System.Windows.Forms.Padding(2);
- this.tB_LTPointWD.Name = "tB_LTPointWD";
- this.tB_LTPointWD.ReadOnly = true;
- this.tB_LTPointWD.Size = new System.Drawing.Size(83, 21);
- this.tB_LTPointWD.TabIndex = 10;
- this.tB_LTPointWD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(263, 33);
- this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(23, 12);
- this.label8.TabIndex = 9;
- this.label8.Text = "WD:";
- //
- // btn_gtLTPoint
- //
- this.btn_gtLTPoint.Location = new System.Drawing.Point(478, 30);
- this.btn_gtLTPoint.Name = "btn_gtLTPoint";
- this.btn_gtLTPoint.Size = new System.Drawing.Size(65, 19);
- this.btn_gtLTPoint.TabIndex = 7;
- this.btn_gtLTPoint.Text = "Goto";
- this.btn_gtLTPoint.UseVisualStyleBackColor = true;
- this.btn_gtLTPoint.Click += new System.EventHandler(this.button1_Click);
- //
- // bn_FirstPoint
- //
- this.bn_FirstPoint.Location = new System.Drawing.Point(394, 30);
- this.bn_FirstPoint.Margin = new System.Windows.Forms.Padding(2);
- this.bn_FirstPoint.Name = "bn_FirstPoint";
- this.bn_FirstPoint.Size = new System.Drawing.Size(72, 20);
- 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);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(24, 32);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "X:";
- //
- // tB_LTPointX
- //
- this.tB_LTPointX.Location = new System.Drawing.Point(51, 30);
- this.tB_LTPointX.Margin = new System.Windows.Forms.Padding(2);
- this.tB_LTPointX.Name = "tB_LTPointX";
- this.tB_LTPointX.Size = new System.Drawing.Size(76, 21);
- this.tB_LTPointX.TabIndex = 3;
- this.tB_LTPointX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(147, 32);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(17, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "Y:";
- //
- // tB_LTPointY
- //
- this.tB_LTPointY.Location = new System.Drawing.Point(174, 30);
- this.tB_LTPointY.Margin = new System.Windows.Forms.Padding(2);
- this.tB_LTPointY.Name = "tB_LTPointY";
- this.tB_LTPointY.Size = new System.Drawing.Size(76, 21);
- this.tB_LTPointY.TabIndex = 5;
- this.tB_LTPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.tBx_RBPointWD);
- this.groupBox2.Controls.Add(this.label7);
- this.groupBox2.Controls.Add(this.btn_gtRBPoint);
- this.groupBox2.Controls.Add(this.tB_RBPointY);
- this.groupBox2.Controls.Add(this.label5);
- this.groupBox2.Controls.Add(this.tB_RBPointX);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Controls.Add(this.bn_SecondPoint);
- this.groupBox2.Location = new System.Drawing.Point(13, 123);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox2.Size = new System.Drawing.Size(572, 76);
- this.groupBox2.TabIndex = 21;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "RightBottomPoint";
- //
- // tBx_RBPointWD
- //
- this.tBx_RBPointWD.Location = new System.Drawing.Point(291, 31);
- this.tBx_RBPointWD.Margin = new System.Windows.Forms.Padding(2);
- this.tBx_RBPointWD.Name = "tBx_RBPointWD";
- this.tBx_RBPointWD.ReadOnly = true;
- this.tBx_RBPointWD.Size = new System.Drawing.Size(83, 21);
- this.tBx_RBPointWD.TabIndex = 15;
- this.tBx_RBPointWD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(263, 34);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(23, 12);
- this.label7.TabIndex = 14;
- this.label7.Text = "WD:";
- //
- // btn_gtRBPoint
- //
- this.btn_gtRBPoint.Location = new System.Drawing.Point(478, 34);
- this.btn_gtRBPoint.Name = "btn_gtRBPoint";
- this.btn_gtRBPoint.Size = new System.Drawing.Size(67, 19);
- this.btn_gtRBPoint.TabIndex = 13;
- this.btn_gtRBPoint.Text = "Goto";
- this.btn_gtRBPoint.UseVisualStyleBackColor = true;
- this.btn_gtRBPoint.Click += new System.EventHandler(this.button2_Click);
- //
- // tB_RBPointY
- //
- this.tB_RBPointY.Location = new System.Drawing.Point(174, 30);
- this.tB_RBPointY.Margin = new System.Windows.Forms.Padding(2);
- this.tB_RBPointY.Name = "tB_RBPointY";
- this.tB_RBPointY.Size = new System.Drawing.Size(76, 21);
- this.tB_RBPointY.TabIndex = 11;
- this.tB_RBPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(24, 34);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(17, 12);
- this.label5.TabIndex = 8;
- this.label5.Text = "X:";
- //
- // tB_RBPointX
- //
- this.tB_RBPointX.Location = new System.Drawing.Point(51, 30);
- this.tB_RBPointX.Margin = new System.Windows.Forms.Padding(2);
- this.tB_RBPointX.Name = "tB_RBPointX";
- this.tB_RBPointX.Size = new System.Drawing.Size(76, 21);
- this.tB_RBPointX.TabIndex = 9;
- this.tB_RBPointX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(147, 34);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(17, 12);
- this.label4.TabIndex = 10;
- this.label4.Text = "Y:";
- //
- // bn_SecondPoint
- //
- this.bn_SecondPoint.Location = new System.Drawing.Point(397, 32);
- this.bn_SecondPoint.Margin = new System.Windows.Forms.Padding(2);
- this.bn_SecondPoint.Name = "bn_SecondPoint";
- this.bn_SecondPoint.Size = new System.Drawing.Size(72, 20);
- 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);
- //
- // bn_Cancel
- //
- this.bn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.bn_Cancel.Location = new System.Drawing.Point(517, 595);
- this.bn_Cancel.Margin = new System.Windows.Forms.Padding(2);
- this.bn_Cancel.Name = "bn_Cancel";
- this.bn_Cancel.Size = new System.Drawing.Size(68, 26);
- this.bn_Cancel.TabIndex = 23;
- this.bn_Cancel.Text = "Cancel";
- this.bn_Cancel.UseVisualStyleBackColor = true;
- this.bn_Cancel.Click += new System.EventHandler(this.bn_Cancel_Click);
- //
- // bn_OK
- //
- this.bn_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.bn_OK.Location = new System.Drawing.Point(420, 595);
- this.bn_OK.Margin = new System.Windows.Forms.Padding(2);
- this.bn_OK.Name = "bn_OK";
- this.bn_OK.Size = new System.Drawing.Size(73, 26);
- this.bn_OK.TabIndex = 22;
- this.bn_OK.Text = "OK";
- this.bn_OK.UseVisualStyleBackColor = true;
- this.bn_OK.Click += new System.EventHandler(this.bn_OK_Click);
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Location = new System.Drawing.Point(13, 11);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(461, 475);
- this.panel1.TabIndex = 24;
- //
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.label11);
- this.panel2.Location = new System.Drawing.Point(12, 483);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(462, 165);
- this.panel2.TabIndex = 25;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(17, 19);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(233, 12);
- this.label11.TabIndex = 0;
- this.label11.Text = "注:第三点请不要位于前两点所在的直线上!";
- //
- // panel3
- //
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel3.Controls.Add(this.tBx_Magnification);
- this.panel3.Controls.Add(this.label10);
- this.panel3.Controls.Add(this.cB_Inclinedplanefocus);
- this.panel3.Controls.Add(this.bn_Cancel);
- this.panel3.Controls.Add(this.bn_OK);
- this.panel3.Controls.Add(this.groupBox3);
- this.panel3.Controls.Add(this.groupBox2);
- this.panel3.Controls.Add(this.groupBox1);
- this.panel3.Location = new System.Drawing.Point(481, 11);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(598, 637);
- this.panel3.TabIndex = 26;
- //
- // tBx_Magnification
- //
- this.tBx_Magnification.Location = new System.Drawing.Point(108, 386);
- this.tBx_Magnification.Name = "tBx_Magnification";
- this.tBx_Magnification.Size = new System.Drawing.Size(100, 21);
- this.tBx_Magnification.TabIndex = 26;
- this.tBx_Magnification.Text = "100";
- this.tBx_Magnification.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(13, 389);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(89, 12);
- this.label10.TabIndex = 25;
- this.label10.Text = "Magnification:";
- //
- // cB_Inclinedplanefocus
- //
- this.cB_Inclinedplanefocus.AutoSize = true;
- this.cB_Inclinedplanefocus.Location = new System.Drawing.Point(13, 232);
- this.cB_Inclinedplanefocus.Name = "cB_Inclinedplanefocus";
- this.cB_Inclinedplanefocus.Size = new System.Drawing.Size(144, 16);
- this.cB_Inclinedplanefocus.TabIndex = 24;
- this.cB_Inclinedplanefocus.Text = "Inclined plane focus";
- this.cB_Inclinedplanefocus.UseVisualStyleBackColor = true;
- this.cB_Inclinedplanefocus.CheckedChanged += new System.EventHandler(this.cB_Inclinedplanefocus_CheckedChanged);
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.tBx_TheThirdPointWD);
- this.groupBox3.Controls.Add(this.label9);
- this.groupBox3.Controls.Add(this.btn_gtTheThirdPoint);
- this.groupBox3.Controls.Add(this.bn_TheThirdPoint);
- this.groupBox3.Controls.Add(this.label1);
- this.groupBox3.Controls.Add(this.tBx_TheThirdPointX);
- this.groupBox3.Controls.Add(this.label6);
- this.groupBox3.Controls.Add(this.tBx_TheThirdPointY);
- this.groupBox3.Location = new System.Drawing.Point(13, 262);
- this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox3.Size = new System.Drawing.Size(572, 84);
- this.groupBox3.TabIndex = 22;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "TheThirdPoint";
- //
- // tBx_TheThirdPointWD
- //
- this.tBx_TheThirdPointWD.Location = new System.Drawing.Point(291, 30);
- this.tBx_TheThirdPointWD.Margin = new System.Windows.Forms.Padding(2);
- this.tBx_TheThirdPointWD.Name = "tBx_TheThirdPointWD";
- this.tBx_TheThirdPointWD.ReadOnly = true;
- this.tBx_TheThirdPointWD.Size = new System.Drawing.Size(83, 21);
- this.tBx_TheThirdPointWD.TabIndex = 17;
- this.tBx_TheThirdPointWD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(263, 33);
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(23, 12);
- this.label9.TabIndex = 16;
- this.label9.Text = "WD:";
- //
- // btn_gtTheThirdPoint
- //
- this.btn_gtTheThirdPoint.Location = new System.Drawing.Point(478, 29);
- this.btn_gtTheThirdPoint.Name = "btn_gtTheThirdPoint";
- this.btn_gtTheThirdPoint.Size = new System.Drawing.Size(65, 19);
- this.btn_gtTheThirdPoint.TabIndex = 7;
- this.btn_gtTheThirdPoint.Text = "Goto";
- this.btn_gtTheThirdPoint.UseVisualStyleBackColor = true;
- this.btn_gtTheThirdPoint.Click += new System.EventHandler(this.btn_gtTheThirdPoint_Click);
- //
- // bn_TheThirdPoint
- //
- this.bn_TheThirdPoint.Location = new System.Drawing.Point(394, 29);
- this.bn_TheThirdPoint.Margin = new System.Windows.Forms.Padding(2);
- this.bn_TheThirdPoint.Name = "bn_TheThirdPoint";
- this.bn_TheThirdPoint.Size = new System.Drawing.Size(72, 20);
- this.bn_TheThirdPoint.TabIndex = 6;
- this.bn_TheThirdPoint.Text = "Obtain";
- this.bn_TheThirdPoint.UseVisualStyleBackColor = true;
- this.bn_TheThirdPoint.Click += new System.EventHandler(this.bn_TheThirdPoint_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(24, 32);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "X:";
- //
- // tBx_TheThirdPointX
- //
- this.tBx_TheThirdPointX.Location = new System.Drawing.Point(51, 30);
- this.tBx_TheThirdPointX.Margin = new System.Windows.Forms.Padding(2);
- this.tBx_TheThirdPointX.Name = "tBx_TheThirdPointX";
- this.tBx_TheThirdPointX.Size = new System.Drawing.Size(76, 21);
- this.tBx_TheThirdPointX.TabIndex = 3;
- this.tBx_TheThirdPointX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(147, 32);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(17, 12);
- this.label6.TabIndex = 4;
- this.label6.Text = "Y:";
- //
- // tBx_TheThirdPointY
- //
- this.tBx_TheThirdPointY.Location = new System.Drawing.Point(174, 30);
- this.tBx_TheThirdPointY.Margin = new System.Windows.Forms.Padding(2);
- this.tBx_TheThirdPointY.Name = "tBx_TheThirdPointY";
- this.tBx_TheThirdPointY.Size = new System.Drawing.Size(76, 21);
- this.tBx_TheThirdPointY.TabIndex = 5;
- this.tBx_TheThirdPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // frmInitializeTwoPointRectangle
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1091, 656);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(1107, 695);
- this.MinimumSize = new System.Drawing.Size(1107, 695);
- this.Name = "frmInitializeTwoPointRectangle";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "TwoPointRectangle";
- this.Load += new System.EventHandler(this.frmInitializeTwoPointRectangle_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button bn_FirstPoint;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tB_LTPointX;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tB_LTPointY;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox tB_RBPointY;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tB_RBPointX;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button bn_SecondPoint;
- private System.Windows.Forms.Button bn_Cancel;
- private System.Windows.Forms.Button bn_OK;
- private System.Windows.Forms.Button btn_gtLTPoint;
- private System.Windows.Forms.Button btn_gtRBPoint;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Button btn_gtTheThirdPoint;
- private System.Windows.Forms.Button bn_TheThirdPoint;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tBx_TheThirdPointX;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tBx_TheThirdPointY;
- private System.Windows.Forms.TextBox tB_LTPointWD;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox tBx_RBPointWD;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox tBx_TheThirdPointWD;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox tBx_Magnification;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.CheckBox cB_Inclinedplanefocus;
- }
- }
|