namespace WorldGIS { 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.btnLatlon2Coord = new System.Windows.Forms.Button(); this.txtLong = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtLat = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtX = new System.Windows.Forms.TextBox(); this.txtY = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.btnCoord2Latlon = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtLatOrigin = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnLatlon2Coord // this.btnLatlon2Coord.Location = new System.Drawing.Point(220, 129); this.btnLatlon2Coord.Name = "btnLatlon2Coord"; this.btnLatlon2Coord.Size = new System.Drawing.Size(44, 23); this.btnLatlon2Coord.TabIndex = 0; this.btnLatlon2Coord.Text = ">>"; this.btnLatlon2Coord.UseVisualStyleBackColor = true; this.btnLatlon2Coord.Click += new System.EventHandler(this.btnLatlon2Coord_Click); // // txtLong // this.txtLong.Location = new System.Drawing.Point(69, 125); this.txtLong.Name = "txtLong"; this.txtLong.Size = new System.Drawing.Size(129, 21); this.txtLong.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 129); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "经度:"; // // txtLat // this.txtLat.Location = new System.Drawing.Point(70, 165); this.txtLat.Name = "txtLat"; this.txtLat.Size = new System.Drawing.Size(129, 21); this.txtLat.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 169); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 2; this.label2.Text = "纬度:"; // // txtX // this.txtX.Location = new System.Drawing.Point(340, 125); this.txtX.Name = "txtX"; this.txtX.Size = new System.Drawing.Size(129, 21); this.txtX.TabIndex = 1; // // txtY // this.txtY.Location = new System.Drawing.Point(340, 165); this.txtY.Name = "txtY"; this.txtY.Size = new System.Drawing.Size(129, 21); this.txtY.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(293, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 2; this.label3.Text = "横轴:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(293, 169); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 2; this.label4.Text = "纵轴:"; // // btnCoord2Latlon // this.btnCoord2Latlon.Location = new System.Drawing.Point(220, 158); this.btnCoord2Latlon.Name = "btnCoord2Latlon"; this.btnCoord2Latlon.Size = new System.Drawing.Size(44, 23); this.btnCoord2Latlon.TabIndex = 0; this.btnCoord2Latlon.Text = "<<"; this.btnCoord2Latlon.UseVisualStyleBackColor = true; this.btnCoord2Latlon.Click += new System.EventHandler(this.btnCoord2Latlon_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(10, 47); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 2; this.label5.Text = "中央经线:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(71, 44); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(130, 21); this.textBox1.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(26, 79); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 2; this.label6.Text = "假东:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(70, 76); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(130, 21); this.textBox2.TabIndex = 3; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(273, 78); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(41, 12); this.label7.TabIndex = 2; this.label7.Text = "假北:"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(340, 75); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(121, 21); this.textBox3.TabIndex = 3; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(249, 47); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 2; this.label8.Text = "起始纬线:"; // // txtLatOrigin // this.txtLatOrigin.Location = new System.Drawing.Point(340, 44); this.txtLatOrigin.Name = "txtLatOrigin"; this.txtLatOrigin.Size = new System.Drawing.Size(121, 21); this.txtLatOrigin.TabIndex = 3; this.txtLatOrigin.Text = "0"; // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(11, 111); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(469, 1); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "groupBox1"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(162, 17); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(185, 12); this.label9.TabIndex = 2; this.label9.Text = "先填写如下四项参数再做投影转换"; // // FrmProject // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(489, 195); this.Controls.Add(this.groupBox1); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.txtLatOrigin); this.Controls.Add(this.textBox1); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.label7); this.Controls.Add(this.label8); this.Controls.Add(this.label6); this.Controls.Add(this.label9); this.Controls.Add(this.label5); 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.Controls.Add(this.btnCoord2Latlon); this.Controls.Add(this.btnLatlon2Coord); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.Name = "FrmProject"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "坐标投影转换"; this.Load += new System.EventHandler(this.FrmProject_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnLatlon2Coord; private System.Windows.Forms.TextBox txtLong; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtLat; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtX; private System.Windows.Forms.TextBox txtY; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnCoord2Latlon; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtLatOrigin; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label9; } }