年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

426 lines
22 KiB

namespace TestMultiGetPointsTranslate.View
{
partial class TestMultiGetPointsTranslateForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestMultiGetPointsTranslateForm));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.button1 = new System.Windows.Forms.Button();
this.btRectify = new System.Windows.Forms.Button();
this.btAddMapLeft = new System.Windows.Forms.Button();
this.btAddMapRight = new System.Windows.Forms.Button();
this.axLicenseControl1 = new AxESRI.ArcGIS.Controls.AxLicenseControl();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer6 = new System.Windows.Forms.SplitContainer();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.splitContainer4 = new System.Windows.Forms.SplitContainer();
this.axTOCControl1 = new AxESRI.ArcGIS.Controls.AxTOCControl();
this.axMapControl1 = new AxESRI.ArcGIS.Controls.AxMapControl();
this.splitContainer5 = new System.Windows.Forms.SplitContainer();
this.axTOCControl2 = new AxESRI.ArcGIS.Controls.AxTOCControl();
this.axMapControl2 = new AxESRI.ArcGIS.Controls.AxMapControl();
this.splitContainer7 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.listBox2 = new System.Windows.Forms.ListBox();
this.tbCoordinates = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
this.splitContainer6.Panel1.SuspendLayout();
this.splitContainer6.Panel2.SuspendLayout();
this.splitContainer6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
this.splitContainer4.Panel1.SuspendLayout();
this.splitContainer4.Panel2.SuspendLayout();
this.splitContainer4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
this.splitContainer5.Panel1.SuspendLayout();
this.splitContainer5.Panel2.SuspendLayout();
this.splitContainer5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axTOCControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
this.splitContainer7.Panel1.SuspendLayout();
this.splitContainer7.Panel2.SuspendLayout();
this.splitContainer7.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.button1);
this.splitContainer1.Panel1.Controls.Add(this.btRectify);
this.splitContainer1.Panel1.Controls.Add(this.btAddMapLeft);
this.splitContainer1.Panel1.Controls.Add(this.btAddMapRight);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.axLicenseControl1);
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1139, 821);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(216, 1);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "选取像控点";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btRectify
//
this.btRectify.Location = new System.Drawing.Point(319, 1);
this.btRectify.Name = "btRectify";
this.btRectify.Size = new System.Drawing.Size(126, 23);
this.btRectify.TabIndex = 3;
this.btRectify.Text = "影像输出";
this.btRectify.UseVisualStyleBackColor = true;
this.btRectify.Click += new System.EventHandler(this.btRectify_Click);
//
// btAddMapLeft
//
this.btAddMapLeft.Location = new System.Drawing.Point(3, 2);
this.btAddMapLeft.Name = "btAddMapLeft";
this.btAddMapLeft.Size = new System.Drawing.Size(97, 23);
this.btAddMapLeft.TabIndex = 0;
this.btAddMapLeft.Text = "加载参考影像";
this.btAddMapLeft.UseVisualStyleBackColor = true;
this.btAddMapLeft.Click += new System.EventHandler(this.btAddMapLeft_Click);
//
// btAddMapRight
//
this.btAddMapRight.Location = new System.Drawing.Point(106, 2);
this.btAddMapRight.Name = "btAddMapRight";
this.btAddMapRight.Size = new System.Drawing.Size(104, 23);
this.btAddMapRight.TabIndex = 1;
this.btAddMapRight.Text = "加载待纠正影像";
this.btAddMapRight.UseVisualStyleBackColor = true;
this.btAddMapRight.Click += new System.EventHandler(this.btAddMapRight_Click);
//
// axLicenseControl1
//
this.axLicenseControl1.Enabled = true;
this.axLicenseControl1.Location = new System.Drawing.Point(319, 212);
this.axLicenseControl1.Name = "axLicenseControl1";
this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
this.axLicenseControl1.TabIndex = 0;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.splitContainer6);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.tbCoordinates);
this.splitContainer2.Size = new System.Drawing.Size(1139, 792);
this.splitContainer2.SplitterDistance = 762;
this.splitContainer2.TabIndex = 1;
//
// splitContainer6
//
this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer6.Location = new System.Drawing.Point(0, 0);
this.splitContainer6.Name = "splitContainer6";
this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer6.Panel1
//
this.splitContainer6.Panel1.Controls.Add(this.splitContainer3);
//
// splitContainer6.Panel2
//
this.splitContainer6.Panel2.Controls.Add(this.splitContainer7);
this.splitContainer6.Size = new System.Drawing.Size(1139, 762);
this.splitContainer6.SplitterDistance = 615;
this.splitContainer6.TabIndex = 1;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.splitContainer5);
this.splitContainer3.Size = new System.Drawing.Size(1139, 615);
this.splitContainer3.SplitterDistance = 555;
this.splitContainer3.TabIndex = 1;
//
// splitContainer4
//
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
this.splitContainer4.Name = "splitContainer4";
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.axTOCControl1);
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.Controls.Add(this.axMapControl1);
this.splitContainer4.Size = new System.Drawing.Size(555, 615);
this.splitContainer4.SplitterDistance = 130;
this.splitContainer4.TabIndex = 0;
//
// axTOCControl1
//
this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.axTOCControl1.Location = new System.Drawing.Point(0, 0);
this.axTOCControl1.Name = "axTOCControl1";
this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
this.axTOCControl1.Size = new System.Drawing.Size(130, 615);
this.axTOCControl1.TabIndex = 0;
//
// axMapControl1
//
this.axMapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.axMapControl1.Location = new System.Drawing.Point(0, 0);
this.axMapControl1.Name = "axMapControl1";
this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
this.axMapControl1.Size = new System.Drawing.Size(421, 615);
this.axMapControl1.TabIndex = 0;
//
// splitContainer5
//
this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer5.Location = new System.Drawing.Point(0, 0);
this.splitContainer5.Name = "splitContainer5";
//
// splitContainer5.Panel1
//
this.splitContainer5.Panel1.Controls.Add(this.axTOCControl2);
//
// splitContainer5.Panel2
//
this.splitContainer5.Panel2.Controls.Add(this.axMapControl2);
this.splitContainer5.Size = new System.Drawing.Size(580, 615);
this.splitContainer5.SplitterDistance = 157;
this.splitContainer5.TabIndex = 0;
//
// axTOCControl2
//
this.axTOCControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.axTOCControl2.Location = new System.Drawing.Point(0, 0);
this.axTOCControl2.Name = "axTOCControl2";
this.axTOCControl2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl2.OcxState")));
this.axTOCControl2.Size = new System.Drawing.Size(157, 615);
this.axTOCControl2.TabIndex = 1;
//
// axMapControl2
//
this.axMapControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.axMapControl2.Location = new System.Drawing.Point(0, 0);
this.axMapControl2.Name = "axMapControl2";
this.axMapControl2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl2.OcxState")));
this.axMapControl2.Size = new System.Drawing.Size(419, 615);
this.axMapControl2.TabIndex = 1;
//
// splitContainer7
//
this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer7.Location = new System.Drawing.Point(0, 0);
this.splitContainer7.Name = "splitContainer7";
//
// splitContainer7.Panel1
//
this.splitContainer7.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer7.Panel2
//
this.splitContainer7.Panel2.Controls.Add(this.groupBox2);
this.splitContainer7.Size = new System.Drawing.Size(1139, 143);
this.splitContainer7.SplitterDistance = 546;
this.splitContainer7.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.listBox1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(546, 143);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "左侧所选点坐标";
//
// listBox1
//
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(3, 17);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(540, 123);
this.listBox1.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.listBox2);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(589, 143);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "右侧所选点坐标";
//
// listBox2
//
this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 12;
this.listBox2.Location = new System.Drawing.Point(3, 17);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(583, 123);
this.listBox2.TabIndex = 0;
//
// tbCoordinates
//
this.tbCoordinates.Dock = System.Windows.Forms.DockStyle.Right;
this.tbCoordinates.Location = new System.Drawing.Point(587, 0);
this.tbCoordinates.Name = "tbCoordinates";
this.tbCoordinates.Size = new System.Drawing.Size(552, 26);
this.tbCoordinates.TabIndex = 0;
this.tbCoordinates.Text = "X: 0, Y: 0";
this.tbCoordinates.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TestMultiGetPointsTranslateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1139, 821);
this.Controls.Add(this.splitContainer1);
this.Name = "TestMultiGetPointsTranslateForm";
this.Text = "影像配准纠正软件";
this.Load += new System.EventHandler(this.TestMultiGetPointsTranslateForm_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer6.Panel1.ResumeLayout(false);
this.splitContainer6.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
this.splitContainer6.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.splitContainer4.Panel1.ResumeLayout(false);
this.splitContainer4.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
this.splitContainer4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
this.splitContainer5.Panel1.ResumeLayout(false);
this.splitContainer5.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
this.splitContainer5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.axTOCControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).EndInit();
this.splitContainer7.Panel1.ResumeLayout(false);
this.splitContainer7.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
this.splitContainer7.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button btAddMapLeft;
private System.Windows.Forms.Button btAddMapRight;
private AxESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.SplitContainer splitContainer4;
private AxESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
private AxESRI.ArcGIS.Controls.AxMapControl axMapControl1;
private System.Windows.Forms.SplitContainer splitContainer5;
private AxESRI.ArcGIS.Controls.AxTOCControl axTOCControl2;
private AxESRI.ArcGIS.Controls.AxMapControl axMapControl2;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Label tbCoordinates;
private System.Windows.Forms.SplitContainer splitContainer6;
private System.Windows.Forms.SplitContainer splitContainer7;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Button btRectify;
private System.Windows.Forms.Button button1;
}
}