namespace Cyberpipe.Forms { partial class FrmProject { /// <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.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(285, 68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 10; this.label4.Text = "纵轴:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(36, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 9; this.label2.Text = "纬度:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(285, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 12; this.label3.Text = "横轴:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 11; this.label1.Text = "经度:"; // // txtY // this.txtY.Location = new System.Drawing.Point(328, 64); this.txtY.Name = "txtY"; this.txtY.Size = new System.Drawing.Size(137, 21); this.txtY.TabIndex = 8; this.txtY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // txtX // this.txtX.Location = new System.Drawing.Point(328, 25); this.txtX.Name = "txtX"; this.txtX.Size = new System.Drawing.Size(137, 21); this.txtX.TabIndex = 5; this.txtX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // txtLat // this.txtLat.Location = new System.Drawing.Point(78, 64); this.txtLat.Name = "txtLat"; this.txtLat.Size = new System.Drawing.Size(137, 21); this.txtLat.TabIndex = 6; this.txtLat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLong_KeyPress); // // txtLong // this.txtLong.Location = new System.Drawing.Point(78, 24); this.txtLong.Name = "txtLong"; this.txtLong.Size = new System.Drawing.Size(137, 21); 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(234, 59); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(35, 23); 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(234, 30); this.btnRQUpdate.Name = "btnRQUpdate"; this.btnRQUpdate.Size = new System.Drawing.Size(35, 23); 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(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(506, 109); 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.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; 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 System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtY; private System.Windows.Forms.TextBox txtX; private System.Windows.Forms.TextBox txtLat; private System.Windows.Forms.TextBox txtLong; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX btnRQUpdate; } }