|
@@ -0,0 +1,263 @@
|
|
|
+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.btnwrite1 = 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.btnwrite2 = 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.groupBox1.SuspendLayout();
|
|
|
+ this.groupBox2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.Controls.Add(this.btnwrite1);
|
|
|
+ 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(36, 49);
|
|
|
+ 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(449, 71);
|
|
|
+ this.groupBox1.TabIndex = 20;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "LeftTopPoint";
|
|
|
+ //
|
|
|
+ // btnwrite1
|
|
|
+ //
|
|
|
+ this.btnwrite1.Location = new System.Drawing.Point(365, 32);
|
|
|
+ this.btnwrite1.Name = "btnwrite1";
|
|
|
+ this.btnwrite1.Size = new System.Drawing.Size(65, 19);
|
|
|
+ this.btnwrite1.TabIndex = 7;
|
|
|
+ this.btnwrite1.Text = "Write";
|
|
|
+ this.btnwrite1.UseVisualStyleBackColor = true;
|
|
|
+ this.btnwrite1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // bn_FirstPoint
|
|
|
+ //
|
|
|
+ this.bn_FirstPoint.Location = new System.Drawing.Point(281, 32);
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // groupBox2
|
|
|
+ //
|
|
|
+ this.groupBox2.Controls.Add(this.btnwrite2);
|
|
|
+ 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(36, 164);
|
|
|
+ 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(449, 76);
|
|
|
+ this.groupBox2.TabIndex = 21;
|
|
|
+ this.groupBox2.TabStop = false;
|
|
|
+ this.groupBox2.Text = "RightBottomPoint";
|
|
|
+ //
|
|
|
+ // btnwrite2
|
|
|
+ //
|
|
|
+ this.btnwrite2.Location = new System.Drawing.Point(362, 31);
|
|
|
+ this.btnwrite2.Name = "btnwrite2";
|
|
|
+ this.btnwrite2.Size = new System.Drawing.Size(67, 19);
|
|
|
+ this.btnwrite2.TabIndex = 13;
|
|
|
+ this.btnwrite2.Text = "Write";
|
|
|
+ this.btnwrite2.UseVisualStyleBackColor = true;
|
|
|
+ this.btnwrite2.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;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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(281, 29);
|
|
|
+ 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(255, 281);
|
|
|
+ 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(158, 281);
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // frmInitializeTwoPointRectangle
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(500, 341);
|
|
|
+ this.Controls.Add(this.bn_Cancel);
|
|
|
+ this.Controls.Add(this.bn_OK);
|
|
|
+ this.Controls.Add(this.groupBox2);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Name = "frmInitializeTwoPointRectangle";
|
|
|
+ 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.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 btnwrite1;
|
|
|
+ private System.Windows.Forms.Button btnwrite2;
|
|
|
+ }
|
|
|
+}
|