| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295 | namespace Ips.Sps.Tools.SignalSimes{    partial class SignalSimParamCtrl    {        /// <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();            dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();            btnGenSigFile = new DevExpress.XtraEditors.SimpleButton();            btnGenPos = new DevExpress.XtraEditors.SimpleButton();            gridPosList = new DevExpress.XtraGrid.GridControl();            bsSignalSim = new BindingSource(components);            gvPosList = new DevExpress.XtraGrid.Views.Grid.GridView();            colSigTime = new DevExpress.XtraGrid.Columns.GridColumn();            sigTimeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();            colLon = new DevExpress.XtraGrid.Columns.GridColumn();            colLat = new DevExpress.XtraGrid.Columns.GridColumn();            colDtCalcRes = new DevExpress.XtraGrid.Columns.GridColumn();            colLon1 = new DevExpress.XtraGrid.Columns.GridColumn();            colLat1 = new DevExpress.XtraGrid.Columns.GridColumn();            gridSatList = new DevExpress.XtraGrid.GridControl();            gvSatList = new DevExpress.XtraGrid.Views.Grid.GridView();            colSatId = new DevExpress.XtraGrid.Columns.GridColumn();            satEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();            bsSatList = new DevExpress.Xpo.XPBindingSource(components);            colIsMainSat = new DevExpress.XtraGrid.Columns.GridColumn();            isMainSatEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();            colAntId = new DevExpress.XtraGrid.Columns.GridColumn();            antEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();            bsAntList = new DevExpress.Xpo.XPBindingSource(components);            colSiteCode = new DevExpress.XtraGrid.Columns.GridColumn();            siteCodeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();            colAdcCode = new DevExpress.XtraGrid.Columns.GridColumn();            adcCodeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();            colRefAdcCode = new DevExpress.XtraGrid.Columns.GridColumn();            colChNum = new DevExpress.XtraGrid.Columns.GridColumn();            chNumEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();            StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();            TimeIntervalSpinEdit = new DevExpress.XtraEditors.SpinEdit();            SigFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            BandWidthButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            DataPathButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            TimeLenSpinEdit = new DevExpress.XtraEditors.SpinEdit();            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();            btnCalcPosDt = new DevExpress.XtraBars.BarButtonItem();            HasRefCheckEdit = new DevExpress.XtraEditors.CheckEdit();            RefLonButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RefLatButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RefAltButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            ErrRangeButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RefFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RefBandWdithButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            ClockFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            Sup4MCheckEdit = new DevExpress.XtraEditors.CheckEdit();            TarDf1ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            TarDf2ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RefDf1ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            RefDf2ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();            Root = new DevExpress.XtraLayout.LayoutControlGroup();            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();            splitterItem1 = new DevExpress.XtraLayout.SplitterItem();            ItemForHasRef = new DevExpress.XtraLayout.LayoutControlItem();            ItemForSigFreq = new DevExpress.XtraLayout.LayoutControlItem();            ItemForBandWidth = new DevExpress.XtraLayout.LayoutControlItem();            ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();            ItemForTimeLen = new DevExpress.XtraLayout.LayoutControlItem();            ItemForTimeInterval = new DevExpress.XtraLayout.LayoutControlItem();            ItemForDataPath = new DevExpress.XtraLayout.LayoutControlItem();            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();            ItemForErrRange = new DevExpress.XtraLayout.LayoutControlItem();            ItemForClockFreq = new DevExpress.XtraLayout.LayoutControlItem();            ItemForSup4M = new DevExpress.XtraLayout.LayoutControlItem();            ItemForTarDf1 = new DevExpress.XtraLayout.LayoutControlItem();            ItemForTarDf2 = new DevExpress.XtraLayout.LayoutControlItem();            grpRefSig = new DevExpress.XtraLayout.LayoutControlGroup();            ItemForRefFreq = new DevExpress.XtraLayout.LayoutControlItem();            ItemForRefBandWdith = new DevExpress.XtraLayout.LayoutControlItem();            ItemForRefDf1 = new DevExpress.XtraLayout.LayoutControlItem();            ItemForRefDf2 = new DevExpress.XtraLayout.LayoutControlItem();            ItemForRefLon = new DevExpress.XtraLayout.LayoutControlItem();            ItemForRefLat = new DevExpress.XtraLayout.LayoutControlItem();            ItemForRefAlt = new DevExpress.XtraLayout.LayoutControlItem();            popGridPos = new DevExpress.XtraBars.PopupMenu(components);            colTarDf1 = new DevExpress.XtraGrid.Columns.GridColumn();            colTarDf2 = new DevExpress.XtraGrid.Columns.GridColumn();            colRefDf1 = new DevExpress.XtraGrid.Columns.GridColumn();            colRefDf2 = new DevExpress.XtraGrid.Columns.GridColumn();            ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();            dataLayoutControl1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)gridPosList).BeginInit();            ((System.ComponentModel.ISupportInitialize)bsSignalSim).BeginInit();            ((System.ComponentModel.ISupportInitialize)gvPosList).BeginInit();            ((System.ComponentModel.ISupportInitialize)sigTimeEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)sigTimeEdit.CalendarTimeProperties).BeginInit();            ((System.ComponentModel.ISupportInitialize)gridSatList).BeginInit();            ((System.ComponentModel.ISupportInitialize)gvSatList).BeginInit();            ((System.ComponentModel.ISupportInitialize)satEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)bsSatList).BeginInit();            ((System.ComponentModel.ISupportInitialize)isMainSatEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)antEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)bsAntList).BeginInit();            ((System.ComponentModel.ISupportInitialize)siteCodeEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)adcCodeEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)chNumEdit).BeginInit();            ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties.CalendarTimeProperties).BeginInit();            ((System.ComponentModel.ISupportInitialize)TimeIntervalSpinEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)SigFreqButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)BandWidthButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)DataPathButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)TimeLenSpinEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();            ((System.ComponentModel.ISupportInitialize)HasRefCheckEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefLonButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefLatButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefAltButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)ErrRangeButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefFreqButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefBandWdithButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)ClockFreqButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)Sup4MCheckEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)TarDf1ButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)TarDf2ButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefDf1ButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)RefDf2ButtonEdit.Properties).BeginInit();            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();            ((System.ComponentModel.ISupportInitialize)splitterItem1).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForHasRef).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForSigFreq).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForBandWidth).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForStartTime).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForTimeLen).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForTimeInterval).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForDataPath).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForErrRange).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForClockFreq).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForSup4M).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForTarDf1).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForTarDf2).BeginInit();            ((System.ComponentModel.ISupportInitialize)grpRefSig).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefFreq).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefBandWdith).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefDf1).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefDf2).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefLon).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefLat).BeginInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefAlt).BeginInit();            ((System.ComponentModel.ISupportInitialize)popGridPos).BeginInit();            SuspendLayout();            //             // dataLayoutControl1            //             dataLayoutControl1.Controls.Add(btnGenSigFile);            dataLayoutControl1.Controls.Add(btnGenPos);            dataLayoutControl1.Controls.Add(gridPosList);            dataLayoutControl1.Controls.Add(gridSatList);            dataLayoutControl1.Controls.Add(StartTimeDateEdit);            dataLayoutControl1.Controls.Add(TimeIntervalSpinEdit);            dataLayoutControl1.Controls.Add(SigFreqButtonEdit);            dataLayoutControl1.Controls.Add(BandWidthButtonEdit);            dataLayoutControl1.Controls.Add(DataPathButtonEdit);            dataLayoutControl1.Controls.Add(TimeLenSpinEdit);            dataLayoutControl1.Controls.Add(HasRefCheckEdit);            dataLayoutControl1.Controls.Add(RefLonButtonEdit);            dataLayoutControl1.Controls.Add(RefLatButtonEdit);            dataLayoutControl1.Controls.Add(RefAltButtonEdit);            dataLayoutControl1.Controls.Add(ErrRangeButtonEdit);            dataLayoutControl1.Controls.Add(RefFreqButtonEdit);            dataLayoutControl1.Controls.Add(RefBandWdithButtonEdit);            dataLayoutControl1.Controls.Add(ClockFreqButtonEdit);            dataLayoutControl1.Controls.Add(Sup4MCheckEdit);            dataLayoutControl1.Controls.Add(TarDf1ButtonEdit);            dataLayoutControl1.Controls.Add(TarDf2ButtonEdit);            dataLayoutControl1.Controls.Add(RefDf1ButtonEdit);            dataLayoutControl1.Controls.Add(RefDf2ButtonEdit);            dataLayoutControl1.DataSource = bsSignalSim;            dataLayoutControl1.Dock = DockStyle.Fill;            dataLayoutControl1.Location = new Point(0, 0);            dataLayoutControl1.Name = "dataLayoutControl1";            dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(980, 75, 650, 691);            dataLayoutControl1.Root = Root;            dataLayoutControl1.Size = new Size(1329, 364);            dataLayoutControl1.TabIndex = 0;            dataLayoutControl1.Text = "dataLayoutControl1";            //             // btnGenSigFile            //             btnGenSigFile.Location = new Point(1248, 53);            btnGenSigFile.Name = "btnGenSigFile";            btnGenSigFile.Size = new Size(76, 22);            btnGenSigFile.StyleController = dataLayoutControl1;            btnGenSigFile.TabIndex = 21;            btnGenSigFile.Text = "生成文件";            btnGenSigFile.Click += btnGenSigFile_Click;            //             // btnGenPos            //             btnGenPos.Location = new Point(1168, 53);            btnGenPos.Name = "btnGenPos";            btnGenPos.Size = new Size(76, 22);            btnGenPos.StyleController = dataLayoutControl1;            btnGenPos.TabIndex = 20;            btnGenPos.Text = "生成定位点";            btnGenPos.Click += btnGenPos_Click;            //             // gridPosList            //             gridPosList.DataMember = "PosList";            gridPosList.DataSource = bsSignalSim;            gridPosList.Location = new Point(665, 79);            gridPosList.MainView = gvPosList;            gridPosList.Name = "gridPosList";            gridPosList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { sigTimeEdit });            gridPosList.Size = new Size(659, 280);            gridPosList.TabIndex = 23;            gridPosList.UseEmbeddedNavigator = true;            gridPosList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvPosList });            //             // bsSignalSim            //             bsSignalSim.DataSource = typeof(SignalSimViewModel);            //             // gvPosList            //             gvPosList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colSigTime, colLon, colLat, colTarDf1, colTarDf2, colRefDf1, colRefDf2, colDtCalcRes, colLon1, colLat1 });            gvPosList.GridControl = gridPosList;            gvPosList.Name = "gvPosList";            gvPosList.OptionsView.ShowGroupPanel = false;            gvPosList.MouseDown += gvPosList_MouseDown;            //             // colSigTime            //             colSigTime.ColumnEdit = sigTimeEdit;            colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";            colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;            colSigTime.FieldName = "SigTime";            colSigTime.Name = "colSigTime";            colSigTime.Visible = true;            colSigTime.VisibleIndex = 0;            colSigTime.Width = 244;            //             // sigTimeEdit            //             sigTimeEdit.AutoHeight = false;            sigTimeEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            sigTimeEdit.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;            sigTimeEdit.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            sigTimeEdit.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";            sigTimeEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;            sigTimeEdit.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";            sigTimeEdit.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;            sigTimeEdit.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");            sigTimeEdit.Name = "sigTimeEdit";            //             // colLon            //             colLon.DisplayFormat.FormatString = "F3";            colLon.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;            colLon.FieldName = "Lon";            colLon.Name = "colLon";            colLon.Visible = true;            colLon.VisibleIndex = 1;            colLon.Width = 166;            //             // colLat            //             colLat.DisplayFormat.FormatString = "F3";            colLat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;            colLat.FieldName = "Lat";            colLat.Name = "colLat";            colLat.Visible = true;            colLat.VisibleIndex = 2;            colLat.Width = 112;            //             // colDtCalcRes            //             colDtCalcRes.FieldName = "DtCalcRes";            colDtCalcRes.Name = "colDtCalcRes";            //             // colLon1            //             colLon1.FieldName = "Lon1";            colLon1.Name = "colLon1";            //             // colLat1            //             colLat1.FieldName = "Lat1";            colLat1.Name = "colLat1";            //             // gridSatList            //             gridSatList.DataMember = "SatList";            gridSatList.DataSource = bsSignalSim;            gridSatList.Location = new Point(5, 79);            gridSatList.MainView = gvSatList;            gridSatList.Name = "gridSatList";            gridSatList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { satEdit, antEdit, siteCodeEdit, adcCodeEdit, chNumEdit, isMainSatEdit });            gridSatList.Size = new Size(646, 280);            gridSatList.TabIndex = 22;            gridSatList.UseEmbeddedNavigator = true;            gridSatList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvSatList });            //             // gvSatList            //             gvSatList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colSatId, colIsMainSat, colAntId, colSiteCode, colAdcCode, colRefAdcCode, colChNum });            gvSatList.GridControl = gridSatList;            gvSatList.Name = "gvSatList";            gvSatList.OptionsView.ShowGroupPanel = false;            //             // colSatId            //             colSatId.ColumnEdit = satEdit;            colSatId.FieldName = "SatId";            colSatId.Name = "colSatId";            colSatId.Visible = true;            colSatId.VisibleIndex = 0;            colSatId.Width = 115;            //             // satEdit            //             satEdit.AutoHeight = false;            satEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            satEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default) });            satEdit.DataSource = bsSatList;            satEdit.DisplayMember = "Name";            satEdit.Name = "satEdit";            satEdit.PopupWidth = 600;            satEdit.PopupWidthMode = DevExpress.XtraEditors.PopupWidthMode.ContentWidth;            satEdit.ValueMember = "Oid";            //             // bsSatList            //             bsSatList.DisplayableProperties = "Oid;SatNum;Name;Lon";            bsSatList.ObjectType = typeof(Sats.Sat);            //             // colIsMainSat            //             colIsMainSat.AppearanceHeader.Options.UseTextOptions = true;            colIsMainSat.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;            colIsMainSat.ColumnEdit = isMainSatEdit;            colIsMainSat.FieldName = "IsMainSat";            colIsMainSat.Name = "colIsMainSat";            colIsMainSat.Visible = true;            colIsMainSat.VisibleIndex = 1;            colIsMainSat.Width = 69;            //             // isMainSatEdit            //             isMainSatEdit.AutoHeight = false;            isMainSatEdit.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1;            isMainSatEdit.Name = "isMainSatEdit";            //             // colAntId            //             colAntId.ColumnEdit = antEdit;            colAntId.FieldName = "AntId";            colAntId.Name = "colAntId";            colAntId.Visible = true;            colAntId.VisibleIndex = 2;            colAntId.Width = 122;            //             // antEdit            //             antEdit.AutoHeight = false;            antEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            antEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "站点名称", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "天线编码", 57, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "天线经度", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "天线纬度", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "天线高度", 57, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default) });            antEdit.DataSource = bsAntList;            antEdit.DisplayMember = "Name";            antEdit.Name = "antEdit";            antEdit.PopupWidth = 600;            antEdit.PopupWidthMode = DevExpress.XtraEditors.PopupWidthMode.ContentWidth;            antEdit.ValueMember = "Oid";            //             // bsAntList            //             bsAntList.DisplayableProperties = "Oid;Name;Code;Lon;Lat;Alt";            bsAntList.ObjectType = typeof(Ants.Ant);            //             // colSiteCode            //             colSiteCode.ColumnEdit = siteCodeEdit;            colSiteCode.FieldName = "SiteCode";            colSiteCode.Name = "colSiteCode";            colSiteCode.Visible = true;            colSiteCode.VisibleIndex = 3;            colSiteCode.Width = 122;            //             // siteCodeEdit            //             siteCodeEdit.AutoHeight = false;            siteCodeEdit.Name = "siteCodeEdit";            //             // colAdcCode            //             colAdcCode.ColumnEdit = adcCodeEdit;            colAdcCode.FieldName = "AdcCode";            colAdcCode.Name = "colAdcCode";            colAdcCode.Visible = true;            colAdcCode.VisibleIndex = 4;            colAdcCode.Width = 122;            //             // adcCodeEdit            //             adcCodeEdit.AutoHeight = false;            adcCodeEdit.Name = "adcCodeEdit";            //             // colRefAdcCode            //             colRefAdcCode.FieldName = "RefAdcCode";            colRefAdcCode.Name = "colRefAdcCode";            colRefAdcCode.Visible = true;            colRefAdcCode.VisibleIndex = 5;            colRefAdcCode.Width = 122;            //             // colChNum            //             colChNum.ColumnEdit = chNumEdit;            colChNum.FieldName = "ChNum";            colChNum.Name = "colChNum";            colChNum.Visible = true;            colChNum.VisibleIndex = 6;            colChNum.Width = 135;            //             // chNumEdit            //             chNumEdit.AutoHeight = false;            chNumEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            chNumEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("通道一", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("通道二", 2, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("通道三", 3, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("通道四", 4, -1) });            chNumEdit.Name = "chNumEdit";            //             // StartTimeDateEdit            //             StartTimeDateEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "StartTime", true, DataSourceUpdateMode.OnPropertyChanged));            StartTimeDateEdit.EditValue = null;            StartTimeDateEdit.Location = new Point(72, 53);            StartTimeDateEdit.Name = "StartTimeDateEdit";            StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            StartTimeDateEdit.Size = new Size(249, 20);            StartTimeDateEdit.StyleController = dataLayoutControl1;            StartTimeDateEdit.TabIndex = 15;            //             // TimeIntervalSpinEdit            //             TimeIntervalSpinEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TimeInterval", true, DataSourceUpdateMode.OnPropertyChanged));            TimeIntervalSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0 });            TimeIntervalSpinEdit.Location = new Point(392, 53);            TimeIntervalSpinEdit.Name = "TimeIntervalSpinEdit";            TimeIntervalSpinEdit.Properties.Appearance.Options.UseTextOptions = true;            TimeIntervalSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;            TimeIntervalSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            TimeIntervalSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;            TimeIntervalSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            TimeIntervalSpinEdit.Properties.MaskSettings.Set("mask", "#####0.0##");            TimeIntervalSpinEdit.Size = new Size(89, 20);            TimeIntervalSpinEdit.StyleController = dataLayoutControl1;            TimeIntervalSpinEdit.TabIndex = 16;            //             // SigFreqButtonEdit            //             SigFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "SigFreq", true, DataSourceUpdateMode.OnPropertyChanged));            SigFreqButtonEdit.Location = new Point(72, 5);            SigFreqButtonEdit.Name = "SigFreqButtonEdit";            SigFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            SigFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            SigFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            SigFreqButtonEdit.Properties.Mask.EditMask = "F";            SigFreqButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            SigFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            SigFreqButtonEdit.Size = new Size(89, 20);            SigFreqButtonEdit.StyleController = dataLayoutControl1;            SigFreqButtonEdit.TabIndex = 0;            //             // BandWidthButtonEdit            //             BandWidthButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "BandWidth", true, DataSourceUpdateMode.OnPropertyChanged));            BandWidthButtonEdit.Location = new Point(232, 5);            BandWidthButtonEdit.Name = "BandWidthButtonEdit";            BandWidthButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            BandWidthButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            BandWidthButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            BandWidthButtonEdit.Properties.Mask.EditMask = "F";            BandWidthButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            BandWidthButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            BandWidthButtonEdit.Size = new Size(89, 20);            BandWidthButtonEdit.StyleController = dataLayoutControl1;            BandWidthButtonEdit.TabIndex = 2;            //             // DataPathButtonEdit            //             DataPathButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "DataPath", true, DataSourceUpdateMode.OnPropertyChanged));            DataPathButtonEdit.Location = new Point(852, 53);            DataPathButtonEdit.Name = "DataPathButtonEdit";            DataPathButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            DataPathButtonEdit.Size = new Size(312, 20);            DataPathButtonEdit.StyleController = dataLayoutControl1;            DataPathButtonEdit.TabIndex = 19;            //             // TimeLenSpinEdit            //             TimeLenSpinEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TimeLen", true));            TimeLenSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0 });            TimeLenSpinEdit.Location = new Point(552, 53);            TimeLenSpinEdit.MenuManager = bmgMain;            TimeLenSpinEdit.Name = "TimeLenSpinEdit";            TimeLenSpinEdit.Properties.Appearance.Options.UseTextOptions = true;            TimeLenSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;            TimeLenSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });            TimeLenSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;            TimeLenSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            TimeLenSpinEdit.Properties.MaskSettings.Set("mask", "#####0.0##");            TimeLenSpinEdit.Size = new Size(89, 20);            TimeLenSpinEdit.StyleController = dataLayoutControl1;            TimeLenSpinEdit.TabIndex = 17;            //             // 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[] { btnCalcPosDt });            bmgMain.MaxItemId = 1;            //             // barDockControlTop            //             barDockControlTop.CausesValidation = false;            barDockControlTop.Dock = DockStyle.Top;            barDockControlTop.Location = new Point(0, 0);            barDockControlTop.Manager = bmgMain;            barDockControlTop.Size = new Size(1329, 0);            //             // barDockControlBottom            //             barDockControlBottom.CausesValidation = false;            barDockControlBottom.Dock = DockStyle.Bottom;            barDockControlBottom.Location = new Point(0, 364);            barDockControlBottom.Manager = bmgMain;            barDockControlBottom.Size = new Size(1329, 0);            //             // barDockControlLeft            //             barDockControlLeft.CausesValidation = false;            barDockControlLeft.Dock = DockStyle.Left;            barDockControlLeft.Location = new Point(0, 0);            barDockControlLeft.Manager = bmgMain;            barDockControlLeft.Size = new Size(0, 364);            //             // barDockControlRight            //             barDockControlRight.CausesValidation = false;            barDockControlRight.Dock = DockStyle.Right;            barDockControlRight.Location = new Point(1329, 0);            barDockControlRight.Manager = bmgMain;            barDockControlRight.Size = new Size(0, 364);            //             // btnCalcPosDt            //             btnCalcPosDt.Caption = "理论时差";            btnCalcPosDt.Id = 0;            btnCalcPosDt.Name = "btnCalcPosDt";            btnCalcPosDt.ItemClick += btnCalcPosDt_ItemClick;            //             // HasRefCheckEdit            //             HasRefCheckEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "HasRef", true));            HasRefCheckEdit.Location = new Point(1265, 5);            HasRefCheckEdit.MenuManager = bmgMain;            HasRefCheckEdit.Name = "HasRefCheckEdit";            HasRefCheckEdit.Properties.Caption = "有参";            HasRefCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;            HasRefCheckEdit.Size = new Size(59, 20);            HasRefCheckEdit.StyleController = dataLayoutControl1;            HasRefCheckEdit.TabIndex = 7;            HasRefCheckEdit.CheckedChanged += HasRefCheckEdit_CheckedChanged;            //             // RefLonButtonEdit            //             RefLonButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefLon", true));            RefLonButtonEdit.Location = new Point(792, 29);            RefLonButtonEdit.MenuManager = bmgMain;            RefLonButtonEdit.Name = "RefLonButtonEdit";            RefLonButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefLonButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefLonButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefLonButtonEdit.Properties.Mask.EditMask = "F";            RefLonButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefLonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefLonButtonEdit.Size = new Size(131, 20);            RefLonButtonEdit.StyleController = dataLayoutControl1;            RefLonButtonEdit.TabIndex = 10;            //             // RefLatButtonEdit            //             RefLatButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefLat", true));            RefLatButtonEdit.Location = new Point(994, 29);            RefLatButtonEdit.MenuManager = bmgMain;            RefLatButtonEdit.Name = "RefLatButtonEdit";            RefLatButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefLatButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefLatButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefLatButtonEdit.Properties.Mask.EditMask = "F";            RefLatButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefLatButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefLatButtonEdit.Size = new Size(128, 20);            RefLatButtonEdit.StyleController = dataLayoutControl1;            RefLatButtonEdit.TabIndex = 11;            //             // RefAltButtonEdit            //             RefAltButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefAlt", true));            RefAltButtonEdit.Location = new Point(1193, 29);            RefAltButtonEdit.MenuManager = bmgMain;            RefAltButtonEdit.Name = "RefAltButtonEdit";            RefAltButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefAltButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefAltButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefAltButtonEdit.Properties.Mask.EditMask = "F";            RefAltButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefAltButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefAltButtonEdit.Size = new Size(131, 20);            RefAltButtonEdit.StyleController = dataLayoutControl1;            RefAltButtonEdit.TabIndex = 12;            //             // ErrRangeButtonEdit            //             ErrRangeButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "ErrRange", true));            ErrRangeButtonEdit.Location = new Point(712, 53);            ErrRangeButtonEdit.MenuManager = bmgMain;            ErrRangeButtonEdit.Name = "ErrRangeButtonEdit";            ErrRangeButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            ErrRangeButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            ErrRangeButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            ErrRangeButtonEdit.Properties.Mask.EditMask = "F";            ErrRangeButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            ErrRangeButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            ErrRangeButtonEdit.Size = new Size(69, 20);            ErrRangeButtonEdit.StyleController = dataLayoutControl1;            ErrRangeButtonEdit.TabIndex = 18;            //             // RefFreqButtonEdit            //             RefFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefFreq", true));            RefFreqButtonEdit.Location = new Point(72, 29);            RefFreqButtonEdit.MenuManager = bmgMain;            RefFreqButtonEdit.Name = "RefFreqButtonEdit";            RefFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefFreqButtonEdit.Properties.Mask.EditMask = "F";            RefFreqButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefFreqButtonEdit.Size = new Size(89, 20);            RefFreqButtonEdit.StyleController = dataLayoutControl1;            RefFreqButtonEdit.TabIndex = 8;            //             // RefBandWdithButtonEdit            //             RefBandWdithButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefBandWdith", true));            RefBandWdithButtonEdit.Location = new Point(232, 29);            RefBandWdithButtonEdit.MenuManager = bmgMain;            RefBandWdithButtonEdit.Name = "RefBandWdithButtonEdit";            RefBandWdithButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefBandWdithButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefBandWdithButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefBandWdithButtonEdit.Properties.Mask.EditMask = "F";            RefBandWdithButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefBandWdithButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefBandWdithButtonEdit.Size = new Size(89, 20);            RefBandWdithButtonEdit.StyleController = dataLayoutControl1;            RefBandWdithButtonEdit.TabIndex = 9;            //             // ClockFreqButtonEdit            //             ClockFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "ClockFreq", true));            ClockFreqButtonEdit.Location = new Point(793, 5);            ClockFreqButtonEdit.MenuManager = bmgMain;            ClockFreqButtonEdit.Name = "ClockFreqButtonEdit";            ClockFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            ClockFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            ClockFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            ClockFreqButtonEdit.Properties.Mask.EditMask = "F";            ClockFreqButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            ClockFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            ClockFreqButtonEdit.Size = new Size(388, 20);            ClockFreqButtonEdit.StyleController = dataLayoutControl1;            ClockFreqButtonEdit.TabIndex = 5;            //             // Sup4MCheckEdit            //             Sup4MCheckEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "Sup4M", true));            Sup4MCheckEdit.EditValue = true;            Sup4MCheckEdit.Location = new Point(1185, 5);            Sup4MCheckEdit.MenuManager = bmgMain;            Sup4MCheckEdit.Name = "Sup4MCheckEdit";            Sup4MCheckEdit.Properties.Caption = "四倍抽取";            Sup4MCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;            Sup4MCheckEdit.Size = new Size(76, 20);            Sup4MCheckEdit.StyleController = dataLayoutControl1;            Sup4MCheckEdit.TabIndex = 6;            //             // TarDf1ButtonEdit            //             TarDf1ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TarDf1", true));            TarDf1ButtonEdit.Location = new Point(392, 5);            TarDf1ButtonEdit.MenuManager = bmgMain;            TarDf1ButtonEdit.Name = "TarDf1ButtonEdit";            TarDf1ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            TarDf1ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            TarDf1ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            TarDf1ButtonEdit.Properties.Mask.EditMask = "F";            TarDf1ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            TarDf1ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            TarDf1ButtonEdit.Size = new Size(130, 20);            TarDf1ButtonEdit.StyleController = dataLayoutControl1;            TarDf1ButtonEdit.TabIndex = 3;            //             // TarDf2ButtonEdit            //             TarDf2ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TarDf2", true));            TarDf2ButtonEdit.Location = new Point(593, 5);            TarDf2ButtonEdit.MenuManager = bmgMain;            TarDf2ButtonEdit.Name = "TarDf2ButtonEdit";            TarDf2ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            TarDf2ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            TarDf2ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            TarDf2ButtonEdit.Properties.Mask.EditMask = "F";            TarDf2ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            TarDf2ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            TarDf2ButtonEdit.Size = new Size(129, 20);            TarDf2ButtonEdit.StyleController = dataLayoutControl1;            TarDf2ButtonEdit.TabIndex = 4;            //             // RefDf1ButtonEdit            //             RefDf1ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefDf1", true));            RefDf1ButtonEdit.Location = new Point(392, 29);            RefDf1ButtonEdit.MenuManager = bmgMain;            RefDf1ButtonEdit.Name = "RefDf1ButtonEdit";            RefDf1ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefDf1ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefDf1ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefDf1ButtonEdit.Properties.Mask.EditMask = "F";            RefDf1ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefDf1ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefDf1ButtonEdit.Size = new Size(130, 20);            RefDf1ButtonEdit.StyleController = dataLayoutControl1;            RefDf1ButtonEdit.TabIndex = 13;            //             // RefDf2ButtonEdit            //             RefDf2ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefDf2", true));            RefDf2ButtonEdit.Location = new Point(593, 29);            RefDf2ButtonEdit.MenuManager = bmgMain;            RefDf2ButtonEdit.Name = "RefDf2ButtonEdit";            RefDf2ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;            RefDf2ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;            RefDf2ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });            RefDf2ButtonEdit.Properties.Mask.EditMask = "F";            RefDf2ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;            RefDf2ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;            RefDf2ButtonEdit.Size = new Size(128, 20);            RefDf2ButtonEdit.StyleController = dataLayoutControl1;            RefDf2ButtonEdit.TabIndex = 14;            //             // Root            //             Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;            Root.GroupBordersVisible = false;            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });            Root.Name = "Root";            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);            Root.Size = new Size(1329, 364);            Root.TextVisible = false;            //             // layoutControlGroup1            //             layoutControlGroup1.AllowDrawBackground = false;            layoutControlGroup1.GroupBordersVisible = false;            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, splitterItem1, ItemForHasRef, ItemForSigFreq, ItemForBandWidth, ItemForStartTime, ItemForTimeLen, ItemForTimeInterval, ItemForDataPath, layoutControlItem3, layoutControlItem4, ItemForErrRange, ItemForClockFreq, ItemForSup4M, ItemForTarDf1, ItemForTarDf2, grpRefSig });            layoutControlGroup1.Location = new Point(0, 0);            layoutControlGroup1.Name = "autoGeneratedGroup0";            layoutControlGroup1.Size = new Size(1323, 358);            //             // layoutControlItem1            //             layoutControlItem1.Control = gridSatList;            layoutControlItem1.Location = new Point(0, 74);            layoutControlItem1.Name = "layoutControlItem1";            layoutControlItem1.Size = new Size(650, 284);            layoutControlItem1.TextSize = new Size(0, 0);            layoutControlItem1.TextVisible = false;            //             // layoutControlItem2            //             layoutControlItem2.Control = gridPosList;            layoutControlItem2.Location = new Point(660, 74);            layoutControlItem2.Name = "layoutControlItem2";            layoutControlItem2.Size = new Size(663, 284);            layoutControlItem2.TextSize = new Size(0, 0);            layoutControlItem2.TextVisible = false;            //             // splitterItem1            //             splitterItem1.AllowHotTrack = true;            splitterItem1.Location = new Point(650, 74);            splitterItem1.Name = "splitterItem1";            splitterItem1.Size = new Size(10, 284);            //             // ItemForHasRef            //             ItemForHasRef.Control = HasRefCheckEdit;            ItemForHasRef.Location = new Point(1260, 0);            ItemForHasRef.MaxSize = new Size(63, 24);            ItemForHasRef.MinSize = new Size(63, 24);            ItemForHasRef.Name = "ItemForHasRef";            ItemForHasRef.Size = new Size(63, 24);            ItemForHasRef.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForHasRef.Text = "有参";            ItemForHasRef.TextSize = new Size(0, 0);            ItemForHasRef.TextVisible = false;            //             // ItemForSigFreq            //             ItemForSigFreq.Control = SigFreqButtonEdit;            ItemForSigFreq.Location = new Point(0, 0);            ItemForSigFreq.MaxSize = new Size(160, 24);            ItemForSigFreq.MinSize = new Size(160, 24);            ItemForSigFreq.Name = "ItemForSigFreq";            ItemForSigFreq.Size = new Size(160, 24);            ItemForSigFreq.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForSigFreq.Text = "信号频点";            ItemForSigFreq.TextSize = new Size(55, 14);            //             // ItemForBandWidth            //             ItemForBandWidth.Control = BandWidthButtonEdit;            ItemForBandWidth.Location = new Point(160, 0);            ItemForBandWidth.MaxSize = new Size(160, 24);            ItemForBandWidth.MinSize = new Size(160, 24);            ItemForBandWidth.Name = "ItemForBandWidth";            ItemForBandWidth.Size = new Size(160, 24);            ItemForBandWidth.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForBandWidth.Text = "信号带宽";            ItemForBandWidth.TextSize = new Size(55, 14);            //             // ItemForStartTime            //             ItemForStartTime.Control = StartTimeDateEdit;            ItemForStartTime.Location = new Point(0, 48);            ItemForStartTime.MaxSize = new Size(320, 24);            ItemForStartTime.MinSize = new Size(320, 24);            ItemForStartTime.Name = "ItemForStartTime";            ItemForStartTime.Size = new Size(320, 26);            ItemForStartTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForStartTime.Text = "开始时间";            ItemForStartTime.TextSize = new Size(55, 14);            //             // ItemForTimeLen            //             ItemForTimeLen.Control = TimeLenSpinEdit;            ItemForTimeLen.Location = new Point(480, 48);            ItemForTimeLen.MaxSize = new Size(160, 24);            ItemForTimeLen.MinSize = new Size(160, 24);            ItemForTimeLen.Name = "ItemForTimeLen";            ItemForTimeLen.Size = new Size(160, 26);            ItemForTimeLen.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForTimeLen.Text = "信号时长";            ItemForTimeLen.TextSize = new Size(55, 14);            //             // ItemForTimeInterval            //             ItemForTimeInterval.Control = TimeIntervalSpinEdit;            ItemForTimeInterval.Location = new Point(320, 48);            ItemForTimeInterval.MaxSize = new Size(160, 24);            ItemForTimeInterval.MinSize = new Size(130, 24);            ItemForTimeInterval.Name = "ItemForTimeInterval";            ItemForTimeInterval.Size = new Size(160, 26);            ItemForTimeInterval.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForTimeInterval.Text = "时间间隔";            ItemForTimeInterval.TextSize = new Size(55, 14);            //             // ItemForDataPath            //             ItemForDataPath.Control = DataPathButtonEdit;            ItemForDataPath.Location = new Point(780, 48);            ItemForDataPath.Name = "ItemForDataPath";            ItemForDataPath.Size = new Size(383, 26);            ItemForDataPath.Text = "存储路径";            ItemForDataPath.TextSize = new Size(55, 14);            //             // layoutControlItem3            //             layoutControlItem3.Control = btnGenPos;            layoutControlItem3.Location = new Point(1163, 48);            layoutControlItem3.MaxSize = new Size(80, 26);            layoutControlItem3.MinSize = new Size(80, 26);            layoutControlItem3.Name = "layoutControlItem3";            layoutControlItem3.Size = new Size(80, 26);            layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            layoutControlItem3.TextSize = new Size(0, 0);            layoutControlItem3.TextVisible = false;            //             // layoutControlItem4            //             layoutControlItem4.Control = btnGenSigFile;            layoutControlItem4.Location = new Point(1243, 48);            layoutControlItem4.MaxSize = new Size(80, 26);            layoutControlItem4.MinSize = new Size(80, 26);            layoutControlItem4.Name = "layoutControlItem4";            layoutControlItem4.Size = new Size(80, 26);            layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            layoutControlItem4.TextSize = new Size(0, 0);            layoutControlItem4.TextVisible = false;            //             // ItemForErrRange            //             ItemForErrRange.Control = ErrRangeButtonEdit;            ItemForErrRange.Location = new Point(640, 48);            ItemForErrRange.MaxSize = new Size(140, 24);            ItemForErrRange.MinSize = new Size(140, 24);            ItemForErrRange.Name = "ItemForErrRange";            ItemForErrRange.Size = new Size(140, 26);            ItemForErrRange.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForErrRange.Text = "误差范围";            ItemForErrRange.TextSize = new Size(55, 14);            //             // ItemForClockFreq            //             ItemForClockFreq.Control = ClockFreqButtonEdit;            ItemForClockFreq.Location = new Point(721, 0);            ItemForClockFreq.Name = "ItemForClockFreq";            ItemForClockFreq.Size = new Size(459, 24);            ItemForClockFreq.Text = "时钟频率";            ItemForClockFreq.TextSize = new Size(55, 14);            //             // ItemForSup4M            //             ItemForSup4M.Control = Sup4MCheckEdit;            ItemForSup4M.Location = new Point(1180, 0);            ItemForSup4M.MaxSize = new Size(80, 24);            ItemForSup4M.MinSize = new Size(80, 24);            ItemForSup4M.Name = "ItemForSup4M";            ItemForSup4M.Size = new Size(80, 24);            ItemForSup4M.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForSup4M.Text = "四倍抽取";            ItemForSup4M.TextSize = new Size(0, 0);            ItemForSup4M.TextVisible = false;            //             // ItemForTarDf1            //             ItemForTarDf1.Control = TarDf1ButtonEdit;            ItemForTarDf1.Location = new Point(320, 0);            ItemForTarDf1.Name = "ItemForTarDf1";            ItemForTarDf1.Size = new Size(201, 24);            ItemForTarDf1.Text = "主邻1频差";            ItemForTarDf1.TextSize = new Size(55, 14);            //             // ItemForTarDf2            //             ItemForTarDf2.Control = TarDf2ButtonEdit;            ItemForTarDf2.Location = new Point(521, 0);            ItemForTarDf2.Name = "ItemForTarDf2";            ItemForTarDf2.Size = new Size(200, 24);            ItemForTarDf2.Text = "主邻2频差";            ItemForTarDf2.TextSize = new Size(55, 14);            //             // grpRefSig            //             grpRefSig.GroupBordersVisible = false;            grpRefSig.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForRefFreq, ItemForRefBandWdith, ItemForRefDf1, ItemForRefDf2, ItemForRefLon, ItemForRefLat, ItemForRefAlt });            grpRefSig.Location = new Point(0, 24);            grpRefSig.Name = "grpRefSig";            grpRefSig.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);            grpRefSig.Size = new Size(1323, 24);            grpRefSig.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);            grpRefSig.TextVisible = false;            //             // ItemForRefFreq            //             ItemForRefFreq.Control = RefFreqButtonEdit;            ItemForRefFreq.Location = new Point(0, 0);            ItemForRefFreq.MaxSize = new Size(160, 24);            ItemForRefFreq.MinSize = new Size(160, 24);            ItemForRefFreq.Name = "ItemForRefFreq";            ItemForRefFreq.Size = new Size(160, 24);            ItemForRefFreq.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForRefFreq.Text = "参考频点";            ItemForRefFreq.TextSize = new Size(55, 14);            //             // ItemForRefBandWdith            //             ItemForRefBandWdith.Control = RefBandWdithButtonEdit;            ItemForRefBandWdith.Location = new Point(160, 0);            ItemForRefBandWdith.MaxSize = new Size(160, 24);            ItemForRefBandWdith.MinSize = new Size(160, 24);            ItemForRefBandWdith.Name = "ItemForRefBandWdith";            ItemForRefBandWdith.Size = new Size(160, 24);            ItemForRefBandWdith.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;            ItemForRefBandWdith.Text = "参考带宽";            ItemForRefBandWdith.TextSize = new Size(55, 14);            //             // ItemForRefDf1            //             ItemForRefDf1.Control = RefDf1ButtonEdit;            ItemForRefDf1.Location = new Point(320, 0);            ItemForRefDf1.Name = "ItemForRefDf1";            ItemForRefDf1.Size = new Size(201, 24);            ItemForRefDf1.Text = "主邻1频差";            ItemForRefDf1.TextSize = new Size(55, 14);            //             // ItemForRefDf2            //             ItemForRefDf2.Control = RefDf2ButtonEdit;            ItemForRefDf2.Location = new Point(521, 0);            ItemForRefDf2.Name = "ItemForRefDf2";            ItemForRefDf2.Size = new Size(199, 24);            ItemForRefDf2.Text = "主邻2频差";            ItemForRefDf2.TextSize = new Size(55, 14);            //             // ItemForRefLon            //             ItemForRefLon.Control = RefLonButtonEdit;            ItemForRefLon.Location = new Point(720, 0);            ItemForRefLon.Name = "ItemForRefLon";            ItemForRefLon.Size = new Size(202, 24);            ItemForRefLon.Text = "参考经度";            ItemForRefLon.TextSize = new Size(55, 14);            //             // ItemForRefLat            //             ItemForRefLat.Control = RefLatButtonEdit;            ItemForRefLat.Location = new Point(922, 0);            ItemForRefLat.Name = "ItemForRefLat";            ItemForRefLat.Size = new Size(199, 24);            ItemForRefLat.Text = "参考纬度";            ItemForRefLat.TextSize = new Size(55, 14);            //             // ItemForRefAlt            //             ItemForRefAlt.Control = RefAltButtonEdit;            ItemForRefAlt.Location = new Point(1121, 0);            ItemForRefAlt.Name = "ItemForRefAlt";            ItemForRefAlt.Size = new Size(202, 24);            ItemForRefAlt.Text = "参考高度";            ItemForRefAlt.TextSize = new Size(55, 14);            //             // popGridPos            //             popGridPos.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnCalcPosDt) });            popGridPos.Manager = bmgMain;            popGridPos.Name = "popGridPos";            //             // colTarDf1            //             colTarDf1.FieldName = "TarDf1";            colTarDf1.Name = "colTarDf1";            colTarDf1.Visible = true;            colTarDf1.VisibleIndex = 3;            colTarDf1.Width = 78;            //             // colTarDf2            //             colTarDf2.FieldName = "TarDf2";            colTarDf2.Name = "colTarDf2";            colTarDf2.Visible = true;            colTarDf2.VisibleIndex = 4;            colTarDf2.Width = 78;            //             // colRefDf1            //             colRefDf1.FieldName = "RefDf1";            colRefDf1.Name = "colRefDf1";            colRefDf1.Visible = true;            colRefDf1.VisibleIndex = 6;            colRefDf1.Width = 78;            //             // colRefDf2            //             colRefDf2.FieldName = "RefDf2";            colRefDf2.Name = "colRefDf2";            colRefDf2.Visible = true;            colRefDf2.VisibleIndex = 5;            colRefDf2.Width = 78;            //             // SignalSimParamCtrl            //             AutoScaleDimensions = new SizeF(7F, 14F);            AutoScaleMode = AutoScaleMode.Font;            Controls.Add(dataLayoutControl1);            Controls.Add(barDockControlLeft);            Controls.Add(barDockControlRight);            Controls.Add(barDockControlBottom);            Controls.Add(barDockControlTop);            Name = "SignalSimParamCtrl";            Size = new Size(1329, 364);            Load += SignalSimParamCtrl_Load;            ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();            dataLayoutControl1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)gridPosList).EndInit();            ((System.ComponentModel.ISupportInitialize)bsSignalSim).EndInit();            ((System.ComponentModel.ISupportInitialize)gvPosList).EndInit();            ((System.ComponentModel.ISupportInitialize)sigTimeEdit.CalendarTimeProperties).EndInit();            ((System.ComponentModel.ISupportInitialize)sigTimeEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)gridSatList).EndInit();            ((System.ComponentModel.ISupportInitialize)gvSatList).EndInit();            ((System.ComponentModel.ISupportInitialize)satEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)bsSatList).EndInit();            ((System.ComponentModel.ISupportInitialize)isMainSatEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)antEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)bsAntList).EndInit();            ((System.ComponentModel.ISupportInitialize)siteCodeEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)adcCodeEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)chNumEdit).EndInit();            ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties.CalendarTimeProperties).EndInit();            ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)TimeIntervalSpinEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)SigFreqButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)BandWidthButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)DataPathButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)TimeLenSpinEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();            ((System.ComponentModel.ISupportInitialize)HasRefCheckEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefLonButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefLatButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefAltButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)ErrRangeButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefFreqButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefBandWdithButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)ClockFreqButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)Sup4MCheckEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)TarDf1ButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)TarDf2ButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefDf1ButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)RefDf2ButtonEdit.Properties).EndInit();            ((System.ComponentModel.ISupportInitialize)Root).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();            ((System.ComponentModel.ISupportInitialize)splitterItem1).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForHasRef).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForSigFreq).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForBandWidth).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForStartTime).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForTimeLen).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForTimeInterval).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForDataPath).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForErrRange).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForClockFreq).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForSup4M).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForTarDf1).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForTarDf2).EndInit();            ((System.ComponentModel.ISupportInitialize)grpRefSig).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefFreq).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefBandWdith).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefDf1).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefDf2).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefLon).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefLat).EndInit();            ((System.ComponentModel.ISupportInitialize)ItemForRefAlt).EndInit();            ((System.ComponentModel.ISupportInitialize)popGridPos).EndInit();            ResumeLayout(false);            PerformLayout();        }        #endregion        private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;        private DevExpress.XtraLayout.LayoutControlGroup Root;        private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;        private BindingSource bsSignalSim;        private DevExpress.XtraEditors.SpinEdit TimeIntervalSpinEdit;        private DevExpress.XtraEditors.ButtonEdit SigFreqButtonEdit;        private DevExpress.XtraEditors.ButtonEdit BandWidthButtonEdit;        private DevExpress.XtraEditors.ButtonEdit DataPathButtonEdit;        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;        private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;        private DevExpress.XtraLayout.LayoutControlItem ItemForTimeInterval;        private DevExpress.XtraLayout.LayoutControlItem ItemForSigFreq;        private DevExpress.XtraLayout.LayoutControlItem ItemForBandWidth;        private DevExpress.XtraLayout.LayoutControlItem ItemForDataPath;        private DevExpress.XtraGrid.GridControl gridPosList;        private DevExpress.XtraGrid.Views.Grid.GridView gvPosList;        private DevExpress.XtraGrid.GridControl gridSatList;        private DevExpress.XtraGrid.Views.Grid.GridView gvSatList;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;        private DevExpress.XtraLayout.SplitterItem splitterItem1;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;        private DevExpress.XtraEditors.SimpleButton btnGenSigFile;        private DevExpress.XtraEditors.SimpleButton btnGenPos;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;        private DevExpress.XtraGrid.Columns.GridColumn colSatId;        private DevExpress.XtraGrid.Columns.GridColumn colAntId;        private DevExpress.XtraGrid.Columns.GridColumn colSiteCode;        private DevExpress.XtraGrid.Columns.GridColumn colAdcCode;        private DevExpress.XtraGrid.Columns.GridColumn colChNum;        private DevExpress.XtraGrid.Columns.GridColumn colSigTime;        private DevExpress.XtraGrid.Columns.GridColumn colLon;        private DevExpress.XtraGrid.Columns.GridColumn colLat;        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit satEdit;        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit antEdit;        private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit siteCodeEdit;        private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit adcCodeEdit;        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox chNumEdit;        private DevExpress.XtraGrid.Columns.GridColumn colIsMainSat;        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit isMainSatEdit;        private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit sigTimeEdit;        private DevExpress.Xpo.XPBindingSource bsSatList;        private DevExpress.Xpo.XPBindingSource bsAntList;        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 popGridPos;        private DevExpress.XtraBars.BarButtonItem btnCalcPosDt;        private DevExpress.XtraGrid.Columns.GridColumn colDtCalcRes;        private DevExpress.XtraLayout.LayoutControlItem ItemForTimeLen;        private DevExpress.XtraEditors.SpinEdit TimeLenSpinEdit;        private DevExpress.XtraEditors.CheckEdit HasRefCheckEdit;        private DevExpress.XtraEditors.ButtonEdit RefLonButtonEdit;        private DevExpress.XtraEditors.ButtonEdit RefLatButtonEdit;        private DevExpress.XtraEditors.ButtonEdit RefAltButtonEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForHasRef;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefLon;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefLat;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefAlt;        private DevExpress.XtraEditors.ButtonEdit ErrRangeButtonEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForErrRange;        private DevExpress.XtraGrid.Columns.GridColumn colRefAdcCode;        private DevExpress.XtraEditors.ButtonEdit RefFreqButtonEdit;        private DevExpress.XtraEditors.ButtonEdit RefBandWdithButtonEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefFreq;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefBandWdith;        private DevExpress.XtraEditors.ButtonEdit ClockFreqButtonEdit;        private DevExpress.XtraEditors.CheckEdit Sup4MCheckEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForClockFreq;        private DevExpress.XtraLayout.LayoutControlItem ItemForSup4M;        private DevExpress.XtraGrid.Columns.GridColumn colLon1;        private DevExpress.XtraGrid.Columns.GridColumn colLat1;        private DevExpress.XtraEditors.ButtonEdit TarDf1ButtonEdit;        private DevExpress.XtraEditors.ButtonEdit TarDf2ButtonEdit;        private DevExpress.XtraEditors.ButtonEdit RefDf1ButtonEdit;        private DevExpress.XtraEditors.ButtonEdit RefDf2ButtonEdit;        private DevExpress.XtraLayout.LayoutControlItem ItemForTarDf1;        private DevExpress.XtraLayout.LayoutControlItem ItemForTarDf2;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefDf1;        private DevExpress.XtraLayout.LayoutControlItem ItemForRefDf2;        private DevExpress.XtraLayout.LayoutControlGroup grpRefSig;        private DevExpress.XtraGrid.Columns.GridColumn colTarDf1;        private DevExpress.XtraGrid.Columns.GridColumn colTarDf2;        private DevExpress.XtraGrid.Columns.GridColumn colRefDf1;        private DevExpress.XtraGrid.Columns.GridColumn colRefDf2;    }}
 |