namespace WorldGIS { partial class CtrlRangeEllipCylinderEntityParamPage { /// <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.label21 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.labelXRadius = new System.Windows.Forms.Label(); this.textBoxEndAngle = new System.Windows.Forms.TextBox(); this.textBoxStartAngle = new System.Windows.Forms.TextBox(); this.textBoxSlices = new System.Windows.Forms.TextBox(); this.textBoxLength = new System.Windows.Forms.TextBox(); this.textBoxYRadius = new System.Windows.Forms.TextBox(); this.textBoxXRadius = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(50, 230); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(65, 12); this.label21.TabIndex = 9; this.label21.Text = "终止角度:"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(50, 198); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(65, 12); this.label17.TabIndex = 12; this.label17.Text = "起始角度:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(50, 167); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 12); this.label14.TabIndex = 11; this.label14.Text = "分段数:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(50, 135); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(41, 12); this.label13.TabIndex = 10; this.label13.Text = "长度:"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(50, 99); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(71, 12); this.label11.TabIndex = 13; this.label11.Text = "Y方向半径:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(261, 136); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(17, 12); this.label12.TabIndex = 16; this.label12.Text = "米"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(261, 101); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(17, 12); this.label16.TabIndex = 15; this.label16.Text = "米"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(261, 65); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(17, 12); this.label15.TabIndex = 14; this.label15.Text = "米"; // // labelXRadius // this.labelXRadius.AutoSize = true; this.labelXRadius.Location = new System.Drawing.Point(50, 63); this.labelXRadius.Name = "labelXRadius"; this.labelXRadius.Size = new System.Drawing.Size(71, 12); this.labelXRadius.TabIndex = 8; this.labelXRadius.Text = "X方向半径:"; // // textBoxEndAngle // this.textBoxEndAngle.Location = new System.Drawing.Point(127, 227); this.textBoxEndAngle.Name = "textBoxEndAngle"; this.textBoxEndAngle.Size = new System.Drawing.Size(129, 21); this.textBoxEndAngle.TabIndex = 4; this.textBoxEndAngle.TextChanged += new System.EventHandler(this.textBoxEndAngle_TextChanged); // // textBoxStartAngle // this.textBoxStartAngle.Location = new System.Drawing.Point(127, 195); this.textBoxStartAngle.Name = "textBoxStartAngle"; this.textBoxStartAngle.Size = new System.Drawing.Size(129, 21); this.textBoxStartAngle.TabIndex = 3; this.textBoxStartAngle.TextChanged += new System.EventHandler(this.textBoxStartAngle_TextChanged); // // textBoxSlices // this.textBoxSlices.Location = new System.Drawing.Point(127, 164); this.textBoxSlices.Name = "textBoxSlices"; this.textBoxSlices.Size = new System.Drawing.Size(129, 21); this.textBoxSlices.TabIndex = 2; this.textBoxSlices.TextChanged += new System.EventHandler(this.textBoxSlices_TextChanged); // // textBoxLength // this.textBoxLength.Location = new System.Drawing.Point(127, 132); this.textBoxLength.Name = "textBoxLength"; this.textBoxLength.Size = new System.Drawing.Size(129, 21); this.textBoxLength.TabIndex = 5; this.textBoxLength.TextChanged += new System.EventHandler(this.textBoxLength_TextChanged); // // textBoxYRadius // this.textBoxYRadius.Location = new System.Drawing.Point(127, 96); this.textBoxYRadius.Name = "textBoxYRadius"; this.textBoxYRadius.Size = new System.Drawing.Size(129, 21); this.textBoxYRadius.TabIndex = 7; this.textBoxYRadius.TextChanged += new System.EventHandler(this.textBoxYRadius_TextChanged); // // textBoxXRadius // this.textBoxXRadius.Location = new System.Drawing.Point(127, 60); this.textBoxXRadius.Name = "textBoxXRadius"; this.textBoxXRadius.Size = new System.Drawing.Size(129, 21); this.textBoxXRadius.TabIndex = 6; this.textBoxXRadius.TextChanged += new System.EventHandler(this.textBoxXRadius_TextChanged); // // CtrlRangeEllipCylinderEntityParamPage // 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.label21); this.Controls.Add(this.label17); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label11); this.Controls.Add(this.label12); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.labelXRadius); this.Controls.Add(this.textBoxEndAngle); this.Controls.Add(this.textBoxStartAngle); this.Controls.Add(this.textBoxSlices); this.Controls.Add(this.textBoxLength); this.Controls.Add(this.textBoxYRadius); this.Controls.Add(this.textBoxXRadius); this.Name = "CtrlRangeEllipCylinderEntityParamPage"; this.Size = new System.Drawing.Size(334, 334); this.Load += new System.EventHandler(this.CtrlRangeEllipCylinderEntityParamPage_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label labelXRadius; private System.Windows.Forms.TextBox textBoxEndAngle; private System.Windows.Forms.TextBox textBoxStartAngle; private System.Windows.Forms.TextBox textBoxSlices; private System.Windows.Forms.TextBox textBoxLength; private System.Windows.Forms.TextBox textBoxYRadius; private System.Windows.Forms.TextBox textBoxXRadius; } }