| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083 |
- namespace Ips.Sps.Com.Gdops
- {
- partial class GdopParamSetCtrl
- {
- /// <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 Component 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.components = new System.ComponentModel.Container();
- this.dlMain = new DevExpress.XtraDataLayout.DataLayoutControl();
- this.btnEphCalc = new DevExpress.XtraEditors.SimpleButton();
- this.btnGdopCalc = new DevExpress.XtraEditors.SimpleButton();
- this.adja2SatEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.bsSatList = new System.Windows.Forms.BindingSource(this.components);
- this.adja1SatEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.mainSatEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.refEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.bsRefSiteList = new System.Windows.Forms.BindingSource(this.components);
- this.antEdit = new DevExpress.XtraEditors.LookUpEdit();
- this.bsAntList = new System.Windows.Forms.BindingSource(this.components);
- this.SigTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
- this.bsGdopModel = new System.Windows.Forms.BindingSource(this.components);
- this.HasRefCheckEdit = new DevExpress.XtraEditors.CheckEdit();
- this.AntLonTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AntLatTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AntAltTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.RefLonTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.RefLatTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.RefAltTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.MsXTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.MsYTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.MsZTextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AsX1TextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AsY1TextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AsZ1TextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AsX2TextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AsY2TextEdit = new DevExpress.XtraEditors.TextEdit();
- this.AsZ2TextEdit = new DevExpress.XtraEditors.TextEdit();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.grpAntInfo = new DevExpress.XtraLayout.LayoutControlGroup();
- this.itemForAnt = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAntLon = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAntLat = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAntAlt = new DevExpress.XtraLayout.LayoutControlItem();
- this.grpRefSiteInfo = new DevExpress.XtraLayout.LayoutControlGroup();
- this.itemForRefSite = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForRefLon = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForRefLat = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForRefAlt = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.itemForMainSat = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForMsX = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForMsY = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForMsZ = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.itemForAdja1Sat = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAsX1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAsY1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAsZ1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.itemForAdja2Sat = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAsX2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAsY2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForAsZ2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.itemForCalcEph = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.ItemForSigTime = new DevExpress.XtraLayout.LayoutControlItem();
- this.ItemForHasRef = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- ((System.ComponentModel.ISupportInitialize)(this.dlMain)).BeginInit();
- this.dlMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.adja2SatEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.adja1SatEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.refEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsRefSiteList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.antEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsGdopModel)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.HasRefCheckEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AntLonTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AntLatTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AntAltTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.RefLonTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.RefLatTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.RefAltTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MsXTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MsYTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MsZTextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsX1TextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsY1TextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsZ1TextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsX2TextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsY2TextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsZ2TextEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grpAntInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForAnt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLon)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAntAlt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grpRefSiteInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForRefSite)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLon)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForRefAlt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForMainSat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMsX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMsY)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMsZ)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForAdja1Sat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForAdja2Sat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForCalcEph)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForSigTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForHasRef)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- this.SuspendLayout();
- //
- // dlMain
- //
- this.dlMain.Controls.Add(this.btnEphCalc);
- this.dlMain.Controls.Add(this.btnGdopCalc);
- this.dlMain.Controls.Add(this.adja2SatEdit);
- this.dlMain.Controls.Add(this.adja1SatEdit);
- this.dlMain.Controls.Add(this.mainSatEdit);
- this.dlMain.Controls.Add(this.refEdit);
- this.dlMain.Controls.Add(this.antEdit);
- this.dlMain.Controls.Add(this.SigTimeDateEdit);
- this.dlMain.Controls.Add(this.HasRefCheckEdit);
- this.dlMain.Controls.Add(this.AntLonTextEdit);
- this.dlMain.Controls.Add(this.AntLatTextEdit);
- this.dlMain.Controls.Add(this.AntAltTextEdit);
- this.dlMain.Controls.Add(this.RefLonTextEdit);
- this.dlMain.Controls.Add(this.RefLatTextEdit);
- this.dlMain.Controls.Add(this.RefAltTextEdit);
- this.dlMain.Controls.Add(this.MsXTextEdit);
- this.dlMain.Controls.Add(this.MsYTextEdit);
- this.dlMain.Controls.Add(this.MsZTextEdit);
- this.dlMain.Controls.Add(this.AsX1TextEdit);
- this.dlMain.Controls.Add(this.AsY1TextEdit);
- this.dlMain.Controls.Add(this.AsZ1TextEdit);
- this.dlMain.Controls.Add(this.AsX2TextEdit);
- this.dlMain.Controls.Add(this.AsY2TextEdit);
- this.dlMain.Controls.Add(this.AsZ2TextEdit);
- this.dlMain.DataSource = this.bsGdopModel;
- this.dlMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dlMain.Location = new System.Drawing.Point(0, 0);
- this.dlMain.Name = "dlMain";
- this.dlMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(962, 165, 650, 400);
- this.dlMain.Root = this.Root;
- this.dlMain.Size = new System.Drawing.Size(371, 539);
- this.dlMain.TabIndex = 0;
- //
- // btnEphCalc
- //
- this.btnEphCalc.Location = new System.Drawing.Point(220, 467);
- this.btnEphCalc.Name = "btnEphCalc";
- this.btnEphCalc.Size = new System.Drawing.Size(71, 22);
- this.btnEphCalc.StyleController = this.dlMain;
- this.btnEphCalc.TabIndex = 24;
- this.btnEphCalc.Text = "查询星历";
- this.btnEphCalc.Click += new System.EventHandler(this.btnEphCalc_Click);
- //
- // btnGdopCalc
- //
- this.btnGdopCalc.Location = new System.Drawing.Point(295, 467);
- this.btnGdopCalc.Name = "btnGdopCalc";
- this.btnGdopCalc.Size = new System.Drawing.Size(71, 22);
- this.btnGdopCalc.StyleController = this.dlMain;
- this.btnGdopCalc.TabIndex = 23;
- this.btnGdopCalc.Text = "GDOP分析";
- this.btnGdopCalc.Click += new System.EventHandler(this.btnGdopCalc_Click);
- //
- // adja2SatEdit
- //
- this.adja2SatEdit.Location = new System.Drawing.Point(59, 413);
- this.adja2SatEdit.Name = "adja2SatEdit";
- this.adja2SatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.adja2SatEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "卫星编号", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.Ascending, DevExpress.Utils.DefaultBoolean.Default)});
- this.adja2SatEdit.Properties.DataSource = this.bsSatList;
- this.adja2SatEdit.Properties.DisplayMember = "Name";
- this.adja2SatEdit.Properties.NullText = "未知";
- this.adja2SatEdit.Properties.PopupWidth = 400;
- this.adja2SatEdit.Properties.ValueMember = "Id";
- this.adja2SatEdit.Size = new System.Drawing.Size(301, 20);
- this.adja2SatEdit.StyleController = this.dlMain;
- this.adja2SatEdit.TabIndex = 19;
- //
- // bsSatList
- //
- this.bsSatList.DataSource = typeof(Ips.Library.Entity.SatInfo);
- //
- // adja1SatEdit
- //
- this.adja1SatEdit.Location = new System.Drawing.Point(59, 332);
- this.adja1SatEdit.Name = "adja1SatEdit";
- this.adja1SatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.adja1SatEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 40, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "卫星编号", 20, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 29, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.adja1SatEdit.Properties.DataSource = this.bsSatList;
- this.adja1SatEdit.Properties.DisplayMember = "Name";
- this.adja1SatEdit.Properties.NullText = "未知";
- this.adja1SatEdit.Properties.PopupWidth = 400;
- this.adja1SatEdit.Properties.ValueMember = "Id";
- this.adja1SatEdit.Size = new System.Drawing.Size(301, 20);
- this.adja1SatEdit.StyleController = this.dlMain;
- this.adja1SatEdit.TabIndex = 15;
- //
- // mainSatEdit
- //
- this.mainSatEdit.Location = new System.Drawing.Point(59, 251);
- this.mainSatEdit.Name = "mainSatEdit";
- this.mainSatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.mainSatEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "卫星编号", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.Ascending, DevExpress.Utils.DefaultBoolean.Default)});
- this.mainSatEdit.Properties.DataSource = this.bsSatList;
- this.mainSatEdit.Properties.DisplayMember = "Name";
- this.mainSatEdit.Properties.NullText = "未知";
- this.mainSatEdit.Properties.PopupWidth = 400;
- this.mainSatEdit.Properties.ValueMember = "Id";
- this.mainSatEdit.Size = new System.Drawing.Size(301, 20);
- this.mainSatEdit.StyleController = this.dlMain;
- this.mainSatEdit.TabIndex = 11;
- //
- // refEdit
- //
- this.refEdit.Location = new System.Drawing.Point(59, 170);
- this.refEdit.Name = "refEdit";
- this.refEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.refEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "经度(°)", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "纬度(°)", 49, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "高度(m)", 53, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.refEdit.Properties.DataSource = this.bsRefSiteList;
- this.refEdit.Properties.NullText = "未知";
- this.refEdit.Properties.PopupWidth = 400;
- this.refEdit.Size = new System.Drawing.Size(301, 20);
- this.refEdit.StyleController = this.dlMain;
- this.refEdit.TabIndex = 7;
- this.refEdit.EditValueChanged += new System.EventHandler(this.refEdit_EditValueChanged);
- //
- // bsRefSiteList
- //
- this.bsRefSiteList.DataSource = typeof(Ips.Library.Entity.RefSiteInfo);
- //
- // antEdit
- //
- this.antEdit.Location = new System.Drawing.Point(59, 89);
- this.antEdit.Name = "antEdit";
- this.antEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.antEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "Id", 20, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "经度", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "纬度", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "高度", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.antEdit.Properties.DataSource = this.bsAntList;
- this.antEdit.Properties.NullText = "未知";
- this.antEdit.Properties.PopupWidth = 400;
- this.antEdit.Size = new System.Drawing.Size(301, 20);
- this.antEdit.StyleController = this.dlMain;
- this.antEdit.TabIndex = 3;
- this.antEdit.EditValueChanged += new System.EventHandler(this.antEdit_EditValueChanged);
- //
- // bsAntList
- //
- this.bsAntList.DataSource = typeof(Ips.Library.Entity.AntInfo);
- //
- // SigTimeDateEdit
- //
- this.SigTimeDateEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "SigTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.SigTimeDateEdit.EditValue = null;
- this.SigTimeDateEdit.Location = new System.Drawing.Point(59, 32);
- this.SigTimeDateEdit.Name = "SigTimeDateEdit";
- this.SigTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.SigTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.SigTimeDateEdit.Size = new System.Drawing.Size(238, 20);
- this.SigTimeDateEdit.StyleController = this.dlMain;
- this.SigTimeDateEdit.TabIndex = 0;
- //
- // bsGdopModel
- //
- this.bsGdopModel.DataSource = typeof(Ips.Sps.Com.Gdops.GdopAnalyseViewModel);
- //
- // HasRefCheckEdit
- //
- this.HasRefCheckEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "HasRef", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.HasRefCheckEdit.Location = new System.Drawing.Point(301, 32);
- this.HasRefCheckEdit.Name = "HasRefCheckEdit";
- this.HasRefCheckEdit.Properties.Caption = "有参";
- this.HasRefCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
- this.HasRefCheckEdit.Size = new System.Drawing.Size(59, 20);
- this.HasRefCheckEdit.StyleController = this.dlMain;
- this.HasRefCheckEdit.TabIndex = 2;
- this.HasRefCheckEdit.CheckedChanged += new System.EventHandler(this.HasRefCheckEdit_CheckedChanged);
- //
- // AntLonTextEdit
- //
- this.AntLonTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AntLon", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AntLonTextEdit.Location = new System.Drawing.Point(11, 113);
- this.AntLonTextEdit.Name = "AntLonTextEdit";
- this.AntLonTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AntLonTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AntLonTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AntLonTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AntLonTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AntLonTextEdit.Properties.NullValuePrompt = "经度";
- this.AntLonTextEdit.Size = new System.Drawing.Size(114, 20);
- this.AntLonTextEdit.StyleController = this.dlMain;
- this.AntLonTextEdit.TabIndex = 4;
- //
- // AntLatTextEdit
- //
- this.AntLatTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AntLat", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AntLatTextEdit.Location = new System.Drawing.Point(129, 113);
- this.AntLatTextEdit.Name = "AntLatTextEdit";
- this.AntLatTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AntLatTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AntLatTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AntLatTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AntLatTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AntLatTextEdit.Properties.NullValuePrompt = "纬度";
- this.AntLatTextEdit.Size = new System.Drawing.Size(113, 20);
- this.AntLatTextEdit.StyleController = this.dlMain;
- this.AntLatTextEdit.TabIndex = 5;
- //
- // AntAltTextEdit
- //
- this.AntAltTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AntAlt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AntAltTextEdit.Location = new System.Drawing.Point(246, 113);
- this.AntAltTextEdit.Name = "AntAltTextEdit";
- this.AntAltTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AntAltTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AntAltTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AntAltTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AntAltTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AntAltTextEdit.Properties.NullValuePrompt = "高度";
- this.AntAltTextEdit.Size = new System.Drawing.Size(114, 20);
- this.AntAltTextEdit.StyleController = this.dlMain;
- this.AntAltTextEdit.TabIndex = 6;
- //
- // RefLonTextEdit
- //
- this.RefLonTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "RefLon", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.RefLonTextEdit.Location = new System.Drawing.Point(11, 194);
- this.RefLonTextEdit.Name = "RefLonTextEdit";
- this.RefLonTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.RefLonTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.RefLonTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.RefLonTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.RefLonTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.RefLonTextEdit.Properties.NullValuePrompt = "经度";
- this.RefLonTextEdit.Size = new System.Drawing.Size(114, 20);
- this.RefLonTextEdit.StyleController = this.dlMain;
- this.RefLonTextEdit.TabIndex = 8;
- //
- // RefLatTextEdit
- //
- this.RefLatTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "RefLat", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.RefLatTextEdit.Location = new System.Drawing.Point(129, 194);
- this.RefLatTextEdit.Name = "RefLatTextEdit";
- this.RefLatTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.RefLatTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.RefLatTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.RefLatTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.RefLatTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.RefLatTextEdit.Properties.NullValuePrompt = "纬度";
- this.RefLatTextEdit.Size = new System.Drawing.Size(113, 20);
- this.RefLatTextEdit.StyleController = this.dlMain;
- this.RefLatTextEdit.TabIndex = 9;
- //
- // RefAltTextEdit
- //
- this.RefAltTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "RefAlt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.RefAltTextEdit.Location = new System.Drawing.Point(246, 194);
- this.RefAltTextEdit.Name = "RefAltTextEdit";
- this.RefAltTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.RefAltTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.RefAltTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.RefAltTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.RefAltTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.RefAltTextEdit.Properties.NullValuePrompt = "高度";
- this.RefAltTextEdit.Size = new System.Drawing.Size(114, 20);
- this.RefAltTextEdit.StyleController = this.dlMain;
- this.RefAltTextEdit.TabIndex = 10;
- //
- // MsXTextEdit
- //
- this.MsXTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "MsX", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.MsXTextEdit.Location = new System.Drawing.Point(11, 275);
- this.MsXTextEdit.Name = "MsXTextEdit";
- this.MsXTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.MsXTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.MsXTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.MsXTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.MsXTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.MsXTextEdit.Properties.NullValuePrompt = "位置X";
- this.MsXTextEdit.Size = new System.Drawing.Size(114, 20);
- this.MsXTextEdit.StyleController = this.dlMain;
- this.MsXTextEdit.TabIndex = 12;
- //
- // MsYTextEdit
- //
- this.MsYTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "MsY", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.MsYTextEdit.Location = new System.Drawing.Point(129, 275);
- this.MsYTextEdit.Name = "MsYTextEdit";
- this.MsYTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.MsYTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.MsYTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.MsYTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.MsYTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.MsYTextEdit.Properties.NullValuePrompt = "位置Y";
- this.MsYTextEdit.Size = new System.Drawing.Size(113, 20);
- this.MsYTextEdit.StyleController = this.dlMain;
- this.MsYTextEdit.TabIndex = 13;
- //
- // MsZTextEdit
- //
- this.MsZTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "MsZ", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.MsZTextEdit.Location = new System.Drawing.Point(246, 275);
- this.MsZTextEdit.Name = "MsZTextEdit";
- this.MsZTextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.MsZTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.MsZTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.MsZTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.MsZTextEdit.Properties.MaskSettings.Set("mask", "F");
- this.MsZTextEdit.Properties.NullValuePrompt = "位置Z";
- this.MsZTextEdit.Size = new System.Drawing.Size(114, 20);
- this.MsZTextEdit.StyleController = this.dlMain;
- this.MsZTextEdit.TabIndex = 14;
- //
- // AsX1TextEdit
- //
- this.AsX1TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsX1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AsX1TextEdit.Location = new System.Drawing.Point(11, 356);
- this.AsX1TextEdit.Name = "AsX1TextEdit";
- this.AsX1TextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AsX1TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AsX1TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AsX1TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AsX1TextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AsX1TextEdit.Properties.NullValuePrompt = "位置X";
- this.AsX1TextEdit.Size = new System.Drawing.Size(114, 20);
- this.AsX1TextEdit.StyleController = this.dlMain;
- this.AsX1TextEdit.TabIndex = 16;
- //
- // AsY1TextEdit
- //
- this.AsY1TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsY1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AsY1TextEdit.Location = new System.Drawing.Point(129, 356);
- this.AsY1TextEdit.Name = "AsY1TextEdit";
- this.AsY1TextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AsY1TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AsY1TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AsY1TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AsY1TextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AsY1TextEdit.Properties.NullValuePrompt = "位置Y";
- this.AsY1TextEdit.Size = new System.Drawing.Size(113, 20);
- this.AsY1TextEdit.StyleController = this.dlMain;
- this.AsY1TextEdit.TabIndex = 17;
- //
- // AsZ1TextEdit
- //
- this.AsZ1TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsZ1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AsZ1TextEdit.Location = new System.Drawing.Point(246, 356);
- this.AsZ1TextEdit.Name = "AsZ1TextEdit";
- this.AsZ1TextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AsZ1TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AsZ1TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AsZ1TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AsZ1TextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AsZ1TextEdit.Properties.NullValuePrompt = "位置Z";
- this.AsZ1TextEdit.Size = new System.Drawing.Size(114, 20);
- this.AsZ1TextEdit.StyleController = this.dlMain;
- this.AsZ1TextEdit.TabIndex = 18;
- //
- // AsX2TextEdit
- //
- this.AsX2TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsX2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AsX2TextEdit.Location = new System.Drawing.Point(11, 437);
- this.AsX2TextEdit.Name = "AsX2TextEdit";
- this.AsX2TextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AsX2TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AsX2TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AsX2TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AsX2TextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AsX2TextEdit.Properties.NullValuePrompt = "位置X";
- this.AsX2TextEdit.Size = new System.Drawing.Size(114, 20);
- this.AsX2TextEdit.StyleController = this.dlMain;
- this.AsX2TextEdit.TabIndex = 20;
- //
- // AsY2TextEdit
- //
- this.AsY2TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsY2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AsY2TextEdit.Location = new System.Drawing.Point(129, 437);
- this.AsY2TextEdit.Name = "AsY2TextEdit";
- this.AsY2TextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AsY2TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AsY2TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AsY2TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AsY2TextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AsY2TextEdit.Properties.NullValuePrompt = "位置Y";
- this.AsY2TextEdit.Size = new System.Drawing.Size(113, 20);
- this.AsY2TextEdit.StyleController = this.dlMain;
- this.AsY2TextEdit.TabIndex = 21;
- //
- // AsZ2TextEdit
- //
- this.AsZ2TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsZ2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.AsZ2TextEdit.Location = new System.Drawing.Point(246, 437);
- this.AsZ2TextEdit.Name = "AsZ2TextEdit";
- this.AsZ2TextEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.AsZ2TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.AsZ2TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- this.AsZ2TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- this.AsZ2TextEdit.Properties.MaskSettings.Set("mask", "F");
- this.AsZ2TextEdit.Properties.NullValuePrompt = "位置Z";
- this.AsZ2TextEdit.Size = new System.Drawing.Size(114, 20);
- this.AsZ2TextEdit.StyleController = this.dlMain;
- this.AsZ2TextEdit.TabIndex = 22;
- //
- // Root
- //
- this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.Root.GroupBordersVisible = false;
- this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlGroup1});
- this.Root.Name = "Root";
- this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.Root.Size = new System.Drawing.Size(371, 539);
- this.Root.TextVisible = false;
- //
- // layoutControlGroup1
- //
- this.layoutControlGroup1.AllowDrawBackground = false;
- this.layoutControlGroup1.GroupBordersVisible = false;
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.grpAntInfo,
- this.grpRefSiteInfo,
- this.layoutControlGroup4,
- this.layoutControlGroup5,
- this.layoutControlGroup6,
- this.layoutControlItem6,
- this.emptySpaceItem2,
- this.itemForCalcEph,
- this.layoutControlGroup7,
- this.emptySpaceItem1});
- this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup1.Name = "autoGeneratedGroup0";
- this.layoutControlGroup1.Size = new System.Drawing.Size(365, 533);
- //
- // grpAntInfo
- //
- this.grpAntInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.itemForAnt,
- this.ItemForAntLon,
- this.ItemForAntLat,
- this.ItemForAntAlt});
- this.grpAntInfo.Location = new System.Drawing.Point(0, 57);
- this.grpAntInfo.Name = "grpAntInfo";
- this.grpAntInfo.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.grpAntInfo.Size = new System.Drawing.Size(365, 81);
- this.grpAntInfo.Text = "站点信息";
- //
- // itemForAnt
- //
- this.itemForAnt.Control = this.antEdit;
- this.itemForAnt.Location = new System.Drawing.Point(0, 0);
- this.itemForAnt.Name = "itemForAnt";
- this.itemForAnt.Size = new System.Drawing.Size(353, 24);
- this.itemForAnt.Text = "站点";
- this.itemForAnt.TextSize = new System.Drawing.Size(36, 14);
- //
- // ItemForAntLon
- //
- this.ItemForAntLon.Control = this.AntLonTextEdit;
- this.ItemForAntLon.Location = new System.Drawing.Point(0, 24);
- this.ItemForAntLon.Name = "ItemForAntLon";
- this.ItemForAntLon.Size = new System.Drawing.Size(118, 24);
- this.ItemForAntLon.Text = "经度";
- this.ItemForAntLon.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAntLon.TextVisible = false;
- //
- // ItemForAntLat
- //
- this.ItemForAntLat.Control = this.AntLatTextEdit;
- this.ItemForAntLat.Location = new System.Drawing.Point(118, 24);
- this.ItemForAntLat.Name = "ItemForAntLat";
- this.ItemForAntLat.Size = new System.Drawing.Size(117, 24);
- this.ItemForAntLat.Text = "纬度";
- this.ItemForAntLat.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAntLat.TextVisible = false;
- //
- // ItemForAntAlt
- //
- this.ItemForAntAlt.Control = this.AntAltTextEdit;
- this.ItemForAntAlt.Location = new System.Drawing.Point(235, 24);
- this.ItemForAntAlt.Name = "ItemForAntAlt";
- this.ItemForAntAlt.Size = new System.Drawing.Size(118, 24);
- this.ItemForAntAlt.Text = "高度";
- this.ItemForAntAlt.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAntAlt.TextVisible = false;
- //
- // grpRefSiteInfo
- //
- this.grpRefSiteInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.itemForRefSite,
- this.ItemForRefLon,
- this.ItemForRefLat,
- this.ItemForRefAlt});
- this.grpRefSiteInfo.Location = new System.Drawing.Point(0, 138);
- this.grpRefSiteInfo.Name = "grpRefSiteInfo";
- this.grpRefSiteInfo.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.grpRefSiteInfo.Size = new System.Drawing.Size(365, 81);
- this.grpRefSiteInfo.Text = "参考站信息";
- this.grpRefSiteInfo.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- //
- // itemForRefSite
- //
- this.itemForRefSite.Control = this.refEdit;
- this.itemForRefSite.Location = new System.Drawing.Point(0, 0);
- this.itemForRefSite.Name = "itemForRefSite";
- this.itemForRefSite.Size = new System.Drawing.Size(353, 24);
- this.itemForRefSite.Text = "参考站";
- this.itemForRefSite.TextSize = new System.Drawing.Size(36, 14);
- //
- // ItemForRefLon
- //
- this.ItemForRefLon.Control = this.RefLonTextEdit;
- this.ItemForRefLon.Location = new System.Drawing.Point(0, 24);
- this.ItemForRefLon.Name = "ItemForRefLon";
- this.ItemForRefLon.Size = new System.Drawing.Size(118, 24);
- this.ItemForRefLon.Text = "经度";
- this.ItemForRefLon.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForRefLon.TextVisible = false;
- //
- // ItemForRefLat
- //
- this.ItemForRefLat.Control = this.RefLatTextEdit;
- this.ItemForRefLat.Location = new System.Drawing.Point(118, 24);
- this.ItemForRefLat.Name = "ItemForRefLat";
- this.ItemForRefLat.Size = new System.Drawing.Size(117, 24);
- this.ItemForRefLat.Text = "纬度";
- this.ItemForRefLat.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForRefLat.TextVisible = false;
- //
- // ItemForRefAlt
- //
- this.ItemForRefAlt.Control = this.RefAltTextEdit;
- this.ItemForRefAlt.Location = new System.Drawing.Point(235, 24);
- this.ItemForRefAlt.Name = "ItemForRefAlt";
- this.ItemForRefAlt.Size = new System.Drawing.Size(118, 24);
- this.ItemForRefAlt.Text = "高度";
- this.ItemForRefAlt.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForRefAlt.TextVisible = false;
- //
- // layoutControlGroup4
- //
- this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.itemForMainSat,
- this.ItemForMsX,
- this.ItemForMsY,
- this.ItemForMsZ});
- this.layoutControlGroup4.Location = new System.Drawing.Point(0, 219);
- this.layoutControlGroup4.Name = "layoutControlGroup4";
- this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.layoutControlGroup4.Size = new System.Drawing.Size(365, 81);
- this.layoutControlGroup4.Text = "主星星历";
- //
- // itemForMainSat
- //
- this.itemForMainSat.Control = this.mainSatEdit;
- this.itemForMainSat.Location = new System.Drawing.Point(0, 0);
- this.itemForMainSat.Name = "itemForMainSat";
- this.itemForMainSat.Size = new System.Drawing.Size(353, 24);
- this.itemForMainSat.Text = "主星";
- this.itemForMainSat.TextSize = new System.Drawing.Size(36, 14);
- //
- // ItemForMsX
- //
- this.ItemForMsX.Control = this.MsXTextEdit;
- this.ItemForMsX.Location = new System.Drawing.Point(0, 24);
- this.ItemForMsX.Name = "ItemForMsX";
- this.ItemForMsX.Size = new System.Drawing.Size(118, 24);
- this.ItemForMsX.Text = "X";
- this.ItemForMsX.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForMsX.TextVisible = false;
- //
- // ItemForMsY
- //
- this.ItemForMsY.Control = this.MsYTextEdit;
- this.ItemForMsY.Location = new System.Drawing.Point(118, 24);
- this.ItemForMsY.Name = "ItemForMsY";
- this.ItemForMsY.Size = new System.Drawing.Size(117, 24);
- this.ItemForMsY.Text = "Y";
- this.ItemForMsY.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForMsY.TextVisible = false;
- //
- // ItemForMsZ
- //
- this.ItemForMsZ.Control = this.MsZTextEdit;
- this.ItemForMsZ.Location = new System.Drawing.Point(235, 24);
- this.ItemForMsZ.Name = "ItemForMsZ";
- this.ItemForMsZ.Size = new System.Drawing.Size(118, 24);
- this.ItemForMsZ.Text = "Z";
- this.ItemForMsZ.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForMsZ.TextVisible = false;
- //
- // layoutControlGroup5
- //
- this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.itemForAdja1Sat,
- this.ItemForAsX1,
- this.ItemForAsY1,
- this.ItemForAsZ1});
- this.layoutControlGroup5.Location = new System.Drawing.Point(0, 300);
- this.layoutControlGroup5.Name = "layoutControlGroup5";
- this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.layoutControlGroup5.Size = new System.Drawing.Size(365, 81);
- this.layoutControlGroup5.Text = "邻星1星历";
- //
- // itemForAdja1Sat
- //
- this.itemForAdja1Sat.Control = this.adja1SatEdit;
- this.itemForAdja1Sat.Location = new System.Drawing.Point(0, 0);
- this.itemForAdja1Sat.Name = "itemForAdja1Sat";
- this.itemForAdja1Sat.Size = new System.Drawing.Size(353, 24);
- this.itemForAdja1Sat.Text = "邻星1";
- this.itemForAdja1Sat.TextSize = new System.Drawing.Size(36, 14);
- //
- // ItemForAsX1
- //
- this.ItemForAsX1.Control = this.AsX1TextEdit;
- this.ItemForAsX1.Location = new System.Drawing.Point(0, 24);
- this.ItemForAsX1.Name = "ItemForAsX1";
- this.ItemForAsX1.Size = new System.Drawing.Size(118, 24);
- this.ItemForAsX1.Text = "X";
- this.ItemForAsX1.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAsX1.TextVisible = false;
- //
- // ItemForAsY1
- //
- this.ItemForAsY1.Control = this.AsY1TextEdit;
- this.ItemForAsY1.Location = new System.Drawing.Point(118, 24);
- this.ItemForAsY1.Name = "ItemForAsY1";
- this.ItemForAsY1.Size = new System.Drawing.Size(117, 24);
- this.ItemForAsY1.Text = "Y";
- this.ItemForAsY1.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAsY1.TextVisible = false;
- //
- // ItemForAsZ1
- //
- this.ItemForAsZ1.Control = this.AsZ1TextEdit;
- this.ItemForAsZ1.Location = new System.Drawing.Point(235, 24);
- this.ItemForAsZ1.Name = "ItemForAsZ1";
- this.ItemForAsZ1.Size = new System.Drawing.Size(118, 24);
- this.ItemForAsZ1.Text = "Z";
- this.ItemForAsZ1.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAsZ1.TextVisible = false;
- //
- // layoutControlGroup6
- //
- this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.itemForAdja2Sat,
- this.ItemForAsX2,
- this.ItemForAsY2,
- this.ItemForAsZ2});
- this.layoutControlGroup6.Location = new System.Drawing.Point(0, 381);
- this.layoutControlGroup6.Name = "layoutControlGroup6";
- this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.layoutControlGroup6.Size = new System.Drawing.Size(365, 81);
- this.layoutControlGroup6.Text = "邻星2星历";
- //
- // itemForAdja2Sat
- //
- this.itemForAdja2Sat.Control = this.adja2SatEdit;
- this.itemForAdja2Sat.Location = new System.Drawing.Point(0, 0);
- this.itemForAdja2Sat.Name = "itemForAdja2Sat";
- this.itemForAdja2Sat.Size = new System.Drawing.Size(353, 24);
- this.itemForAdja2Sat.Text = "邻星2";
- this.itemForAdja2Sat.TextSize = new System.Drawing.Size(36, 14);
- //
- // ItemForAsX2
- //
- this.ItemForAsX2.Control = this.AsX2TextEdit;
- this.ItemForAsX2.Location = new System.Drawing.Point(0, 24);
- this.ItemForAsX2.Name = "ItemForAsX2";
- this.ItemForAsX2.Size = new System.Drawing.Size(118, 24);
- this.ItemForAsX2.Text = "X";
- this.ItemForAsX2.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAsX2.TextVisible = false;
- //
- // ItemForAsY2
- //
- this.ItemForAsY2.Control = this.AsY2TextEdit;
- this.ItemForAsY2.Location = new System.Drawing.Point(118, 24);
- this.ItemForAsY2.Name = "ItemForAsY2";
- this.ItemForAsY2.Size = new System.Drawing.Size(117, 24);
- this.ItemForAsY2.Text = "Y";
- this.ItemForAsY2.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAsY2.TextVisible = false;
- //
- // ItemForAsZ2
- //
- this.ItemForAsZ2.Control = this.AsZ2TextEdit;
- this.ItemForAsZ2.Location = new System.Drawing.Point(235, 24);
- this.ItemForAsZ2.Name = "ItemForAsZ2";
- this.ItemForAsZ2.Size = new System.Drawing.Size(118, 24);
- this.ItemForAsZ2.Text = "Z";
- this.ItemForAsZ2.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForAsZ2.TextVisible = false;
- //
- // layoutControlItem6
- //
- this.layoutControlItem6.Control = this.btnGdopCalc;
- this.layoutControlItem6.Location = new System.Drawing.Point(290, 462);
- this.layoutControlItem6.MaxSize = new System.Drawing.Size(75, 26);
- this.layoutControlItem6.MinSize = new System.Drawing.Size(75, 26);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Size = new System.Drawing.Size(75, 26);
- this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem6.TextVisible = false;
- //
- // emptySpaceItem2
- //
- this.emptySpaceItem2.AllowHotTrack = false;
- this.emptySpaceItem2.Location = new System.Drawing.Point(0, 462);
- this.emptySpaceItem2.Name = "emptySpaceItem2";
- this.emptySpaceItem2.Size = new System.Drawing.Size(215, 26);
- this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // itemForCalcEph
- //
- this.itemForCalcEph.Control = this.btnEphCalc;
- this.itemForCalcEph.Location = new System.Drawing.Point(215, 462);
- this.itemForCalcEph.MaxSize = new System.Drawing.Size(75, 26);
- this.itemForCalcEph.MinSize = new System.Drawing.Size(75, 26);
- this.itemForCalcEph.Name = "itemForCalcEph";
- this.itemForCalcEph.Size = new System.Drawing.Size(75, 26);
- this.itemForCalcEph.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.itemForCalcEph.TextSize = new System.Drawing.Size(0, 0);
- this.itemForCalcEph.TextVisible = false;
- //
- // layoutControlGroup7
- //
- this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.ItemForSigTime,
- this.ItemForHasRef});
- this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup7.Name = "layoutControlGroup7";
- this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.layoutControlGroup7.Size = new System.Drawing.Size(365, 57);
- this.layoutControlGroup7.Text = "基本信息";
- //
- // ItemForSigTime
- //
- this.ItemForSigTime.Control = this.SigTimeDateEdit;
- this.ItemForSigTime.Location = new System.Drawing.Point(0, 0);
- this.ItemForSigTime.Name = "ItemForSigTime";
- this.ItemForSigTime.Size = new System.Drawing.Size(290, 24);
- this.ItemForSigTime.Text = "时间";
- this.ItemForSigTime.TextSize = new System.Drawing.Size(36, 14);
- //
- // ItemForHasRef
- //
- this.ItemForHasRef.Control = this.HasRefCheckEdit;
- this.ItemForHasRef.Location = new System.Drawing.Point(290, 0);
- this.ItemForHasRef.MaxSize = new System.Drawing.Size(63, 24);
- this.ItemForHasRef.MinSize = new System.Drawing.Size(63, 24);
- this.ItemForHasRef.Name = "ItemForHasRef";
- this.ItemForHasRef.Size = new System.Drawing.Size(63, 24);
- this.ItemForHasRef.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.ItemForHasRef.Text = "Has Ref";
- this.ItemForHasRef.TextSize = new System.Drawing.Size(0, 0);
- this.ItemForHasRef.TextVisible = false;
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(0, 488);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(365, 45);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // GdopParamSetCtrl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.dlMain);
- this.Name = "GdopParamSetCtrl";
- this.Size = new System.Drawing.Size(371, 539);
- this.Load += new System.EventHandler(this.GdopParamSetCtrl_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dlMain)).EndInit();
- this.dlMain.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.adja2SatEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.adja1SatEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.refEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsRefSiteList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.antEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsGdopModel)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.HasRefCheckEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AntLonTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AntLatTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AntAltTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.RefLonTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.RefLatTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.RefAltTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MsXTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MsYTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MsZTextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsX1TextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsY1TextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsZ1TextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsX2TextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsY2TextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.AsZ2TextEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grpAntInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForAnt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLon)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAntAlt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grpRefSiteInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForRefSite)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLon)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForRefAlt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForMainSat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMsX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMsY)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForMsZ)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForAdja1Sat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForAdja2Sat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.itemForCalcEph)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForSigTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ItemForHasRef)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraDataLayout.DataLayoutControl dlMain;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private BindingSource bsGdopModel;
- private DevExpress.XtraEditors.DateEdit SigTimeDateEdit;
- private DevExpress.XtraEditors.CheckEdit HasRefCheckEdit;
- private DevExpress.XtraEditors.TextEdit AntLonTextEdit;
- private DevExpress.XtraEditors.TextEdit AntLatTextEdit;
- private DevExpress.XtraEditors.TextEdit AntAltTextEdit;
- private DevExpress.XtraEditors.TextEdit RefLonTextEdit;
- private DevExpress.XtraEditors.TextEdit RefLatTextEdit;
- private DevExpress.XtraEditors.TextEdit RefAltTextEdit;
- private DevExpress.XtraEditors.TextEdit MsXTextEdit;
- private DevExpress.XtraEditors.TextEdit MsYTextEdit;
- private DevExpress.XtraEditors.TextEdit MsZTextEdit;
- private DevExpress.XtraEditors.TextEdit AsX1TextEdit;
- private DevExpress.XtraEditors.TextEdit AsY1TextEdit;
- private DevExpress.XtraEditors.TextEdit AsZ1TextEdit;
- private DevExpress.XtraEditors.TextEdit AsX2TextEdit;
- private DevExpress.XtraEditors.TextEdit AsY2TextEdit;
- private DevExpress.XtraEditors.TextEdit AsZ2TextEdit;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForSigTime;
- private DevExpress.XtraLayout.LayoutControlItem ItemForHasRef;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAntLat;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAntAlt;
- private DevExpress.XtraLayout.LayoutControlItem ItemForRefLat;
- private DevExpress.XtraLayout.LayoutControlItem ItemForRefAlt;
- private DevExpress.XtraLayout.LayoutControlItem ItemForMsY;
- private DevExpress.XtraLayout.LayoutControlItem ItemForMsZ;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAsY1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAsZ1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAsZ2;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAntLon;
- private DevExpress.XtraLayout.LayoutControlItem ItemForRefLon;
- private DevExpress.XtraLayout.LayoutControlItem ItemForMsX;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAsX1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAsX2;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAsY2;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraEditors.LookUpEdit adja2SatEdit;
- private DevExpress.XtraEditors.LookUpEdit adja1SatEdit;
- private DevExpress.XtraEditors.LookUpEdit mainSatEdit;
- private DevExpress.XtraEditors.LookUpEdit refEdit;
- private DevExpress.XtraEditors.LookUpEdit antEdit;
- private DevExpress.XtraLayout.LayoutControlGroup grpAntInfo;
- private DevExpress.XtraLayout.LayoutControlItem itemForAnt;
- private DevExpress.XtraLayout.LayoutControlGroup grpRefSiteInfo;
- private DevExpress.XtraLayout.LayoutControlItem itemForRefSite;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
- private DevExpress.XtraLayout.LayoutControlItem itemForMainSat;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
- private DevExpress.XtraLayout.LayoutControlItem itemForAdja1Sat;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
- private DevExpress.XtraLayout.LayoutControlItem itemForAdja2Sat;
- private DevExpress.XtraEditors.SimpleButton btnGdopCalc;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
- private DevExpress.XtraEditors.SimpleButton btnEphCalc;
- private DevExpress.XtraLayout.LayoutControlItem itemForCalcEph;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
- private BindingSource bsAntList;
- private BindingSource bsRefSiteList;
- private BindingSource bsSatList;
- }
- }
|