namespace Cyberpipe { partial class FrmBaseLineProfillAnalysis { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.labelPointNum = new System.Windows.Forms.Label(); this.labelSpaceLenth = new System.Windows.Forms.Label(); this.labelGroundLenth = new System.Windows.Forms.Label(); this.labelSphereLenth = new System.Windows.Forms.Label(); this.labelEndAlt = new System.Windows.Forms.Label(); this.labelMinAlt = new System.Windows.Forms.Label(); this.labelMaxAlt = new System.Windows.Forms.Label(); this.labelStartAlt = new System.Windows.Forms.Label(); this.labelEndLat = new System.Windows.Forms.Label(); this.zedGraphControl1 = new ZedGraph.ZedGraphControl(); this.labelEndLon = new System.Windows.Forms.Label(); this.labelStartLat = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelStartLon = new System.Windows.Forms.Label(); this.textBoxBaseAlt = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.checkBoxYMin = new System.Windows.Forms.CheckBox(); this.checkBoxXmin = new System.Windows.Forms.CheckBox(); this.checkBoxSameScale = new System.Windows.Forms.CheckBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // labelPointNum // this.labelPointNum.AutoSize = true; this.labelPointNum.Location = new System.Drawing.Point(368, 79); this.labelPointNum.Name = "labelPointNum"; this.labelPointNum.Size = new System.Drawing.Size(65, 12); this.labelPointNum.TabIndex = 14; this.labelPointNum.Text = "采样点数:"; // // labelSpaceLenth // this.labelSpaceLenth.AutoSize = true; this.labelSpaceLenth.Location = new System.Drawing.Point(368, 58); this.labelSpaceLenth.Name = "labelSpaceLenth"; this.labelSpaceLenth.Size = new System.Drawing.Size(65, 12); this.labelSpaceLenth.TabIndex = 12; this.labelSpaceLenth.Text = "直线距离:"; // // labelGroundLenth // this.labelGroundLenth.AutoSize = true; this.labelGroundLenth.Location = new System.Drawing.Point(368, 37); this.labelGroundLenth.Name = "labelGroundLenth"; this.labelGroundLenth.Size = new System.Drawing.Size(65, 12); this.labelGroundLenth.TabIndex = 11; this.labelGroundLenth.Text = "地表距离:"; // // labelSphereLenth // this.labelSphereLenth.AutoSize = true; this.labelSphereLenth.Location = new System.Drawing.Point(368, 17); this.labelSphereLenth.Name = "labelSphereLenth"; this.labelSphereLenth.Size = new System.Drawing.Size(65, 12); this.labelSphereLenth.TabIndex = 10; this.labelSphereLenth.Text = "投影距离:"; // // labelEndAlt // this.labelEndAlt.AutoSize = true; this.labelEndAlt.Location = new System.Drawing.Point(205, 37); this.labelEndAlt.Name = "labelEndAlt"; this.labelEndAlt.Size = new System.Drawing.Size(65, 12); this.labelEndAlt.TabIndex = 8; this.labelEndAlt.Text = "终点高程:"; // // labelMinAlt // this.labelMinAlt.AutoSize = true; this.labelMinAlt.Location = new System.Drawing.Point(205, 79); this.labelMinAlt.Name = "labelMinAlt"; this.labelMinAlt.Size = new System.Drawing.Size(65, 12); this.labelMinAlt.TabIndex = 7; this.labelMinAlt.Text = "最小高程:"; // // labelMaxAlt // this.labelMaxAlt.AutoSize = true; this.labelMaxAlt.Location = new System.Drawing.Point(205, 58); this.labelMaxAlt.Name = "labelMaxAlt"; this.labelMaxAlt.Size = new System.Drawing.Size(65, 12); this.labelMaxAlt.TabIndex = 6; this.labelMaxAlt.Text = "最大高程:"; // // labelStartAlt // this.labelStartAlt.AutoSize = true; this.labelStartAlt.Location = new System.Drawing.Point(205, 17); this.labelStartAlt.Name = "labelStartAlt"; this.labelStartAlt.Size = new System.Drawing.Size(65, 12); this.labelStartAlt.TabIndex = 5; this.labelStartAlt.Text = "起点高程:"; // // labelEndLat // this.labelEndLat.AutoSize = true; this.labelEndLat.Location = new System.Drawing.Point(40, 79); this.labelEndLat.Name = "labelEndLat"; this.labelEndLat.Size = new System.Drawing.Size(65, 12); this.labelEndLat.TabIndex = 4; this.labelEndLat.Text = "终点纬度:"; // // zedGraphControl1 // this.zedGraphControl1.IsShowContextMenu = false; this.zedGraphControl1.Location = new System.Drawing.Point(11, 10); this.zedGraphControl1.Name = "zedGraphControl1"; this.zedGraphControl1.ScrollGrace = 0; this.zedGraphControl1.ScrollMaxX = 0; this.zedGraphControl1.ScrollMaxY = 0; this.zedGraphControl1.ScrollMaxY2 = 0; this.zedGraphControl1.ScrollMinX = 0; this.zedGraphControl1.ScrollMinY = 0; this.zedGraphControl1.ScrollMinY2 = 0; this.zedGraphControl1.Size = new System.Drawing.Size(502, 238); this.zedGraphControl1.TabIndex = 3; // // labelEndLon // this.labelEndLon.AutoSize = true; this.labelEndLon.Location = new System.Drawing.Point(40, 58); this.labelEndLon.Name = "labelEndLon"; this.labelEndLon.Size = new System.Drawing.Size(65, 12); this.labelEndLon.TabIndex = 3; this.labelEndLon.Text = "终点经度:"; // // labelStartLat // this.labelStartLat.AutoSize = true; this.labelStartLat.Location = new System.Drawing.Point(40, 37); this.labelStartLat.Name = "labelStartLat"; this.labelStartLat.Size = new System.Drawing.Size(65, 12); this.labelStartLat.TabIndex = 2; this.labelStartLat.Text = "起点纬度:"; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this.groupBox1.Controls.Add(this.labelPointNum); this.groupBox1.Controls.Add(this.labelSpaceLenth); this.groupBox1.Controls.Add(this.labelGroundLenth); this.groupBox1.Controls.Add(this.labelSphereLenth); this.groupBox1.Controls.Add(this.labelEndAlt); this.groupBox1.Controls.Add(this.labelMinAlt); this.groupBox1.Controls.Add(this.labelMaxAlt); this.groupBox1.Controls.Add(this.labelStartAlt); this.groupBox1.Controls.Add(this.labelEndLat); this.groupBox1.Controls.Add(this.labelEndLon); this.groupBox1.Controls.Add(this.labelStartLat); this.groupBox1.Controls.Add(this.labelStartLon); this.groupBox1.Location = new System.Drawing.Point(12, 288); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(502, 105); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; // // labelStartLon // this.labelStartLon.AutoSize = true; this.labelStartLon.Location = new System.Drawing.Point(40, 17); this.labelStartLon.Name = "labelStartLon"; this.labelStartLon.Size = new System.Drawing.Size(65, 12); this.labelStartLon.TabIndex = 1; this.labelStartLon.Text = "起点经度:"; // // textBoxBaseAlt // this.textBoxBaseAlt.BackColor = System.Drawing.Color.White; this.textBoxBaseAlt.Location = new System.Drawing.Point(292, 404); this.textBoxBaseAlt.Name = "textBoxBaseAlt"; this.textBoxBaseAlt.Size = new System.Drawing.Size(61, 21); this.textBoxBaseAlt.TabIndex = 5; this.textBoxBaseAlt.Text = "0"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(229, 407); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 7; this.label1.Text = "基线高程"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(359, 407); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 8; this.label2.Text = "米"; // // checkBoxYMin // this.checkBoxYMin.AutoSize = true; this.checkBoxYMin.BackColor = System.Drawing.Color.Transparent; this.checkBoxYMin.Enabled = false; this.checkBoxYMin.Location = new System.Drawing.Point(381, 266); this.checkBoxYMin.Name = "checkBoxYMin"; this.checkBoxYMin.Size = new System.Drawing.Size(78, 16); this.checkBoxYMin.TabIndex = 11; this.checkBoxYMin.Text = "固定最小Y"; this.checkBoxYMin.UseVisualStyleBackColor = false; this.checkBoxYMin.CheckedChanged += new System.EventHandler(this.checkBoxYMin_CheckedChanged); // // checkBoxXmin // this.checkBoxXmin.AutoSize = true; this.checkBoxXmin.BackColor = System.Drawing.Color.Transparent; this.checkBoxXmin.Enabled = false; this.checkBoxXmin.Location = new System.Drawing.Point(218, 266); this.checkBoxXmin.Name = "checkBoxXmin"; this.checkBoxXmin.Size = new System.Drawing.Size(78, 16); this.checkBoxXmin.TabIndex = 10; this.checkBoxXmin.Text = "固定最小X"; this.checkBoxXmin.UseVisualStyleBackColor = false; this.checkBoxXmin.CheckedChanged += new System.EventHandler(this.checkBoxXmin_CheckedChanged); // // checkBoxSameScale // this.checkBoxSameScale.AutoSize = true; this.checkBoxSameScale.BackColor = System.Drawing.Color.Transparent; this.checkBoxSameScale.Enabled = false; this.checkBoxSameScale.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBoxSameScale.Location = new System.Drawing.Point(52, 266); this.checkBoxSameScale.Name = "checkBoxSameScale"; this.checkBoxSameScale.Size = new System.Drawing.Size(84, 16); this.checkBoxSameScale.TabIndex = 9; this.checkBoxSameScale.Text = "图形不变形"; this.checkBoxSameScale.UseVisualStyleBackColor = false; this.checkBoxSameScale.CheckedChanged += new System.EventHandler(this.checkBoxSameScale_CheckedChanged); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(404, 404); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(55, 19); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 12; this.buttonX1.Text = "分析"; this.buttonX1.Click += new System.EventHandler(this.buttonAnalyse_Click); // // FrmBaseLineProfillAnalysis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this.ClientSize = new System.Drawing.Size(525, 432); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonX1); this.Controls.Add(this.checkBoxYMin); this.Controls.Add(this.checkBoxXmin); this.Controls.Add(this.checkBoxSameScale); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxBaseAlt); this.Controls.Add(this.zedGraphControl1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmBaseLineProfillAnalysis"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "基线剖面分析"; this.Load += new System.EventHandler(this.BaseLineProfillAnalysis_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelPointNum; private System.Windows.Forms.Label labelSpaceLenth; private System.Windows.Forms.Label labelGroundLenth; private System.Windows.Forms.Label labelSphereLenth; private System.Windows.Forms.Label labelEndAlt; private System.Windows.Forms.Label labelMinAlt; private System.Windows.Forms.Label labelMaxAlt; private System.Windows.Forms.Label labelStartAlt; private System.Windows.Forms.Label labelEndLat; private ZedGraph.ZedGraphControl zedGraphControl1; private System.Windows.Forms.Label labelEndLon; private System.Windows.Forms.Label labelStartLat; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label labelStartLon; private System.Windows.Forms.TextBox textBoxBaseAlt; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBoxYMin; private System.Windows.Forms.CheckBox checkBoxXmin; private System.Windows.Forms.CheckBox checkBoxSameScale; private DevComponents.DotNetBar.ButtonX buttonX1; } }