SignalSimParamCtrl.Designer.cs 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
  1. namespace Ips.Sps.Tools.SignalSimes
  2. {
  3. partial class SignalSimParamCtrl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. components = new System.ComponentModel.Container();
  29. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  30. btnGenSigFile = new DevExpress.XtraEditors.SimpleButton();
  31. btnGenPos = new DevExpress.XtraEditors.SimpleButton();
  32. gridPosList = new DevExpress.XtraGrid.GridControl();
  33. bsSignalSim = new BindingSource(components);
  34. gvPosList = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. colSigTime = new DevExpress.XtraGrid.Columns.GridColumn();
  36. sigTimeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  37. colLon = new DevExpress.XtraGrid.Columns.GridColumn();
  38. colLat = new DevExpress.XtraGrid.Columns.GridColumn();
  39. colDtCalcRes = new DevExpress.XtraGrid.Columns.GridColumn();
  40. colLon1 = new DevExpress.XtraGrid.Columns.GridColumn();
  41. colLat1 = new DevExpress.XtraGrid.Columns.GridColumn();
  42. gridSatList = new DevExpress.XtraGrid.GridControl();
  43. gvSatList = new DevExpress.XtraGrid.Views.Grid.GridView();
  44. colSatId = new DevExpress.XtraGrid.Columns.GridColumn();
  45. satEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  46. bsSatList = new DevExpress.Xpo.XPBindingSource(components);
  47. colIsMainSat = new DevExpress.XtraGrid.Columns.GridColumn();
  48. isMainSatEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  49. colAntId = new DevExpress.XtraGrid.Columns.GridColumn();
  50. antEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  51. bsAntList = new DevExpress.Xpo.XPBindingSource(components);
  52. colSiteCode = new DevExpress.XtraGrid.Columns.GridColumn();
  53. siteCodeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  54. colAdcCode = new DevExpress.XtraGrid.Columns.GridColumn();
  55. adcCodeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  56. colRefAdcCode = new DevExpress.XtraGrid.Columns.GridColumn();
  57. colChNum = new DevExpress.XtraGrid.Columns.GridColumn();
  58. chNumEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
  59. StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
  60. TimeIntervalSpinEdit = new DevExpress.XtraEditors.SpinEdit();
  61. SigFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  62. BandWidthButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  63. DataPathButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  64. TimeLenSpinEdit = new DevExpress.XtraEditors.SpinEdit();
  65. bmgMain = new DevExpress.XtraBars.BarManager(components);
  66. barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  67. barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  68. barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  69. barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  70. btnCalcPosDt = new DevExpress.XtraBars.BarButtonItem();
  71. HasRefCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  72. RefLonButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  73. RefLatButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  74. RefAltButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  75. ErrRangeButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  76. RefFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  77. RefBandWdithButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  78. ClockFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  79. Sup4MCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  80. TarDf1ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  81. TarDf2ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  82. RefDf1ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  83. RefDf2ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  84. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  85. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  86. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  87. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  88. splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  89. ItemForHasRef = new DevExpress.XtraLayout.LayoutControlItem();
  90. ItemForSigFreq = new DevExpress.XtraLayout.LayoutControlItem();
  91. ItemForBandWidth = new DevExpress.XtraLayout.LayoutControlItem();
  92. ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem();
  93. ItemForTimeLen = new DevExpress.XtraLayout.LayoutControlItem();
  94. ItemForTimeInterval = new DevExpress.XtraLayout.LayoutControlItem();
  95. ItemForDataPath = new DevExpress.XtraLayout.LayoutControlItem();
  96. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  97. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  98. ItemForErrRange = new DevExpress.XtraLayout.LayoutControlItem();
  99. ItemForClockFreq = new DevExpress.XtraLayout.LayoutControlItem();
  100. ItemForSup4M = new DevExpress.XtraLayout.LayoutControlItem();
  101. ItemForTarDf1 = new DevExpress.XtraLayout.LayoutControlItem();
  102. ItemForTarDf2 = new DevExpress.XtraLayout.LayoutControlItem();
  103. grpRefSig = new DevExpress.XtraLayout.LayoutControlGroup();
  104. ItemForRefFreq = new DevExpress.XtraLayout.LayoutControlItem();
  105. ItemForRefBandWdith = new DevExpress.XtraLayout.LayoutControlItem();
  106. ItemForRefDf1 = new DevExpress.XtraLayout.LayoutControlItem();
  107. ItemForRefDf2 = new DevExpress.XtraLayout.LayoutControlItem();
  108. ItemForRefLon = new DevExpress.XtraLayout.LayoutControlItem();
  109. ItemForRefLat = new DevExpress.XtraLayout.LayoutControlItem();
  110. ItemForRefAlt = new DevExpress.XtraLayout.LayoutControlItem();
  111. popGridPos = new DevExpress.XtraBars.PopupMenu(components);
  112. colTarDf1 = new DevExpress.XtraGrid.Columns.GridColumn();
  113. colTarDf2 = new DevExpress.XtraGrid.Columns.GridColumn();
  114. colRefDf1 = new DevExpress.XtraGrid.Columns.GridColumn();
  115. colRefDf2 = new DevExpress.XtraGrid.Columns.GridColumn();
  116. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  117. dataLayoutControl1.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)gridPosList).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)bsSignalSim).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)gvPosList).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)sigTimeEdit).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)sigTimeEdit.CalendarTimeProperties).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)gridSatList).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)gvSatList).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)satEdit).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)bsSatList).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)isMainSatEdit).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)antEdit).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)bsAntList).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)siteCodeEdit).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)adcCodeEdit).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)chNumEdit).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties.CalendarTimeProperties).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)TimeIntervalSpinEdit.Properties).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)SigFreqButtonEdit.Properties).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)BandWidthButtonEdit.Properties).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)DataPathButtonEdit.Properties).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)TimeLenSpinEdit.Properties).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)HasRefCheckEdit.Properties).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)RefLonButtonEdit.Properties).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)RefLatButtonEdit.Properties).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)RefAltButtonEdit.Properties).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)ErrRangeButtonEdit.Properties).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)RefFreqButtonEdit.Properties).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)RefBandWdithButtonEdit.Properties).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)ClockFreqButtonEdit.Properties).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)Sup4MCheckEdit.Properties).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)TarDf1ButtonEdit.Properties).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)TarDf2ButtonEdit.Properties).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)RefDf1ButtonEdit.Properties).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)RefDf2ButtonEdit.Properties).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)splitterItem1).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)ItemForHasRef).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)ItemForSigFreq).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)ItemForBandWidth).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)ItemForStartTime).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)ItemForTimeLen).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)ItemForTimeInterval).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)ItemForDataPath).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  167. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)ItemForErrRange).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)ItemForClockFreq).BeginInit();
  170. ((System.ComponentModel.ISupportInitialize)ItemForSup4M).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)ItemForTarDf1).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)ItemForTarDf2).BeginInit();
  173. ((System.ComponentModel.ISupportInitialize)grpRefSig).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)ItemForRefFreq).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)ItemForRefBandWdith).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)ItemForRefDf1).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)ItemForRefDf2).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)ItemForRefLon).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)ItemForRefLat).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)ItemForRefAlt).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)popGridPos).BeginInit();
  182. SuspendLayout();
  183. //
  184. // dataLayoutControl1
  185. //
  186. dataLayoutControl1.Controls.Add(btnGenSigFile);
  187. dataLayoutControl1.Controls.Add(btnGenPos);
  188. dataLayoutControl1.Controls.Add(gridPosList);
  189. dataLayoutControl1.Controls.Add(gridSatList);
  190. dataLayoutControl1.Controls.Add(StartTimeDateEdit);
  191. dataLayoutControl1.Controls.Add(TimeIntervalSpinEdit);
  192. dataLayoutControl1.Controls.Add(SigFreqButtonEdit);
  193. dataLayoutControl1.Controls.Add(BandWidthButtonEdit);
  194. dataLayoutControl1.Controls.Add(DataPathButtonEdit);
  195. dataLayoutControl1.Controls.Add(TimeLenSpinEdit);
  196. dataLayoutControl1.Controls.Add(HasRefCheckEdit);
  197. dataLayoutControl1.Controls.Add(RefLonButtonEdit);
  198. dataLayoutControl1.Controls.Add(RefLatButtonEdit);
  199. dataLayoutControl1.Controls.Add(RefAltButtonEdit);
  200. dataLayoutControl1.Controls.Add(ErrRangeButtonEdit);
  201. dataLayoutControl1.Controls.Add(RefFreqButtonEdit);
  202. dataLayoutControl1.Controls.Add(RefBandWdithButtonEdit);
  203. dataLayoutControl1.Controls.Add(ClockFreqButtonEdit);
  204. dataLayoutControl1.Controls.Add(Sup4MCheckEdit);
  205. dataLayoutControl1.Controls.Add(TarDf1ButtonEdit);
  206. dataLayoutControl1.Controls.Add(TarDf2ButtonEdit);
  207. dataLayoutControl1.Controls.Add(RefDf1ButtonEdit);
  208. dataLayoutControl1.Controls.Add(RefDf2ButtonEdit);
  209. dataLayoutControl1.DataSource = bsSignalSim;
  210. dataLayoutControl1.Dock = DockStyle.Fill;
  211. dataLayoutControl1.Location = new Point(0, 0);
  212. dataLayoutControl1.Name = "dataLayoutControl1";
  213. dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(980, 75, 650, 691);
  214. dataLayoutControl1.Root = Root;
  215. dataLayoutControl1.Size = new Size(1329, 364);
  216. dataLayoutControl1.TabIndex = 0;
  217. dataLayoutControl1.Text = "dataLayoutControl1";
  218. //
  219. // btnGenSigFile
  220. //
  221. btnGenSigFile.Location = new Point(1248, 53);
  222. btnGenSigFile.Name = "btnGenSigFile";
  223. btnGenSigFile.Size = new Size(76, 22);
  224. btnGenSigFile.StyleController = dataLayoutControl1;
  225. btnGenSigFile.TabIndex = 21;
  226. btnGenSigFile.Text = "生成文件";
  227. btnGenSigFile.Click += btnGenSigFile_Click;
  228. //
  229. // btnGenPos
  230. //
  231. btnGenPos.Location = new Point(1168, 53);
  232. btnGenPos.Name = "btnGenPos";
  233. btnGenPos.Size = new Size(76, 22);
  234. btnGenPos.StyleController = dataLayoutControl1;
  235. btnGenPos.TabIndex = 20;
  236. btnGenPos.Text = "生成定位点";
  237. btnGenPos.Click += btnGenPos_Click;
  238. //
  239. // gridPosList
  240. //
  241. gridPosList.DataMember = "PosList";
  242. gridPosList.DataSource = bsSignalSim;
  243. gridPosList.Location = new Point(665, 79);
  244. gridPosList.MainView = gvPosList;
  245. gridPosList.Name = "gridPosList";
  246. gridPosList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { sigTimeEdit });
  247. gridPosList.Size = new Size(659, 280);
  248. gridPosList.TabIndex = 23;
  249. gridPosList.UseEmbeddedNavigator = true;
  250. gridPosList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvPosList });
  251. //
  252. // bsSignalSim
  253. //
  254. bsSignalSim.DataSource = typeof(SignalSimViewModel);
  255. //
  256. // gvPosList
  257. //
  258. gvPosList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colSigTime, colLon, colLat, colTarDf1, colTarDf2, colRefDf1, colRefDf2, colDtCalcRes, colLon1, colLat1 });
  259. gvPosList.GridControl = gridPosList;
  260. gvPosList.Name = "gvPosList";
  261. gvPosList.OptionsView.ShowGroupPanel = false;
  262. gvPosList.MouseDown += gvPosList_MouseDown;
  263. //
  264. // colSigTime
  265. //
  266. colSigTime.ColumnEdit = sigTimeEdit;
  267. colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  268. colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  269. colSigTime.FieldName = "SigTime";
  270. colSigTime.Name = "colSigTime";
  271. colSigTime.Visible = true;
  272. colSigTime.VisibleIndex = 0;
  273. colSigTime.Width = 244;
  274. //
  275. // sigTimeEdit
  276. //
  277. sigTimeEdit.AutoHeight = false;
  278. sigTimeEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  279. sigTimeEdit.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
  280. sigTimeEdit.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  281. sigTimeEdit.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  282. sigTimeEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  283. sigTimeEdit.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  284. sigTimeEdit.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  285. sigTimeEdit.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  286. sigTimeEdit.Name = "sigTimeEdit";
  287. //
  288. // colLon
  289. //
  290. colLon.DisplayFormat.FormatString = "F3";
  291. colLon.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  292. colLon.FieldName = "Lon";
  293. colLon.Name = "colLon";
  294. colLon.Visible = true;
  295. colLon.VisibleIndex = 1;
  296. colLon.Width = 166;
  297. //
  298. // colLat
  299. //
  300. colLat.DisplayFormat.FormatString = "F3";
  301. colLat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  302. colLat.FieldName = "Lat";
  303. colLat.Name = "colLat";
  304. colLat.Visible = true;
  305. colLat.VisibleIndex = 2;
  306. colLat.Width = 112;
  307. //
  308. // colDtCalcRes
  309. //
  310. colDtCalcRes.FieldName = "DtCalcRes";
  311. colDtCalcRes.Name = "colDtCalcRes";
  312. //
  313. // colLon1
  314. //
  315. colLon1.FieldName = "Lon1";
  316. colLon1.Name = "colLon1";
  317. //
  318. // colLat1
  319. //
  320. colLat1.FieldName = "Lat1";
  321. colLat1.Name = "colLat1";
  322. //
  323. // gridSatList
  324. //
  325. gridSatList.DataMember = "SatList";
  326. gridSatList.DataSource = bsSignalSim;
  327. gridSatList.Location = new Point(5, 79);
  328. gridSatList.MainView = gvSatList;
  329. gridSatList.Name = "gridSatList";
  330. gridSatList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { satEdit, antEdit, siteCodeEdit, adcCodeEdit, chNumEdit, isMainSatEdit });
  331. gridSatList.Size = new Size(646, 280);
  332. gridSatList.TabIndex = 22;
  333. gridSatList.UseEmbeddedNavigator = true;
  334. gridSatList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvSatList });
  335. //
  336. // gvSatList
  337. //
  338. gvSatList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colSatId, colIsMainSat, colAntId, colSiteCode, colAdcCode, colRefAdcCode, colChNum });
  339. gvSatList.GridControl = gridSatList;
  340. gvSatList.Name = "gvSatList";
  341. gvSatList.OptionsView.ShowGroupPanel = false;
  342. //
  343. // colSatId
  344. //
  345. colSatId.ColumnEdit = satEdit;
  346. colSatId.FieldName = "SatId";
  347. colSatId.Name = "colSatId";
  348. colSatId.Visible = true;
  349. colSatId.VisibleIndex = 0;
  350. colSatId.Width = 115;
  351. //
  352. // satEdit
  353. //
  354. satEdit.AutoHeight = false;
  355. satEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  356. 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) });
  357. satEdit.DataSource = bsSatList;
  358. satEdit.DisplayMember = "Name";
  359. satEdit.Name = "satEdit";
  360. satEdit.PopupWidth = 600;
  361. satEdit.PopupWidthMode = DevExpress.XtraEditors.PopupWidthMode.ContentWidth;
  362. satEdit.ValueMember = "Oid";
  363. //
  364. // bsSatList
  365. //
  366. bsSatList.DisplayableProperties = "Oid;SatNum;Name;Lon";
  367. bsSatList.ObjectType = typeof(Sats.Sat);
  368. //
  369. // colIsMainSat
  370. //
  371. colIsMainSat.AppearanceHeader.Options.UseTextOptions = true;
  372. colIsMainSat.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  373. colIsMainSat.ColumnEdit = isMainSatEdit;
  374. colIsMainSat.FieldName = "IsMainSat";
  375. colIsMainSat.Name = "colIsMainSat";
  376. colIsMainSat.Visible = true;
  377. colIsMainSat.VisibleIndex = 1;
  378. colIsMainSat.Width = 69;
  379. //
  380. // isMainSatEdit
  381. //
  382. isMainSatEdit.AutoHeight = false;
  383. isMainSatEdit.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1;
  384. isMainSatEdit.Name = "isMainSatEdit";
  385. //
  386. // colAntId
  387. //
  388. colAntId.ColumnEdit = antEdit;
  389. colAntId.FieldName = "AntId";
  390. colAntId.Name = "colAntId";
  391. colAntId.Visible = true;
  392. colAntId.VisibleIndex = 2;
  393. colAntId.Width = 122;
  394. //
  395. // antEdit
  396. //
  397. antEdit.AutoHeight = false;
  398. antEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  399. 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) });
  400. antEdit.DataSource = bsAntList;
  401. antEdit.DisplayMember = "Name";
  402. antEdit.Name = "antEdit";
  403. antEdit.PopupWidth = 600;
  404. antEdit.PopupWidthMode = DevExpress.XtraEditors.PopupWidthMode.ContentWidth;
  405. antEdit.ValueMember = "Oid";
  406. //
  407. // bsAntList
  408. //
  409. bsAntList.DisplayableProperties = "Oid;Name;Code;Lon;Lat;Alt";
  410. bsAntList.ObjectType = typeof(Ants.Ant);
  411. //
  412. // colSiteCode
  413. //
  414. colSiteCode.ColumnEdit = siteCodeEdit;
  415. colSiteCode.FieldName = "SiteCode";
  416. colSiteCode.Name = "colSiteCode";
  417. colSiteCode.Visible = true;
  418. colSiteCode.VisibleIndex = 3;
  419. colSiteCode.Width = 122;
  420. //
  421. // siteCodeEdit
  422. //
  423. siteCodeEdit.AutoHeight = false;
  424. siteCodeEdit.Name = "siteCodeEdit";
  425. //
  426. // colAdcCode
  427. //
  428. colAdcCode.ColumnEdit = adcCodeEdit;
  429. colAdcCode.FieldName = "AdcCode";
  430. colAdcCode.Name = "colAdcCode";
  431. colAdcCode.Visible = true;
  432. colAdcCode.VisibleIndex = 4;
  433. colAdcCode.Width = 122;
  434. //
  435. // adcCodeEdit
  436. //
  437. adcCodeEdit.AutoHeight = false;
  438. adcCodeEdit.Name = "adcCodeEdit";
  439. //
  440. // colRefAdcCode
  441. //
  442. colRefAdcCode.FieldName = "RefAdcCode";
  443. colRefAdcCode.Name = "colRefAdcCode";
  444. colRefAdcCode.Visible = true;
  445. colRefAdcCode.VisibleIndex = 5;
  446. colRefAdcCode.Width = 122;
  447. //
  448. // colChNum
  449. //
  450. colChNum.ColumnEdit = chNumEdit;
  451. colChNum.FieldName = "ChNum";
  452. colChNum.Name = "colChNum";
  453. colChNum.Visible = true;
  454. colChNum.VisibleIndex = 6;
  455. colChNum.Width = 135;
  456. //
  457. // chNumEdit
  458. //
  459. chNumEdit.AutoHeight = false;
  460. chNumEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  461. 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) });
  462. chNumEdit.Name = "chNumEdit";
  463. //
  464. // StartTimeDateEdit
  465. //
  466. StartTimeDateEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "StartTime", true, DataSourceUpdateMode.OnPropertyChanged));
  467. StartTimeDateEdit.EditValue = null;
  468. StartTimeDateEdit.Location = new Point(72, 53);
  469. StartTimeDateEdit.Name = "StartTimeDateEdit";
  470. StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  471. StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  472. StartTimeDateEdit.Size = new Size(249, 20);
  473. StartTimeDateEdit.StyleController = dataLayoutControl1;
  474. StartTimeDateEdit.TabIndex = 15;
  475. //
  476. // TimeIntervalSpinEdit
  477. //
  478. TimeIntervalSpinEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TimeInterval", true, DataSourceUpdateMode.OnPropertyChanged));
  479. TimeIntervalSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  480. TimeIntervalSpinEdit.Location = new Point(392, 53);
  481. TimeIntervalSpinEdit.Name = "TimeIntervalSpinEdit";
  482. TimeIntervalSpinEdit.Properties.Appearance.Options.UseTextOptions = true;
  483. TimeIntervalSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  484. TimeIntervalSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  485. TimeIntervalSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
  486. TimeIntervalSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  487. TimeIntervalSpinEdit.Properties.MaskSettings.Set("mask", "#####0.0##");
  488. TimeIntervalSpinEdit.Size = new Size(89, 20);
  489. TimeIntervalSpinEdit.StyleController = dataLayoutControl1;
  490. TimeIntervalSpinEdit.TabIndex = 16;
  491. //
  492. // SigFreqButtonEdit
  493. //
  494. SigFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "SigFreq", true, DataSourceUpdateMode.OnPropertyChanged));
  495. SigFreqButtonEdit.Location = new Point(72, 5);
  496. SigFreqButtonEdit.Name = "SigFreqButtonEdit";
  497. SigFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  498. SigFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  499. SigFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  500. SigFreqButtonEdit.Properties.Mask.EditMask = "F";
  501. SigFreqButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  502. SigFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  503. SigFreqButtonEdit.Size = new Size(89, 20);
  504. SigFreqButtonEdit.StyleController = dataLayoutControl1;
  505. SigFreqButtonEdit.TabIndex = 0;
  506. //
  507. // BandWidthButtonEdit
  508. //
  509. BandWidthButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "BandWidth", true, DataSourceUpdateMode.OnPropertyChanged));
  510. BandWidthButtonEdit.Location = new Point(232, 5);
  511. BandWidthButtonEdit.Name = "BandWidthButtonEdit";
  512. BandWidthButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  513. BandWidthButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  514. BandWidthButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  515. BandWidthButtonEdit.Properties.Mask.EditMask = "F";
  516. BandWidthButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  517. BandWidthButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  518. BandWidthButtonEdit.Size = new Size(89, 20);
  519. BandWidthButtonEdit.StyleController = dataLayoutControl1;
  520. BandWidthButtonEdit.TabIndex = 2;
  521. //
  522. // DataPathButtonEdit
  523. //
  524. DataPathButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "DataPath", true, DataSourceUpdateMode.OnPropertyChanged));
  525. DataPathButtonEdit.Location = new Point(852, 53);
  526. DataPathButtonEdit.Name = "DataPathButtonEdit";
  527. DataPathButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  528. DataPathButtonEdit.Size = new Size(312, 20);
  529. DataPathButtonEdit.StyleController = dataLayoutControl1;
  530. DataPathButtonEdit.TabIndex = 19;
  531. //
  532. // TimeLenSpinEdit
  533. //
  534. TimeLenSpinEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TimeLen", true));
  535. TimeLenSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  536. TimeLenSpinEdit.Location = new Point(552, 53);
  537. TimeLenSpinEdit.MenuManager = bmgMain;
  538. TimeLenSpinEdit.Name = "TimeLenSpinEdit";
  539. TimeLenSpinEdit.Properties.Appearance.Options.UseTextOptions = true;
  540. TimeLenSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  541. TimeLenSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  542. TimeLenSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
  543. TimeLenSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  544. TimeLenSpinEdit.Properties.MaskSettings.Set("mask", "#####0.0##");
  545. TimeLenSpinEdit.Size = new Size(89, 20);
  546. TimeLenSpinEdit.StyleController = dataLayoutControl1;
  547. TimeLenSpinEdit.TabIndex = 17;
  548. //
  549. // bmgMain
  550. //
  551. bmgMain.DockControls.Add(barDockControlTop);
  552. bmgMain.DockControls.Add(barDockControlBottom);
  553. bmgMain.DockControls.Add(barDockControlLeft);
  554. bmgMain.DockControls.Add(barDockControlRight);
  555. bmgMain.Form = this;
  556. bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { btnCalcPosDt });
  557. bmgMain.MaxItemId = 1;
  558. //
  559. // barDockControlTop
  560. //
  561. barDockControlTop.CausesValidation = false;
  562. barDockControlTop.Dock = DockStyle.Top;
  563. barDockControlTop.Location = new Point(0, 0);
  564. barDockControlTop.Manager = bmgMain;
  565. barDockControlTop.Size = new Size(1329, 0);
  566. //
  567. // barDockControlBottom
  568. //
  569. barDockControlBottom.CausesValidation = false;
  570. barDockControlBottom.Dock = DockStyle.Bottom;
  571. barDockControlBottom.Location = new Point(0, 364);
  572. barDockControlBottom.Manager = bmgMain;
  573. barDockControlBottom.Size = new Size(1329, 0);
  574. //
  575. // barDockControlLeft
  576. //
  577. barDockControlLeft.CausesValidation = false;
  578. barDockControlLeft.Dock = DockStyle.Left;
  579. barDockControlLeft.Location = new Point(0, 0);
  580. barDockControlLeft.Manager = bmgMain;
  581. barDockControlLeft.Size = new Size(0, 364);
  582. //
  583. // barDockControlRight
  584. //
  585. barDockControlRight.CausesValidation = false;
  586. barDockControlRight.Dock = DockStyle.Right;
  587. barDockControlRight.Location = new Point(1329, 0);
  588. barDockControlRight.Manager = bmgMain;
  589. barDockControlRight.Size = new Size(0, 364);
  590. //
  591. // btnCalcPosDt
  592. //
  593. btnCalcPosDt.Caption = "理论时差";
  594. btnCalcPosDt.Id = 0;
  595. btnCalcPosDt.Name = "btnCalcPosDt";
  596. btnCalcPosDt.ItemClick += btnCalcPosDt_ItemClick;
  597. //
  598. // HasRefCheckEdit
  599. //
  600. HasRefCheckEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "HasRef", true));
  601. HasRefCheckEdit.Location = new Point(1265, 5);
  602. HasRefCheckEdit.MenuManager = bmgMain;
  603. HasRefCheckEdit.Name = "HasRefCheckEdit";
  604. HasRefCheckEdit.Properties.Caption = "有参";
  605. HasRefCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  606. HasRefCheckEdit.Size = new Size(59, 20);
  607. HasRefCheckEdit.StyleController = dataLayoutControl1;
  608. HasRefCheckEdit.TabIndex = 7;
  609. HasRefCheckEdit.CheckedChanged += HasRefCheckEdit_CheckedChanged;
  610. //
  611. // RefLonButtonEdit
  612. //
  613. RefLonButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefLon", true));
  614. RefLonButtonEdit.Location = new Point(792, 29);
  615. RefLonButtonEdit.MenuManager = bmgMain;
  616. RefLonButtonEdit.Name = "RefLonButtonEdit";
  617. RefLonButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  618. RefLonButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  619. RefLonButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  620. RefLonButtonEdit.Properties.Mask.EditMask = "F";
  621. RefLonButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  622. RefLonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  623. RefLonButtonEdit.Size = new Size(131, 20);
  624. RefLonButtonEdit.StyleController = dataLayoutControl1;
  625. RefLonButtonEdit.TabIndex = 10;
  626. //
  627. // RefLatButtonEdit
  628. //
  629. RefLatButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefLat", true));
  630. RefLatButtonEdit.Location = new Point(994, 29);
  631. RefLatButtonEdit.MenuManager = bmgMain;
  632. RefLatButtonEdit.Name = "RefLatButtonEdit";
  633. RefLatButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  634. RefLatButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  635. RefLatButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  636. RefLatButtonEdit.Properties.Mask.EditMask = "F";
  637. RefLatButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  638. RefLatButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  639. RefLatButtonEdit.Size = new Size(128, 20);
  640. RefLatButtonEdit.StyleController = dataLayoutControl1;
  641. RefLatButtonEdit.TabIndex = 11;
  642. //
  643. // RefAltButtonEdit
  644. //
  645. RefAltButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefAlt", true));
  646. RefAltButtonEdit.Location = new Point(1193, 29);
  647. RefAltButtonEdit.MenuManager = bmgMain;
  648. RefAltButtonEdit.Name = "RefAltButtonEdit";
  649. RefAltButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  650. RefAltButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  651. RefAltButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  652. RefAltButtonEdit.Properties.Mask.EditMask = "F";
  653. RefAltButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  654. RefAltButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  655. RefAltButtonEdit.Size = new Size(131, 20);
  656. RefAltButtonEdit.StyleController = dataLayoutControl1;
  657. RefAltButtonEdit.TabIndex = 12;
  658. //
  659. // ErrRangeButtonEdit
  660. //
  661. ErrRangeButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "ErrRange", true));
  662. ErrRangeButtonEdit.Location = new Point(712, 53);
  663. ErrRangeButtonEdit.MenuManager = bmgMain;
  664. ErrRangeButtonEdit.Name = "ErrRangeButtonEdit";
  665. ErrRangeButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  666. ErrRangeButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  667. ErrRangeButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  668. ErrRangeButtonEdit.Properties.Mask.EditMask = "F";
  669. ErrRangeButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  670. ErrRangeButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  671. ErrRangeButtonEdit.Size = new Size(69, 20);
  672. ErrRangeButtonEdit.StyleController = dataLayoutControl1;
  673. ErrRangeButtonEdit.TabIndex = 18;
  674. //
  675. // RefFreqButtonEdit
  676. //
  677. RefFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefFreq", true));
  678. RefFreqButtonEdit.Location = new Point(72, 29);
  679. RefFreqButtonEdit.MenuManager = bmgMain;
  680. RefFreqButtonEdit.Name = "RefFreqButtonEdit";
  681. RefFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  682. RefFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  683. RefFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  684. RefFreqButtonEdit.Properties.Mask.EditMask = "F";
  685. RefFreqButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  686. RefFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  687. RefFreqButtonEdit.Size = new Size(89, 20);
  688. RefFreqButtonEdit.StyleController = dataLayoutControl1;
  689. RefFreqButtonEdit.TabIndex = 8;
  690. //
  691. // RefBandWdithButtonEdit
  692. //
  693. RefBandWdithButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefBandWdith", true));
  694. RefBandWdithButtonEdit.Location = new Point(232, 29);
  695. RefBandWdithButtonEdit.MenuManager = bmgMain;
  696. RefBandWdithButtonEdit.Name = "RefBandWdithButtonEdit";
  697. RefBandWdithButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  698. RefBandWdithButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  699. RefBandWdithButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  700. RefBandWdithButtonEdit.Properties.Mask.EditMask = "F";
  701. RefBandWdithButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  702. RefBandWdithButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  703. RefBandWdithButtonEdit.Size = new Size(89, 20);
  704. RefBandWdithButtonEdit.StyleController = dataLayoutControl1;
  705. RefBandWdithButtonEdit.TabIndex = 9;
  706. //
  707. // ClockFreqButtonEdit
  708. //
  709. ClockFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "ClockFreq", true));
  710. ClockFreqButtonEdit.Location = new Point(793, 5);
  711. ClockFreqButtonEdit.MenuManager = bmgMain;
  712. ClockFreqButtonEdit.Name = "ClockFreqButtonEdit";
  713. ClockFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  714. ClockFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  715. ClockFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  716. ClockFreqButtonEdit.Properties.Mask.EditMask = "F";
  717. ClockFreqButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  718. ClockFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  719. ClockFreqButtonEdit.Size = new Size(388, 20);
  720. ClockFreqButtonEdit.StyleController = dataLayoutControl1;
  721. ClockFreqButtonEdit.TabIndex = 5;
  722. //
  723. // Sup4MCheckEdit
  724. //
  725. Sup4MCheckEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "Sup4M", true));
  726. Sup4MCheckEdit.EditValue = true;
  727. Sup4MCheckEdit.Location = new Point(1185, 5);
  728. Sup4MCheckEdit.MenuManager = bmgMain;
  729. Sup4MCheckEdit.Name = "Sup4MCheckEdit";
  730. Sup4MCheckEdit.Properties.Caption = "四倍抽取";
  731. Sup4MCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  732. Sup4MCheckEdit.Size = new Size(76, 20);
  733. Sup4MCheckEdit.StyleController = dataLayoutControl1;
  734. Sup4MCheckEdit.TabIndex = 6;
  735. //
  736. // TarDf1ButtonEdit
  737. //
  738. TarDf1ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TarDf1", true));
  739. TarDf1ButtonEdit.Location = new Point(392, 5);
  740. TarDf1ButtonEdit.MenuManager = bmgMain;
  741. TarDf1ButtonEdit.Name = "TarDf1ButtonEdit";
  742. TarDf1ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  743. TarDf1ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  744. TarDf1ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  745. TarDf1ButtonEdit.Properties.Mask.EditMask = "F";
  746. TarDf1ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  747. TarDf1ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  748. TarDf1ButtonEdit.Size = new Size(130, 20);
  749. TarDf1ButtonEdit.StyleController = dataLayoutControl1;
  750. TarDf1ButtonEdit.TabIndex = 3;
  751. //
  752. // TarDf2ButtonEdit
  753. //
  754. TarDf2ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "TarDf2", true));
  755. TarDf2ButtonEdit.Location = new Point(593, 5);
  756. TarDf2ButtonEdit.MenuManager = bmgMain;
  757. TarDf2ButtonEdit.Name = "TarDf2ButtonEdit";
  758. TarDf2ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  759. TarDf2ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  760. TarDf2ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  761. TarDf2ButtonEdit.Properties.Mask.EditMask = "F";
  762. TarDf2ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  763. TarDf2ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  764. TarDf2ButtonEdit.Size = new Size(129, 20);
  765. TarDf2ButtonEdit.StyleController = dataLayoutControl1;
  766. TarDf2ButtonEdit.TabIndex = 4;
  767. //
  768. // RefDf1ButtonEdit
  769. //
  770. RefDf1ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefDf1", true));
  771. RefDf1ButtonEdit.Location = new Point(392, 29);
  772. RefDf1ButtonEdit.MenuManager = bmgMain;
  773. RefDf1ButtonEdit.Name = "RefDf1ButtonEdit";
  774. RefDf1ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  775. RefDf1ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  776. RefDf1ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  777. RefDf1ButtonEdit.Properties.Mask.EditMask = "F";
  778. RefDf1ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  779. RefDf1ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  780. RefDf1ButtonEdit.Size = new Size(130, 20);
  781. RefDf1ButtonEdit.StyleController = dataLayoutControl1;
  782. RefDf1ButtonEdit.TabIndex = 13;
  783. //
  784. // RefDf2ButtonEdit
  785. //
  786. RefDf2ButtonEdit.DataBindings.Add(new Binding("EditValue", bsSignalSim, "RefDf2", true));
  787. RefDf2ButtonEdit.Location = new Point(593, 29);
  788. RefDf2ButtonEdit.MenuManager = bmgMain;
  789. RefDf2ButtonEdit.Name = "RefDf2ButtonEdit";
  790. RefDf2ButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  791. RefDf2ButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  792. RefDf2ButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  793. RefDf2ButtonEdit.Properties.Mask.EditMask = "F";
  794. RefDf2ButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  795. RefDf2ButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  796. RefDf2ButtonEdit.Size = new Size(128, 20);
  797. RefDf2ButtonEdit.StyleController = dataLayoutControl1;
  798. RefDf2ButtonEdit.TabIndex = 14;
  799. //
  800. // Root
  801. //
  802. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  803. Root.GroupBordersVisible = false;
  804. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  805. Root.Name = "Root";
  806. Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  807. Root.Size = new Size(1329, 364);
  808. Root.TextVisible = false;
  809. //
  810. // layoutControlGroup1
  811. //
  812. layoutControlGroup1.AllowDrawBackground = false;
  813. layoutControlGroup1.GroupBordersVisible = false;
  814. 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 });
  815. layoutControlGroup1.Location = new Point(0, 0);
  816. layoutControlGroup1.Name = "autoGeneratedGroup0";
  817. layoutControlGroup1.Size = new Size(1323, 358);
  818. //
  819. // layoutControlItem1
  820. //
  821. layoutControlItem1.Control = gridSatList;
  822. layoutControlItem1.Location = new Point(0, 74);
  823. layoutControlItem1.Name = "layoutControlItem1";
  824. layoutControlItem1.Size = new Size(650, 284);
  825. layoutControlItem1.TextSize = new Size(0, 0);
  826. layoutControlItem1.TextVisible = false;
  827. //
  828. // layoutControlItem2
  829. //
  830. layoutControlItem2.Control = gridPosList;
  831. layoutControlItem2.Location = new Point(660, 74);
  832. layoutControlItem2.Name = "layoutControlItem2";
  833. layoutControlItem2.Size = new Size(663, 284);
  834. layoutControlItem2.TextSize = new Size(0, 0);
  835. layoutControlItem2.TextVisible = false;
  836. //
  837. // splitterItem1
  838. //
  839. splitterItem1.AllowHotTrack = true;
  840. splitterItem1.Location = new Point(650, 74);
  841. splitterItem1.Name = "splitterItem1";
  842. splitterItem1.Size = new Size(10, 284);
  843. //
  844. // ItemForHasRef
  845. //
  846. ItemForHasRef.Control = HasRefCheckEdit;
  847. ItemForHasRef.Location = new Point(1260, 0);
  848. ItemForHasRef.MaxSize = new Size(63, 24);
  849. ItemForHasRef.MinSize = new Size(63, 24);
  850. ItemForHasRef.Name = "ItemForHasRef";
  851. ItemForHasRef.Size = new Size(63, 24);
  852. ItemForHasRef.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  853. ItemForHasRef.Text = "有参";
  854. ItemForHasRef.TextSize = new Size(0, 0);
  855. ItemForHasRef.TextVisible = false;
  856. //
  857. // ItemForSigFreq
  858. //
  859. ItemForSigFreq.Control = SigFreqButtonEdit;
  860. ItemForSigFreq.Location = new Point(0, 0);
  861. ItemForSigFreq.MaxSize = new Size(160, 24);
  862. ItemForSigFreq.MinSize = new Size(160, 24);
  863. ItemForSigFreq.Name = "ItemForSigFreq";
  864. ItemForSigFreq.Size = new Size(160, 24);
  865. ItemForSigFreq.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  866. ItemForSigFreq.Text = "信号频点";
  867. ItemForSigFreq.TextSize = new Size(55, 14);
  868. //
  869. // ItemForBandWidth
  870. //
  871. ItemForBandWidth.Control = BandWidthButtonEdit;
  872. ItemForBandWidth.Location = new Point(160, 0);
  873. ItemForBandWidth.MaxSize = new Size(160, 24);
  874. ItemForBandWidth.MinSize = new Size(160, 24);
  875. ItemForBandWidth.Name = "ItemForBandWidth";
  876. ItemForBandWidth.Size = new Size(160, 24);
  877. ItemForBandWidth.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  878. ItemForBandWidth.Text = "信号带宽";
  879. ItemForBandWidth.TextSize = new Size(55, 14);
  880. //
  881. // ItemForStartTime
  882. //
  883. ItemForStartTime.Control = StartTimeDateEdit;
  884. ItemForStartTime.Location = new Point(0, 48);
  885. ItemForStartTime.MaxSize = new Size(320, 24);
  886. ItemForStartTime.MinSize = new Size(320, 24);
  887. ItemForStartTime.Name = "ItemForStartTime";
  888. ItemForStartTime.Size = new Size(320, 26);
  889. ItemForStartTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  890. ItemForStartTime.Text = "开始时间";
  891. ItemForStartTime.TextSize = new Size(55, 14);
  892. //
  893. // ItemForTimeLen
  894. //
  895. ItemForTimeLen.Control = TimeLenSpinEdit;
  896. ItemForTimeLen.Location = new Point(480, 48);
  897. ItemForTimeLen.MaxSize = new Size(160, 24);
  898. ItemForTimeLen.MinSize = new Size(160, 24);
  899. ItemForTimeLen.Name = "ItemForTimeLen";
  900. ItemForTimeLen.Size = new Size(160, 26);
  901. ItemForTimeLen.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  902. ItemForTimeLen.Text = "信号时长";
  903. ItemForTimeLen.TextSize = new Size(55, 14);
  904. //
  905. // ItemForTimeInterval
  906. //
  907. ItemForTimeInterval.Control = TimeIntervalSpinEdit;
  908. ItemForTimeInterval.Location = new Point(320, 48);
  909. ItemForTimeInterval.MaxSize = new Size(160, 24);
  910. ItemForTimeInterval.MinSize = new Size(130, 24);
  911. ItemForTimeInterval.Name = "ItemForTimeInterval";
  912. ItemForTimeInterval.Size = new Size(160, 26);
  913. ItemForTimeInterval.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  914. ItemForTimeInterval.Text = "时间间隔";
  915. ItemForTimeInterval.TextSize = new Size(55, 14);
  916. //
  917. // ItemForDataPath
  918. //
  919. ItemForDataPath.Control = DataPathButtonEdit;
  920. ItemForDataPath.Location = new Point(780, 48);
  921. ItemForDataPath.Name = "ItemForDataPath";
  922. ItemForDataPath.Size = new Size(383, 26);
  923. ItemForDataPath.Text = "存储路径";
  924. ItemForDataPath.TextSize = new Size(55, 14);
  925. //
  926. // layoutControlItem3
  927. //
  928. layoutControlItem3.Control = btnGenPos;
  929. layoutControlItem3.Location = new Point(1163, 48);
  930. layoutControlItem3.MaxSize = new Size(80, 26);
  931. layoutControlItem3.MinSize = new Size(80, 26);
  932. layoutControlItem3.Name = "layoutControlItem3";
  933. layoutControlItem3.Size = new Size(80, 26);
  934. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  935. layoutControlItem3.TextSize = new Size(0, 0);
  936. layoutControlItem3.TextVisible = false;
  937. //
  938. // layoutControlItem4
  939. //
  940. layoutControlItem4.Control = btnGenSigFile;
  941. layoutControlItem4.Location = new Point(1243, 48);
  942. layoutControlItem4.MaxSize = new Size(80, 26);
  943. layoutControlItem4.MinSize = new Size(80, 26);
  944. layoutControlItem4.Name = "layoutControlItem4";
  945. layoutControlItem4.Size = new Size(80, 26);
  946. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  947. layoutControlItem4.TextSize = new Size(0, 0);
  948. layoutControlItem4.TextVisible = false;
  949. //
  950. // ItemForErrRange
  951. //
  952. ItemForErrRange.Control = ErrRangeButtonEdit;
  953. ItemForErrRange.Location = new Point(640, 48);
  954. ItemForErrRange.MaxSize = new Size(140, 24);
  955. ItemForErrRange.MinSize = new Size(140, 24);
  956. ItemForErrRange.Name = "ItemForErrRange";
  957. ItemForErrRange.Size = new Size(140, 26);
  958. ItemForErrRange.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  959. ItemForErrRange.Text = "误差范围";
  960. ItemForErrRange.TextSize = new Size(55, 14);
  961. //
  962. // ItemForClockFreq
  963. //
  964. ItemForClockFreq.Control = ClockFreqButtonEdit;
  965. ItemForClockFreq.Location = new Point(721, 0);
  966. ItemForClockFreq.Name = "ItemForClockFreq";
  967. ItemForClockFreq.Size = new Size(459, 24);
  968. ItemForClockFreq.Text = "时钟频率";
  969. ItemForClockFreq.TextSize = new Size(55, 14);
  970. //
  971. // ItemForSup4M
  972. //
  973. ItemForSup4M.Control = Sup4MCheckEdit;
  974. ItemForSup4M.Location = new Point(1180, 0);
  975. ItemForSup4M.MaxSize = new Size(80, 24);
  976. ItemForSup4M.MinSize = new Size(80, 24);
  977. ItemForSup4M.Name = "ItemForSup4M";
  978. ItemForSup4M.Size = new Size(80, 24);
  979. ItemForSup4M.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  980. ItemForSup4M.Text = "四倍抽取";
  981. ItemForSup4M.TextSize = new Size(0, 0);
  982. ItemForSup4M.TextVisible = false;
  983. //
  984. // ItemForTarDf1
  985. //
  986. ItemForTarDf1.Control = TarDf1ButtonEdit;
  987. ItemForTarDf1.Location = new Point(320, 0);
  988. ItemForTarDf1.Name = "ItemForTarDf1";
  989. ItemForTarDf1.Size = new Size(201, 24);
  990. ItemForTarDf1.Text = "主邻1频差";
  991. ItemForTarDf1.TextSize = new Size(55, 14);
  992. //
  993. // ItemForTarDf2
  994. //
  995. ItemForTarDf2.Control = TarDf2ButtonEdit;
  996. ItemForTarDf2.Location = new Point(521, 0);
  997. ItemForTarDf2.Name = "ItemForTarDf2";
  998. ItemForTarDf2.Size = new Size(200, 24);
  999. ItemForTarDf2.Text = "主邻2频差";
  1000. ItemForTarDf2.TextSize = new Size(55, 14);
  1001. //
  1002. // grpRefSig
  1003. //
  1004. grpRefSig.GroupBordersVisible = false;
  1005. grpRefSig.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForRefFreq, ItemForRefBandWdith, ItemForRefDf1, ItemForRefDf2, ItemForRefLon, ItemForRefLat, ItemForRefAlt });
  1006. grpRefSig.Location = new Point(0, 24);
  1007. grpRefSig.Name = "grpRefSig";
  1008. grpRefSig.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  1009. grpRefSig.Size = new Size(1323, 24);
  1010. grpRefSig.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  1011. grpRefSig.TextVisible = false;
  1012. //
  1013. // ItemForRefFreq
  1014. //
  1015. ItemForRefFreq.Control = RefFreqButtonEdit;
  1016. ItemForRefFreq.Location = new Point(0, 0);
  1017. ItemForRefFreq.MaxSize = new Size(160, 24);
  1018. ItemForRefFreq.MinSize = new Size(160, 24);
  1019. ItemForRefFreq.Name = "ItemForRefFreq";
  1020. ItemForRefFreq.Size = new Size(160, 24);
  1021. ItemForRefFreq.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1022. ItemForRefFreq.Text = "参考频点";
  1023. ItemForRefFreq.TextSize = new Size(55, 14);
  1024. //
  1025. // ItemForRefBandWdith
  1026. //
  1027. ItemForRefBandWdith.Control = RefBandWdithButtonEdit;
  1028. ItemForRefBandWdith.Location = new Point(160, 0);
  1029. ItemForRefBandWdith.MaxSize = new Size(160, 24);
  1030. ItemForRefBandWdith.MinSize = new Size(160, 24);
  1031. ItemForRefBandWdith.Name = "ItemForRefBandWdith";
  1032. ItemForRefBandWdith.Size = new Size(160, 24);
  1033. ItemForRefBandWdith.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1034. ItemForRefBandWdith.Text = "参考带宽";
  1035. ItemForRefBandWdith.TextSize = new Size(55, 14);
  1036. //
  1037. // ItemForRefDf1
  1038. //
  1039. ItemForRefDf1.Control = RefDf1ButtonEdit;
  1040. ItemForRefDf1.Location = new Point(320, 0);
  1041. ItemForRefDf1.Name = "ItemForRefDf1";
  1042. ItemForRefDf1.Size = new Size(201, 24);
  1043. ItemForRefDf1.Text = "主邻1频差";
  1044. ItemForRefDf1.TextSize = new Size(55, 14);
  1045. //
  1046. // ItemForRefDf2
  1047. //
  1048. ItemForRefDf2.Control = RefDf2ButtonEdit;
  1049. ItemForRefDf2.Location = new Point(521, 0);
  1050. ItemForRefDf2.Name = "ItemForRefDf2";
  1051. ItemForRefDf2.Size = new Size(199, 24);
  1052. ItemForRefDf2.Text = "主邻2频差";
  1053. ItemForRefDf2.TextSize = new Size(55, 14);
  1054. //
  1055. // ItemForRefLon
  1056. //
  1057. ItemForRefLon.Control = RefLonButtonEdit;
  1058. ItemForRefLon.Location = new Point(720, 0);
  1059. ItemForRefLon.Name = "ItemForRefLon";
  1060. ItemForRefLon.Size = new Size(202, 24);
  1061. ItemForRefLon.Text = "参考经度";
  1062. ItemForRefLon.TextSize = new Size(55, 14);
  1063. //
  1064. // ItemForRefLat
  1065. //
  1066. ItemForRefLat.Control = RefLatButtonEdit;
  1067. ItemForRefLat.Location = new Point(922, 0);
  1068. ItemForRefLat.Name = "ItemForRefLat";
  1069. ItemForRefLat.Size = new Size(199, 24);
  1070. ItemForRefLat.Text = "参考纬度";
  1071. ItemForRefLat.TextSize = new Size(55, 14);
  1072. //
  1073. // ItemForRefAlt
  1074. //
  1075. ItemForRefAlt.Control = RefAltButtonEdit;
  1076. ItemForRefAlt.Location = new Point(1121, 0);
  1077. ItemForRefAlt.Name = "ItemForRefAlt";
  1078. ItemForRefAlt.Size = new Size(202, 24);
  1079. ItemForRefAlt.Text = "参考高度";
  1080. ItemForRefAlt.TextSize = new Size(55, 14);
  1081. //
  1082. // popGridPos
  1083. //
  1084. popGridPos.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnCalcPosDt) });
  1085. popGridPos.Manager = bmgMain;
  1086. popGridPos.Name = "popGridPos";
  1087. //
  1088. // colTarDf1
  1089. //
  1090. colTarDf1.FieldName = "TarDf1";
  1091. colTarDf1.Name = "colTarDf1";
  1092. colTarDf1.Visible = true;
  1093. colTarDf1.VisibleIndex = 3;
  1094. colTarDf1.Width = 78;
  1095. //
  1096. // colTarDf2
  1097. //
  1098. colTarDf2.FieldName = "TarDf2";
  1099. colTarDf2.Name = "colTarDf2";
  1100. colTarDf2.Visible = true;
  1101. colTarDf2.VisibleIndex = 4;
  1102. colTarDf2.Width = 78;
  1103. //
  1104. // colRefDf1
  1105. //
  1106. colRefDf1.FieldName = "RefDf1";
  1107. colRefDf1.Name = "colRefDf1";
  1108. colRefDf1.Visible = true;
  1109. colRefDf1.VisibleIndex = 6;
  1110. colRefDf1.Width = 78;
  1111. //
  1112. // colRefDf2
  1113. //
  1114. colRefDf2.FieldName = "RefDf2";
  1115. colRefDf2.Name = "colRefDf2";
  1116. colRefDf2.Visible = true;
  1117. colRefDf2.VisibleIndex = 5;
  1118. colRefDf2.Width = 78;
  1119. //
  1120. // SignalSimParamCtrl
  1121. //
  1122. AutoScaleDimensions = new SizeF(7F, 14F);
  1123. AutoScaleMode = AutoScaleMode.Font;
  1124. Controls.Add(dataLayoutControl1);
  1125. Controls.Add(barDockControlLeft);
  1126. Controls.Add(barDockControlRight);
  1127. Controls.Add(barDockControlBottom);
  1128. Controls.Add(barDockControlTop);
  1129. Name = "SignalSimParamCtrl";
  1130. Size = new Size(1329, 364);
  1131. Load += SignalSimParamCtrl_Load;
  1132. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  1133. dataLayoutControl1.ResumeLayout(false);
  1134. ((System.ComponentModel.ISupportInitialize)gridPosList).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)bsSignalSim).EndInit();
  1136. ((System.ComponentModel.ISupportInitialize)gvPosList).EndInit();
  1137. ((System.ComponentModel.ISupportInitialize)sigTimeEdit.CalendarTimeProperties).EndInit();
  1138. ((System.ComponentModel.ISupportInitialize)sigTimeEdit).EndInit();
  1139. ((System.ComponentModel.ISupportInitialize)gridSatList).EndInit();
  1140. ((System.ComponentModel.ISupportInitialize)gvSatList).EndInit();
  1141. ((System.ComponentModel.ISupportInitialize)satEdit).EndInit();
  1142. ((System.ComponentModel.ISupportInitialize)bsSatList).EndInit();
  1143. ((System.ComponentModel.ISupportInitialize)isMainSatEdit).EndInit();
  1144. ((System.ComponentModel.ISupportInitialize)antEdit).EndInit();
  1145. ((System.ComponentModel.ISupportInitialize)bsAntList).EndInit();
  1146. ((System.ComponentModel.ISupportInitialize)siteCodeEdit).EndInit();
  1147. ((System.ComponentModel.ISupportInitialize)adcCodeEdit).EndInit();
  1148. ((System.ComponentModel.ISupportInitialize)chNumEdit).EndInit();
  1149. ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties.CalendarTimeProperties).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)StartTimeDateEdit.Properties).EndInit();
  1151. ((System.ComponentModel.ISupportInitialize)TimeIntervalSpinEdit.Properties).EndInit();
  1152. ((System.ComponentModel.ISupportInitialize)SigFreqButtonEdit.Properties).EndInit();
  1153. ((System.ComponentModel.ISupportInitialize)BandWidthButtonEdit.Properties).EndInit();
  1154. ((System.ComponentModel.ISupportInitialize)DataPathButtonEdit.Properties).EndInit();
  1155. ((System.ComponentModel.ISupportInitialize)TimeLenSpinEdit.Properties).EndInit();
  1156. ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();
  1157. ((System.ComponentModel.ISupportInitialize)HasRefCheckEdit.Properties).EndInit();
  1158. ((System.ComponentModel.ISupportInitialize)RefLonButtonEdit.Properties).EndInit();
  1159. ((System.ComponentModel.ISupportInitialize)RefLatButtonEdit.Properties).EndInit();
  1160. ((System.ComponentModel.ISupportInitialize)RefAltButtonEdit.Properties).EndInit();
  1161. ((System.ComponentModel.ISupportInitialize)ErrRangeButtonEdit.Properties).EndInit();
  1162. ((System.ComponentModel.ISupportInitialize)RefFreqButtonEdit.Properties).EndInit();
  1163. ((System.ComponentModel.ISupportInitialize)RefBandWdithButtonEdit.Properties).EndInit();
  1164. ((System.ComponentModel.ISupportInitialize)ClockFreqButtonEdit.Properties).EndInit();
  1165. ((System.ComponentModel.ISupportInitialize)Sup4MCheckEdit.Properties).EndInit();
  1166. ((System.ComponentModel.ISupportInitialize)TarDf1ButtonEdit.Properties).EndInit();
  1167. ((System.ComponentModel.ISupportInitialize)TarDf2ButtonEdit.Properties).EndInit();
  1168. ((System.ComponentModel.ISupportInitialize)RefDf1ButtonEdit.Properties).EndInit();
  1169. ((System.ComponentModel.ISupportInitialize)RefDf2ButtonEdit.Properties).EndInit();
  1170. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  1171. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  1172. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  1173. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  1174. ((System.ComponentModel.ISupportInitialize)splitterItem1).EndInit();
  1175. ((System.ComponentModel.ISupportInitialize)ItemForHasRef).EndInit();
  1176. ((System.ComponentModel.ISupportInitialize)ItemForSigFreq).EndInit();
  1177. ((System.ComponentModel.ISupportInitialize)ItemForBandWidth).EndInit();
  1178. ((System.ComponentModel.ISupportInitialize)ItemForStartTime).EndInit();
  1179. ((System.ComponentModel.ISupportInitialize)ItemForTimeLen).EndInit();
  1180. ((System.ComponentModel.ISupportInitialize)ItemForTimeInterval).EndInit();
  1181. ((System.ComponentModel.ISupportInitialize)ItemForDataPath).EndInit();
  1182. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  1183. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  1184. ((System.ComponentModel.ISupportInitialize)ItemForErrRange).EndInit();
  1185. ((System.ComponentModel.ISupportInitialize)ItemForClockFreq).EndInit();
  1186. ((System.ComponentModel.ISupportInitialize)ItemForSup4M).EndInit();
  1187. ((System.ComponentModel.ISupportInitialize)ItemForTarDf1).EndInit();
  1188. ((System.ComponentModel.ISupportInitialize)ItemForTarDf2).EndInit();
  1189. ((System.ComponentModel.ISupportInitialize)grpRefSig).EndInit();
  1190. ((System.ComponentModel.ISupportInitialize)ItemForRefFreq).EndInit();
  1191. ((System.ComponentModel.ISupportInitialize)ItemForRefBandWdith).EndInit();
  1192. ((System.ComponentModel.ISupportInitialize)ItemForRefDf1).EndInit();
  1193. ((System.ComponentModel.ISupportInitialize)ItemForRefDf2).EndInit();
  1194. ((System.ComponentModel.ISupportInitialize)ItemForRefLon).EndInit();
  1195. ((System.ComponentModel.ISupportInitialize)ItemForRefLat).EndInit();
  1196. ((System.ComponentModel.ISupportInitialize)ItemForRefAlt).EndInit();
  1197. ((System.ComponentModel.ISupportInitialize)popGridPos).EndInit();
  1198. ResumeLayout(false);
  1199. PerformLayout();
  1200. }
  1201. #endregion
  1202. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  1203. private DevExpress.XtraLayout.LayoutControlGroup Root;
  1204. private DevExpress.XtraEditors.DateEdit StartTimeDateEdit;
  1205. private BindingSource bsSignalSim;
  1206. private DevExpress.XtraEditors.SpinEdit TimeIntervalSpinEdit;
  1207. private DevExpress.XtraEditors.ButtonEdit SigFreqButtonEdit;
  1208. private DevExpress.XtraEditors.ButtonEdit BandWidthButtonEdit;
  1209. private DevExpress.XtraEditors.ButtonEdit DataPathButtonEdit;
  1210. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  1211. private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime;
  1212. private DevExpress.XtraLayout.LayoutControlItem ItemForTimeInterval;
  1213. private DevExpress.XtraLayout.LayoutControlItem ItemForSigFreq;
  1214. private DevExpress.XtraLayout.LayoutControlItem ItemForBandWidth;
  1215. private DevExpress.XtraLayout.LayoutControlItem ItemForDataPath;
  1216. private DevExpress.XtraGrid.GridControl gridPosList;
  1217. private DevExpress.XtraGrid.Views.Grid.GridView gvPosList;
  1218. private DevExpress.XtraGrid.GridControl gridSatList;
  1219. private DevExpress.XtraGrid.Views.Grid.GridView gvSatList;
  1220. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  1221. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  1222. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  1223. private DevExpress.XtraEditors.SimpleButton btnGenSigFile;
  1224. private DevExpress.XtraEditors.SimpleButton btnGenPos;
  1225. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  1226. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  1227. private DevExpress.XtraGrid.Columns.GridColumn colSatId;
  1228. private DevExpress.XtraGrid.Columns.GridColumn colAntId;
  1229. private DevExpress.XtraGrid.Columns.GridColumn colSiteCode;
  1230. private DevExpress.XtraGrid.Columns.GridColumn colAdcCode;
  1231. private DevExpress.XtraGrid.Columns.GridColumn colChNum;
  1232. private DevExpress.XtraGrid.Columns.GridColumn colSigTime;
  1233. private DevExpress.XtraGrid.Columns.GridColumn colLon;
  1234. private DevExpress.XtraGrid.Columns.GridColumn colLat;
  1235. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit satEdit;
  1236. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit antEdit;
  1237. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit siteCodeEdit;
  1238. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit adcCodeEdit;
  1239. private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox chNumEdit;
  1240. private DevExpress.XtraGrid.Columns.GridColumn colIsMainSat;
  1241. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit isMainSatEdit;
  1242. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit sigTimeEdit;
  1243. private DevExpress.Xpo.XPBindingSource bsSatList;
  1244. private DevExpress.Xpo.XPBindingSource bsAntList;
  1245. private DevExpress.XtraBars.BarManager bmgMain;
  1246. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  1247. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  1248. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  1249. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  1250. private DevExpress.XtraBars.PopupMenu popGridPos;
  1251. private DevExpress.XtraBars.BarButtonItem btnCalcPosDt;
  1252. private DevExpress.XtraGrid.Columns.GridColumn colDtCalcRes;
  1253. private DevExpress.XtraLayout.LayoutControlItem ItemForTimeLen;
  1254. private DevExpress.XtraEditors.SpinEdit TimeLenSpinEdit;
  1255. private DevExpress.XtraEditors.CheckEdit HasRefCheckEdit;
  1256. private DevExpress.XtraEditors.ButtonEdit RefLonButtonEdit;
  1257. private DevExpress.XtraEditors.ButtonEdit RefLatButtonEdit;
  1258. private DevExpress.XtraEditors.ButtonEdit RefAltButtonEdit;
  1259. private DevExpress.XtraLayout.LayoutControlItem ItemForHasRef;
  1260. private DevExpress.XtraLayout.LayoutControlItem ItemForRefLon;
  1261. private DevExpress.XtraLayout.LayoutControlItem ItemForRefLat;
  1262. private DevExpress.XtraLayout.LayoutControlItem ItemForRefAlt;
  1263. private DevExpress.XtraEditors.ButtonEdit ErrRangeButtonEdit;
  1264. private DevExpress.XtraLayout.LayoutControlItem ItemForErrRange;
  1265. private DevExpress.XtraGrid.Columns.GridColumn colRefAdcCode;
  1266. private DevExpress.XtraEditors.ButtonEdit RefFreqButtonEdit;
  1267. private DevExpress.XtraEditors.ButtonEdit RefBandWdithButtonEdit;
  1268. private DevExpress.XtraLayout.LayoutControlItem ItemForRefFreq;
  1269. private DevExpress.XtraLayout.LayoutControlItem ItemForRefBandWdith;
  1270. private DevExpress.XtraEditors.ButtonEdit ClockFreqButtonEdit;
  1271. private DevExpress.XtraEditors.CheckEdit Sup4MCheckEdit;
  1272. private DevExpress.XtraLayout.LayoutControlItem ItemForClockFreq;
  1273. private DevExpress.XtraLayout.LayoutControlItem ItemForSup4M;
  1274. private DevExpress.XtraGrid.Columns.GridColumn colLon1;
  1275. private DevExpress.XtraGrid.Columns.GridColumn colLat1;
  1276. private DevExpress.XtraEditors.ButtonEdit TarDf1ButtonEdit;
  1277. private DevExpress.XtraEditors.ButtonEdit TarDf2ButtonEdit;
  1278. private DevExpress.XtraEditors.ButtonEdit RefDf1ButtonEdit;
  1279. private DevExpress.XtraEditors.ButtonEdit RefDf2ButtonEdit;
  1280. private DevExpress.XtraLayout.LayoutControlItem ItemForTarDf1;
  1281. private DevExpress.XtraLayout.LayoutControlItem ItemForTarDf2;
  1282. private DevExpress.XtraLayout.LayoutControlItem ItemForRefDf1;
  1283. private DevExpress.XtraLayout.LayoutControlItem ItemForRefDf2;
  1284. private DevExpress.XtraLayout.LayoutControlGroup grpRefSig;
  1285. private DevExpress.XtraGrid.Columns.GridColumn colTarDf1;
  1286. private DevExpress.XtraGrid.Columns.GridColumn colTarDf2;
  1287. private DevExpress.XtraGrid.Columns.GridColumn colRefDf1;
  1288. private DevExpress.XtraGrid.Columns.GridColumn colRefDf2;
  1289. }
  1290. }