namespace XdCxRhDW.App.EditForms
{
partial class TarDtoDfoCalc
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.txtX1 = new DevExpress.XtraEditors.TextEdit();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.txtY1 = new DevExpress.XtraEditors.TextEdit();
this.txtZ1 = new DevExpress.XtraEditors.TextEdit();
this.txtTar = new DevExpress.XtraEditors.TextEdit();
this.txtRec = new DevExpress.XtraEditors.TextEdit();
this.txtX2 = new DevExpress.XtraEditors.TextEdit();
this.txtY2 = new DevExpress.XtraEditors.TextEdit();
this.txtZ2 = new DevExpress.XtraEditors.TextEdit();
this.txtX3 = new DevExpress.XtraEditors.TextEdit();
this.txtY3 = new DevExpress.XtraEditors.TextEdit();
this.txtZ3 = new DevExpress.XtraEditors.TextEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
this.txtRes = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtX1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtY1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtZ1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTar.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRec.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtX2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtY2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtZ2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtX3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtY3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtZ3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txtX1);
this.layoutControl1.Controls.Add(this.btnOk);
this.layoutControl1.Controls.Add(this.txtY1);
this.layoutControl1.Controls.Add(this.txtZ1);
this.layoutControl1.Controls.Add(this.txtTar);
this.layoutControl1.Controls.Add(this.txtRec);
this.layoutControl1.Controls.Add(this.txtX2);
this.layoutControl1.Controls.Add(this.txtY2);
this.layoutControl1.Controls.Add(this.txtZ2);
this.layoutControl1.Controls.Add(this.txtX3);
this.layoutControl1.Controls.Add(this.txtY3);
this.layoutControl1.Controls.Add(this.txtZ3);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(475, 378);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// txtX1
//
this.txtX1.EditValue = "-41891185.7993";
this.txtX1.Location = new System.Drawing.Point(22, 139);
this.txtX1.Name = "txtX1";
this.txtX1.Size = new System.Drawing.Size(141, 20);
this.txtX1.StyleController = this.layoutControl1;
this.txtX1.TabIndex = 9;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(337, 296);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(116, 26);
this.btnOk.StyleController = this.layoutControl1;
this.btnOk.TabIndex = 8;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// txtY1
//
this.txtY1.EditValue = "-2303482.9121";
this.txtY1.Location = new System.Drawing.Point(167, 139);
this.txtY1.Name = "txtY1";
this.txtY1.Size = new System.Drawing.Size(141, 20);
this.txtY1.StyleController = this.layoutControl1;
this.txtY1.TabIndex = 9;
//
// txtZ1
//
this.txtZ1.EditValue = "-1007186.7852";
this.txtZ1.Location = new System.Drawing.Point(312, 139);
this.txtZ1.Name = "txtZ1";
this.txtZ1.Size = new System.Drawing.Size(141, 20);
this.txtZ1.StyleController = this.layoutControl1;
this.txtZ1.TabIndex = 9;
//
// txtTar
//
this.txtTar.EditValue = "";
this.txtTar.Location = new System.Drawing.Point(22, 39);
this.txtTar.Name = "txtTar";
this.txtTar.Size = new System.Drawing.Size(431, 20);
this.txtTar.StyleController = this.layoutControl1;
this.txtTar.TabIndex = 9;
//
// txtRec
//
this.txtRec.EditValue = "";
this.txtRec.Location = new System.Drawing.Point(22, 89);
this.txtRec.Name = "txtRec";
this.txtRec.Size = new System.Drawing.Size(431, 20);
this.txtRec.StyleController = this.layoutControl1;
this.txtRec.TabIndex = 9;
//
// txtX2
//
this.txtX2.EditValue = "-38238754.6382";
this.txtX2.Location = new System.Drawing.Point(22, 189);
this.txtX2.Name = "txtX2";
this.txtX2.Size = new System.Drawing.Size(141, 20);
this.txtX2.StyleController = this.layoutControl1;
this.txtX2.TabIndex = 9;
//
// txtY2
//
this.txtY2.EditValue = "17791981.2179";
this.txtY2.Location = new System.Drawing.Point(167, 189);
this.txtY2.Name = "txtY2";
this.txtY2.Size = new System.Drawing.Size(141, 20);
this.txtY2.StyleController = this.layoutControl1;
this.txtY2.TabIndex = 9;
//
// txtZ2
//
this.txtZ2.EditValue = "-21447.071";
this.txtZ2.Location = new System.Drawing.Point(312, 189);
this.txtZ2.Name = "txtZ2";
this.txtZ2.Size = new System.Drawing.Size(141, 20);
this.txtZ2.StyleController = this.layoutControl1;
this.txtZ2.TabIndex = 9;
//
// txtX3
//
this.txtX3.EditValue = "4658230.4522";
this.txtX3.Location = new System.Drawing.Point(22, 239);
this.txtX3.Name = "txtX3";
this.txtX3.Size = new System.Drawing.Size(141, 20);
this.txtX3.StyleController = this.layoutControl1;
this.txtX3.TabIndex = 9;
//
// txtY3
//
this.txtY3.EditValue = "41911093.1893";
this.txtY3.Location = new System.Drawing.Point(167, 239);
this.txtY3.Name = "txtY3";
this.txtY3.Size = new System.Drawing.Size(141, 20);
this.txtY3.StyleController = this.layoutControl1;
this.txtY3.TabIndex = 9;
//
// txtZ3
//
this.txtZ3.EditValue = "-32337.1851";
this.txtZ3.Location = new System.Drawing.Point(312, 239);
this.txtZ3.Name = "txtZ3";
this.txtZ3.Size = new System.Drawing.Size(141, 20);
this.txtZ3.StyleController = this.layoutControl1;
this.txtZ3.TabIndex = 9;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem5,
this.emptySpaceItem2,
this.layoutControlItem1,
this.layoutControlItem6,
this.layoutControlItem7,
this.emptySpaceItem3,
this.txtRes,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4,
this.layoutControlItem8,
this.layoutControlItem9,
this.layoutControlItem10,
this.layoutControlItem11,
this.layoutControlItem12});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
this.Root.Size = new System.Drawing.Size(475, 378);
this.Root.TextVisible = false;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.btnOk;
this.layoutControlItem5.Location = new System.Drawing.Point(315, 274);
this.layoutControlItem5.MaxSize = new System.Drawing.Size(120, 30);
this.layoutControlItem5.MinSize = new System.Drawing.Size(120, 30);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(120, 30);
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 250);
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 24);
this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(435, 24);
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtX1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 100);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.Text = "主星坐标X";
this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem1.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txtTar;
this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem6.CustomizationFormText = "星历X";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(435, 50);
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem6.Text = "目标位置";
this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem6.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txtRec;
this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem7.CustomizationFormText = "星历X";
this.layoutControlItem7.Location = new System.Drawing.Point(0, 50);
this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(435, 50);
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem7.Text = "接收站位置";
this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem7.TextSize = new System.Drawing.Size(63, 14);
//
// emptySpaceItem3
//
this.emptySpaceItem3.AllowHotTrack = false;
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 274);
this.emptySpaceItem3.Name = "emptySpaceItem3";
this.emptySpaceItem3.Size = new System.Drawing.Size(315, 30);
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
//
// txtRes
//
this.txtRes.AllowHotTrack = false;
this.txtRes.Location = new System.Drawing.Point(0, 304);
this.txtRes.MaxSize = new System.Drawing.Size(0, 26);
this.txtRes.MinSize = new System.Drawing.Size(67, 26);
this.txtRes.Name = "txtRes";
this.txtRes.Size = new System.Drawing.Size(435, 34);
this.txtRes.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.txtRes.Text = " ";
this.txtRes.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtY1;
this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem2.CustomizationFormText = "星历X";
this.layoutControlItem2.Location = new System.Drawing.Point(145, 100);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.Text = "主星坐标Y";
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem2.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtZ1;
this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem3.CustomizationFormText = "星历X";
this.layoutControlItem3.Location = new System.Drawing.Point(290, 100);
this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem3.Text = "主星坐标Z";
this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem3.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtX2;
this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem4.CustomizationFormText = "卫星1坐标X";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 150);
this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem4.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem4.Text = "邻1星坐标X";
this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem4.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txtY2;
this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem8.CustomizationFormText = "星历X";
this.layoutControlItem8.Location = new System.Drawing.Point(145, 150);
this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem8.Text = "邻1星坐标Y";
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem8.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txtZ2;
this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem9.CustomizationFormText = "星历X";
this.layoutControlItem9.Location = new System.Drawing.Point(290, 150);
this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem9.Text = "邻1星坐标Z";
this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem9.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txtX3;
this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem10.CustomizationFormText = "卫星1坐标X";
this.layoutControlItem10.Location = new System.Drawing.Point(0, 200);
this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem10.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem10.Text = "邻2星坐标X";
this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem10.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.txtY3;
this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem11.CustomizationFormText = "星历X";
this.layoutControlItem11.Location = new System.Drawing.Point(145, 200);
this.layoutControlItem11.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem11.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem11.Text = "邻2星坐标Y";
this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem11.TextSize = new System.Drawing.Size(63, 14);
//
// layoutControlItem12
//
this.layoutControlItem12.Control = this.txtZ3;
this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
this.layoutControlItem12.CustomizationFormText = "星历X";
this.layoutControlItem12.Location = new System.Drawing.Point(290, 200);
this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 50);
this.layoutControlItem12.MinSize = new System.Drawing.Size(54, 50);
this.layoutControlItem12.Name = "layoutControlItem12";
this.layoutControlItem12.Size = new System.Drawing.Size(145, 50);
this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem12.Text = "邻2星坐标Z";
this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem12.TextSize = new System.Drawing.Size(63, 14);
//
// TarDtoDfoCalc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(475, 378);
this.Controls.Add(this.layoutControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "TarDtoDfoCalc";
this.Text = "时差预测";
this.Load += new System.EventHandler(this.SatEditor_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtX1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtY1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtZ1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTar.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRec.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtX2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtY2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtZ2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtX3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtY3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtZ3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraEditors.TextEdit txtX1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.TextEdit txtY1;
private DevExpress.XtraEditors.TextEdit txtZ1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.TextEdit txtTar;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraEditors.TextEdit txtRec;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
private DevExpress.XtraLayout.SimpleLabelItem txtRes;
private DevExpress.XtraEditors.TextEdit txtX2;
private DevExpress.XtraEditors.TextEdit txtY2;
private DevExpress.XtraEditors.TextEdit txtZ2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraEditors.TextEdit txtX3;
private DevExpress.XtraEditors.TextEdit txtY3;
private DevExpress.XtraEditors.TextEdit txtZ3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
}
}