using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe.Forms { partial class FrmProject { /// <summary> /// Required designer variable. /// </summary> private 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.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtY = new System.Windows.Forms.TextBox(); this.txtX = new System.Windows.Forms.TextBox(); this.txtLat = new System.Windows.Forms.TextBox(); this.txtLong = new System.Windows.Forms.TextBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.btnRQUpdate = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(380, 85); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 15); this.label4.TabIndex = 10; this.label4.Text = "纵轴:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(48, 85); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 15); this.label2.TabIndex = 9; this.label2.Text = "纬度:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(380, 38); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 15); this.label3.TabIndex = 12; this.label3.Text = "横轴:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(48, 35); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 15); this.label1.TabIndex = 11; this.label1.Text = "经度:"; // // txtY // this.txtY.Location = new System.Drawing.Point(437, 80); this.txtY.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtY.Name = "txtY"; this.txtY.Size = new System.Drawing.Size(181, 25); this.txtY.TabIndex = 8; this.txtY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // txtX // this.txtX.Location = new System.Drawing.Point(437, 31); this.txtX.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtX.Name = "txtX"; this.txtX.Size = new System.Drawing.Size(181, 25); this.txtX.TabIndex = 5; this.txtX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // txtLat // this.txtLat.Location = new System.Drawing.Point(104, 80); this.txtLat.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtLat.Name = "txtLat"; this.txtLat.Size = new System.Drawing.Size(181, 25); this.txtLat.TabIndex = 6; this.txtLat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // txtLong // this.txtLong.Location = new System.Drawing.Point(104, 30); this.txtLong.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtLong.Name = "txtLong"; this.txtLong.Size = new System.Drawing.Size(181, 25); this.txtLong.TabIndex = 7; this.txtLong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(312, 74); this.buttonX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(47, 29); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 30; this.buttonX1.Text = "<<"; this.buttonX1.Click += new System.EventHandler(this.btnCoord2Latlon_Click); // // btnRQUpdate // this.btnRQUpdate.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnRQUpdate.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnRQUpdate.Location = new System.Drawing.Point(312, 38); this.btnRQUpdate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnRQUpdate.Name = "btnRQUpdate"; this.btnRQUpdate.Size = new System.Drawing.Size(47, 29); this.btnRQUpdate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnRQUpdate.TabIndex = 29; this.btnRQUpdate.Text = ">>"; this.btnRQUpdate.Click += new System.EventHandler(this.btnLatlon2Coord_Click); // // FrmProject // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(675, 136); this.Controls.Add(this.buttonX1); this.Controls.Add(this.btnRQUpdate); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.txtY); this.Controls.Add(this.txtX); this.Controls.Add(this.txtLat); this.Controls.Add(this.txtLong); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FrmProject"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "坐标转换 "; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label4; private Label label2; private Label label3; private Label label1; private TextBox txtY; private TextBox txtX; private TextBox txtLat; private TextBox txtLong; private ButtonX buttonX1; private ButtonX btnRQUpdate; } }