namespace WorldGIS { partial class CtrlBoxEntityParamPage { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.labelHeight = new System.Windows.Forms.Label(); this.labelWidth = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.labelLength = new System.Windows.Forms.Label(); this.textBoxHeight = new System.Windows.Forms.TextBox(); this.textBoxWidth = new System.Windows.Forms.TextBox(); this.textBoxLength = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // labelHeight // this.labelHeight.AutoSize = true; this.labelHeight.Location = new System.Drawing.Point(68, 180); this.labelHeight.Name = "labelHeight"; this.labelHeight.Size = new System.Drawing.Size(29, 12); this.labelHeight.TabIndex = 6; this.labelHeight.Text = "高:"; // // labelWidth // this.labelWidth.AutoSize = true; this.labelWidth.Location = new System.Drawing.Point(68, 137); this.labelWidth.Name = "labelWidth"; this.labelWidth.Size = new System.Drawing.Size(29, 12); this.labelWidth.TabIndex = 8; this.labelWidth.Text = "宽:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(264, 186); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(17, 12); this.label13.TabIndex = 7; this.label13.Text = "米"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(264, 134); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(17, 12); this.label12.TabIndex = 10; this.label12.Text = "米"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(264, 87); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(17, 12); this.label11.TabIndex = 9; this.label11.Text = "米"; // // labelLength // this.labelLength.AutoSize = true; this.labelLength.Location = new System.Drawing.Point(68, 90); this.labelLength.Name = "labelLength"; this.labelLength.Size = new System.Drawing.Size(29, 12); this.labelLength.TabIndex = 5; this.labelLength.Text = "长:"; // // textBoxHeight // this.textBoxHeight.Location = new System.Drawing.Point(121, 177); this.textBoxHeight.Name = "textBoxHeight"; this.textBoxHeight.Size = new System.Drawing.Size(129, 21); this.textBoxHeight.TabIndex = 3; this.textBoxHeight.TextChanged += new System.EventHandler(this.textBoxHeight_TextChanged); // // textBoxWidth // this.textBoxWidth.Location = new System.Drawing.Point(121, 134); this.textBoxWidth.Name = "textBoxWidth"; this.textBoxWidth.Size = new System.Drawing.Size(129, 21); this.textBoxWidth.TabIndex = 2; this.textBoxWidth.TextChanged += new System.EventHandler(this.textBoxWidth_TextChanged); // // textBoxLength // this.textBoxLength.Location = new System.Drawing.Point(121, 87); this.textBoxLength.Name = "textBoxLength"; this.textBoxLength.Size = new System.Drawing.Size(129, 21); this.textBoxLength.TabIndex = 4; this.textBoxLength.TextChanged += new System.EventHandler(this.textBoxLength_TextChanged); // // CtrlBoxEntityParamPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.labelHeight); this.Controls.Add(this.labelWidth); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.labelLength); this.Controls.Add(this.textBoxHeight); this.Controls.Add(this.textBoxWidth); this.Controls.Add(this.textBoxLength); this.Name = "CtrlBoxEntityParamPage"; this.Size = new System.Drawing.Size(334, 334); this.Load += new System.EventHandler(this.CtrlBoxEntityParamPage_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelHeight; private System.Windows.Forms.Label labelWidth; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label labelLength; private System.Windows.Forms.TextBox textBoxHeight; private System.Windows.Forms.TextBox textBoxWidth; private System.Windows.Forms.TextBox textBoxLength; } }