namespace WorldGIS { partial class FrmAdjustLayer { /// <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.btnMove = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtOldLon = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtOldLat = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtNewLon = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtNewLat = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbLayers = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.radioNew = new System.Windows.Forms.RadioButton(); this.radioOld = new System.Windows.Forms.RadioButton(); this.btnClose = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnMove // this.btnMove.Location = new System.Drawing.Point(261, 268); this.btnMove.Name = "btnMove"; this.btnMove.Size = new System.Drawing.Size(72, 23); this.btnMove.TabIndex = 0; this.btnMove.Text = "平移"; this.btnMove.UseVisualStyleBackColor = true; this.btnMove.Click += new System.EventHandler(this.btnMove_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 1; this.label1.Text = "原始经度:"; // // txtOldLon // this.txtOldLon.Location = new System.Drawing.Point(105, 91); this.txtOldLon.Name = "txtOldLon"; this.txtOldLon.Size = new System.Drawing.Size(169, 21); this.txtOldLon.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(280, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 1; this.label2.Text = "度"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(34, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 1; this.label3.Text = "原始纬度:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(280, 130); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 1; this.label4.Text = "度"; // // txtOldLat // this.txtOldLat.Location = new System.Drawing.Point(105, 125); this.txtOldLat.Name = "txtOldLat"; this.txtOldLat.Size = new System.Drawing.Size(169, 21); this.txtOldLat.TabIndex = 2; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(34, 187); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 1; this.label5.Text = "目标经度:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(280, 188); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 12); this.label6.TabIndex = 1; this.label6.Text = "度"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(34, 221); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 1; this.label7.Text = "目标纬度:"; // // txtNewLon // this.txtNewLon.Location = new System.Drawing.Point(105, 183); this.txtNewLon.Name = "txtNewLon"; this.txtNewLon.Size = new System.Drawing.Size(169, 21); this.txtNewLon.TabIndex = 2; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(280, 222); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(17, 12); this.label8.TabIndex = 1; this.label8.Text = "度"; // // txtNewLat // this.txtNewLat.Location = new System.Drawing.Point(105, 217); this.txtNewLat.Name = "txtNewLat"; this.txtNewLat.Size = new System.Drawing.Size(169, 21); this.txtNewLat.TabIndex = 2; // // groupBox1 // this.groupBox1.Controls.Add(this.cmbLayers); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.radioNew); this.groupBox1.Controls.Add(this.radioOld); this.groupBox1.Controls.Add(this.txtOldLon); this.groupBox1.Controls.Add(this.txtNewLat); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtOldLat); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtNewLon); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Location = new System.Drawing.Point(12, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(321, 251); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; // // cmbLayers // this.cmbLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLayers.FormattingEnabled = true; this.cmbLayers.Location = new System.Drawing.Point(105, 20); this.cmbLayers.Name = "cmbLayers"; this.cmbLayers.Size = new System.Drawing.Size(169, 20); this.cmbLayers.TabIndex = 5; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(37, 24); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(41, 12); this.label9.TabIndex = 4; this.label9.Text = "图层:"; // // radioNew // this.radioNew.AutoSize = true; this.radioNew.Location = new System.Drawing.Point(21, 161); this.radioNew.Name = "radioNew"; this.radioNew.Size = new System.Drawing.Size(59, 16); this.radioNew.TabIndex = 3; this.radioNew.Text = "目标点"; this.radioNew.UseVisualStyleBackColor = true; this.radioNew.CheckedChanged += new System.EventHandler(this.radioNew_CheckedChanged); // // radioOld // this.radioOld.AutoSize = true; this.radioOld.Checked = true; this.radioOld.Location = new System.Drawing.Point(21, 61); this.radioOld.Name = "radioOld"; this.radioOld.Size = new System.Drawing.Size(47, 16); this.radioOld.TabIndex = 3; this.radioOld.TabStop = true; this.radioOld.Text = "起点"; this.radioOld.UseVisualStyleBackColor = true; this.radioOld.CheckedChanged += new System.EventHandler(this.radioOld_CheckedChanged); // // btnClose // this.btnClose.Location = new System.Drawing.Point(174, 268); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(72, 23); this.btnClose.TabIndex = 0; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // FrmAdjustLayer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(344, 301); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnMove); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmAdjustLayer"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "平移图层"; this.Load += new System.EventHandler(this.FrmAdjustLayer_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAdjustLayer_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnMove; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtOldLon; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtOldLat; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtNewLon; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtNewLat; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioNew; private System.Windows.Forms.RadioButton radioOld; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.ComboBox cmbLayers; private System.Windows.Forms.Label label9; } }