| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 | namespace Ips.Sps.DxSigs{    partial class DxSigListCtrl    {        /// <summary>         /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>         /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Component Designer generated code        /// <summary>         /// Required method for Designer support - do not modify         /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            components = new System.ComponentModel.Container();            bsDxSigList = new DevExpress.Xpo.XPBindingSource(components);            grdSigList = new DevExpress.XtraGrid.GridControl();            gvSigList = new DevExpress.XtraGrid.Views.Grid.GridView();            colOid = new DevExpress.XtraGrid.Columns.GridColumn();            colSigType = new DevExpress.XtraGrid.Columns.GridColumn();            colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn();            colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();            colAdjaSatIds = new DevExpress.XtraGrid.Columns.GridColumn();            adjaSatEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();            bsSatList = new DevExpress.Xpo.XPBindingSource(components);            colRemark = new DevExpress.XtraGrid.Columns.GridColumn();            colSigFreqText = new DevExpress.XtraGrid.Columns.GridColumn();            bmgMain = new DevExpress.XtraBars.BarManager(components);            barSigEdit = new DevExpress.XtraBars.Bar();            btnAdd = new DevExpress.XtraBars.BarButtonItem();            btnDelete = new DevExpress.XtraBars.BarButtonItem();            barDockControlTop = new DevExpress.XtraBars.BarDockControl();            barDockControlBottom = new DevExpress.XtraBars.BarDockControl();            barDockControlLeft = new DevExpress.XtraBars.BarDockControl();            barDockControlRight = new DevExpress.XtraBars.BarDockControl();            txtListCaption = new DevExpress.XtraBars.BarHeaderItem();            ((System.ComponentModel.ISupportInitialize)bsDxSigList).BeginInit();            ((System.ComponentModel.ISupportInitialize)grdSigList).BeginInit();            ((System.ComponentModel.ISupportInitialize)gvSigList).BeginInit();            ((System.ComponentModel.ISupportInitialize)adjaSatEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)bsSatList).BeginInit();            ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();            SuspendLayout();            //             // bsDxSigList            //             bsDxSigList.DisplayableProperties = "This;Oid;SigType;SigFreq;BandWidth;AdjaSatIds;SigFreqText;Remark";            bsDxSigList.ObjectType = typeof(TskDxSignal);            //             // grdSigList            //             grdSigList.DataSource = bsDxSigList;            grdSigList.Dock = DockStyle.Fill;            grdSigList.Location = new Point(0, 24);            grdSigList.MainView = gvSigList;            grdSigList.Name = "grdSigList";            grdSigList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { adjaSatEdit });            grdSigList.Size = new Size(1163, 420);            grdSigList.TabIndex = 0;            grdSigList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvSigList });            grdSigList.Load += grdSigList_Load;            //             // gvSigList            //             gvSigList.Appearance.Row.Options.UseTextOptions = true;            gvSigList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;            gvSigList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colSigType, colSigFreq, colBandWidth, colAdjaSatIds, colRemark, colSigFreqText });            gvSigList.GridControl = grdSigList;            gvSigList.Name = "gvSigList";            gvSigList.OptionsBehavior.Editable = false;            gvSigList.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused;            gvSigList.OptionsSelection.MultiSelect = true;            gvSigList.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Full;            gvSigList.OptionsView.ShowGroupPanel = false;            gvSigList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colSigFreqText, DevExpress.Data.ColumnSortOrder.Ascending) });            gvSigList.InitNewRow += gvSigList_InitNewRow;            gvSigList.CustomColumnDisplayText += gvSigList_CustomColumnDisplayText;            //             // colOid            //             colOid.FieldName = "Oid";            colOid.Name = "colOid";            colOid.Visible = true;            colOid.VisibleIndex = 0;            colOid.Width = 40;            //             // colSigType            //             colSigType.FieldName = "SigType";            colSigType.Name = "colSigType";            colSigType.Visible = true;            colSigType.VisibleIndex = 1;            colSigType.Width = 38;            //             // colSigFreq            //             colSigFreq.FieldName = "SigFreq";            colSigFreq.Name = "colSigFreq";            colSigFreq.Visible = true;            colSigFreq.VisibleIndex = 3;            colSigFreq.Width = 76;            //             // colBandWidth            //             colBandWidth.FieldName = "BandWidth";            colBandWidth.Name = "colBandWidth";            colBandWidth.Visible = true;            colBandWidth.VisibleIndex = 5;            colBandWidth.Width = 76;            //             // colAdjaSatIds            //             colAdjaSatIds.ColumnEdit = adjaSatEdit;            colAdjaSatIds.FieldName = "AdjaSatIds";            colAdjaSatIds.Name = "colAdjaSatIds";            colAdjaSatIds.Visible = true;            colAdjaSatIds.VisibleIndex = 4;            colAdjaSatIds.Width = 148;            //             // adjaSatEdit            //             adjaSatEdit.AutoHeight = false;            adjaSatEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            adjaSatEdit.DataSource = bsSatList;            adjaSatEdit.DisplayMember = "Name";            adjaSatEdit.Name = "adjaSatEdit";            adjaSatEdit.ValueMember = "Oid";            //             // bsSatList            //             bsSatList.DisplayableProperties = "This;Oid;SatNum;Name;SatType;Lon;SatTurn;Remark";            bsSatList.ObjectType = typeof(Sats.Sat);            //             // colRemark            //             colRemark.FieldName = "Remark";            colRemark.Name = "colRemark";            colRemark.Visible = true;            colRemark.VisibleIndex = 6;            colRemark.Width = 94;            //             // colSigFreqText            //             colSigFreqText.FieldName = "SigFreqText";            colSigFreqText.Name = "colSigFreqText";            colSigFreqText.Visible = true;            colSigFreqText.VisibleIndex = 2;            //             // bmgMain            //             bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { barSigEdit });            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[] { btnAdd, btnDelete, txtListCaption });            bmgMain.MaxItemId = 7;            //             // barSigEdit            //             barSigEdit.BarName = "Tools";            barSigEdit.DockCol = 0;            barSigEdit.DockRow = 0;            barSigEdit.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;            barSigEdit.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnAdd), new DevExpress.XtraBars.LinkPersistInfo(btnDelete), new DevExpress.XtraBars.LinkPersistInfo(txtListCaption) });            barSigEdit.OptionsBar.DrawBorder = false;            barSigEdit.OptionsBar.UseWholeRow = true;            barSigEdit.Text = "Tools";            //             // btnAdd            //             btnAdd.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;            btnAdd.Caption = "添加信号";            btnAdd.Id = 2;            btnAdd.ImageOptions.ImageUri.Uri = "icon%20builder/actions_add";            btnAdd.Name = "btnAdd";            btnAdd.ItemClick += btnAdd_ItemClick;            //             // btnDelete            //             btnDelete.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;            btnDelete.Caption = "删除信号";            btnDelete.Id = 3;            btnDelete.ImageOptions.ImageUri.Uri = "icon%20builder/actions_remove";            btnDelete.Name = "btnDelete";            btnDelete.ItemClick += btnDelete_ItemClick;            //             // barDockControlTop            //             barDockControlTop.CausesValidation = false;            barDockControlTop.Dock = DockStyle.Top;            barDockControlTop.Location = new Point(0, 0);            barDockControlTop.Manager = bmgMain;            barDockControlTop.Size = new Size(1163, 24);            //             // barDockControlBottom            //             barDockControlBottom.CausesValidation = false;            barDockControlBottom.Dock = DockStyle.Bottom;            barDockControlBottom.Location = new Point(0, 444);            barDockControlBottom.Manager = bmgMain;            barDockControlBottom.Size = new Size(1163, 0);            //             // barDockControlLeft            //             barDockControlLeft.CausesValidation = false;            barDockControlLeft.Dock = DockStyle.Left;            barDockControlLeft.Location = new Point(0, 24);            barDockControlLeft.Manager = bmgMain;            barDockControlLeft.Size = new Size(0, 420);            //             // barDockControlRight            //             barDockControlRight.CausesValidation = false;            barDockControlRight.Dock = DockStyle.Right;            barDockControlRight.Location = new Point(1163, 24);            barDockControlRight.Manager = bmgMain;            barDockControlRight.Size = new Size(0, 420);            //             // txtListCaption            //             txtListCaption.Caption = "干扰信号";            txtListCaption.Id = 6;            txtListCaption.Name = "txtListCaption";            //             // DxSigListCtrl            //             AutoScaleDimensions = new SizeF(7F, 14F);            AutoScaleMode = AutoScaleMode.Font;            Controls.Add(grdSigList);            Controls.Add(barDockControlLeft);            Controls.Add(barDockControlRight);            Controls.Add(barDockControlBottom);            Controls.Add(barDockControlTop);            Name = "DxSigListCtrl";            Size = new Size(1163, 444);            ((System.ComponentModel.ISupportInitialize)bsDxSigList).EndInit();            ((System.ComponentModel.ISupportInitialize)grdSigList).EndInit();            ((System.ComponentModel.ISupportInitialize)gvSigList).EndInit();            ((System.ComponentModel.ISupportInitialize)adjaSatEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)bsSatList).EndInit();            ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();            ResumeLayout(false);            PerformLayout();        }        #endregion        private DevExpress.Xpo.XPBindingSource bsDxSigList;        private DevExpress.XtraGrid.GridControl grdSigList;        private DevExpress.XtraGrid.Views.Grid.GridView gvSigList;        private DevExpress.XtraGrid.Columns.GridColumn colOid;        private DevExpress.XtraGrid.Columns.GridColumn colSigType;        private DevExpress.XtraGrid.Columns.GridColumn colSigFreq;        private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;        private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatIds;        private DevExpress.XtraGrid.Columns.GridColumn colRemark;        private DevExpress.XtraGrid.Columns.GridColumn colSigFreqText;        private DevExpress.XtraBars.BarManager bmgMain;        private DevExpress.XtraBars.Bar barSigEdit;        private DevExpress.XtraBars.BarDockControl barDockControlTop;        private DevExpress.XtraBars.BarDockControl barDockControlBottom;        private DevExpress.XtraBars.BarDockControl barDockControlLeft;        private DevExpress.XtraBars.BarDockControl barDockControlRight;        private DevExpress.XtraBars.BarButtonItem btnAdd;        private DevExpress.XtraBars.BarButtonItem btnDelete;        private DevExpress.Xpo.XPBindingSource bsSatList;        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit adjaSatEdit;        private DevExpress.XtraBars.BarHeaderItem txtListCaption;    }}
 |