PosListCtrl.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. using Ips.Sps.Emts;
  2. using Ips.Sps.TskResults.Poses;
  3. namespace Ips.Sps.TskResults.Poses
  4. {
  5. partial class PosListCtrl
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Component Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. components = new System.ComponentModel.Container();
  31. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  32. grdPosList = new DevExpress.XtraGrid.GridControl();
  33. bsPosList = new DevExpress.Xpo.XPBindingSource(components);
  34. gvPosList = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. colId = new DevExpress.XtraGrid.Columns.GridColumn();
  36. colTskId = new DevExpress.XtraGrid.Columns.GridColumn();
  37. colSigId = new DevExpress.XtraGrid.Columns.GridColumn();
  38. colSigTime = new DevExpress.XtraGrid.Columns.GridColumn();
  39. colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn();
  40. colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
  41. colPosText = new DevExpress.XtraGrid.Columns.GridColumn();
  42. colMirrText = new DevExpress.XtraGrid.Columns.GridColumn();
  43. colEmtId = new DevExpress.XtraGrid.Columns.GridColumn();
  44. emtEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  45. xpcEmt = new DevExpress.Xpo.XPCollection(components);
  46. colPosType = new DevExpress.XtraGrid.Columns.GridColumn();
  47. colGdopErr = new DevExpress.XtraGrid.Columns.GridColumn();
  48. colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn();
  49. colHasRef = new DevExpress.XtraGrid.Columns.GridColumn();
  50. colIsValid = new DevExpress.XtraGrid.Columns.GridColumn();
  51. bmgMain = new DevExpress.XtraBars.BarManager(components);
  52. bar1 = new DevExpress.XtraBars.Bar();
  53. btnFind = new DevExpress.XtraBars.BarButtonItem();
  54. txtSigTimeRange = new DevExpress.XtraBars.BarEditItem();
  55. timeRangeComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
  56. txtPosType = new DevExpress.XtraBars.BarEditItem();
  57. posTypeCheckedComboBoxEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
  58. txtShowInValid = new DevExpress.XtraBars.BarEditItem();
  59. repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  60. txtPosCount = new DevExpress.XtraBars.BarStaticItem();
  61. barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  62. barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  63. barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  64. barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  65. btnShowPes = new DevExpress.XtraBars.BarButtonItem();
  66. btnUseMirr = new DevExpress.XtraBars.BarButtonItem();
  67. btnDrawDtoDfoLine = new DevExpress.XtraBars.BarButtonItem();
  68. btnDrawDtoDfoLineNoRef = new DevExpress.XtraBars.BarButtonItem();
  69. btnDeletePos = new DevExpress.XtraBars.BarButtonItem();
  70. btnSetNotValid = new DevExpress.XtraBars.BarButtonItem();
  71. btnSetValid = new DevExpress.XtraBars.BarButtonItem();
  72. btnHandPos = new DevExpress.XtraBars.BarButtonItem();
  73. btnErrEllipse = new DevExpress.XtraBars.BarButtonItem();
  74. btnGdopAnalyse = new DevExpress.XtraBars.BarButtonItem();
  75. btnExportCsv = new DevExpress.XtraBars.BarButtonItem();
  76. btnEditPos = new DevExpress.XtraBars.BarButtonItem();
  77. repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  78. popMenu = new DevExpress.XtraBars.PopupMenu(components);
  79. pnlPesList = new DevExpress.Utils.FlyoutPanel();
  80. flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl();
  81. grpPesList = new DevExpress.XtraEditors.GroupControl();
  82. pesGridListCtrl1 = new Peses.PesGridListCtrl();
  83. xpcSat = new DevExpress.Xpo.XPCollection(components);
  84. ((System.ComponentModel.ISupportInitialize)grdPosList).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)bsPosList).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)gvPosList).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)emtEdit).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)xpcEmt).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)bmgMain).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)timeRangeComboBox).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)posTypeCheckedComboBoxEdit).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit2).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit1).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)popMenu).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)pnlPesList).BeginInit();
  96. pnlPesList.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)flyoutPanelControl1).BeginInit();
  98. flyoutPanelControl1.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)grpPesList).BeginInit();
  100. grpPesList.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)xpcSat).BeginInit();
  102. SuspendLayout();
  103. //
  104. // grdPosList
  105. //
  106. grdPosList.DataSource = bsPosList;
  107. grdPosList.Dock = DockStyle.Fill;
  108. grdPosList.Location = new Point(0, 24);
  109. grdPosList.MainView = gvPosList;
  110. grdPosList.Name = "grdPosList";
  111. grdPosList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { emtEdit });
  112. grdPosList.Size = new Size(1147, 338);
  113. grdPosList.TabIndex = 0;
  114. grdPosList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvPosList });
  115. //
  116. // bsPosList
  117. //
  118. bsPosList.ObjectType = typeof(Pos);
  119. //
  120. // gvPosList
  121. //
  122. gvPosList.Appearance.Row.Options.UseTextOptions = true;
  123. gvPosList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  124. gvPosList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colId, colTskId, colSigId, colSigTime, colSigFreq, colBandWidth, colPosText, colMirrText, colEmtId, colPosType, colGdopErr, colCreateTime, colHasRef, colIsValid });
  125. gvPosList.GridControl = grdPosList;
  126. gvPosList.Name = "gvPosList";
  127. gvPosList.OptionsBehavior.Editable = false;
  128. gvPosList.OptionsSelection.MultiSelect = true;
  129. gvPosList.OptionsView.ShowGroupPanel = false;
  130. gvPosList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colSigTime, DevExpress.Data.ColumnSortOrder.Descending) });
  131. gvPosList.RowClick += gvPosList_RowClick;
  132. gvPosList.FocusedRowChanged += gvPosList_FocusedRowChanged;
  133. gvPosList.CustomColumnDisplayText += gvPosList_CustomColumnDisplayText;
  134. //
  135. // colId
  136. //
  137. colId.FieldName = "Id";
  138. colId.Name = "colId";
  139. //
  140. // colTskId
  141. //
  142. colTskId.FieldName = "TskId";
  143. colTskId.Name = "colTskId";
  144. //
  145. // colSigId
  146. //
  147. colSigId.FieldName = "SigId";
  148. colSigId.Name = "colSigId";
  149. //
  150. // colSigTime
  151. //
  152. colSigTime.Caption = "信号时间";
  153. colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss.fff";
  154. colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  155. colSigTime.FieldName = "SigTime";
  156. colSigTime.Name = "colSigTime";
  157. colSigTime.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
  158. colSigTime.Visible = true;
  159. colSigTime.VisibleIndex = 0;
  160. colSigTime.Width = 136;
  161. //
  162. // colSigFreq
  163. //
  164. colSigFreq.Caption = "信号频点(MHz)";
  165. colSigFreq.FieldName = "SigFreq";
  166. colSigFreq.Name = "colSigFreq";
  167. colSigFreq.Visible = true;
  168. colSigFreq.VisibleIndex = 1;
  169. colSigFreq.Width = 111;
  170. //
  171. // colBandWidth
  172. //
  173. colBandWidth.Caption = "信号带宽(kHz)";
  174. colBandWidth.FieldName = "BandWidth";
  175. colBandWidth.Name = "colBandWidth";
  176. colBandWidth.Visible = true;
  177. colBandWidth.VisibleIndex = 2;
  178. colBandWidth.Width = 111;
  179. //
  180. // colPosText
  181. //
  182. colPosText.Caption = "定位点";
  183. colPosText.FieldName = "PosText";
  184. colPosText.Name = "colPosText";
  185. colPosText.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  186. colPosText.OptionsFilter.AllowFilter = false;
  187. colPosText.Visible = true;
  188. colPosText.VisibleIndex = 3;
  189. colPosText.Width = 111;
  190. //
  191. // colMirrText
  192. //
  193. colMirrText.Caption = "镜像点";
  194. colMirrText.FieldName = "MirrText";
  195. colMirrText.Name = "colMirrText";
  196. colMirrText.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
  197. colMirrText.OptionsFilter.AllowFilter = false;
  198. colMirrText.Visible = true;
  199. colMirrText.VisibleIndex = 4;
  200. colMirrText.Width = 111;
  201. //
  202. // colEmtId
  203. //
  204. colEmtId.Caption = "信号目标";
  205. colEmtId.ColumnEdit = emtEdit;
  206. colEmtId.FieldName = "EmtId";
  207. colEmtId.Name = "colEmtId";
  208. colEmtId.Visible = true;
  209. colEmtId.VisibleIndex = 6;
  210. //
  211. // emtEdit
  212. //
  213. emtEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  214. emtEdit.DataSource = xpcEmt;
  215. emtEdit.DisplayMember = "Name";
  216. emtEdit.Name = "emtEdit";
  217. emtEdit.NullText = "未知";
  218. emtEdit.ValueMember = "Oid";
  219. //
  220. // xpcEmt
  221. //
  222. xpcEmt.DisplayableProperties = "Oid;Code;Name";
  223. xpcEmt.ObjectType = typeof(Emt);
  224. //
  225. // colPosType
  226. //
  227. colPosType.Caption = "定位类型";
  228. colPosType.FieldName = "PosType";
  229. colPosType.Name = "colPosType";
  230. colPosType.Visible = true;
  231. colPosType.VisibleIndex = 5;
  232. colPosType.Width = 111;
  233. //
  234. // colGdopErr
  235. //
  236. colGdopErr.Caption = "理论误差(km)";
  237. colGdopErr.FieldName = "GdopErr";
  238. colGdopErr.Name = "colGdopErr";
  239. //
  240. // colCreateTime
  241. //
  242. colCreateTime.Caption = "完成时间";
  243. colCreateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  244. colCreateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  245. colCreateTime.FieldName = "CreateTime";
  246. colCreateTime.Name = "colCreateTime";
  247. colCreateTime.Visible = true;
  248. colCreateTime.VisibleIndex = 7;
  249. colCreateTime.Width = 116;
  250. //
  251. // colHasRef
  252. //
  253. colHasRef.Caption = "有参";
  254. colHasRef.FieldName = "HasRef";
  255. colHasRef.Name = "colHasRef";
  256. //
  257. // colIsValid
  258. //
  259. colIsValid.FieldName = "IsValid";
  260. colIsValid.Name = "colIsValid";
  261. //
  262. // bmgMain
  263. //
  264. bmgMain.AllowQuickCustomization = false;
  265. bmgMain.AllowShowToolbarsPopup = false;
  266. bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 });
  267. bmgMain.DockControls.Add(barDockControlTop);
  268. bmgMain.DockControls.Add(barDockControlBottom);
  269. bmgMain.DockControls.Add(barDockControlLeft);
  270. bmgMain.DockControls.Add(barDockControlRight);
  271. bmgMain.Form = this;
  272. bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] { btnShowPes, btnUseMirr, btnDrawDtoDfoLine, btnDrawDtoDfoLineNoRef, btnDeletePos, txtSigTimeRange, btnFind, txtPosType, txtShowInValid, txtPosCount, btnSetNotValid, btnSetValid, btnHandPos, btnErrEllipse, btnGdopAnalyse, btnExportCsv, btnEditPos });
  273. bmgMain.MaxItemId = 27;
  274. bmgMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { timeRangeComboBox, posTypeCheckedComboBoxEdit, repositoryItemCheckEdit1, repositoryItemCheckEdit2 });
  275. //
  276. // bar1
  277. //
  278. bar1.BarName = "Custom 2";
  279. bar1.DockCol = 0;
  280. bar1.DockRow = 0;
  281. bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  282. bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnFind), new DevExpress.XtraBars.LinkPersistInfo(txtSigTimeRange), new DevExpress.XtraBars.LinkPersistInfo(txtPosType), new DevExpress.XtraBars.LinkPersistInfo(txtShowInValid), new DevExpress.XtraBars.LinkPersistInfo(txtPosCount) });
  283. bar1.OptionsBar.AllowQuickCustomization = false;
  284. bar1.OptionsBar.DrawDragBorder = false;
  285. bar1.OptionsBar.UseWholeRow = true;
  286. bar1.Text = "Custom 2";
  287. //
  288. // btnFind
  289. //
  290. btnFind.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
  291. btnFind.Caption = "查询";
  292. btnFind.Id = 14;
  293. btnFind.ImageOptions.ImageUri.Uri = "Find";
  294. btnFind.Name = "btnFind";
  295. btnFind.ItemClick += btnFind_ItemClick;
  296. //
  297. // txtSigTimeRange
  298. //
  299. txtSigTimeRange.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
  300. txtSigTimeRange.Caption = "时间范围";
  301. txtSigTimeRange.Edit = timeRangeComboBox;
  302. txtSigTimeRange.EditValue = 1;
  303. txtSigTimeRange.EditWidth = 80;
  304. txtSigTimeRange.Id = 13;
  305. txtSigTimeRange.Name = "txtSigTimeRange";
  306. txtSigTimeRange.EditValueChanged += QueryModel_Changed;
  307. //
  308. // timeRangeComboBox
  309. //
  310. timeRangeComboBox.AutoHeight = false;
  311. timeRangeComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  312. timeRangeComboBox.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一小时", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三小时", 3, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("十小时", 10, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一天", 24, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三天", 72, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("五天", 120, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("七天", 168, -1) });
  313. timeRangeComboBox.Name = "timeRangeComboBox";
  314. timeRangeComboBox.NullText = "自定义";
  315. //
  316. // txtPosType
  317. //
  318. txtPosType.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
  319. txtPosType.Caption = "定位类型";
  320. txtPosType.Edit = posTypeCheckedComboBoxEdit;
  321. txtPosType.EditWidth = 130;
  322. txtPosType.Id = 15;
  323. txtPosType.Name = "txtPosType";
  324. txtPosType.EditValueChanged += QueryModel_Changed;
  325. //
  326. // posTypeCheckedComboBoxEdit
  327. //
  328. posTypeCheckedComboBoxEdit.AutoHeight = false;
  329. posTypeCheckedComboBoxEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  330. posTypeCheckedComboBoxEdit.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;
  331. posTypeCheckedComboBoxEdit.Name = "posTypeCheckedComboBoxEdit";
  332. posTypeCheckedComboBoxEdit.NullValuePrompt = "定位类型";
  333. //
  334. // txtShowInValid
  335. //
  336. txtShowInValid.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
  337. txtShowInValid.Caption = "显示无效点";
  338. txtShowInValid.Edit = repositoryItemCheckEdit2;
  339. txtShowInValid.EditWidth = 90;
  340. txtShowInValid.Id = 18;
  341. txtShowInValid.Name = "txtShowInValid";
  342. txtShowInValid.EditValueChanged += QueryModel_Changed;
  343. //
  344. // repositoryItemCheckEdit2
  345. //
  346. repositoryItemCheckEdit2.AutoHeight = false;
  347. repositoryItemCheckEdit2.Caption = "显示无效点";
  348. repositoryItemCheckEdit2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Near;
  349. repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
  350. repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  351. repositoryItemCheckEdit2.ValueGrayed = false;
  352. //
  353. // txtPosCount
  354. //
  355. txtPosCount.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
  356. txtPosCount.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  357. txtPosCount.Caption = "定位点数量:";
  358. txtPosCount.Id = 19;
  359. txtPosCount.Name = "txtPosCount";
  360. //
  361. // barDockControlTop
  362. //
  363. barDockControlTop.CausesValidation = false;
  364. barDockControlTop.Dock = DockStyle.Top;
  365. barDockControlTop.Location = new Point(0, 0);
  366. barDockControlTop.Manager = bmgMain;
  367. barDockControlTop.Size = new Size(1147, 24);
  368. //
  369. // barDockControlBottom
  370. //
  371. barDockControlBottom.CausesValidation = false;
  372. barDockControlBottom.Dock = DockStyle.Bottom;
  373. barDockControlBottom.Location = new Point(0, 362);
  374. barDockControlBottom.Manager = bmgMain;
  375. barDockControlBottom.Size = new Size(1147, 0);
  376. //
  377. // barDockControlLeft
  378. //
  379. barDockControlLeft.CausesValidation = false;
  380. barDockControlLeft.Dock = DockStyle.Left;
  381. barDockControlLeft.Location = new Point(0, 24);
  382. barDockControlLeft.Manager = bmgMain;
  383. barDockControlLeft.Size = new Size(0, 338);
  384. //
  385. // barDockControlRight
  386. //
  387. barDockControlRight.CausesValidation = false;
  388. barDockControlRight.Dock = DockStyle.Right;
  389. barDockControlRight.Location = new Point(1147, 24);
  390. barDockControlRight.Manager = bmgMain;
  391. barDockControlRight.Size = new Size(0, 338);
  392. //
  393. // btnShowPes
  394. //
  395. btnShowPes.Caption = "查看参估";
  396. btnShowPes.Id = 0;
  397. btnShowPes.ImageOptions.ImageUri.Uri = "outlook%20inspired/icon_scale";
  398. btnShowPes.Name = "btnShowPes";
  399. btnShowPes.ItemClick += btnShowPes_ItemClick;
  400. //
  401. // btnUseMirr
  402. //
  403. btnUseMirr.Caption = "使用镜像点";
  404. btnUseMirr.Id = 1;
  405. btnUseMirr.ImageOptions.ImageUri.Uri = "dashboards/insertbubblemap";
  406. btnUseMirr.Name = "btnUseMirr";
  407. btnUseMirr.ItemClick += btnUseMirr_ItemClick;
  408. //
  409. // btnDrawDtoDfoLine
  410. //
  411. btnDrawDtoDfoLine.Caption = "绘制时频差线";
  412. btnDrawDtoDfoLine.Id = 2;
  413. btnDrawDtoDfoLine.ImageOptions.ImageUri.Uri = "spreadsheet/createscatterchartsmoothlines";
  414. btnDrawDtoDfoLine.Name = "btnDrawDtoDfoLine";
  415. btnDrawDtoDfoLine.ItemClick += btnDrawDtoDfoLine_ItemClick;
  416. //
  417. // btnDrawDtoDfoLineNoRef
  418. //
  419. btnDrawDtoDfoLineNoRef.Caption = "绘制时频差线(无参)";
  420. btnDrawDtoDfoLineNoRef.Id = 3;
  421. btnDrawDtoDfoLineNoRef.ImageOptions.ImageUri.Uri = "spreadsheet/createscatterchartlines";
  422. btnDrawDtoDfoLineNoRef.Name = "btnDrawDtoDfoLineNoRef";
  423. btnDrawDtoDfoLineNoRef.ItemClick += btnDrawDtoDfoLineNoRef_ItemClick;
  424. //
  425. // btnDeletePos
  426. //
  427. btnDeletePos.Caption = "删除定位点";
  428. btnDeletePos.Id = 11;
  429. btnDeletePos.ImageOptions.ImageUri.Uri = "icon%20builder/actions_deletecircled";
  430. btnDeletePos.Name = "btnDeletePos";
  431. btnDeletePos.ItemClick += btnDeletePos_ItemClick;
  432. //
  433. // btnSetNotValid
  434. //
  435. btnSetNotValid.Caption = "设为无效点";
  436. btnSetNotValid.Id = 20;
  437. btnSetNotValid.ImageOptions.ImageUri.Uri = "outlook%20inspired/paymentunpaid";
  438. btnSetNotValid.Name = "btnSetNotValid";
  439. btnSetNotValid.Tag = false;
  440. btnSetNotValid.ItemClick += btnSetValid_ItemClick;
  441. //
  442. // btnSetValid
  443. //
  444. btnSetValid.Caption = "设为有效点";
  445. btnSetValid.Id = 21;
  446. btnSetValid.ImageOptions.ImageUri.Uri = "Apply";
  447. btnSetValid.Name = "btnSetValid";
  448. btnSetValid.ItemClick += btnSetValid_ItemClick;
  449. //
  450. // btnHandPos
  451. //
  452. btnHandPos.Caption = "手动定位";
  453. btnHandPos.Id = 22;
  454. btnHandPos.ImageOptions.ImageUri.Uri = "pdf%20viewer/handtool";
  455. btnHandPos.Name = "btnHandPos";
  456. btnHandPos.ItemClick += btnHandPos_ItemClick;
  457. //
  458. // btnErrEllipse
  459. //
  460. btnErrEllipse.Caption = "误差椭圆";
  461. btnErrEllipse.Id = 23;
  462. btnErrEllipse.ImageOptions.ImageUri.Uri = "diagramicons/figures/figures3";
  463. btnErrEllipse.Name = "btnErrEllipse";
  464. btnErrEllipse.ItemClick += btnErrEllipse_ItemClick;
  465. //
  466. // btnGdopAnalyse
  467. //
  468. btnGdopAnalyse.Caption = "误差分布";
  469. btnGdopAnalyse.Id = 24;
  470. btnGdopAnalyse.ImageOptions.ImageUri.Uri = "chart/charttype_polararea";
  471. btnGdopAnalyse.Name = "btnGdopAnalyse";
  472. btnGdopAnalyse.ItemClick += btnGdopAnalyse_ItemClick;
  473. //
  474. // btnExportCsv
  475. //
  476. btnExportCsv.Caption = "导出列表";
  477. btnExportCsv.Id = 25;
  478. btnExportCsv.ImageOptions.ImageUri.Uri = "ExportToCSV";
  479. btnExportCsv.Name = "btnExportCsv";
  480. btnExportCsv.ItemClick += btnExportCsv_ItemClick;
  481. //
  482. // btnEditPos
  483. //
  484. btnEditPos.Caption = "编辑定位点";
  485. btnEditPos.Id = 26;
  486. btnEditPos.ImageOptions.ImageUri.Uri = "icon%20builder/actions_edit";
  487. btnEditPos.Name = "btnEditPos";
  488. btnEditPos.ItemClick += btnEditPos_ItemClick;
  489. //
  490. // repositoryItemCheckEdit1
  491. //
  492. repositoryItemCheckEdit1.AutoHeight = false;
  493. repositoryItemCheckEdit1.Caption = "显示无效点";
  494. repositoryItemCheckEdit1.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgCheckBox1;
  495. repositoryItemCheckEdit1.ContentAlignment = DevExpress.Utils.HorzAlignment.Near;
  496. repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
  497. //
  498. // popMenu
  499. //
  500. popMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(btnShowPes), new DevExpress.XtraBars.LinkPersistInfo(btnUseMirr), new DevExpress.XtraBars.LinkPersistInfo(btnDrawDtoDfoLine), new DevExpress.XtraBars.LinkPersistInfo(btnDrawDtoDfoLineNoRef), new DevExpress.XtraBars.LinkPersistInfo(btnGdopAnalyse), new DevExpress.XtraBars.LinkPersistInfo(btnErrEllipse), new DevExpress.XtraBars.LinkPersistInfo(btnHandPos), new DevExpress.XtraBars.LinkPersistInfo(btnSetValid), new DevExpress.XtraBars.LinkPersistInfo(btnSetNotValid), new DevExpress.XtraBars.LinkPersistInfo(btnEditPos), new DevExpress.XtraBars.LinkPersistInfo(btnDeletePos), new DevExpress.XtraBars.LinkPersistInfo(btnExportCsv) });
  501. popMenu.Manager = bmgMain;
  502. popMenu.Name = "popMenu";
  503. //
  504. // pnlPesList
  505. //
  506. pnlPesList.Controls.Add(flyoutPanelControl1);
  507. pnlPesList.Location = new Point(20, 164);
  508. pnlPesList.Name = "pnlPesList";
  509. pnlPesList.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Top;
  510. pnlPesList.OptionsBeakPanel.CloseOnOuterClick = false;
  511. pnlPesList.OwnerControl = this;
  512. pnlPesList.Size = new Size(828, 186);
  513. pnlPesList.TabIndex = 5;
  514. //
  515. // flyoutPanelControl1
  516. //
  517. flyoutPanelControl1.Controls.Add(grpPesList);
  518. flyoutPanelControl1.Dock = DockStyle.Fill;
  519. flyoutPanelControl1.FlyoutPanel = pnlPesList;
  520. flyoutPanelControl1.Location = new Point(0, 0);
  521. flyoutPanelControl1.Name = "flyoutPanelControl1";
  522. flyoutPanelControl1.Size = new Size(828, 186);
  523. flyoutPanelControl1.TabIndex = 0;
  524. //
  525. // grpPesList
  526. //
  527. grpPesList.Controls.Add(pesGridListCtrl1);
  528. buttonImageOptions2.ImageUri.Uri = "Delete";
  529. buttonImageOptions2.SvgImageSize = new Size(12, 12);
  530. grpPesList.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("关闭", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
  531. grpPesList.CustomHeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  532. grpPesList.Dock = DockStyle.Fill;
  533. grpPesList.Location = new Point(2, 2);
  534. grpPesList.Name = "grpPesList";
  535. grpPesList.Size = new Size(824, 182);
  536. grpPesList.TabIndex = 0;
  537. grpPesList.Text = "参估列表";
  538. grpPesList.CustomButtonClick += grpPesList_CustomButtonClick;
  539. //
  540. // pesGridListCtrl1
  541. //
  542. pesGridListCtrl1.Dock = DockStyle.Fill;
  543. pesGridListCtrl1.Location = new Point(2, 23);
  544. pesGridListCtrl1.Name = "pesGridListCtrl1";
  545. pesGridListCtrl1.Size = new Size(820, 157);
  546. pesGridListCtrl1.TabIndex = 0;
  547. //
  548. // xpcSat
  549. //
  550. xpcSat.CriteriaString = "[Enable] = True";
  551. xpcSat.ObjectType = typeof(Sats.Sat);
  552. xpcSat.Sorting.AddRange(new DevExpress.Xpo.SortProperty[] { new DevExpress.Xpo.SortProperty("[SatNum]", DevExpress.Xpo.DB.SortingDirection.Ascending) });
  553. //
  554. // PosListCtrl
  555. //
  556. AutoScaleDimensions = new SizeF(7F, 14F);
  557. AutoScaleMode = AutoScaleMode.Font;
  558. Controls.Add(pnlPesList);
  559. Controls.Add(grdPosList);
  560. Controls.Add(barDockControlLeft);
  561. Controls.Add(barDockControlRight);
  562. Controls.Add(barDockControlBottom);
  563. Controls.Add(barDockControlTop);
  564. Name = "PosListCtrl";
  565. Size = new Size(1147, 362);
  566. Load += PosListCtrl_Load;
  567. ((System.ComponentModel.ISupportInitialize)grdPosList).EndInit();
  568. ((System.ComponentModel.ISupportInitialize)bsPosList).EndInit();
  569. ((System.ComponentModel.ISupportInitialize)gvPosList).EndInit();
  570. ((System.ComponentModel.ISupportInitialize)emtEdit).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)xpcEmt).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)bmgMain).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)timeRangeComboBox).EndInit();
  574. ((System.ComponentModel.ISupportInitialize)posTypeCheckedComboBoxEdit).EndInit();
  575. ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit2).EndInit();
  576. ((System.ComponentModel.ISupportInitialize)repositoryItemCheckEdit1).EndInit();
  577. ((System.ComponentModel.ISupportInitialize)popMenu).EndInit();
  578. ((System.ComponentModel.ISupportInitialize)pnlPesList).EndInit();
  579. pnlPesList.ResumeLayout(false);
  580. ((System.ComponentModel.ISupportInitialize)flyoutPanelControl1).EndInit();
  581. flyoutPanelControl1.ResumeLayout(false);
  582. ((System.ComponentModel.ISupportInitialize)grpPesList).EndInit();
  583. grpPesList.ResumeLayout(false);
  584. ((System.ComponentModel.ISupportInitialize)xpcSat).EndInit();
  585. ResumeLayout(false);
  586. PerformLayout();
  587. }
  588. #endregion
  589. private DevExpress.XtraGrid.GridControl grdPosList;
  590. private DevExpress.XtraGrid.Views.Grid.GridView gvPosList;
  591. private DevExpress.XtraGrid.Columns.GridColumn colId;
  592. private DevExpress.XtraGrid.Columns.GridColumn colTskId;
  593. private DevExpress.XtraGrid.Columns.GridColumn colSigId;
  594. private DevExpress.XtraGrid.Columns.GridColumn colSigTime;
  595. private DevExpress.XtraGrid.Columns.GridColumn colSigFreq;
  596. private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
  597. private DevExpress.XtraGrid.Columns.GridColumn colPosText;
  598. private DevExpress.XtraGrid.Columns.GridColumn colMirrText;
  599. private DevExpress.XtraGrid.Columns.GridColumn colPosType;
  600. private DevExpress.XtraGrid.Columns.GridColumn colCreateTime;
  601. private DevExpress.XtraBars.BarManager bmgMain;
  602. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  603. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  604. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  605. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  606. private DevExpress.XtraBars.PopupMenu popMenu;
  607. private DevExpress.XtraBars.BarButtonItem btnShowPes;
  608. private DevExpress.XtraBars.BarButtonItem btnUseMirr;
  609. private DevExpress.XtraBars.BarButtonItem btnDrawDtoDfoLine;
  610. private DevExpress.XtraBars.BarButtonItem btnDrawDtoDfoLineNoRef;
  611. private DevExpress.XtraGrid.Columns.GridColumn colEmtId;
  612. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtEdit;
  613. private DevExpress.Xpo.XPCollection xpcEmt;
  614. private DevExpress.XtraGrid.Columns.GridColumn colHasRef;
  615. private DevExpress.XtraGrid.Columns.GridColumn colGdopErr;
  616. private DevExpress.XtraBars.BarButtonItem btnDeletePos;
  617. private DevExpress.XtraBars.Bar bar1;
  618. private DevExpress.XtraBars.BarEditItem txtSigTimeRange;
  619. private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox timeRangeComboBox;
  620. private DevExpress.XtraBars.BarButtonItem btnFind;
  621. private DevExpress.XtraBars.BarEditItem txtPosType;
  622. private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit posTypeCheckedComboBoxEdit;
  623. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
  624. private DevExpress.XtraBars.BarEditItem txtShowInValid;
  625. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
  626. private DevExpress.Xpo.XPBindingSource bsPosList;
  627. private DevExpress.XtraGrid.Columns.GridColumn colIsValid;
  628. private DevExpress.XtraBars.BarStaticItem txtPosCount;
  629. private DevExpress.Utils.FlyoutPanel pnlPesList;
  630. private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
  631. private DevExpress.XtraEditors.GroupControl grpPesList;
  632. private Peses.PesGridListCtrl pesGridListCtrl1;
  633. private DevExpress.Xpo.XPCollection xpcSat;
  634. private DevExpress.XtraBars.BarButtonItem btnSetNotValid;
  635. private DevExpress.XtraBars.BarButtonItem btnSetValid;
  636. private DevExpress.XtraBars.BarButtonItem btnHandPos;
  637. private DevExpress.XtraBars.BarButtonItem btnErrEllipse;
  638. private DevExpress.XtraBars.BarButtonItem btnGdopAnalyse;
  639. private DevExpress.XtraBars.BarButtonItem btnExportCsv;
  640. private DevExpress.XtraBars.BarButtonItem btnEditPos;
  641. }
  642. }