namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel { partial class frmInitializeLengthAndWidthRectangle { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton_center = new System.Windows.Forms.RadioButton(); this.radioButton_lefttop = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(437, 172); 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(475, 169); 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(475, 218); 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(437, 221); 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(504, 354); 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(585, 354); 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); // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton_center); this.groupBox1.Controls.Add(this.radioButton_lefttop); this.groupBox1.Location = new System.Drawing.Point(428, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(232, 110); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "调整参照点"; // // radioButton_center // this.radioButton_center.AutoSize = true; this.radioButton_center.Location = new System.Drawing.Point(47, 67); this.radioButton_center.Name = "radioButton_center"; this.radioButton_center.Size = new System.Drawing.Size(83, 16); this.radioButton_center.TabIndex = 1; this.radioButton_center.Text = "矩形中心点"; this.radioButton_center.UseVisualStyleBackColor = true; // // radioButton_lefttop // this.radioButton_lefttop.AutoSize = true; this.radioButton_lefttop.Checked = true; this.radioButton_lefttop.Location = new System.Drawing.Point(47, 28); this.radioButton_lefttop.Name = "radioButton_lefttop"; this.radioButton_lefttop.Size = new System.Drawing.Size(83, 16); this.radioButton_lefttop.TabIndex = 0; this.radioButton_lefttop.TabStop = true; this.radioButton_lefttop.Text = "左上角顶点"; this.radioButton_lefttop.UseVisualStyleBackColor = true; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label3); this.panel1.Location = new System.Drawing.Point(13, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(407, 364); this.panel1.TabIndex = 9; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(338, 347); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 0; this.label3.Text = "单位:微米"; // // frmInitializeLengthAndWidthRectangle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(672, 391); this.Controls.Add(this.panel1); this.Controls.Add(this.groupBox1); 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 = "长宽法"; this.Load += new System.EventHandler(this.frmInitializeLengthAndWidthRectangle_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); 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; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.RadioButton radioButton_center; private System.Windows.Forms.RadioButton radioButton_lefttop; private System.Windows.Forms.Label label3; } }