Newer
Older
LSPipeline / UserControls / CtrlRangeEllipsoidEntityParamPage.Designer.cs
wxn on 1 Dec 2016 13 KB first
namespace WorldGIS
{
    partial class CtrlRangeEllipsoidEntityParamPage
    {
        /// <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.label24 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.textBoxEndLat = new System.Windows.Forms.TextBox();
            this.textBoxStartLat = new System.Windows.Forms.TextBox();
            this.textBoxEndLon = new System.Windows.Forms.TextBox();
            this.textBoxStartLon = new System.Windows.Forms.TextBox();
            this.textBoxSlices = new System.Windows.Forms.TextBox();
            this.textBoxStacks = new System.Windows.Forms.TextBox();
            this.textBoxZRadius = new System.Windows.Forms.TextBox();
            this.label11 = 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.textBoxYRadius = new System.Windows.Forms.TextBox();
            this.textBoxXRadius = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(50, 282);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(65, 12);
            this.label24.TabIndex = 26;
            this.label24.Text = "终止纬度:";
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(51, 255);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(65, 12);
            this.label23.TabIndex = 23;
            this.label23.Text = "起始纬度:";
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(51, 227);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(65, 12);
            this.label22.TabIndex = 24;
            this.label22.Text = "终止经度:";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(51, 197);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(65, 12);
            this.label21.TabIndex = 22;
            this.label21.Text = "起始经度:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(51, 170);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(77, 12);
            this.label14.TabIndex = 25;
            this.label14.Text = "圆周分段数:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(51, 138);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(77, 12);
            this.label13.TabIndex = 27;
            this.label13.Text = "纵向分段数:";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(51, 107);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(71, 12);
            this.label12.TabIndex = 28;
            this.label12.Text = "Z方向半径:";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(262, 107);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(17, 12);
            this.label17.TabIndex = 29;
            this.label17.Text = "米";
            // 
            // textBoxEndLat
            // 
            this.textBoxEndLat.Location = new System.Drawing.Point(127, 279);
            this.textBoxEndLat.Name = "textBoxEndLat";
            this.textBoxEndLat.Size = new System.Drawing.Size(129, 21);
            this.textBoxEndLat.TabIndex = 19;
            this.textBoxEndLat.TextChanged += new System.EventHandler(this.textBoxEndLat_TextChanged);
            // 
            // textBoxStartLat
            // 
            this.textBoxStartLat.Location = new System.Drawing.Point(128, 250);
            this.textBoxStartLat.Name = "textBoxStartLat";
            this.textBoxStartLat.Size = new System.Drawing.Size(129, 21);
            this.textBoxStartLat.TabIndex = 20;
            this.textBoxStartLat.TextChanged += new System.EventHandler(this.textBoxStartLat_TextChanged);
            // 
            // textBoxEndLon
            // 
            this.textBoxEndLon.Location = new System.Drawing.Point(128, 221);
            this.textBoxEndLon.Name = "textBoxEndLon";
            this.textBoxEndLon.Size = new System.Drawing.Size(129, 21);
            this.textBoxEndLon.TabIndex = 16;
            this.textBoxEndLon.TextChanged += new System.EventHandler(this.textBoxEndLon_TextChanged);
            // 
            // textBoxStartLon
            // 
            this.textBoxStartLon.Location = new System.Drawing.Point(128, 194);
            this.textBoxStartLon.Name = "textBoxStartLon";
            this.textBoxStartLon.Size = new System.Drawing.Size(129, 21);
            this.textBoxStartLon.TabIndex = 17;
            this.textBoxStartLon.TextChanged += new System.EventHandler(this.textBoxStartLon_TextChanged);
            // 
            // textBoxSlices
            // 
            this.textBoxSlices.Location = new System.Drawing.Point(128, 167);
            this.textBoxSlices.Name = "textBoxSlices";
            this.textBoxSlices.Size = new System.Drawing.Size(129, 21);
            this.textBoxSlices.TabIndex = 18;
            this.textBoxSlices.TextChanged += new System.EventHandler(this.textBoxSlices_TextChanged);
            // 
            // textBoxStacks
            // 
            this.textBoxStacks.Location = new System.Drawing.Point(128, 135);
            this.textBoxStacks.Name = "textBoxStacks";
            this.textBoxStacks.Size = new System.Drawing.Size(129, 21);
            this.textBoxStacks.TabIndex = 15;
            this.textBoxStacks.TextChanged += new System.EventHandler(this.textBoxStacks_TextChanged);
            // 
            // textBoxZRadius
            // 
            this.textBoxZRadius.Location = new System.Drawing.Point(128, 104);
            this.textBoxZRadius.Name = "textBoxZRadius";
            this.textBoxZRadius.Size = new System.Drawing.Size(129, 21);
            this.textBoxZRadius.TabIndex = 21;
            this.textBoxZRadius.TextChanged += new System.EventHandler(this.textBoxZRadius_TextChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(50, 71);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(71, 12);
            this.label11.TabIndex = 12;
            this.label11.Text = "Y方向半径:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(261, 73);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(17, 12);
            this.label16.TabIndex = 11;
            this.label16.Text = "米";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(261, 40);
            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, 37);
            this.labelXRadius.Name = "labelXRadius";
            this.labelXRadius.Size = new System.Drawing.Size(71, 12);
            this.labelXRadius.TabIndex = 13;
            this.labelXRadius.Text = "X方向半径:";
            // 
            // textBoxYRadius
            // 
            this.textBoxYRadius.Location = new System.Drawing.Point(127, 68);
            this.textBoxYRadius.Name = "textBoxYRadius";
            this.textBoxYRadius.Size = new System.Drawing.Size(129, 21);
            this.textBoxYRadius.TabIndex = 9;
            this.textBoxYRadius.TextChanged += new System.EventHandler(this.textBoxYRadius_TextChanged);
            // 
            // textBoxXRadius
            // 
            this.textBoxXRadius.Location = new System.Drawing.Point(127, 34);
            this.textBoxXRadius.Name = "textBoxXRadius";
            this.textBoxXRadius.Size = new System.Drawing.Size(129, 21);
            this.textBoxXRadius.TabIndex = 10;
            this.textBoxXRadius.TextChanged += new System.EventHandler(this.textBoxXRadius_TextChanged);
            // 
            // CtrlRangeEllipsoidEntityParamPage
            // 
            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.label24);
            this.Controls.Add(this.label23);
            this.Controls.Add(this.label22);
            this.Controls.Add(this.label21);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.label17);
            this.Controls.Add(this.textBoxEndLat);
            this.Controls.Add(this.textBoxStartLat);
            this.Controls.Add(this.textBoxEndLon);
            this.Controls.Add(this.textBoxStartLon);
            this.Controls.Add(this.textBoxSlices);
            this.Controls.Add(this.textBoxStacks);
            this.Controls.Add(this.textBoxZRadius);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.labelXRadius);
            this.Controls.Add(this.textBoxYRadius);
            this.Controls.Add(this.textBoxXRadius);
            this.Name = "CtrlRangeEllipsoidEntityParamPage";
            this.Size = new System.Drawing.Size(334, 334);
            this.Load += new System.EventHandler(this.CtrlRangeEllipsoidEntityParamPage_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label24;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox textBoxEndLat;
        private System.Windows.Forms.TextBox textBoxStartLat;
        private System.Windows.Forms.TextBox textBoxEndLon;
        private System.Windows.Forms.TextBox textBoxStartLon;
        private System.Windows.Forms.TextBox textBoxSlices;
        private System.Windows.Forms.TextBox textBoxStacks;
        private System.Windows.Forms.TextBox textBoxZRadius;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label labelXRadius;
        private System.Windows.Forms.TextBox textBoxYRadius;
        private System.Windows.Forms.TextBox textBoxXRadius;
    }
}