namespace WorldGIS { partial class CtrlCylinderEntityParamPage { /// <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.label14 = 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.labelRadius = new System.Windows.Forms.Label(); this.textBoxSlices = new System.Windows.Forms.TextBox(); this.textBoxLength = new System.Windows.Forms.TextBox(); this.textBoxRadius = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(260, 133); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(17, 12); this.label14.TabIndex = 9; this.label14.Text = "米"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(260, 107); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(17, 12); this.label13.TabIndex = 10; this.label13.Text = "米"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(65, 168); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(53, 12); this.label12.TabIndex = 7; this.label12.Text = "分段数:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(65, 135); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(41, 12); this.label11.TabIndex = 8; this.label11.Text = "长度:"; // // labelRadius // this.labelRadius.AutoSize = true; this.labelRadius.Location = new System.Drawing.Point(65, 104); this.labelRadius.Name = "labelRadius"; this.labelRadius.Size = new System.Drawing.Size(41, 12); this.labelRadius.TabIndex = 6; this.labelRadius.Text = "半径:"; // // textBoxSlices // this.textBoxSlices.Location = new System.Drawing.Point(118, 162); this.textBoxSlices.Name = "textBoxSlices"; this.textBoxSlices.Size = new System.Drawing.Size(129, 21); this.textBoxSlices.TabIndex = 3; this.textBoxSlices.TextChanged += new System.EventHandler(this.textBoxSlices_TextChanged); // // textBoxLength // this.textBoxLength.Location = new System.Drawing.Point(118, 131); 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); // // textBoxRadius // this.textBoxRadius.Location = new System.Drawing.Point(118, 101); this.textBoxRadius.Name = "textBoxRadius"; this.textBoxRadius.Size = new System.Drawing.Size(129, 21); this.textBoxRadius.TabIndex = 5; this.textBoxRadius.TextChanged += new System.EventHandler(this.textBoxRadius_TextChanged); // // CtrlCylinderEntityParamPage // 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.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.labelRadius); this.Controls.Add(this.textBoxSlices); this.Controls.Add(this.textBoxLength); this.Controls.Add(this.textBoxRadius); this.Name = "CtrlCylinderEntityParamPage"; this.Size = new System.Drawing.Size(334, 334); this.Load += new System.EventHandler(this.CtrlCylinderEntityParamPage_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label labelRadius; private System.Windows.Forms.TextBox textBoxSlices; private System.Windows.Forms.TextBox textBoxLength; private System.Windows.Forms.TextBox textBoxRadius; } }