| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508 | using Ips.Sps.Ants;using Ips.Sps.Sats;namespace Ips.Sps.Adcs{    partial class AdcListForm    {        /// <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()        {            components = new System.ComponentModel.Container();            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();            gvChannelList = new DevExpress.XtraGrid.Views.Grid.GridView();            colOid1 = new DevExpress.XtraGrid.Columns.GridColumn();            colChNum = new DevExpress.XtraGrid.Columns.GridColumn();            colFixCenter = new DevExpress.XtraGrid.Columns.GridColumn();            fixCenterEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();            colCenterFreq = new DevExpress.XtraGrid.Columns.GridColumn();            colFrqAddr = new DevExpress.XtraGrid.Columns.GridColumn();            colFrqTurn = new DevExpress.XtraGrid.Columns.GridColumn();            colAntId = new DevExpress.XtraGrid.Columns.GridColumn();            antListEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();            xpcAntList = new DevExpress.Xpo.XPCollection(components);            colSatIds = new DevExpress.XtraGrid.Columns.GridColumn();            satIdsEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();            xpcSatList = new DevExpress.Xpo.XPCollection(components);            colEnable1 = new DevExpress.XtraGrid.Columns.GridColumn();            enableEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();            grdAdcList = new DevExpress.XtraGrid.GridControl();            bsAdcList = new DevExpress.Xpo.XPBindingSource(components);            gvAdcList = new DevExpress.XtraGrid.Views.Grid.GridView();            colOid = new DevExpress.XtraGrid.Columns.GridColumn();            colName = new DevExpress.XtraGrid.Columns.GridColumn();            colTriggerMode = new DevExpress.XtraGrid.Columns.GridColumn();            colClockerType = new DevExpress.XtraGrid.Columns.GridColumn();            colClockFreq = new DevExpress.XtraGrid.Columns.GridColumn();            colDdcFreq = new DevExpress.XtraGrid.Columns.GridColumn();            colIsInverseText = new DevExpress.XtraGrid.Columns.GridColumn();            colMutil = new DevExpress.XtraGrid.Columns.GridColumn();            colStorePath = new DevExpress.XtraGrid.Columns.GridColumn();            colEnable = new DevExpress.XtraGrid.Columns.GridColumn();            colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn();            repIsDefaultEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();            bmgMain = new DevExpress.XtraBars.BarManager(components);            bar1 = new DevExpress.XtraBars.Bar();            btnAdd = new DevExpress.XtraBars.BarButtonItem();            btnEdit = 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();            colCode = new DevExpress.XtraGrid.Columns.GridColumn();            ((System.ComponentModel.ISupportInitialize)gvChannelList).BeginInit();            ((System.ComponentModel.ISupportInitialize)fixCenterEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)antListEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)xpcAntList).BeginInit();            ((System.ComponentModel.ISupportInitialize)satIdsEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)xpcSatList).BeginInit();            ((System.ComponentModel.ISupportInitialize)enableEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)grdAdcList).BeginInit();            ((System.ComponentModel.ISupportInitialize)bsAdcList).BeginInit();            ((System.ComponentModel.ISupportInitialize)gvAdcList).BeginInit();            ((System.ComponentModel.ISupportInitialize)repIsDefaultEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();            SuspendLayout();            //             // gvChannelList            //             gvChannelList.Appearance.Row.Options.UseTextOptions = true;            gvChannelList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;            gvChannelList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid1, colChNum, colFixCenter, colCenterFreq, colFrqAddr, colFrqTurn, colAntId, colSatIds, colEnable1 });            gvChannelList.GridControl = grdAdcList;            gvChannelList.Name = "gvChannelList";            gvChannelList.OptionsBehavior.Editable = false;            gvChannelList.OptionsView.ShowGroupPanel = false;            //             // colOid1            //             colOid1.FieldName = "Oid";            colOid1.Name = "colOid1";            //             // colChNum            //             colChNum.FieldName = "ChNum";            colChNum.Name = "colChNum";            colChNum.Visible = true;            colChNum.VisibleIndex = 0;            colChNum.Width = 69;            //             // colFixCenter            //             colFixCenter.ColumnEdit = fixCenterEdit;            colFixCenter.FieldName = "FixCenter";            colFixCenter.Name = "colFixCenter";            colFixCenter.Visible = true;            colFixCenter.VisibleIndex = 1;            colFixCenter.Width = 76;            //             // fixCenterEdit            //             fixCenterEdit.AutoHeight = false;            fixCenterEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            fixCenterEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("固定中心", true, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("动态设置", false, -1) });            fixCenterEdit.Name = "fixCenterEdit";            //             // colCenterFreq            //             colCenterFreq.FieldName = "CenterFreq";            colCenterFreq.Name = "colCenterFreq";            colCenterFreq.Visible = true;            colCenterFreq.VisibleIndex = 2;            colCenterFreq.Width = 90;            //             // colFrqAddr            //             colFrqAddr.FieldName = "FrqAddr";            colFrqAddr.Name = "colFrqAddr";            colFrqAddr.Visible = true;            colFrqAddr.VisibleIndex = 3;            colFrqAddr.Width = 102;            //             // colFrqTurn            //             colFrqTurn.FieldName = "FrqTurn";            colFrqTurn.Name = "colFrqTurn";            colFrqTurn.Visible = true;            colFrqTurn.VisibleIndex = 4;            colFrqTurn.Width = 67;            //             // colAntId            //             colAntId.ColumnEdit = antListEdit;            colAntId.FieldName = "AntId";            colAntId.Name = "colAntId";            colAntId.Visible = true;            colAntId.VisibleIndex = 5;            colAntId.Width = 95;            //             // antListEdit            //             antListEdit.AutoHeight = false;            antListEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            antListEdit.DataSource = xpcAntList;            antListEdit.DisplayMember = "Name";            antListEdit.KeyMember = "Oid";            antListEdit.Name = "antListEdit";            antListEdit.ValueMember = "Oid";            //             // xpcAntList            //             xpcAntList.ObjectType = typeof(Ant);            //             // colSatIds            //             colSatIds.ColumnEdit = satIdsEdit;            colSatIds.FieldName = "SatIds";            colSatIds.Name = "colSatIds";            colSatIds.Visible = true;            colSatIds.VisibleIndex = 6;            colSatIds.Width = 248;            //             // satIdsEdit            //             satIdsEdit.AutoHeight = false;            satIdsEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            satIdsEdit.DataSource = xpcSatList;            satIdsEdit.DisplayMember = "This";            satIdsEdit.Name = "satIdsEdit";            satIdsEdit.ValueMember = "Oid";            //             // xpcSatList            //             xpcSatList.CriteriaString = "[Enable] = True";            xpcSatList.ObjectType = typeof(Sat);            xpcSatList.Sorting.AddRange(new DevExpress.Xpo.SortProperty[] { new DevExpress.Xpo.SortProperty("[Enable]", DevExpress.Xpo.DB.SortingDirection.Descending), new DevExpress.Xpo.SortProperty("[Lon]", DevExpress.Xpo.DB.SortingDirection.Ascending), new DevExpress.Xpo.SortProperty("[SatNum]", DevExpress.Xpo.DB.SortingDirection.Ascending) });            //             // colEnable1            //             colEnable1.ColumnEdit = enableEdit;            colEnable1.FieldName = "Enable";            colEnable1.Name = "colEnable1";            colEnable1.OptionsColumn.FixedWidth = true;            colEnable1.Visible = true;            colEnable1.VisibleIndex = 7;            colEnable1.Width = 60;            //             // enableEdit            //             enableEdit.AutoHeight = false;            enableEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            enableEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", true, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", false, -1) });            enableEdit.Name = "enableEdit";            //             // grdAdcList            //             grdAdcList.DataSource = bsAdcList;            grdAdcList.Dock = DockStyle.Fill;            gridLevelNode1.LevelTemplate = gvChannelList;            gridLevelNode1.RelationName = "Channels";            grdAdcList.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1 });            grdAdcList.Location = new Point(0, 24);            grdAdcList.MainView = gvAdcList;            grdAdcList.MenuManager = bmgMain;            grdAdcList.Name = "grdAdcList";            grdAdcList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { enableEdit, fixCenterEdit, antListEdit, satIdsEdit, repIsDefaultEdit });            grdAdcList.ShowOnlyPredefinedDetails = true;            grdAdcList.Size = new Size(1032, 450);            grdAdcList.TabIndex = 4;            grdAdcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvAdcList, gvChannelList });            //             // bsAdcList            //             bsAdcList.ObjectType = typeof(AdCard);            //             // gvAdcList            //             gvAdcList.Appearance.Row.Options.UseTextOptions = true;            gvAdcList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;            gvAdcList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colName, colCode, colTriggerMode, colClockerType, colClockFreq, colDdcFreq, colIsInverseText, colMutil, colStorePath, colEnable, colIsDefault });            gvAdcList.GridControl = grdAdcList;            gvAdcList.Name = "gvAdcList";            gvAdcList.OptionsBehavior.Editable = false;            gvAdcList.OptionsSelection.MultiSelect = true;            gvAdcList.OptionsView.ShowGroupPanel = false;            gvAdcList.RowClick += gvAdcList_RowClick;            //             // colOid            //             colOid.FieldName = "Oid";            colOid.Name = "colOid";            //             // colName            //             colName.FieldName = "Name";            colName.Name = "colName";            colName.Visible = true;            colName.VisibleIndex = 0;            colName.Width = 132;            //             // colTriggerMode            //             colTriggerMode.FieldName = "TriggerMode";            colTriggerMode.Name = "colTriggerMode";            colTriggerMode.Visible = true;            colTriggerMode.VisibleIndex = 2;            colTriggerMode.Width = 72;            //             // colClockerType            //             colClockerType.FieldName = "ClockerType";            colClockerType.Name = "colClockerType";            colClockerType.Visible = true;            colClockerType.VisibleIndex = 3;            colClockerType.Width = 80;            //             // colClockFreq            //             colClockFreq.FieldName = "ClockFreq";            colClockFreq.Name = "colClockFreq";            colClockFreq.Visible = true;            colClockFreq.VisibleIndex = 4;            colClockFreq.Width = 103;            //             // colDdcFreq            //             colDdcFreq.FieldName = "DdcFreq";            colDdcFreq.Name = "colDdcFreq";            colDdcFreq.Visible = true;            colDdcFreq.VisibleIndex = 5;            colDdcFreq.Width = 102;            //             // colIsInverseText            //             colIsInverseText.FieldName = "IsInverseText";            colIsInverseText.Name = "colIsInverseText";            colIsInverseText.Width = 74;            //             // colMutil            //             colMutil.FieldName = "Mutil";            colMutil.Name = "colMutil";            colMutil.Visible = true;            colMutil.VisibleIndex = 6;            colMutil.Width = 71;            //             // colStorePath            //             colStorePath.FieldName = "StorePath";            colStorePath.Name = "colStorePath";            colStorePath.Visible = true;            colStorePath.VisibleIndex = 7;            colStorePath.Width = 321;            //             // colEnable            //             colEnable.ColumnEdit = enableEdit;            colEnable.FieldName = "Enable";            colEnable.Name = "colEnable";            colEnable.OptionsColumn.FixedWidth = true;            colEnable.Visible = true;            colEnable.VisibleIndex = 8;            colEnable.Width = 60;            //             // colIsDefault            //             colIsDefault.Caption = "默认";            colIsDefault.ColumnEdit = repIsDefaultEdit;            colIsDefault.FieldName = "IsDefault";            colIsDefault.Name = "colIsDefault";            colIsDefault.Visible = true;            colIsDefault.VisibleIndex = 9;            colIsDefault.Width = 60;            //             // repIsDefaultEdit            //             repIsDefaultEdit.AutoHeight = false;            repIsDefaultEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            repIsDefaultEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("默认", true, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("--", false, -1) });            repIsDefaultEdit.Name = "repIsDefaultEdit";            //             // bmgMain            //             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[] { btnAdd, btnEdit, btnDelete });            bmgMain.MaxItemId = 3;            //             // bar1            //             bar1.BarName = "Tools";            bar1.DockCol = 0;            bar1.DockRow = 0;            bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;            bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnAdd), new DevExpress.XtraBars.LinkPersistInfo(btnEdit), new DevExpress.XtraBars.LinkPersistInfo(btnDelete) });            bar1.OptionsBar.DrawBorder = false;            bar1.OptionsBar.DrawDragBorder = false;            bar1.OptionsBar.UseWholeRow = true;            bar1.Text = "Tools";            //             // btnAdd            //             btnAdd.Caption = "添加";            btnAdd.Id = 0;            btnAdd.ImageOptions.ImageUri.Uri = "icon%20builder/actions_add";            btnAdd.Name = "btnAdd";            btnAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;            btnAdd.ItemClick += btnAdd_ItemClick;            //             // btnEdit            //             btnEdit.Caption = "编辑";            btnEdit.Id = 1;            btnEdit.ImageOptions.ImageUri.Uri = "icon%20builder/actions_edit";            btnEdit.Name = "btnEdit";            btnEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;            btnEdit.ItemClick += btnEdit_ItemClick;            //             // btnDelete            //             btnDelete.Caption = "删除";            btnDelete.Id = 2;            btnDelete.ImageOptions.ImageUri.Uri = "icon%20builder/actions_delete";            btnDelete.Name = "btnDelete";            btnDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;            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(1032, 24);            //             // barDockControlBottom            //             barDockControlBottom.CausesValidation = false;            barDockControlBottom.Dock = DockStyle.Bottom;            barDockControlBottom.Location = new Point(0, 474);            barDockControlBottom.Manager = bmgMain;            barDockControlBottom.Size = new Size(1032, 0);            //             // barDockControlLeft            //             barDockControlLeft.CausesValidation = false;            barDockControlLeft.Dock = DockStyle.Left;            barDockControlLeft.Location = new Point(0, 24);            barDockControlLeft.Manager = bmgMain;            barDockControlLeft.Size = new Size(0, 450);            //             // barDockControlRight            //             barDockControlRight.CausesValidation = false;            barDockControlRight.Dock = DockStyle.Right;            barDockControlRight.Location = new Point(1032, 24);            barDockControlRight.Manager = bmgMain;            barDockControlRight.Size = new Size(0, 450);            //             // colCode            //             colCode.FieldName = "Code";            colCode.Name = "colCode";            colCode.Visible = true;            colCode.VisibleIndex = 1;            colCode.Width = 83;            //             // AdcListForm            //             AutoScaleDimensions = new SizeF(7F, 14F);            AutoScaleMode = AutoScaleMode.Font;            ClientSize = new Size(1032, 474);            Controls.Add(grdAdcList);            Controls.Add(barDockControlLeft);            Controls.Add(barDockControlRight);            Controls.Add(barDockControlBottom);            Controls.Add(barDockControlTop);            Name = "AdcListForm";            Text = "采集管理";            Load += AdcListForm_Load;            ((System.ComponentModel.ISupportInitialize)gvChannelList).EndInit();            ((System.ComponentModel.ISupportInitialize)fixCenterEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)antListEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)xpcAntList).EndInit();            ((System.ComponentModel.ISupportInitialize)satIdsEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)xpcSatList).EndInit();            ((System.ComponentModel.ISupportInitialize)enableEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)grdAdcList).EndInit();            ((System.ComponentModel.ISupportInitialize)bsAdcList).EndInit();            ((System.ComponentModel.ISupportInitialize)gvAdcList).EndInit();            ((System.ComponentModel.ISupportInitialize)repIsDefaultEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();            ResumeLayout(false);            PerformLayout();        }        #endregion        private DevExpress.XtraBars.BarManager bmgMain;        private DevExpress.XtraBars.Bar bar1;        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 btnEdit;        private DevExpress.XtraBars.BarButtonItem btnDelete;        private DevExpress.XtraGrid.GridControl grdAdcList;        private DevExpress.XtraGrid.Views.Grid.GridView gvAdcList;        private DevExpress.Xpo.XPBindingSource bsAdcList;        private DevExpress.XtraGrid.Columns.GridColumn colOid;        private DevExpress.XtraGrid.Columns.GridColumn colName;        private DevExpress.XtraGrid.Columns.GridColumn colTriggerMode;        private DevExpress.XtraGrid.Columns.GridColumn colClockerType;        private DevExpress.XtraGrid.Columns.GridColumn colDdcFreq;        private DevExpress.XtraGrid.Columns.GridColumn colIsInverseText;        private DevExpress.XtraGrid.Columns.GridColumn colMutil;        private DevExpress.XtraGrid.Columns.GridColumn colStorePath;        private DevExpress.XtraGrid.Columns.GridColumn colEnable;        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox enableEdit;        private DevExpress.XtraGrid.Views.Grid.GridView gvChannelList;        private DevExpress.XtraGrid.Columns.GridColumn colOid1;        private DevExpress.XtraGrid.Columns.GridColumn colChNum;        private DevExpress.XtraGrid.Columns.GridColumn colFixCenter;        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox fixCenterEdit;        private DevExpress.XtraGrid.Columns.GridColumn colCenterFreq;        private DevExpress.XtraGrid.Columns.GridColumn colFrqAddr;        private DevExpress.XtraGrid.Columns.GridColumn colFrqTurn;        private DevExpress.XtraGrid.Columns.GridColumn colAntId;        private DevExpress.XtraGrid.Columns.GridColumn colSatIds;        private DevExpress.XtraGrid.Columns.GridColumn colEnable1;        private DevExpress.Xpo.XPCollection xpcAntList;        private DevExpress.Xpo.XPCollection xpcSatList;        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit antListEdit;        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit satIdsEdit;        private DevExpress.XtraGrid.Columns.GridColumn colClockFreq;        private DevExpress.XtraGrid.Columns.GridColumn colIsDefault;        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repIsDefaultEdit;        private DevExpress.XtraGrid.Columns.GridColumn colCode;    }}
 |