| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949 |
- using Ips.Sps.Ants;
- using Ips.Sps.Emts;
- using Ips.Sps.Sats;
- namespace Ips.Sps.Tools.HandPoses
- {
- partial class SimpleHandPosForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
- this.mapControl = new DevExpress.XtraMap.MapControl();
- this.mapSvgList = new DevExpress.Utils.SvgImageCollection(this.components);
- this.layerDefault = new DevExpress.XtraMap.VectorItemsLayer();
- this.defaultItemStore = new DevExpress.XtraMap.MapItemStorage();
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.lblPosText = new DevExpress.XtraEditors.LabelControl();
- this.btnSaveDB = new DevExpress.XtraEditors.SimpleButton();
- this.txtNoRef = new DevExpress.XtraEditors.CheckEdit();
- this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
- this.btnDrawDistinct = new DevExpress.XtraBars.BarButtonItem();
- this.btnDrawPoint = new DevExpress.XtraBars.BarButtonItem();
- this.btnClearAll = new DevExpress.XtraBars.BarButtonItem();
- this.btnDrawDtoLine = new DevExpress.XtraEditors.SimpleButton();
- this.btnReload = new DevExpress.XtraEditors.SimpleButton();
- this.btnPos = new DevExpress.XtraEditors.SimpleButton();
- this.grdPesList = new DevExpress.XtraGrid.GridControl();
- this.bsPesList = new DevExpress.Xpo.XPBindingSource(this.components);
- this.gvPesList = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colCategory = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colSigTime = new DevExpress.XtraGrid.Columns.GridColumn();
- this.sigTimeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
- this.colDt = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.satEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
- this.bsSatList = new DevExpress.Xpo.XPBindingSource(this.components);
- this.xpcSat = new DevExpress.Xpo.XPCollection(this.components);
- this.colMainSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainEphX = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainEphY = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainEphZ = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaSatId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaEphX = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaEphY = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaEphZ = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainAntId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.antEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
- this.bsAntList = new DevExpress.Xpo.XPBindingSource(this.components);
- this.xpcAnt = new DevExpress.Xpo.XPCollection(this.components);
- this.colMainAntLon = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainAntLat = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colMainAntAlt = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaAntId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaAntLon = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaAntLat = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colAdjaAntAlt = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colEmtId = new DevExpress.XtraGrid.Columns.GridColumn();
- this.emtEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
- this.bsEmtList = new DevExpress.Xpo.XPBindingSource(this.components);
- this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);
- this.colSigLon = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colSigLat = new DevExpress.XtraGrid.Columns.GridColumn();
- this.colSigAlt = new DevExpress.XtraGrid.Columns.GridColumn();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.popMap = new DevExpress.XtraBars.PopupMenu(this.components);
- this.lblMirText = new DevExpress.XtraEditors.LabelControl();
- this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
- this.splitContainerControl1.Panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
- this.splitContainerControl1.Panel2.SuspendLayout();
- this.splitContainerControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtNoRef.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdPesList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPesList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvPesList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.satEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.antEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcAnt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emtEdit)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsEmtList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.popMap)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
- this.SuspendLayout();
- this.xpcSat.ObjectType = typeof(Sat);
- this.xpcEmt.ObjectType = typeof(Emt);
- this.xpcAnt.ObjectType = typeof(Ant);
- //
- // splitContainerControl1
- //
- this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
- this.splitContainerControl1.Horizontal = false;
- this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
- this.splitContainerControl1.Name = "splitContainerControl1";
- //
- // splitContainerControl1.Panel1
- //
- this.splitContainerControl1.Panel1.Controls.Add(this.mapControl);
- this.splitContainerControl1.Panel1.Text = "Panel1";
- //
- // splitContainerControl1.Panel2
- //
- this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1);
- this.splitContainerControl1.Panel2.Text = "Panel2";
- this.splitContainerControl1.Size = new System.Drawing.Size(995, 452);
- this.splitContainerControl1.SplitterPosition = 248;
- this.splitContainerControl1.TabIndex = 0;
- //
- // mapControl
- //
- this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.mapControl.ImageList = this.mapSvgList;
- this.mapControl.Layers.Add(this.layerDefault);
- this.mapControl.Location = new System.Drawing.Point(0, 0);
- this.mapControl.Name = "mapControl";
- this.mapControl.Size = new System.Drawing.Size(995, 194);
- this.mapControl.TabIndex = 0;
- this.mapControl.SelectionChanging += new DevExpress.XtraMap.MapSelectionChangingEventHandler(this.mapControl_SelectionChanging);
- this.mapControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapControl_MouseDown);
- //
- // mapSvgList
- //
- this.mapSvgList.Add("mapit", "image://svgimages/outlook inspired/mapit.svg");
- this.layerDefault.Data = this.defaultItemStore;
- //
- // layoutControl1
- //
- this.layoutControl1.Controls.Add(this.lblMirText);
- this.layoutControl1.Controls.Add(this.lblPosText);
- this.layoutControl1.Controls.Add(this.btnSaveDB);
- this.layoutControl1.Controls.Add(this.txtNoRef);
- this.layoutControl1.Controls.Add(this.btnDrawDtoLine);
- this.layoutControl1.Controls.Add(this.btnReload);
- this.layoutControl1.Controls.Add(this.btnPos);
- this.layoutControl1.Controls.Add(this.grdPesList);
- this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.layoutControl1.Location = new System.Drawing.Point(0, 0);
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.Root = this.Root;
- this.layoutControl1.Size = new System.Drawing.Size(995, 248);
- this.layoutControl1.TabIndex = 0;
- this.layoutControl1.Text = "layoutControl1";
- //
- // lblPosText
- //
- this.lblPosText.Location = new System.Drawing.Point(59, 225);
- this.lblPosText.Name = "lblPosText";
- this.lblPosText.Size = new System.Drawing.Size(36, 14);
- this.lblPosText.StyleController = this.layoutControl1;
- this.lblPosText.TabIndex = 8;
- this.lblPosText.Text = "定位点";
- //
- // btnSaveDB
- //
- this.btnSaveDB.Location = new System.Drawing.Point(694, 221);
- this.btnSaveDB.Name = "btnSaveDB";
- this.btnSaveDB.Size = new System.Drawing.Size(71, 22);
- this.btnSaveDB.StyleController = this.layoutControl1;
- this.btnSaveDB.TabIndex = 7;
- this.btnSaveDB.Text = "保存修改";
- this.btnSaveDB.Click += new System.EventHandler(this.btnSaveDB_Click);
- //
- // txtNoRef
- //
- this.txtNoRef.Location = new System.Drawing.Point(5, 222);
- this.txtNoRef.MenuManager = this.bmgMain;
- this.txtNoRef.Name = "txtNoRef";
- this.txtNoRef.Properties.Caption = "无参";
- this.txtNoRef.Size = new System.Drawing.Size(50, 20);
- this.txtNoRef.StyleController = this.layoutControl1;
- this.txtNoRef.TabIndex = 6;
- //
- // bmgMain
- //
- this.bmgMain.DockControls.Add(this.barDockControlTop);
- this.bmgMain.DockControls.Add(this.barDockControlBottom);
- this.bmgMain.DockControls.Add(this.barDockControlLeft);
- this.bmgMain.DockControls.Add(this.barDockControlRight);
- this.bmgMain.Form = this;
- this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.btnDrawDistinct,
- this.btnDrawPoint,
- this.btnClearAll});
- this.bmgMain.MaxItemId = 3;
- //
- // barDockControlTop
- //
- this.barDockControlTop.CausesValidation = false;
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
- this.barDockControlTop.Manager = this.bmgMain;
- this.barDockControlTop.Size = new System.Drawing.Size(995, 0);
- //
- // barDockControlBottom
- //
- this.barDockControlBottom.CausesValidation = false;
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 452);
- this.barDockControlBottom.Manager = this.bmgMain;
- this.barDockControlBottom.Size = new System.Drawing.Size(995, 0);
- //
- // barDockControlLeft
- //
- this.barDockControlLeft.CausesValidation = false;
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
- this.barDockControlLeft.Manager = this.bmgMain;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 452);
- //
- // barDockControlRight
- //
- this.barDockControlRight.CausesValidation = false;
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(995, 0);
- this.barDockControlRight.Manager = this.bmgMain;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 452);
- //
- // btnDrawDistinct
- //
- this.btnDrawDistinct.Caption = "测距";
- this.btnDrawDistinct.Id = 0;
- this.btnDrawDistinct.ImageOptions.ImageUri.Uri = "richedit/rulerhorizontal";
- this.btnDrawDistinct.Name = "btnDrawDistinct";
- this.btnDrawDistinct.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawDistinct_ItemClick);
- //
- // btnDrawPoint
- //
- this.btnDrawPoint.Caption = "标点";
- this.btnDrawPoint.Id = 1;
- this.btnDrawPoint.ImageOptions.ImageUri.Uri = "icon%20builder/travel_mappointer";
- this.btnDrawPoint.Name = "btnDrawPoint";
- this.btnDrawPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawPoint_ItemClick);
- //
- // btnClearAll
- //
- this.btnClearAll.Caption = "清除";
- this.btnClearAll.Id = 2;
- this.btnClearAll.ImageOptions.ImageUri.Uri = "Clear";
- this.btnClearAll.Name = "btnClearAll";
- this.btnClearAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearAll_ItemClick);
- //
- // btnDrawDtoLine
- //
- this.btnDrawDtoLine.Location = new System.Drawing.Point(847, 221);
- this.btnDrawDtoLine.Name = "btnDrawDtoLine";
- this.btnDrawDtoLine.Size = new System.Drawing.Size(85, 22);
- this.btnDrawDtoLine.StyleController = this.layoutControl1;
- this.btnDrawDtoLine.TabIndex = 5;
- this.btnDrawDtoLine.Text = "绘制时差线";
- this.btnDrawDtoLine.Click += new System.EventHandler(this.btnDrawDtoLine_Click);
- //
- // btnReload
- //
- this.btnReload.Location = new System.Drawing.Point(769, 221);
- this.btnReload.Name = "btnReload";
- this.btnReload.Size = new System.Drawing.Size(74, 22);
- this.btnReload.StyleController = this.layoutControl1;
- this.btnReload.TabIndex = 4;
- this.btnReload.Text = "重新加载";
- this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
- //
- // btnPos
- //
- this.btnPos.Location = new System.Drawing.Point(936, 221);
- this.btnPos.Name = "btnPos";
- this.btnPos.Size = new System.Drawing.Size(54, 22);
- this.btnPos.StyleController = this.layoutControl1;
- this.btnPos.TabIndex = 2;
- this.btnPos.Text = "定位";
- this.btnPos.Click += new System.EventHandler(this.btnPos_Click);
- //
- // grdPesList
- //
- this.grdPesList.DataSource = this.bsPesList;
- this.grdPesList.Location = new System.Drawing.Point(5, 5);
- this.grdPesList.MainView = this.gvPesList;
- this.grdPesList.MenuManager = this.bmgMain;
- this.grdPesList.Name = "grdPesList";
- this.grdPesList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.sigTimeEdit,
- this.satEdit,
- this.antEdit,
- this.emtEdit});
- this.grdPesList.Size = new System.Drawing.Size(985, 212);
- this.grdPesList.TabIndex = 0;
- this.grdPesList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gvPesList});
- //
- // gvPesList
- //
- this.gvPesList.Appearance.Row.Options.UseTextOptions = true;
- this.gvPesList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.gvPesList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.colId,
- this.colCategory,
- this.colSigTime,
- this.colDt,
- this.colMainSatId,
- this.colMainSatNum,
- this.colMainEphX,
- this.colMainEphY,
- this.colMainEphZ,
- this.colAdjaSatId,
- this.colAdjaSatNum,
- this.colAdjaEphX,
- this.colAdjaEphY,
- this.colAdjaEphZ,
- this.colMainAntId,
- this.colMainAntLon,
- this.colMainAntLat,
- this.colMainAntAlt,
- this.colAdjaAntId,
- this.colAdjaAntLon,
- this.colAdjaAntLat,
- this.colAdjaAntAlt,
- this.colEmtId,
- this.colSigLon,
- this.colSigLat,
- this.colSigAlt});
- this.gvPesList.GridControl = this.grdPesList;
- this.gvPesList.Name = "gvPesList";
- this.gvPesList.OptionsBehavior.EditingMode = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditForm;
- this.gvPesList.OptionsEditForm.EditFormColumnCount = 4;
- this.gvPesList.OptionsView.ShowGroupPanel = false;
- //
- // colId
- //
- this.colId.FieldName = "Id";
- this.colId.Name = "colId";
- //
- // colCategory
- //
- this.colCategory.FieldName = "Category";
- this.colCategory.Name = "colCategory";
- this.colCategory.Visible = true;
- this.colCategory.VisibleIndex = 0;
- //
- // colSigTime
- //
- this.colSigTime.ColumnEdit = this.sigTimeEdit;
- this.colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
- this.colSigTime.FieldName = "SigTime";
- this.colSigTime.Name = "colSigTime";
- this.colSigTime.OptionsEditForm.ColumnSpan = 2;
- this.colSigTime.OptionsEditForm.UseEditorColRowSpan = false;
- this.colSigTime.Visible = true;
- this.colSigTime.VisibleIndex = 1;
- //
- // sigTimeEdit
- //
- this.sigTimeEdit.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
- this.sigTimeEdit.AutoHeight = false;
- this.sigTimeEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.sigTimeEdit.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
- this.sigTimeEdit.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.sigTimeEdit.CalendarTimeProperties.DisplayFormat.FormatString = "HH:mm:ss";
- this.sigTimeEdit.CalendarTimeProperties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
- this.sigTimeEdit.CalendarTimeProperties.EditFormat.FormatString = "HH:mm:ss";
- this.sigTimeEdit.CalendarTimeProperties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
- this.sigTimeEdit.CalendarTimeProperties.MaskSettings.Set("mask", "HH:mm:ss");
- this.sigTimeEdit.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.sigTimeEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
- this.sigTimeEdit.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.sigTimeEdit.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
- this.sigTimeEdit.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
- this.sigTimeEdit.Name = "sigTimeEdit";
- this.sigTimeEdit.EditValueChanged += new System.EventHandler(this.sigTimeEdit_EditValueChanged);
- //
- // colDt
- //
- this.colDt.FieldName = "Dt";
- this.colDt.Name = "colDt";
- this.colDt.OptionsEditForm.ColumnSpan = 2;
- this.colDt.Visible = true;
- this.colDt.VisibleIndex = 4;
- //
- // colMainSatId
- //
- this.colMainSatId.Caption = "信号主星";
- this.colMainSatId.ColumnEdit = this.satEdit;
- this.colMainSatId.FieldName = "MainSatId";
- this.colMainSatId.Name = "colMainSatId";
- this.colMainSatId.OptionsEditForm.StartNewRow = true;
- this.colMainSatId.Visible = true;
- this.colMainSatId.VisibleIndex = 2;
- //
- // satEdit
- //
- this.satEdit.AutoHeight = false;
- this.satEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.satEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 60, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatType", "卫星类型", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注信息", 70, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.satEdit.DataSource = this.bsSatList;
- this.satEdit.DisplayMember = "This";
- this.satEdit.KeyMember = "Oid";
- this.satEdit.Name = "satEdit";
- this.satEdit.NullText = "无";
- this.satEdit.PopupWidth = 600;
- this.satEdit.ValueMember = "Oid";
- this.satEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.satEdit_EditValueChanging);
- //
- // bsSatList
- //
- this.bsSatList.DataSource = this.xpcSat;
- //
- // xpcSat
- //
- this.xpcSat.CriteriaString = "[Enable] = True";
- //
- // colMainSatNum
- //
- this.colMainSatNum.FieldName = "MainSatNum";
- this.colMainSatNum.Name = "colMainSatNum";
- //
- // colMainEphX
- //
- this.colMainEphX.Caption = "星历X";
- this.colMainEphX.FieldName = "MainEphX";
- this.colMainEphX.Name = "colMainEphX";
- this.colMainEphX.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colMainEphY
- //
- this.colMainEphY.Caption = "星历Y";
- this.colMainEphY.FieldName = "MainEphY";
- this.colMainEphY.Name = "colMainEphY";
- this.colMainEphY.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colMainEphZ
- //
- this.colMainEphZ.Caption = "星历Z";
- this.colMainEphZ.FieldName = "MainEphZ";
- this.colMainEphZ.Name = "colMainEphZ";
- this.colMainEphZ.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colAdjaSatId
- //
- this.colAdjaSatId.Caption = "信号邻星";
- this.colAdjaSatId.ColumnEdit = this.satEdit;
- this.colAdjaSatId.FieldName = "AdjaSatId";
- this.colAdjaSatId.Name = "colAdjaSatId";
- this.colAdjaSatId.Visible = true;
- this.colAdjaSatId.VisibleIndex = 3;
- //
- // colAdjaSatNum
- //
- this.colAdjaSatNum.FieldName = "AdjaSatNum";
- this.colAdjaSatNum.Name = "colAdjaSatNum";
- //
- // colAdjaEphX
- //
- this.colAdjaEphX.Caption = "星历X";
- this.colAdjaEphX.FieldName = "AdjaEphX";
- this.colAdjaEphX.Name = "colAdjaEphX";
- this.colAdjaEphX.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colAdjaEphY
- //
- this.colAdjaEphY.Caption = "星历Y";
- this.colAdjaEphY.FieldName = "AdjaEphY";
- this.colAdjaEphY.Name = "colAdjaEphY";
- this.colAdjaEphY.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colAdjaEphZ
- //
- this.colAdjaEphZ.Caption = "星历Z";
- this.colAdjaEphZ.FieldName = "AdjaEphZ";
- this.colAdjaEphZ.Name = "colAdjaEphZ";
- this.colAdjaEphZ.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colMainAntId
- //
- this.colMainAntId.Caption = "主星站点";
- this.colMainAntId.ColumnEdit = this.antEdit;
- this.colMainAntId.FieldName = "MainAntId";
- this.colMainAntId.Name = "colMainAntId";
- this.colMainAntId.OptionsEditForm.StartNewRow = true;
- this.colMainAntId.Visible = true;
- this.colMainAntId.VisibleIndex = 5;
- //
- // antEdit
- //
- this.antEdit.AutoHeight = false;
- this.antEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.antEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "站点名称", 60, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "站点编码", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "站点经度", 60, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "站点纬度", 60, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "站点高度", 60, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注信息", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.antEdit.DataSource = this.bsAntList;
- this.antEdit.DisplayMember = "Name";
- this.antEdit.KeyMember = "Oid";
- this.antEdit.Name = "antEdit";
- this.antEdit.PopupWidth = 600;
- this.antEdit.ValueMember = "Oid";
- this.antEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.antEdit_EditValueChanging);
- //
- // bsAntList
- //
- this.bsAntList.DataSource = this.xpcAnt;
- //
- // colMainAntLon
- //
- this.colMainAntLon.Caption = "经度";
- this.colMainAntLon.FieldName = "MainAntLon";
- this.colMainAntLon.Name = "colMainAntLon";
- this.colMainAntLon.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colMainAntLat
- //
- this.colMainAntLat.Caption = "纬度";
- this.colMainAntLat.FieldName = "MainAntLat";
- this.colMainAntLat.Name = "colMainAntLat";
- this.colMainAntLat.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colMainAntAlt
- //
- this.colMainAntAlt.Caption = "高度";
- this.colMainAntAlt.FieldName = "MainAntAlt";
- this.colMainAntAlt.Name = "colMainAntAlt";
- this.colMainAntAlt.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colAdjaAntId
- //
- this.colAdjaAntId.Caption = "邻星站点";
- this.colAdjaAntId.ColumnEdit = this.antEdit;
- this.colAdjaAntId.FieldName = "AdjaAntId";
- this.colAdjaAntId.Name = "colAdjaAntId";
- this.colAdjaAntId.Visible = true;
- this.colAdjaAntId.VisibleIndex = 6;
- //
- // colAdjaAntLon
- //
- this.colAdjaAntLon.Caption = "经度";
- this.colAdjaAntLon.FieldName = "AdjaAntLon";
- this.colAdjaAntLon.Name = "colAdjaAntLon";
- this.colAdjaAntLon.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colAdjaAntLat
- //
- this.colAdjaAntLat.Caption = "纬度";
- this.colAdjaAntLat.FieldName = "AdjaAntLat";
- this.colAdjaAntLat.Name = "colAdjaAntLat";
- this.colAdjaAntLat.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colAdjaAntAlt
- //
- this.colAdjaAntAlt.Caption = "高度";
- this.colAdjaAntAlt.FieldName = "AdjaAntAlt";
- this.colAdjaAntAlt.Name = "colAdjaAntAlt";
- this.colAdjaAntAlt.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colEmtId
- //
- this.colEmtId.ColumnEdit = this.emtEdit;
- this.colEmtId.FieldName = "EmtId";
- this.colEmtId.Name = "colEmtId";
- this.colEmtId.Visible = true;
- this.colEmtId.VisibleIndex = 7;
- //
- // emtEdit
- //
- this.emtEdit.AutoHeight = false;
- this.emtEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.emtEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "编码", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
- new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EmtType", "类型", 33, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
- this.emtEdit.DataSource = this.bsEmtList;
- this.emtEdit.DisplayMember = "Name";
- this.emtEdit.KeyMember = "Oid";
- this.emtEdit.Name = "emtEdit";
- this.emtEdit.PopupWidth = 400;
- this.emtEdit.ValueMember = "Oid";
- this.emtEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.emtEdit_EditValueChanging);
- //
- // bsEmtList
- //
- this.bsEmtList.DataSource = this.xpcEmt;
- //
- // xpcEmt
- //
- this.xpcEmt.CriteriaString = "[Enable] = True";
- this.xpcEmt.DisplayableProperties = "This;Oid;Code;Name;EmtType;Speed;Lon;Lat;Alt;PosTime;Remark;Enable";
- //
- // colSigLon
- //
- this.colSigLon.FieldName = "SigLon";
- this.colSigLon.Name = "colSigLon";
- this.colSigLon.OptionsEditForm.Caption = "经度:";
- this.colSigLon.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colSigLat
- //
- this.colSigLat.FieldName = "SigLat";
- this.colSigLat.Name = "colSigLat";
- this.colSigLat.OptionsEditForm.Caption = "纬度:";
- this.colSigLat.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // colSigAlt
- //
- this.colSigAlt.FieldName = "SigAlt";
- this.colSigAlt.Name = "colSigAlt";
- this.colSigAlt.OptionsEditForm.Caption = "高度:";
- this.colSigAlt.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
- //
- // Root
- //
- this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.Root.GroupBordersVisible = false;
- this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1,
- this.layoutControlItem2,
- this.emptySpaceItem1,
- this.layoutControlItem4,
- this.layoutControlItem7,
- this.layoutControlItem5,
- this.layoutControlItem3,
- this.layoutControlItem6,
- this.layoutControlItem8});
- this.Root.Name = "Root";
- this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- this.Root.Size = new System.Drawing.Size(995, 248);
- this.Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.grdPesList;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(989, 216);
- this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem1.TextVisible = false;
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.btnPos;
- this.layoutControlItem2.Location = new System.Drawing.Point(931, 216);
- this.layoutControlItem2.MaxSize = new System.Drawing.Size(58, 26);
- this.layoutControlItem2.MinSize = new System.Drawing.Size(58, 26);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Size = new System.Drawing.Size(58, 26);
- this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem2.TextVisible = false;
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(134, 216);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(555, 26);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem4
- //
- this.layoutControlItem4.Control = this.btnDrawDtoLine;
- this.layoutControlItem4.Location = new System.Drawing.Point(842, 216);
- this.layoutControlItem4.MaxSize = new System.Drawing.Size(89, 26);
- this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 26);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Size = new System.Drawing.Size(89, 26);
- this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem4.TextVisible = false;
- //
- // layoutControlItem7
- //
- this.layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
- this.layoutControlItem7.Control = this.lblPosText;
- this.layoutControlItem7.Location = new System.Drawing.Point(54, 216);
- this.layoutControlItem7.Name = "layoutControlItem7";
- this.layoutControlItem7.Size = new System.Drawing.Size(40, 26);
- this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem7.TextVisible = false;
- //
- // layoutControlItem5
- //
- this.layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
- this.layoutControlItem5.Control = this.txtNoRef;
- this.layoutControlItem5.Location = new System.Drawing.Point(0, 216);
- this.layoutControlItem5.MaxSize = new System.Drawing.Size(54, 24);
- this.layoutControlItem5.MinSize = new System.Drawing.Size(54, 24);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Size = new System.Drawing.Size(54, 26);
- this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem5.TextVisible = false;
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.btnReload;
- this.layoutControlItem3.Location = new System.Drawing.Point(764, 216);
- this.layoutControlItem3.MaxSize = new System.Drawing.Size(78, 26);
- this.layoutControlItem3.MinSize = new System.Drawing.Size(78, 26);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(78, 26);
- this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem3.TextVisible = false;
- //
- // layoutControlItem6
- //
- this.layoutControlItem6.Control = this.btnSaveDB;
- this.layoutControlItem6.Location = new System.Drawing.Point(689, 216);
- 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;
- //
- // popMap
- //
- this.popMap.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
- new DevExpress.XtraBars.LinkPersistInfo(this.btnClearAll),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawDistinct),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawPoint)});
- this.popMap.Manager = this.bmgMain;
- this.popMap.Name = "popMap";
- //
- // lblMirText
- //
- this.lblMirText.Location = new System.Drawing.Point(99, 225);
- this.lblMirText.Name = "lblMirText";
- this.lblMirText.Size = new System.Drawing.Size(36, 14);
- this.lblMirText.StyleController = this.layoutControl1;
- this.lblMirText.TabIndex = 9;
- this.lblMirText.Text = "镜像点";
- //
- // layoutControlItem8
- //
- this.layoutControlItem8.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
- this.layoutControlItem8.Control = this.lblMirText;
- this.layoutControlItem8.Location = new System.Drawing.Point(94, 216);
- this.layoutControlItem8.Name = "layoutControlItem8";
- this.layoutControlItem8.Size = new System.Drawing.Size(40, 26);
- this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem8.TextVisible = false;
- //
- // SimpleHandPosForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(995, 452);
- this.Controls.Add(this.splitContainerControl1);
- this.Controls.Add(this.barDockControlLeft);
- this.Controls.Add(this.barDockControlRight);
- this.Controls.Add(this.barDockControlBottom);
- this.Controls.Add(this.barDockControlTop);
- this.IconOptions.ShowIcon = false;
- this.Name = "SimpleHandPosForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "手动定位工具";
- this.Load += new System.EventHandler(this.HandPosForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
- this.splitContainerControl1.Panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
- this.splitContainerControl1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
- this.splitContainerControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtNoRef.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdPesList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPesList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvPesList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.satEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.antEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcAnt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emtEdit)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsEmtList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.popMap)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
- private DevExpress.XtraMap.MapControl mapControl;
- private DevExpress.XtraBars.BarManager bmgMain;
- private DevExpress.XtraBars.BarDockControl barDockControlTop;
- private DevExpress.XtraBars.BarDockControl barDockControlBottom;
- private DevExpress.XtraBars.BarDockControl barDockControlLeft;
- private DevExpress.XtraBars.BarDockControl barDockControlRight;
- private DevExpress.XtraBars.BarButtonItem btnDrawDistinct;
- private DevExpress.XtraBars.BarButtonItem btnDrawPoint;
- private DevExpress.XtraBars.PopupMenu popMap;
- private DevExpress.Utils.SvgImageCollection mapSvgList;
- private DevExpress.XtraMap.VectorItemsLayer layerDefault;
- private DevExpress.XtraMap.MapItemStorage defaultItemStore;
- private DevExpress.XtraBars.BarButtonItem btnClearAll;
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraEditors.SimpleButton btnPos;
- private DevExpress.XtraGrid.GridControl grdPesList;
- private DevExpress.XtraGrid.Views.Grid.GridView gvPesList;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.Xpo.XPBindingSource bsPesList;
- private DevExpress.XtraGrid.Columns.GridColumn colId;
- private DevExpress.XtraGrid.Columns.GridColumn colEmtId;
- private DevExpress.XtraGrid.Columns.GridColumn colSigTime;
- private DevExpress.XtraGrid.Columns.GridColumn colSigLon;
- private DevExpress.XtraGrid.Columns.GridColumn colSigLat;
- private DevExpress.XtraGrid.Columns.GridColumn colSigAlt;
- private DevExpress.XtraGrid.Columns.GridColumn colMainSatId;
- private DevExpress.XtraGrid.Columns.GridColumn colMainSatNum;
- private DevExpress.XtraGrid.Columns.GridColumn colMainAntId;
- private DevExpress.XtraGrid.Columns.GridColumn colMainAntLon;
- private DevExpress.XtraGrid.Columns.GridColumn colMainAntLat;
- private DevExpress.XtraGrid.Columns.GridColumn colMainAntAlt;
- private DevExpress.XtraGrid.Columns.GridColumn colMainEphX;
- private DevExpress.XtraGrid.Columns.GridColumn colMainEphY;
- private DevExpress.XtraGrid.Columns.GridColumn colMainEphZ;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatId;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatNum;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntId;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntLon;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntLat;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntAlt;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaEphX;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaEphY;
- private DevExpress.XtraGrid.Columns.GridColumn colAdjaEphZ;
- private DevExpress.XtraGrid.Columns.GridColumn colDt;
- private DevExpress.XtraGrid.Columns.GridColumn colCategory;
- private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit sigTimeEdit;
- private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit satEdit;
- private DevExpress.Xpo.XPBindingSource bsSatList;
- private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit antEdit;
- private DevExpress.Xpo.XPBindingSource bsAntList;
- private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtEdit;
- private DevExpress.Xpo.XPBindingSource bsEmtList;
- private DevExpress.Xpo.XPCollection xpcSat;
- private DevExpress.Xpo.XPCollection xpcAnt;
- private DevExpress.Xpo.XPCollection xpcEmt;
- private DevExpress.XtraEditors.SimpleButton btnReload;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraEditors.SimpleButton btnDrawDtoLine;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraEditors.CheckEdit txtNoRef;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
- private DevExpress.XtraEditors.SimpleButton btnSaveDB;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraEditors.LabelControl lblPosText;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
- private DevExpress.XtraEditors.LabelControl lblMirText;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
- }
- }
|