namespace Ips.Sps.TskResults.Peses { partial class PesGridListCtrl { /// /// 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(); bsPesList = new DevExpress.Xpo.XPBindingSource(components); bmgMain = new DevExpress.XtraBars.BarManager(components); barDockControlTop = new DevExpress.XtraBars.BarDockControl(); barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); barDockControlRight = new DevExpress.XtraBars.BarDockControl(); btnDrawDtoLine = new DevExpress.XtraBars.BarButtonItem(); btnDrawDtoLineNoRef = new DevExpress.XtraBars.BarButtonItem(); btnPosManual = new DevExpress.XtraBars.BarButtonItem(); btnExportCsv = new DevExpress.XtraBars.BarButtonItem(); btnDfLine = new DevExpress.XtraBars.BarButtonItem(); btnDfLineNoRef = new DevExpress.XtraBars.BarButtonItem(); grdPesList = new DevExpress.XtraGrid.GridControl(); gvPesList = 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(); colCategory = new DevExpress.XtraGrid.Columns.GridColumn(); colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn(); colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn(); colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn(); satRepEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); bsSatList = new DevExpress.Xpo.XPBindingSource(components); colAdjaSatId = new DevExpress.XtraGrid.Columns.GridColumn(); colSigType = new DevExpress.XtraGrid.Columns.GridColumn(); colEmtId = new DevExpress.XtraGrid.Columns.GridColumn(); emtEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); bsEmtList = new DevExpress.Xpo.XPBindingSource(components); colDt = new DevExpress.XtraGrid.Columns.GridColumn(); colDf = new DevExpress.XtraGrid.Columns.GridColumn(); colSnr = new DevExpress.XtraGrid.Columns.GridColumn(); colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn(); colIsValid = new DevExpress.XtraGrid.Columns.GridColumn(); popMenu = new DevExpress.XtraBars.PopupMenu(components); ((System.ComponentModel.ISupportInitialize)bsPesList).BeginInit(); ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit(); ((System.ComponentModel.ISupportInitialize)grdPesList).BeginInit(); ((System.ComponentModel.ISupportInitialize)gvPesList).BeginInit(); ((System.ComponentModel.ISupportInitialize)satRepEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)bsSatList).BeginInit(); ((System.ComponentModel.ISupportInitialize)emtEdit).BeginInit(); ((System.ComponentModel.ISupportInitialize)bsEmtList).BeginInit(); ((System.ComponentModel.ISupportInitialize)popMenu).BeginInit(); SuspendLayout(); // // bsPesList // bsPesList.ObjectType = typeof(Pes); // // bmgMain // 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[] { btnDrawDtoLine, btnDrawDtoLineNoRef, btnPosManual, btnExportCsv, btnDfLine, btnDfLineNoRef }); bmgMain.MaxItemId = 6; // // barDockControlTop // barDockControlTop.CausesValidation = false; barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = bmgMain; barDockControlTop.Size = new Size(1028, 0); // // barDockControlBottom // barDockControlBottom.CausesValidation = false; barDockControlBottom.Dock = DockStyle.Bottom; barDockControlBottom.Location = new Point(0, 284); barDockControlBottom.Manager = bmgMain; barDockControlBottom.Size = new Size(1028, 0); // // barDockControlLeft // barDockControlLeft.CausesValidation = false; barDockControlLeft.Dock = DockStyle.Left; barDockControlLeft.Location = new Point(0, 0); barDockControlLeft.Manager = bmgMain; barDockControlLeft.Size = new Size(0, 284); // // barDockControlRight // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; barDockControlRight.Location = new Point(1028, 0); barDockControlRight.Manager = bmgMain; barDockControlRight.Size = new Size(0, 284); // // btnDrawDtoLine // btnDrawDtoLine.Caption = "绘制时差线"; btnDrawDtoLine.Id = 0; btnDrawDtoLine.ImageOptions.ImageUri.Uri = "chart/charttype_spline"; btnDrawDtoLine.Name = "btnDrawDtoLine"; btnDrawDtoLine.ItemClick += btnDrawDtoLine_ItemClick; // // btnDrawDtoLineNoRef // btnDrawDtoLineNoRef.Caption = "绘制时差线(无参)"; btnDrawDtoLineNoRef.Id = 1; btnDrawDtoLineNoRef.ImageOptions.ImageUri.Uri = "chart/charttype_spline"; btnDrawDtoLineNoRef.Name = "btnDrawDtoLineNoRef"; btnDrawDtoLineNoRef.ItemClick += btnDrawDtoLine_ItemClick; // // btnPosManual // btnPosManual.Caption = "手动定位"; btnPosManual.Id = 2; btnPosManual.ImageOptions.ImageUri.Uri = "dashboards/geopointmaps"; btnPosManual.Name = "btnPosManual"; btnPosManual.ItemClick += btnPosManual_ItemClick; // // btnExportCsv // btnExportCsv.Caption = "导出列表"; btnExportCsv.Id = 3; btnExportCsv.ImageOptions.ImageUri.Uri = "ExportToCSV"; btnExportCsv.Name = "btnExportCsv"; btnExportCsv.ItemClick += btnExportCsv_ItemClick; // // btnDfLine // btnDfLine.Caption = "绘制频差线"; btnDfLine.Id = 4; btnDfLine.ImageOptions.ImageUri.Uri = "chart/charttype_stepline"; btnDfLine.Name = "btnDfLine"; btnDfLine.ItemClick += btnDfLine_ItemClick; // // btnDfLineNoRef // btnDfLineNoRef.Caption = "绘制频差线(无参)"; btnDfLineNoRef.Id = 5; btnDfLineNoRef.ImageOptions.ImageUri.Uri = "chart/charttype_stepline"; btnDfLineNoRef.Name = "btnDfLineNoRef"; btnDfLineNoRef.ItemClick += btnDfLine_ItemClick; // // grdPesList // grdPesList.DataSource = bsPesList; grdPesList.Dock = DockStyle.Fill; grdPesList.Location = new Point(0, 0); grdPesList.MainView = gvPesList; grdPesList.MenuManager = bmgMain; grdPesList.Name = "grdPesList"; grdPesList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { satRepEdit, emtEdit }); grdPesList.Size = new Size(1028, 284); grdPesList.TabIndex = 4; grdPesList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvPesList }); // // gvPesList // gvPesList.Appearance.Row.Options.UseTextOptions = true; gvPesList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; gvPesList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colId, colTskId, colSigId, colSigTime, colCategory, colSigFreq, colBandWidth, colMainSatId, colAdjaSatId, colSigType, colEmtId, colDt, colDf, colSnr, colCreateTime, colIsValid }); gvPesList.GridControl = grdPesList; gvPesList.Name = "gvPesList"; gvPesList.OptionsBehavior.Editable = false; gvPesList.OptionsSelection.MultiSelect = true; gvPesList.OptionsView.ShowGroupPanel = false; gvPesList.RowClick += gvPesList_RowClick; gvPesList.RowCellStyle += gvPesList_RowCellStyle; gvPesList.RowStyle += gvPesList_RowStyle; gvPesList.CustomColumnDisplayText += gvPesList_CustomColumnDisplayText; // // colId // colId.FieldName = "Id"; colId.Name = "colId"; // // colTskId // colTskId.FieldName = "TskId"; colTskId.Name = "colTskId"; // // colSigId // colSigId.FieldName = "SigId"; colSigId.Name = "colSigId"; // // colSigTime // colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss.fff"; colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; colSigTime.FieldName = "SigTime"; colSigTime.Name = "colSigTime"; colSigTime.Visible = true; colSigTime.VisibleIndex = 0; colSigTime.Width = 115; // // colCategory // colCategory.FieldName = "Category"; colCategory.Name = "colCategory"; colCategory.Visible = true; colCategory.VisibleIndex = 5; colCategory.Width = 61; // // colSigFreq // colSigFreq.Caption = "信号频点(MHz)"; colSigFreq.FieldName = "SigFreq"; colSigFreq.Name = "colSigFreq"; colSigFreq.Visible = true; colSigFreq.VisibleIndex = 1; colSigFreq.Width = 68; // // colBandWidth // colBandWidth.Caption = "信号带宽(kHz)"; colBandWidth.FieldName = "BandWidth"; colBandWidth.Name = "colBandWidth"; colBandWidth.Visible = true; colBandWidth.VisibleIndex = 2; colBandWidth.Width = 68; // // colMainSatId // colMainSatId.Caption = "主星"; colMainSatId.ColumnEdit = satRepEdit; colMainSatId.FieldName = "MainSatId"; colMainSatId.Name = "colMainSatId"; colMainSatId.Visible = true; colMainSatId.VisibleIndex = 3; colMainSatId.Width = 84; // // satRepEdit // satRepEdit.AutoHeight = false; satRepEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); satRepEdit.DataSource = bsSatList; satRepEdit.DisplayMember = "This"; satRepEdit.Name = "satRepEdit"; satRepEdit.NullText = "无"; satRepEdit.ValueMember = "Oid"; // // bsSatList // bsSatList.DisplayableProperties = "This;Oid"; bsSatList.ObjectType = typeof(Sats.Sat); // // colAdjaSatId // colAdjaSatId.Caption = "邻星"; colAdjaSatId.ColumnEdit = satRepEdit; colAdjaSatId.FieldName = "AdjaSatId"; colAdjaSatId.Name = "colAdjaSatId"; colAdjaSatId.Visible = true; colAdjaSatId.VisibleIndex = 4; colAdjaSatId.Width = 85; // // colSigType // colSigType.FieldName = "SigType"; colSigType.Name = "colSigType"; // // colEmtId // colEmtId.ColumnEdit = emtEdit; colEmtId.FieldName = "EmtId"; colEmtId.Name = "colEmtId"; colEmtId.Visible = true; colEmtId.VisibleIndex = 6; colEmtId.Width = 61; // // emtEdit // emtEdit.AutoHeight = false; emtEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); emtEdit.DataSource = bsEmtList; emtEdit.DisplayMember = "Name"; emtEdit.Name = "emtEdit"; emtEdit.NullText = "无"; emtEdit.ValueMember = "Oid"; // // bsEmtList // bsEmtList.DisplayableProperties = "Oid;Name"; bsEmtList.ObjectType = typeof(Emts.Emt); // // colDt // colDt.FieldName = "Dt"; colDt.Name = "colDt"; colDt.Visible = true; colDt.VisibleIndex = 7; colDt.Width = 61; // // colDf // colDf.FieldName = "Df"; colDf.Name = "colDf"; colDf.Visible = true; colDf.VisibleIndex = 8; colDf.Width = 61; // // colSnr // colSnr.FieldName = "Snr"; colSnr.Name = "colSnr"; colSnr.Visible = true; colSnr.VisibleIndex = 9; colSnr.Width = 61; // // 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 = 10; colCreateTime.Width = 82; // // colIsValid // colIsValid.FieldName = "IsValid"; colIsValid.Name = "colIsValid"; // // popMenu // popMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnDrawDtoLine), new DevExpress.XtraBars.LinkPersistInfo(btnDrawDtoLineNoRef), new DevExpress.XtraBars.LinkPersistInfo(btnDfLine), new DevExpress.XtraBars.LinkPersistInfo(btnDfLineNoRef), new DevExpress.XtraBars.LinkPersistInfo(btnPosManual), new DevExpress.XtraBars.LinkPersistInfo(btnExportCsv) }); popMenu.Manager = bmgMain; popMenu.Name = "popMenu"; // // PesGridListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(grdPesList); Controls.Add(barDockControlLeft); Controls.Add(barDockControlRight); Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); Name = "PesGridListCtrl"; Size = new Size(1028, 284); ((System.ComponentModel.ISupportInitialize)bsPesList).EndInit(); ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit(); ((System.ComponentModel.ISupportInitialize)grdPesList).EndInit(); ((System.ComponentModel.ISupportInitialize)gvPesList).EndInit(); ((System.ComponentModel.ISupportInitialize)satRepEdit).EndInit(); ((System.ComponentModel.ISupportInitialize)bsSatList).EndInit(); ((System.ComponentModel.ISupportInitialize)emtEdit).EndInit(); ((System.ComponentModel.ISupportInitialize)bsEmtList).EndInit(); ((System.ComponentModel.ISupportInitialize)popMenu).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.Xpo.XPBindingSource bsPesList; 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.XtraGrid.GridControl grdPesList; private DevExpress.XtraGrid.Views.Grid.GridView gvPesList; private DevExpress.XtraGrid.Columns.GridColumn colId; private DevExpress.XtraGrid.Columns.GridColumn colTskId; private DevExpress.XtraGrid.Columns.GridColumn colSigId; private DevExpress.XtraGrid.Columns.GridColumn colEmtId; private DevExpress.XtraGrid.Columns.GridColumn colSigTime; private DevExpress.XtraGrid.Columns.GridColumn colSigFreq; private DevExpress.XtraGrid.Columns.GridColumn colBandWidth; private DevExpress.XtraGrid.Columns.GridColumn colCreateTime; private DevExpress.XtraGrid.Columns.GridColumn colCategory; private DevExpress.XtraGrid.Columns.GridColumn colSigType; private DevExpress.XtraGrid.Columns.GridColumn colMainSatId; private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatId; private DevExpress.XtraGrid.Columns.GridColumn colDt; private DevExpress.XtraGrid.Columns.GridColumn colDf; private DevExpress.XtraGrid.Columns.GridColumn colSnr; private DevExpress.XtraBars.PopupMenu popMenu; private DevExpress.XtraBars.BarButtonItem btnDrawDtoLine; private DevExpress.XtraBars.BarButtonItem btnDrawDtoLineNoRef; private DevExpress.Xpo.XPBindingSource bsSatList; private DevExpress.Xpo.XPBindingSource bsEmtList; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit satRepEdit; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtEdit; private DevExpress.XtraBars.BarButtonItem btnPosManual; private DevExpress.XtraGrid.Columns.GridColumn colIsValid; private DevExpress.XtraBars.BarButtonItem btnExportCsv; private DevExpress.XtraBars.BarButtonItem btnDfLine; private DevExpress.XtraBars.BarButtonItem btnDfLineNoRef; } }