using Ips.Sps.Emts;
using Ips.Sps.TskResults.Poses;
namespace Ips.Sps.TskResults.Poses
{
    partial class PosListCtrl
    {
        ///  
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        ///  
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Component Designer generated code
        ///  
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
            grdPosList = new DevExpress.XtraGrid.GridControl();
            bsPosList = new DevExpress.Xpo.XPBindingSource(components);
            gvPosList = new DevExpress.XtraGrid.Views.Grid.GridView();
            colId = new DevExpress.XtraGrid.Columns.GridColumn();
            colTskId = new DevExpress.XtraGrid.Columns.GridColumn();
            colSigId = new DevExpress.XtraGrid.Columns.GridColumn();
            colSigTime = new DevExpress.XtraGrid.Columns.GridColumn();
            colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn();
            colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
            colPosText = new DevExpress.XtraGrid.Columns.GridColumn();
            colMirrText = new DevExpress.XtraGrid.Columns.GridColumn();
            colEmtId = new DevExpress.XtraGrid.Columns.GridColumn();
            emtEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            xpcEmt = new DevExpress.Xpo.XPCollection(components);
            colPosType = new DevExpress.XtraGrid.Columns.GridColumn();
            colGdopErr = new DevExpress.XtraGrid.Columns.GridColumn();
            colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
            colHasRef = new DevExpress.XtraGrid.Columns.GridColumn();
            colIsValid = new DevExpress.XtraGrid.Columns.GridColumn();
            bmgMain = new DevExpress.XtraBars.BarManager(components);
            bar1 = new DevExpress.XtraBars.Bar();
            btnFind = new DevExpress.XtraBars.BarButtonItem();
            txtSigTimeRange = new DevExpress.XtraBars.BarEditItem();
            timeRangeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            txtPosType = new DevExpress.XtraBars.BarEditItem();
            posTypeCheckedComboBoxEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
            txtShowInValid = new DevExpress.XtraBars.BarEditItem();
            repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            txtPosCount = new DevExpress.XtraBars.BarStaticItem();
            barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            btnShowPes = new DevExpress.XtraBars.BarButtonItem();
            btnUseMirr = new DevExpress.XtraBars.BarButtonItem();
            btnDrawDtoDfoLine = new DevExpress.XtraBars.BarButtonItem();
            btnDrawDtoDfoLineNoRef = new DevExpress.XtraBars.BarButtonItem();
            btnDeletePos = new DevExpress.XtraBars.BarButtonItem();
            btnSetNotValid = new DevExpress.XtraBars.BarButtonItem();
            btnSetValid = new DevExpress.XtraBars.BarButtonItem();
            btnHandPos = new DevExpress.XtraBars.BarButtonItem();
            btnErrEllipse = new DevExpress.XtraBars.BarButtonItem();
            btnGdopAnalyse = new DevExpress.XtraBars.BarButtonItem();
            btnExportCsv = new DevExpress.XtraBars.BarButtonItem();
            btnEditPos = new DevExpress.XtraBars.BarButtonItem();
            repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            popMenu = new DevExpress.XtraBars.PopupMenu(components);
            pnlPesList = new DevExpress.Utils.FlyoutPanel();
            flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl();
            grpPesList = new DevExpress.XtraEditors.GroupControl();
            pesGridListCtrl1 = new Peses.PesGridListCtrl();
            xpcSat = new DevExpress.Xpo.XPCollection(components);
            ((System.ComponentModel.ISupportInitialize)grdPosList).BeginInit();
            ((System.ComponentModel.ISupportInitialize)bsPosList).BeginInit();
            ((System.ComponentModel.ISupportInitialize)gvPosList).BeginInit();
            ((System.ComponentModel.ISupportInitialize)emtEdit).BeginInit();
            ((System.ComponentModel.ISupportInitialize)xpcEmt).BeginInit();
            ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();
            ((System.ComponentModel.ISupportInitialize)timeRangeComboBox).BeginInit();
            ((System.ComponentModel.ISupportInitialize)posTypeCheckedComboBoxEdit).BeginInit();
            ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)popMenu).BeginInit();
            ((System.ComponentModel.ISupportInitialize)pnlPesList).BeginInit();
            pnlPesList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)flyoutPanelControl1).BeginInit();
            flyoutPanelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)grpPesList).BeginInit();
            grpPesList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)xpcSat).BeginInit();
            SuspendLayout();
            // 
            // grdPosList
            // 
            grdPosList.DataSource = bsPosList;
            grdPosList.Dock = DockStyle.Fill;
            grdPosList.Location = new Point(0, 24);
            grdPosList.MainView = gvPosList;
            grdPosList.Name = "grdPosList";
            grdPosList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { emtEdit });
            grdPosList.Size = new Size(1147, 338);
            grdPosList.TabIndex = 0;
            grdPosList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvPosList });
            // 
            // bsPosList
            // 
            bsPosList.ObjectType = typeof(Pos);
            // 
            // gvPosList
            // 
            gvPosList.Appearance.Row.Options.UseTextOptions = true;
            gvPosList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            gvPosList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colId, colTskId, colSigId, colSigTime, colSigFreq, colBandWidth, colPosText, colMirrText, colEmtId, colPosType, colGdopErr, colCreateTime, colHasRef, colIsValid });
            gvPosList.GridControl = grdPosList;
            gvPosList.Name = "gvPosList";
            gvPosList.OptionsBehavior.Editable = false;
            gvPosList.OptionsSelection.MultiSelect = true;
            gvPosList.OptionsView.ShowGroupPanel = false;
            gvPosList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colSigTime, DevExpress.Data.ColumnSortOrder.Descending) });
            gvPosList.RowClick += gvPosList_RowClick;
            gvPosList.FocusedRowChanged += gvPosList_FocusedRowChanged;
            gvPosList.CustomColumnDisplayText += gvPosList_CustomColumnDisplayText;
            // 
            // colId
            // 
            colId.FieldName = "Id";
            colId.Name = "colId";
            // 
            // colTskId
            // 
            colTskId.FieldName = "TskId";
            colTskId.Name = "colTskId";
            // 
            // colSigId
            // 
            colSigId.FieldName = "SigId";
            colSigId.Name = "colSigId";
            // 
            // colSigTime
            // 
            colSigTime.Caption = "信号时间";
            colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss.fff";
            colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            colSigTime.FieldName = "SigTime";
            colSigTime.Name = "colSigTime";
            colSigTime.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            colSigTime.Visible = true;
            colSigTime.VisibleIndex = 0;
            colSigTime.Width = 136;
            // 
            // colSigFreq
            // 
            colSigFreq.Caption = "信号频点(MHz)";
            colSigFreq.FieldName = "SigFreq";
            colSigFreq.Name = "colSigFreq";
            colSigFreq.Visible = true;
            colSigFreq.VisibleIndex = 1;
            colSigFreq.Width = 111;
            // 
            // colBandWidth
            // 
            colBandWidth.Caption = "信号带宽(kHz)";
            colBandWidth.FieldName = "BandWidth";
            colBandWidth.Name = "colBandWidth";
            colBandWidth.Visible = true;
            colBandWidth.VisibleIndex = 2;
            colBandWidth.Width = 111;
            // 
            // colPosText
            // 
            colPosText.Caption = "定位点";
            colPosText.FieldName = "PosText";
            colPosText.Name = "colPosText";
            colPosText.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            colPosText.OptionsFilter.AllowFilter = false;
            colPosText.Visible = true;
            colPosText.VisibleIndex = 3;
            colPosText.Width = 111;
            // 
            // colMirrText
            // 
            colMirrText.Caption = "镜像点";
            colMirrText.FieldName = "MirrText";
            colMirrText.Name = "colMirrText";
            colMirrText.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            colMirrText.OptionsFilter.AllowFilter = false;
            colMirrText.Visible = true;
            colMirrText.VisibleIndex = 4;
            colMirrText.Width = 111;
            // 
            // colEmtId
            // 
            colEmtId.Caption = "信号目标";
            colEmtId.ColumnEdit = emtEdit;
            colEmtId.FieldName = "EmtId";
            colEmtId.Name = "colEmtId";
            colEmtId.Visible = true;
            colEmtId.VisibleIndex = 6;
            // 
            // emtEdit
            // 
            emtEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            emtEdit.DataSource = xpcEmt;
            emtEdit.DisplayMember = "Name";
            emtEdit.Name = "emtEdit";
            emtEdit.NullText = "未知";
            emtEdit.ValueMember = "Oid";
            // 
            // xpcEmt
            // 
            xpcEmt.DisplayableProperties = "Oid;Code;Name";
            xpcEmt.ObjectType = typeof(Emt);
            // 
            // colPosType
            // 
            colPosType.Caption = "定位类型";
            colPosType.FieldName = "PosType";
            colPosType.Name = "colPosType";
            colPosType.Visible = true;
            colPosType.VisibleIndex = 5;
            colPosType.Width = 111;
            // 
            // colGdopErr
            // 
            colGdopErr.Caption = "理论误差(km)";
            colGdopErr.FieldName = "GdopErr";
            colGdopErr.Name = "colGdopErr";
            // 
            // colCreateTime
            // 
            colCreateTime.Caption = "完成时间";
            colCreateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
            colCreateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            colCreateTime.FieldName = "CreateTime";
            colCreateTime.Name = "colCreateTime";
            colCreateTime.Visible = true;
            colCreateTime.VisibleIndex = 7;
            colCreateTime.Width = 116;
            // 
            // colHasRef
            // 
            colHasRef.Caption = "有参";
            colHasRef.FieldName = "HasRef";
            colHasRef.Name = "colHasRef";
            // 
            // colIsValid
            // 
            colIsValid.FieldName = "IsValid";
            colIsValid.Name = "colIsValid";
            // 
            // bmgMain
            // 
            bmgMain.AllowQuickCustomization = false;
            bmgMain.AllowShowToolbarsPopup = false;
            bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 });
            bmgMain.DockControls.Add(barDockControlTop);
            bmgMain.DockControls.Add(barDockControlBottom);
            bmgMain.DockControls.Add(barDockControlLeft);
            bmgMain.DockControls.Add(barDockControlRight);
            bmgMain.Form = this;
            bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { btnShowPes, btnUseMirr, btnDrawDtoDfoLine, btnDrawDtoDfoLineNoRef, btnDeletePos, txtSigTimeRange, btnFind, txtPosType, txtShowInValid, txtPosCount, btnSetNotValid, btnSetValid, btnHandPos, btnErrEllipse, btnGdopAnalyse, btnExportCsv, btnEditPos });
            bmgMain.MaxItemId = 27;
            bmgMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { timeRangeComboBox, posTypeCheckedComboBoxEdit, repositoryItemCheckEdit1, repositoryItemCheckEdit2 });
            // 
            // bar1
            // 
            bar1.BarName = "Custom 2";
            bar1.DockCol = 0;
            bar1.DockRow = 0;
            bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnFind), new DevExpress.XtraBars.LinkPersistInfo(txtSigTimeRange), new DevExpress.XtraBars.LinkPersistInfo(txtPosType), new DevExpress.XtraBars.LinkPersistInfo(txtShowInValid), new DevExpress.XtraBars.LinkPersistInfo(txtPosCount) });
            bar1.OptionsBar.AllowQuickCustomization = false;
            bar1.OptionsBar.DrawDragBorder = false;
            bar1.OptionsBar.UseWholeRow = true;
            bar1.Text = "Custom 2";
            // 
            // btnFind
            // 
            btnFind.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            btnFind.Caption = "查询";
            btnFind.Id = 14;
            btnFind.ImageOptions.ImageUri.Uri = "Find";
            btnFind.Name = "btnFind";
            btnFind.ItemClick += btnFind_ItemClick;
            // 
            // txtSigTimeRange
            // 
            txtSigTimeRange.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            txtSigTimeRange.Caption = "时间范围";
            txtSigTimeRange.Edit = timeRangeComboBox;
            txtSigTimeRange.EditValue = 1;
            txtSigTimeRange.EditWidth = 80;
            txtSigTimeRange.Id = 13;
            txtSigTimeRange.Name = "txtSigTimeRange";
            txtSigTimeRange.EditValueChanged += QueryModel_Changed;
            // 
            // timeRangeComboBox
            // 
            timeRangeComboBox.AutoHeight = false;
            timeRangeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            timeRangeComboBox.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一小时", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三小时", 3, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("十小时", 10, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一天", 24, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三天", 72, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("五天", 120, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("七天", 168, -1) });
            timeRangeComboBox.Name = "timeRangeComboBox";
            timeRangeComboBox.NullText = "自定义";
            // 
            // txtPosType
            // 
            txtPosType.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            txtPosType.Caption = "定位类型";
            txtPosType.Edit = posTypeCheckedComboBoxEdit;
            txtPosType.EditWidth = 130;
            txtPosType.Id = 15;
            txtPosType.Name = "txtPosType";
            txtPosType.EditValueChanged += QueryModel_Changed;
            // 
            // posTypeCheckedComboBoxEdit
            // 
            posTypeCheckedComboBoxEdit.AutoHeight = false;
            posTypeCheckedComboBoxEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            posTypeCheckedComboBoxEdit.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;
            posTypeCheckedComboBoxEdit.Name = "posTypeCheckedComboBoxEdit";
            posTypeCheckedComboBoxEdit.NullValuePrompt = "定位类型";
            // 
            // txtShowInValid
            // 
            txtShowInValid.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            txtShowInValid.Caption = "显示无效点";
            txtShowInValid.Edit = repositoryItemCheckEdit2;
            txtShowInValid.EditWidth = 90;
            txtShowInValid.Id = 18;
            txtShowInValid.Name = "txtShowInValid";
            txtShowInValid.EditValueChanged += QueryModel_Changed;
            // 
            // repositoryItemCheckEdit2
            // 
            repositoryItemCheckEdit2.AutoHeight = false;
            repositoryItemCheckEdit2.Caption = "显示无效点";
            repositoryItemCheckEdit2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Near;
            repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            repositoryItemCheckEdit2.ValueGrayed = false;
            // 
            // txtPosCount
            // 
            txtPosCount.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            txtPosCount.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            txtPosCount.Caption = "定位点数量:";
            txtPosCount.Id = 19;
            txtPosCount.Name = "txtPosCount";
            // 
            // barDockControlTop
            // 
            barDockControlTop.CausesValidation = false;
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(0, 0);
            barDockControlTop.Manager = bmgMain;
            barDockControlTop.Size = new Size(1147, 24);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 362);
            barDockControlBottom.Manager = bmgMain;
            barDockControlBottom.Size = new Size(1147, 0);
            // 
            // barDockControlLeft
            // 
            barDockControlLeft.CausesValidation = false;
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 24);
            barDockControlLeft.Manager = bmgMain;
            barDockControlLeft.Size = new Size(0, 338);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(1147, 24);
            barDockControlRight.Manager = bmgMain;
            barDockControlRight.Size = new Size(0, 338);
            // 
            // btnShowPes
            // 
            btnShowPes.Caption = "查看参估";
            btnShowPes.Id = 0;
            btnShowPes.ImageOptions.ImageUri.Uri = "outlook%20inspired/icon_scale";
            btnShowPes.Name = "btnShowPes";
            btnShowPes.ItemClick += btnShowPes_ItemClick;
            // 
            // btnUseMirr
            // 
            btnUseMirr.Caption = "使用镜像点";
            btnUseMirr.Id = 1;
            btnUseMirr.ImageOptions.ImageUri.Uri = "dashboards/insertbubblemap";
            btnUseMirr.Name = "btnUseMirr";
            btnUseMirr.ItemClick += btnUseMirr_ItemClick;
            // 
            // btnDrawDtoDfoLine
            // 
            btnDrawDtoDfoLine.Caption = "绘制时频差线";
            btnDrawDtoDfoLine.Id = 2;
            btnDrawDtoDfoLine.ImageOptions.ImageUri.Uri = "spreadsheet/createscatterchartsmoothlines";
            btnDrawDtoDfoLine.Name = "btnDrawDtoDfoLine";
            btnDrawDtoDfoLine.ItemClick += btnDrawDtoDfoLine_ItemClick;
            // 
            // btnDrawDtoDfoLineNoRef
            // 
            btnDrawDtoDfoLineNoRef.Caption = "绘制时频差线(无参)";
            btnDrawDtoDfoLineNoRef.Id = 3;
            btnDrawDtoDfoLineNoRef.ImageOptions.ImageUri.Uri = "spreadsheet/createscatterchartlines";
            btnDrawDtoDfoLineNoRef.Name = "btnDrawDtoDfoLineNoRef";
            btnDrawDtoDfoLineNoRef.ItemClick += btnDrawDtoDfoLineNoRef_ItemClick;
            // 
            // btnDeletePos
            // 
            btnDeletePos.Caption = "删除定位点";
            btnDeletePos.Id = 11;
            btnDeletePos.ImageOptions.ImageUri.Uri = "icon%20builder/actions_deletecircled";
            btnDeletePos.Name = "btnDeletePos";
            btnDeletePos.ItemClick += btnDeletePos_ItemClick;
            // 
            // btnSetNotValid
            // 
            btnSetNotValid.Caption = "设为无效点";
            btnSetNotValid.Id = 20;
            btnSetNotValid.ImageOptions.ImageUri.Uri = "outlook%20inspired/paymentunpaid";
            btnSetNotValid.Name = "btnSetNotValid";
            btnSetNotValid.Tag = false;
            btnSetNotValid.ItemClick += btnSetValid_ItemClick;
            // 
            // btnSetValid
            // 
            btnSetValid.Caption = "设为有效点";
            btnSetValid.Id = 21;
            btnSetValid.ImageOptions.ImageUri.Uri = "Apply";
            btnSetValid.Name = "btnSetValid";
            btnSetValid.ItemClick += btnSetValid_ItemClick;
            // 
            // btnHandPos
            // 
            btnHandPos.Caption = "手动定位";
            btnHandPos.Id = 22;
            btnHandPos.ImageOptions.ImageUri.Uri = "pdf%20viewer/handtool";
            btnHandPos.Name = "btnHandPos";
            btnHandPos.ItemClick += btnHandPos_ItemClick;
            // 
            // btnErrEllipse
            // 
            btnErrEllipse.Caption = "误差椭圆";
            btnErrEllipse.Id = 23;
            btnErrEllipse.ImageOptions.ImageUri.Uri = "diagramicons/figures/figures3";
            btnErrEllipse.Name = "btnErrEllipse";
            btnErrEllipse.ItemClick += btnErrEllipse_ItemClick;
            // 
            // btnGdopAnalyse
            // 
            btnGdopAnalyse.Caption = "误差分布";
            btnGdopAnalyse.Id = 24;
            btnGdopAnalyse.ImageOptions.ImageUri.Uri = "chart/charttype_polararea";
            btnGdopAnalyse.Name = "btnGdopAnalyse";
            btnGdopAnalyse.ItemClick += btnGdopAnalyse_ItemClick;
            // 
            // btnExportCsv
            // 
            btnExportCsv.Caption = "导出列表";
            btnExportCsv.Id = 25;
            btnExportCsv.ImageOptions.ImageUri.Uri = "ExportToCSV";
            btnExportCsv.Name = "btnExportCsv";
            btnExportCsv.ItemClick += btnExportCsv_ItemClick;
            // 
            // btnEditPos
            // 
            btnEditPos.Caption = "编辑定位点";
            btnEditPos.Id = 26;
            btnEditPos.ImageOptions.ImageUri.Uri = "icon%20builder/actions_edit";
            btnEditPos.Name = "btnEditPos";
            btnEditPos.ItemClick += btnEditPos_ItemClick;
            // 
            // repositoryItemCheckEdit1
            // 
            repositoryItemCheckEdit1.AutoHeight = false;
            repositoryItemCheckEdit1.Caption = "显示无效点";
            repositoryItemCheckEdit1.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1;
            repositoryItemCheckEdit1.ContentAlignment = DevExpress.Utils.HorzAlignment.Near;
            repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // popMenu
            // 
            popMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnShowPes), new DevExpress.XtraBars.LinkPersistInfo(btnUseMirr), new DevExpress.XtraBars.LinkPersistInfo(btnDrawDtoDfoLine), new DevExpress.XtraBars.LinkPersistInfo(btnDrawDtoDfoLineNoRef), new DevExpress.XtraBars.LinkPersistInfo(btnGdopAnalyse), new DevExpress.XtraBars.LinkPersistInfo(btnErrEllipse), new DevExpress.XtraBars.LinkPersistInfo(btnHandPos), new DevExpress.XtraBars.LinkPersistInfo(btnSetValid), new DevExpress.XtraBars.LinkPersistInfo(btnSetNotValid), new DevExpress.XtraBars.LinkPersistInfo(btnEditPos), new DevExpress.XtraBars.LinkPersistInfo(btnDeletePos), new DevExpress.XtraBars.LinkPersistInfo(btnExportCsv) });
            popMenu.Manager = bmgMain;
            popMenu.Name = "popMenu";
            // 
            // pnlPesList
            // 
            pnlPesList.Controls.Add(flyoutPanelControl1);
            pnlPesList.Location = new Point(20, 164);
            pnlPesList.Name = "pnlPesList";
            pnlPesList.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Top;
            pnlPesList.OptionsBeakPanel.CloseOnOuterClick = false;
            pnlPesList.OwnerControl = this;
            pnlPesList.Size = new Size(828, 186);
            pnlPesList.TabIndex = 5;
            // 
            // flyoutPanelControl1
            // 
            flyoutPanelControl1.Controls.Add(grpPesList);
            flyoutPanelControl1.Dock = DockStyle.Fill;
            flyoutPanelControl1.FlyoutPanel = pnlPesList;
            flyoutPanelControl1.Location = new Point(0, 0);
            flyoutPanelControl1.Name = "flyoutPanelControl1";
            flyoutPanelControl1.Size = new Size(828, 186);
            flyoutPanelControl1.TabIndex = 0;
            // 
            // grpPesList
            // 
            grpPesList.Controls.Add(pesGridListCtrl1);
            buttonImageOptions2.ImageUri.Uri = "Delete";
            buttonImageOptions2.SvgImageSize = new Size(12, 12);
            grpPesList.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("关闭", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
            grpPesList.CustomHeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            grpPesList.Dock = DockStyle.Fill;
            grpPesList.Location = new Point(2, 2);
            grpPesList.Name = "grpPesList";
            grpPesList.Size = new Size(824, 182);
            grpPesList.TabIndex = 0;
            grpPesList.Text = "参估列表";
            grpPesList.CustomButtonClick += grpPesList_CustomButtonClick;
            // 
            // pesGridListCtrl1
            // 
            pesGridListCtrl1.Dock = DockStyle.Fill;
            pesGridListCtrl1.Location = new Point(2, 23);
            pesGridListCtrl1.Name = "pesGridListCtrl1";
            pesGridListCtrl1.Size = new Size(820, 157);
            pesGridListCtrl1.TabIndex = 0;
            // 
            // xpcSat
            // 
            xpcSat.CriteriaString = "[Enable] = True";
            xpcSat.ObjectType = typeof(Sats.Sat);
            xpcSat.Sorting.AddRange(new DevExpress.Xpo.SortProperty[] { new DevExpress.Xpo.SortProperty("[SatNum]", DevExpress.Xpo.DB.SortingDirection.Ascending) });
            // 
            // PosListCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(pnlPesList);
            Controls.Add(grdPosList);
            Controls.Add(barDockControlLeft);
            Controls.Add(barDockControlRight);
            Controls.Add(barDockControlBottom);
            Controls.Add(barDockControlTop);
            Name = "PosListCtrl";
            Size = new Size(1147, 362);
            Load += PosListCtrl_Load;
            ((System.ComponentModel.ISupportInitialize)grdPosList).EndInit();
            ((System.ComponentModel.ISupportInitialize)bsPosList).EndInit();
            ((System.ComponentModel.ISupportInitialize)gvPosList).EndInit();
            ((System.ComponentModel.ISupportInitialize)emtEdit).EndInit();
            ((System.ComponentModel.ISupportInitialize)xpcEmt).EndInit();
            ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();
            ((System.ComponentModel.ISupportInitialize)timeRangeComboBox).EndInit();
            ((System.ComponentModel.ISupportInitialize)posTypeCheckedComboBoxEdit).EndInit();
            ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit2).EndInit();
            ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit1).EndInit();
            ((System.ComponentModel.ISupportInitialize)popMenu).EndInit();
            ((System.ComponentModel.ISupportInitialize)pnlPesList).EndInit();
            pnlPesList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)flyoutPanelControl1).EndInit();
            flyoutPanelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)grpPesList).EndInit();
            grpPesList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)xpcSat).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
        #endregion
        private DevExpress.XtraGrid.GridControl grdPosList;
        private DevExpress.XtraGrid.Views.Grid.GridView gvPosList;
        private DevExpress.XtraGrid.Columns.GridColumn colId;
        private DevExpress.XtraGrid.Columns.GridColumn colTskId;
        private DevExpress.XtraGrid.Columns.GridColumn colSigId;
        private DevExpress.XtraGrid.Columns.GridColumn colSigTime;
        private DevExpress.XtraGrid.Columns.GridColumn colSigFreq;
        private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
        private DevExpress.XtraGrid.Columns.GridColumn colPosText;
        private DevExpress.XtraGrid.Columns.GridColumn colMirrText;
        private DevExpress.XtraGrid.Columns.GridColumn colPosType;
        private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
        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.PopupMenu popMenu;
        private DevExpress.XtraBars.BarButtonItem btnShowPes;
        private DevExpress.XtraBars.BarButtonItem btnUseMirr;
        private DevExpress.XtraBars.BarButtonItem btnDrawDtoDfoLine;
        private DevExpress.XtraBars.BarButtonItem btnDrawDtoDfoLineNoRef;
        private DevExpress.XtraGrid.Columns.GridColumn colEmtId;
        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtEdit;
        private DevExpress.Xpo.XPCollection xpcEmt;
        private DevExpress.XtraGrid.Columns.GridColumn colHasRef;
        private DevExpress.XtraGrid.Columns.GridColumn colGdopErr;
        private DevExpress.XtraBars.BarButtonItem btnDeletePos;
        private DevExpress.XtraBars.Bar bar1;
        private DevExpress.XtraBars.BarEditItem txtSigTimeRange;
        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox timeRangeComboBox;
        private DevExpress.XtraBars.BarButtonItem btnFind;
        private DevExpress.XtraBars.BarEditItem txtPosType;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit posTypeCheckedComboBoxEdit;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
        private DevExpress.XtraBars.BarEditItem txtShowInValid;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
        private DevExpress.Xpo.XPBindingSource bsPosList;
        private DevExpress.XtraGrid.Columns.GridColumn colIsValid;
        private DevExpress.XtraBars.BarStaticItem txtPosCount;
        private DevExpress.Utils.FlyoutPanel pnlPesList;
        private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
        private DevExpress.XtraEditors.GroupControl grpPesList;
        private Peses.PesGridListCtrl pesGridListCtrl1;
        private DevExpress.Xpo.XPCollection xpcSat;
        private DevExpress.XtraBars.BarButtonItem btnSetNotValid;
        private DevExpress.XtraBars.BarButtonItem btnSetValid;
        private DevExpress.XtraBars.BarButtonItem btnHandPos;
        private DevExpress.XtraBars.BarButtonItem btnErrEllipse;
        private DevExpress.XtraBars.BarButtonItem btnGdopAnalyse;
        private DevExpress.XtraBars.BarButtonItem btnExportCsv;
        private DevExpress.XtraBars.BarButtonItem btnEditPos;
    }
}