|
|
@@ -0,0 +1,123 @@
|
|
|
+namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
|
|
|
+{
|
|
|
+ partial class frmInitializeLengthAndWidthRectangle
|
|
|
+ {
|
|
|
+ /// <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.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.tB_length = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_width = new System.Windows.Forms.TextBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.btn_ok = new System.Windows.Forms.Button();
|
|
|
+ this.btn_cannel = new System.Windows.Forms.Button();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(28, 32);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(23, 12);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "长:";
|
|
|
+ //
|
|
|
+ // tB_length
|
|
|
+ //
|
|
|
+ this.tB_length.Location = new System.Drawing.Point(66, 29);
|
|
|
+ this.tB_length.Name = "tB_length";
|
|
|
+ this.tB_length.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.tB_length.TabIndex = 1;
|
|
|
+ this.tB_length.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // tB_width
|
|
|
+ //
|
|
|
+ this.tB_width.Location = new System.Drawing.Point(66, 70);
|
|
|
+ this.tB_width.Name = "tB_width";
|
|
|
+ this.tB_width.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.tB_width.TabIndex = 3;
|
|
|
+ this.tB_width.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(28, 73);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(23, 12);
|
|
|
+ this.label2.TabIndex = 2;
|
|
|
+ this.label2.Text = "宽:";
|
|
|
+ //
|
|
|
+ // btn_ok
|
|
|
+ //
|
|
|
+ this.btn_ok.Location = new System.Drawing.Point(221, 96);
|
|
|
+ this.btn_ok.Name = "btn_ok";
|
|
|
+ this.btn_ok.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btn_ok.TabIndex = 4;
|
|
|
+ this.btn_ok.Text = "OK";
|
|
|
+ this.btn_ok.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
|
|
+ //
|
|
|
+ // btn_cannel
|
|
|
+ //
|
|
|
+ this.btn_cannel.Location = new System.Drawing.Point(302, 96);
|
|
|
+ this.btn_cannel.Name = "btn_cannel";
|
|
|
+ this.btn_cannel.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btn_cannel.TabIndex = 5;
|
|
|
+ this.btn_cannel.Text = "Cannel";
|
|
|
+ this.btn_cannel.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_cannel.Click += new System.EventHandler(this.btn_cannel_Click);
|
|
|
+ //
|
|
|
+ // frmInitializeLengthAndWidthRectangle
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(384, 131);
|
|
|
+ this.Controls.Add(this.btn_cannel);
|
|
|
+ this.Controls.Add(this.btn_ok);
|
|
|
+ this.Controls.Add(this.tB_width);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.tB_length);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.MaximizeBox = false;
|
|
|
+ this.Name = "frmInitializeLengthAndWidthRectangle";
|
|
|
+ this.ShowIcon = false;
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
+ this.Text = "frmInitializeLengthAndWidthRectangle";
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.TextBox tB_length;
|
|
|
+ private System.Windows.Forms.TextBox tB_width;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Button btn_ok;
|
|
|
+ private System.Windows.Forms.Button btn_cannel;
|
|
|
+ }
|
|
|
+}
|