SimpleHandPosForm.Designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. using Ips.Sps.Ants;
  2. using Ips.Sps.Emts;
  3. using Ips.Sps.Sats;
  4. namespace Ips.Sps.Tools.HandPoses
  5. {
  6. partial class SimpleHandPosForm
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new System.ComponentModel.Container();
  32. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  33. this.mapControl = new DevExpress.XtraMap.MapControl();
  34. this.mapSvgList = new DevExpress.Utils.SvgImageCollection(this.components);
  35. this.layerDefault = new DevExpress.XtraMap.VectorItemsLayer();
  36. this.defaultItemStore = new DevExpress.XtraMap.MapItemStorage();
  37. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  38. this.lblPosText = new DevExpress.XtraEditors.LabelControl();
  39. this.btnSaveDB = new DevExpress.XtraEditors.SimpleButton();
  40. this.txtNoRef = new DevExpress.XtraEditors.CheckEdit();
  41. this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
  42. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  43. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  44. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  45. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  46. this.btnDrawDistinct = new DevExpress.XtraBars.BarButtonItem();
  47. this.btnDrawPoint = new DevExpress.XtraBars.BarButtonItem();
  48. this.btnClearAll = new DevExpress.XtraBars.BarButtonItem();
  49. this.btnDrawDtoLine = new DevExpress.XtraEditors.SimpleButton();
  50. this.btnReload = new DevExpress.XtraEditors.SimpleButton();
  51. this.btnPos = new DevExpress.XtraEditors.SimpleButton();
  52. this.grdPesList = new DevExpress.XtraGrid.GridControl();
  53. this.bsPesList = new DevExpress.Xpo.XPBindingSource(this.components);
  54. this.gvPesList = new DevExpress.XtraGrid.Views.Grid.GridView();
  55. this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colCategory = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colSigTime = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.sigTimeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
  59. this.colDt = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.satEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  62. this.bsSatList = new DevExpress.Xpo.XPBindingSource(this.components);
  63. this.xpcSat = new DevExpress.Xpo.XPCollection(this.components);
  64. this.colMainSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colMainEphX = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.colMainEphY = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.colMainEphZ = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.colAdjaSatId = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.colAdjaSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.colAdjaEphX = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.colAdjaEphY = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.colAdjaEphZ = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.colMainAntId = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.antEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  75. this.bsAntList = new DevExpress.Xpo.XPBindingSource(this.components);
  76. this.xpcAnt = new DevExpress.Xpo.XPCollection(this.components);
  77. this.colMainAntLon = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.colMainAntLat = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.colMainAntAlt = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.colAdjaAntId = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.colAdjaAntLon = new DevExpress.XtraGrid.Columns.GridColumn();
  82. this.colAdjaAntLat = new DevExpress.XtraGrid.Columns.GridColumn();
  83. this.colAdjaAntAlt = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.colEmtId = new DevExpress.XtraGrid.Columns.GridColumn();
  85. this.emtEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  86. this.bsEmtList = new DevExpress.Xpo.XPBindingSource(this.components);
  87. this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);
  88. this.colSigLon = new DevExpress.XtraGrid.Columns.GridColumn();
  89. this.colSigLat = new DevExpress.XtraGrid.Columns.GridColumn();
  90. this.colSigAlt = new DevExpress.XtraGrid.Columns.GridColumn();
  91. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  92. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  93. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  94. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  95. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  96. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  97. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  98. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  99. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  100. this.popMap = new DevExpress.XtraBars.PopupMenu(this.components);
  101. this.lblMirText = new DevExpress.XtraEditors.LabelControl();
  102. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  103. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
  105. this.splitContainerControl1.Panel1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
  107. this.splitContainerControl1.Panel2.SuspendLayout();
  108. this.splitContainerControl1.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  112. this.layoutControl1.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.txtNoRef.Properties)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.grdPesList)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.bsPesList)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.gvPesList)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit.CalendarTimeProperties)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.satEdit)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.antEdit)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.xpcAnt)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.emtEdit)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.bsEmtList)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.popMap)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  140. this.SuspendLayout();
  141. this.xpcSat.ObjectType = typeof(Sat);
  142. this.xpcEmt.ObjectType = typeof(Emt);
  143. this.xpcAnt.ObjectType = typeof(Ant);
  144. //
  145. // splitContainerControl1
  146. //
  147. this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
  149. this.splitContainerControl1.Horizontal = false;
  150. this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
  151. this.splitContainerControl1.Name = "splitContainerControl1";
  152. //
  153. // splitContainerControl1.Panel1
  154. //
  155. this.splitContainerControl1.Panel1.Controls.Add(this.mapControl);
  156. this.splitContainerControl1.Panel1.Text = "Panel1";
  157. //
  158. // splitContainerControl1.Panel2
  159. //
  160. this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1);
  161. this.splitContainerControl1.Panel2.Text = "Panel2";
  162. this.splitContainerControl1.Size = new System.Drawing.Size(995, 452);
  163. this.splitContainerControl1.SplitterPosition = 248;
  164. this.splitContainerControl1.TabIndex = 0;
  165. //
  166. // mapControl
  167. //
  168. this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.mapControl.ImageList = this.mapSvgList;
  170. this.mapControl.Layers.Add(this.layerDefault);
  171. this.mapControl.Location = new System.Drawing.Point(0, 0);
  172. this.mapControl.Name = "mapControl";
  173. this.mapControl.Size = new System.Drawing.Size(995, 194);
  174. this.mapControl.TabIndex = 0;
  175. this.mapControl.SelectionChanging += new DevExpress.XtraMap.MapSelectionChangingEventHandler(this.mapControl_SelectionChanging);
  176. this.mapControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapControl_MouseDown);
  177. //
  178. // mapSvgList
  179. //
  180. this.mapSvgList.Add("mapit", "image://svgimages/outlook inspired/mapit.svg");
  181. this.layerDefault.Data = this.defaultItemStore;
  182. //
  183. // layoutControl1
  184. //
  185. this.layoutControl1.Controls.Add(this.lblMirText);
  186. this.layoutControl1.Controls.Add(this.lblPosText);
  187. this.layoutControl1.Controls.Add(this.btnSaveDB);
  188. this.layoutControl1.Controls.Add(this.txtNoRef);
  189. this.layoutControl1.Controls.Add(this.btnDrawDtoLine);
  190. this.layoutControl1.Controls.Add(this.btnReload);
  191. this.layoutControl1.Controls.Add(this.btnPos);
  192. this.layoutControl1.Controls.Add(this.grdPesList);
  193. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  195. this.layoutControl1.Name = "layoutControl1";
  196. this.layoutControl1.Root = this.Root;
  197. this.layoutControl1.Size = new System.Drawing.Size(995, 248);
  198. this.layoutControl1.TabIndex = 0;
  199. this.layoutControl1.Text = "layoutControl1";
  200. //
  201. // lblPosText
  202. //
  203. this.lblPosText.Location = new System.Drawing.Point(59, 225);
  204. this.lblPosText.Name = "lblPosText";
  205. this.lblPosText.Size = new System.Drawing.Size(36, 14);
  206. this.lblPosText.StyleController = this.layoutControl1;
  207. this.lblPosText.TabIndex = 8;
  208. this.lblPosText.Text = "定位点";
  209. //
  210. // btnSaveDB
  211. //
  212. this.btnSaveDB.Location = new System.Drawing.Point(694, 221);
  213. this.btnSaveDB.Name = "btnSaveDB";
  214. this.btnSaveDB.Size = new System.Drawing.Size(71, 22);
  215. this.btnSaveDB.StyleController = this.layoutControl1;
  216. this.btnSaveDB.TabIndex = 7;
  217. this.btnSaveDB.Text = "保存修改";
  218. this.btnSaveDB.Click += new System.EventHandler(this.btnSaveDB_Click);
  219. //
  220. // txtNoRef
  221. //
  222. this.txtNoRef.Location = new System.Drawing.Point(5, 222);
  223. this.txtNoRef.MenuManager = this.bmgMain;
  224. this.txtNoRef.Name = "txtNoRef";
  225. this.txtNoRef.Properties.Caption = "无参";
  226. this.txtNoRef.Size = new System.Drawing.Size(50, 20);
  227. this.txtNoRef.StyleController = this.layoutControl1;
  228. this.txtNoRef.TabIndex = 6;
  229. //
  230. // bmgMain
  231. //
  232. this.bmgMain.DockControls.Add(this.barDockControlTop);
  233. this.bmgMain.DockControls.Add(this.barDockControlBottom);
  234. this.bmgMain.DockControls.Add(this.barDockControlLeft);
  235. this.bmgMain.DockControls.Add(this.barDockControlRight);
  236. this.bmgMain.Form = this;
  237. this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  238. this.btnDrawDistinct,
  239. this.btnDrawPoint,
  240. this.btnClearAll});
  241. this.bmgMain.MaxItemId = 3;
  242. //
  243. // barDockControlTop
  244. //
  245. this.barDockControlTop.CausesValidation = false;
  246. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  247. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  248. this.barDockControlTop.Manager = this.bmgMain;
  249. this.barDockControlTop.Size = new System.Drawing.Size(995, 0);
  250. //
  251. // barDockControlBottom
  252. //
  253. this.barDockControlBottom.CausesValidation = false;
  254. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  255. this.barDockControlBottom.Location = new System.Drawing.Point(0, 452);
  256. this.barDockControlBottom.Manager = this.bmgMain;
  257. this.barDockControlBottom.Size = new System.Drawing.Size(995, 0);
  258. //
  259. // barDockControlLeft
  260. //
  261. this.barDockControlLeft.CausesValidation = false;
  262. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  263. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  264. this.barDockControlLeft.Manager = this.bmgMain;
  265. this.barDockControlLeft.Size = new System.Drawing.Size(0, 452);
  266. //
  267. // barDockControlRight
  268. //
  269. this.barDockControlRight.CausesValidation = false;
  270. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  271. this.barDockControlRight.Location = new System.Drawing.Point(995, 0);
  272. this.barDockControlRight.Manager = this.bmgMain;
  273. this.barDockControlRight.Size = new System.Drawing.Size(0, 452);
  274. //
  275. // btnDrawDistinct
  276. //
  277. this.btnDrawDistinct.Caption = "测距";
  278. this.btnDrawDistinct.Id = 0;
  279. this.btnDrawDistinct.ImageOptions.ImageUri.Uri = "richedit/rulerhorizontal";
  280. this.btnDrawDistinct.Name = "btnDrawDistinct";
  281. this.btnDrawDistinct.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawDistinct_ItemClick);
  282. //
  283. // btnDrawPoint
  284. //
  285. this.btnDrawPoint.Caption = "标点";
  286. this.btnDrawPoint.Id = 1;
  287. this.btnDrawPoint.ImageOptions.ImageUri.Uri = "icon%20builder/travel_mappointer";
  288. this.btnDrawPoint.Name = "btnDrawPoint";
  289. this.btnDrawPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawPoint_ItemClick);
  290. //
  291. // btnClearAll
  292. //
  293. this.btnClearAll.Caption = "清除";
  294. this.btnClearAll.Id = 2;
  295. this.btnClearAll.ImageOptions.ImageUri.Uri = "Clear";
  296. this.btnClearAll.Name = "btnClearAll";
  297. this.btnClearAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearAll_ItemClick);
  298. //
  299. // btnDrawDtoLine
  300. //
  301. this.btnDrawDtoLine.Location = new System.Drawing.Point(847, 221);
  302. this.btnDrawDtoLine.Name = "btnDrawDtoLine";
  303. this.btnDrawDtoLine.Size = new System.Drawing.Size(85, 22);
  304. this.btnDrawDtoLine.StyleController = this.layoutControl1;
  305. this.btnDrawDtoLine.TabIndex = 5;
  306. this.btnDrawDtoLine.Text = "绘制时差线";
  307. this.btnDrawDtoLine.Click += new System.EventHandler(this.btnDrawDtoLine_Click);
  308. //
  309. // btnReload
  310. //
  311. this.btnReload.Location = new System.Drawing.Point(769, 221);
  312. this.btnReload.Name = "btnReload";
  313. this.btnReload.Size = new System.Drawing.Size(74, 22);
  314. this.btnReload.StyleController = this.layoutControl1;
  315. this.btnReload.TabIndex = 4;
  316. this.btnReload.Text = "重新加载";
  317. this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
  318. //
  319. // btnPos
  320. //
  321. this.btnPos.Location = new System.Drawing.Point(936, 221);
  322. this.btnPos.Name = "btnPos";
  323. this.btnPos.Size = new System.Drawing.Size(54, 22);
  324. this.btnPos.StyleController = this.layoutControl1;
  325. this.btnPos.TabIndex = 2;
  326. this.btnPos.Text = "定位";
  327. this.btnPos.Click += new System.EventHandler(this.btnPos_Click);
  328. //
  329. // grdPesList
  330. //
  331. this.grdPesList.DataSource = this.bsPesList;
  332. this.grdPesList.Location = new System.Drawing.Point(5, 5);
  333. this.grdPesList.MainView = this.gvPesList;
  334. this.grdPesList.MenuManager = this.bmgMain;
  335. this.grdPesList.Name = "grdPesList";
  336. this.grdPesList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  337. this.sigTimeEdit,
  338. this.satEdit,
  339. this.antEdit,
  340. this.emtEdit});
  341. this.grdPesList.Size = new System.Drawing.Size(985, 212);
  342. this.grdPesList.TabIndex = 0;
  343. this.grdPesList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  344. this.gvPesList});
  345. //
  346. // gvPesList
  347. //
  348. this.gvPesList.Appearance.Row.Options.UseTextOptions = true;
  349. this.gvPesList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  350. this.gvPesList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  351. this.colId,
  352. this.colCategory,
  353. this.colSigTime,
  354. this.colDt,
  355. this.colMainSatId,
  356. this.colMainSatNum,
  357. this.colMainEphX,
  358. this.colMainEphY,
  359. this.colMainEphZ,
  360. this.colAdjaSatId,
  361. this.colAdjaSatNum,
  362. this.colAdjaEphX,
  363. this.colAdjaEphY,
  364. this.colAdjaEphZ,
  365. this.colMainAntId,
  366. this.colMainAntLon,
  367. this.colMainAntLat,
  368. this.colMainAntAlt,
  369. this.colAdjaAntId,
  370. this.colAdjaAntLon,
  371. this.colAdjaAntLat,
  372. this.colAdjaAntAlt,
  373. this.colEmtId,
  374. this.colSigLon,
  375. this.colSigLat,
  376. this.colSigAlt});
  377. this.gvPesList.GridControl = this.grdPesList;
  378. this.gvPesList.Name = "gvPesList";
  379. this.gvPesList.OptionsBehavior.EditingMode = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditForm;
  380. this.gvPesList.OptionsEditForm.EditFormColumnCount = 4;
  381. this.gvPesList.OptionsView.ShowGroupPanel = false;
  382. //
  383. // colId
  384. //
  385. this.colId.FieldName = "Id";
  386. this.colId.Name = "colId";
  387. //
  388. // colCategory
  389. //
  390. this.colCategory.FieldName = "Category";
  391. this.colCategory.Name = "colCategory";
  392. this.colCategory.Visible = true;
  393. this.colCategory.VisibleIndex = 0;
  394. //
  395. // colSigTime
  396. //
  397. this.colSigTime.ColumnEdit = this.sigTimeEdit;
  398. this.colSigTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  399. this.colSigTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  400. this.colSigTime.FieldName = "SigTime";
  401. this.colSigTime.Name = "colSigTime";
  402. this.colSigTime.OptionsEditForm.ColumnSpan = 2;
  403. this.colSigTime.OptionsEditForm.UseEditorColRowSpan = false;
  404. this.colSigTime.Visible = true;
  405. this.colSigTime.VisibleIndex = 1;
  406. //
  407. // sigTimeEdit
  408. //
  409. this.sigTimeEdit.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
  410. this.sigTimeEdit.AutoHeight = false;
  411. this.sigTimeEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  412. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  413. this.sigTimeEdit.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
  414. this.sigTimeEdit.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  415. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  416. this.sigTimeEdit.CalendarTimeProperties.DisplayFormat.FormatString = "HH:mm:ss";
  417. this.sigTimeEdit.CalendarTimeProperties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  418. this.sigTimeEdit.CalendarTimeProperties.EditFormat.FormatString = "HH:mm:ss";
  419. this.sigTimeEdit.CalendarTimeProperties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  420. this.sigTimeEdit.CalendarTimeProperties.MaskSettings.Set("mask", "HH:mm:ss");
  421. this.sigTimeEdit.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  422. this.sigTimeEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  423. this.sigTimeEdit.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  424. this.sigTimeEdit.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  425. this.sigTimeEdit.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  426. this.sigTimeEdit.Name = "sigTimeEdit";
  427. this.sigTimeEdit.EditValueChanged += new System.EventHandler(this.sigTimeEdit_EditValueChanged);
  428. //
  429. // colDt
  430. //
  431. this.colDt.FieldName = "Dt";
  432. this.colDt.Name = "colDt";
  433. this.colDt.OptionsEditForm.ColumnSpan = 2;
  434. this.colDt.Visible = true;
  435. this.colDt.VisibleIndex = 4;
  436. //
  437. // colMainSatId
  438. //
  439. this.colMainSatId.Caption = "信号主星";
  440. this.colMainSatId.ColumnEdit = this.satEdit;
  441. this.colMainSatId.FieldName = "MainSatId";
  442. this.colMainSatId.Name = "colMainSatId";
  443. this.colMainSatId.OptionsEditForm.StartNewRow = true;
  444. this.colMainSatId.Visible = true;
  445. this.colMainSatId.VisibleIndex = 2;
  446. //
  447. // satEdit
  448. //
  449. this.satEdit.AutoHeight = false;
  450. this.satEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  451. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  452. this.satEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  453. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  454. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "卫星名称", 60, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  455. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatNum", "卫星编号", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  456. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SatType", "卫星类型", 50, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  457. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  458. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注信息", 70, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  459. this.satEdit.DataSource = this.bsSatList;
  460. this.satEdit.DisplayMember = "This";
  461. this.satEdit.KeyMember = "Oid";
  462. this.satEdit.Name = "satEdit";
  463. this.satEdit.NullText = "无";
  464. this.satEdit.PopupWidth = 600;
  465. this.satEdit.ValueMember = "Oid";
  466. this.satEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.satEdit_EditValueChanging);
  467. //
  468. // bsSatList
  469. //
  470. this.bsSatList.DataSource = this.xpcSat;
  471. //
  472. // xpcSat
  473. //
  474. this.xpcSat.CriteriaString = "[Enable] = True";
  475. //
  476. // colMainSatNum
  477. //
  478. this.colMainSatNum.FieldName = "MainSatNum";
  479. this.colMainSatNum.Name = "colMainSatNum";
  480. //
  481. // colMainEphX
  482. //
  483. this.colMainEphX.Caption = "星历X";
  484. this.colMainEphX.FieldName = "MainEphX";
  485. this.colMainEphX.Name = "colMainEphX";
  486. this.colMainEphX.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  487. //
  488. // colMainEphY
  489. //
  490. this.colMainEphY.Caption = "星历Y";
  491. this.colMainEphY.FieldName = "MainEphY";
  492. this.colMainEphY.Name = "colMainEphY";
  493. this.colMainEphY.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  494. //
  495. // colMainEphZ
  496. //
  497. this.colMainEphZ.Caption = "星历Z";
  498. this.colMainEphZ.FieldName = "MainEphZ";
  499. this.colMainEphZ.Name = "colMainEphZ";
  500. this.colMainEphZ.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  501. //
  502. // colAdjaSatId
  503. //
  504. this.colAdjaSatId.Caption = "信号邻星";
  505. this.colAdjaSatId.ColumnEdit = this.satEdit;
  506. this.colAdjaSatId.FieldName = "AdjaSatId";
  507. this.colAdjaSatId.Name = "colAdjaSatId";
  508. this.colAdjaSatId.Visible = true;
  509. this.colAdjaSatId.VisibleIndex = 3;
  510. //
  511. // colAdjaSatNum
  512. //
  513. this.colAdjaSatNum.FieldName = "AdjaSatNum";
  514. this.colAdjaSatNum.Name = "colAdjaSatNum";
  515. //
  516. // colAdjaEphX
  517. //
  518. this.colAdjaEphX.Caption = "星历X";
  519. this.colAdjaEphX.FieldName = "AdjaEphX";
  520. this.colAdjaEphX.Name = "colAdjaEphX";
  521. this.colAdjaEphX.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  522. //
  523. // colAdjaEphY
  524. //
  525. this.colAdjaEphY.Caption = "星历Y";
  526. this.colAdjaEphY.FieldName = "AdjaEphY";
  527. this.colAdjaEphY.Name = "colAdjaEphY";
  528. this.colAdjaEphY.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  529. //
  530. // colAdjaEphZ
  531. //
  532. this.colAdjaEphZ.Caption = "星历Z";
  533. this.colAdjaEphZ.FieldName = "AdjaEphZ";
  534. this.colAdjaEphZ.Name = "colAdjaEphZ";
  535. this.colAdjaEphZ.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  536. //
  537. // colMainAntId
  538. //
  539. this.colMainAntId.Caption = "主星站点";
  540. this.colMainAntId.ColumnEdit = this.antEdit;
  541. this.colMainAntId.FieldName = "MainAntId";
  542. this.colMainAntId.Name = "colMainAntId";
  543. this.colMainAntId.OptionsEditForm.StartNewRow = true;
  544. this.colMainAntId.Visible = true;
  545. this.colMainAntId.VisibleIndex = 5;
  546. //
  547. // antEdit
  548. //
  549. this.antEdit.AutoHeight = false;
  550. this.antEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  551. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  552. this.antEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  553. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  554. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "站点名称", 60, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  555. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "站点编码", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  556. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "站点经度", 60, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  557. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "站点纬度", 60, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  558. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "站点高度", 60, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  559. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Remark", "备注信息", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  560. this.antEdit.DataSource = this.bsAntList;
  561. this.antEdit.DisplayMember = "Name";
  562. this.antEdit.KeyMember = "Oid";
  563. this.antEdit.Name = "antEdit";
  564. this.antEdit.PopupWidth = 600;
  565. this.antEdit.ValueMember = "Oid";
  566. this.antEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.antEdit_EditValueChanging);
  567. //
  568. // bsAntList
  569. //
  570. this.bsAntList.DataSource = this.xpcAnt;
  571. //
  572. // colMainAntLon
  573. //
  574. this.colMainAntLon.Caption = "经度";
  575. this.colMainAntLon.FieldName = "MainAntLon";
  576. this.colMainAntLon.Name = "colMainAntLon";
  577. this.colMainAntLon.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  578. //
  579. // colMainAntLat
  580. //
  581. this.colMainAntLat.Caption = "纬度";
  582. this.colMainAntLat.FieldName = "MainAntLat";
  583. this.colMainAntLat.Name = "colMainAntLat";
  584. this.colMainAntLat.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  585. //
  586. // colMainAntAlt
  587. //
  588. this.colMainAntAlt.Caption = "高度";
  589. this.colMainAntAlt.FieldName = "MainAntAlt";
  590. this.colMainAntAlt.Name = "colMainAntAlt";
  591. this.colMainAntAlt.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  592. //
  593. // colAdjaAntId
  594. //
  595. this.colAdjaAntId.Caption = "邻星站点";
  596. this.colAdjaAntId.ColumnEdit = this.antEdit;
  597. this.colAdjaAntId.FieldName = "AdjaAntId";
  598. this.colAdjaAntId.Name = "colAdjaAntId";
  599. this.colAdjaAntId.Visible = true;
  600. this.colAdjaAntId.VisibleIndex = 6;
  601. //
  602. // colAdjaAntLon
  603. //
  604. this.colAdjaAntLon.Caption = "经度";
  605. this.colAdjaAntLon.FieldName = "AdjaAntLon";
  606. this.colAdjaAntLon.Name = "colAdjaAntLon";
  607. this.colAdjaAntLon.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  608. //
  609. // colAdjaAntLat
  610. //
  611. this.colAdjaAntLat.Caption = "纬度";
  612. this.colAdjaAntLat.FieldName = "AdjaAntLat";
  613. this.colAdjaAntLat.Name = "colAdjaAntLat";
  614. this.colAdjaAntLat.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  615. //
  616. // colAdjaAntAlt
  617. //
  618. this.colAdjaAntAlt.Caption = "高度";
  619. this.colAdjaAntAlt.FieldName = "AdjaAntAlt";
  620. this.colAdjaAntAlt.Name = "colAdjaAntAlt";
  621. this.colAdjaAntAlt.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  622. //
  623. // colEmtId
  624. //
  625. this.colEmtId.ColumnEdit = this.emtEdit;
  626. this.colEmtId.FieldName = "EmtId";
  627. this.colEmtId.Name = "colEmtId";
  628. this.colEmtId.Visible = true;
  629. this.colEmtId.VisibleIndex = 7;
  630. //
  631. // emtEdit
  632. //
  633. this.emtEdit.AutoHeight = false;
  634. this.emtEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  635. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  636. this.emtEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  637. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Oid", "Oid", 27, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  638. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  639. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "编码", 33, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  640. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EmtType", "类型", 33, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  641. this.emtEdit.DataSource = this.bsEmtList;
  642. this.emtEdit.DisplayMember = "Name";
  643. this.emtEdit.KeyMember = "Oid";
  644. this.emtEdit.Name = "emtEdit";
  645. this.emtEdit.PopupWidth = 400;
  646. this.emtEdit.ValueMember = "Oid";
  647. this.emtEdit.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.emtEdit_EditValueChanging);
  648. //
  649. // bsEmtList
  650. //
  651. this.bsEmtList.DataSource = this.xpcEmt;
  652. //
  653. // xpcEmt
  654. //
  655. this.xpcEmt.CriteriaString = "[Enable] = True";
  656. this.xpcEmt.DisplayableProperties = "This;Oid;Code;Name;EmtType;Speed;Lon;Lat;Alt;PosTime;Remark;Enable";
  657. //
  658. // colSigLon
  659. //
  660. this.colSigLon.FieldName = "SigLon";
  661. this.colSigLon.Name = "colSigLon";
  662. this.colSigLon.OptionsEditForm.Caption = "经度:";
  663. this.colSigLon.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  664. //
  665. // colSigLat
  666. //
  667. this.colSigLat.FieldName = "SigLat";
  668. this.colSigLat.Name = "colSigLat";
  669. this.colSigLat.OptionsEditForm.Caption = "纬度:";
  670. this.colSigLat.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  671. //
  672. // colSigAlt
  673. //
  674. this.colSigAlt.FieldName = "SigAlt";
  675. this.colSigAlt.Name = "colSigAlt";
  676. this.colSigAlt.OptionsEditForm.Caption = "高度:";
  677. this.colSigAlt.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
  678. //
  679. // Root
  680. //
  681. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  682. this.Root.GroupBordersVisible = false;
  683. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  684. this.layoutControlItem1,
  685. this.layoutControlItem2,
  686. this.emptySpaceItem1,
  687. this.layoutControlItem4,
  688. this.layoutControlItem7,
  689. this.layoutControlItem5,
  690. this.layoutControlItem3,
  691. this.layoutControlItem6,
  692. this.layoutControlItem8});
  693. this.Root.Name = "Root";
  694. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  695. this.Root.Size = new System.Drawing.Size(995, 248);
  696. this.Root.TextVisible = false;
  697. //
  698. // layoutControlItem1
  699. //
  700. this.layoutControlItem1.Control = this.grdPesList;
  701. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  702. this.layoutControlItem1.Name = "layoutControlItem1";
  703. this.layoutControlItem1.Size = new System.Drawing.Size(989, 216);
  704. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  705. this.layoutControlItem1.TextVisible = false;
  706. //
  707. // layoutControlItem2
  708. //
  709. this.layoutControlItem2.Control = this.btnPos;
  710. this.layoutControlItem2.Location = new System.Drawing.Point(931, 216);
  711. this.layoutControlItem2.MaxSize = new System.Drawing.Size(58, 26);
  712. this.layoutControlItem2.MinSize = new System.Drawing.Size(58, 26);
  713. this.layoutControlItem2.Name = "layoutControlItem2";
  714. this.layoutControlItem2.Size = new System.Drawing.Size(58, 26);
  715. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  716. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  717. this.layoutControlItem2.TextVisible = false;
  718. //
  719. // emptySpaceItem1
  720. //
  721. this.emptySpaceItem1.AllowHotTrack = false;
  722. this.emptySpaceItem1.Location = new System.Drawing.Point(134, 216);
  723. this.emptySpaceItem1.Name = "emptySpaceItem1";
  724. this.emptySpaceItem1.Size = new System.Drawing.Size(555, 26);
  725. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  726. //
  727. // layoutControlItem4
  728. //
  729. this.layoutControlItem4.Control = this.btnDrawDtoLine;
  730. this.layoutControlItem4.Location = new System.Drawing.Point(842, 216);
  731. this.layoutControlItem4.MaxSize = new System.Drawing.Size(89, 26);
  732. this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 26);
  733. this.layoutControlItem4.Name = "layoutControlItem4";
  734. this.layoutControlItem4.Size = new System.Drawing.Size(89, 26);
  735. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  736. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  737. this.layoutControlItem4.TextVisible = false;
  738. //
  739. // layoutControlItem7
  740. //
  741. this.layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  742. this.layoutControlItem7.Control = this.lblPosText;
  743. this.layoutControlItem7.Location = new System.Drawing.Point(54, 216);
  744. this.layoutControlItem7.Name = "layoutControlItem7";
  745. this.layoutControlItem7.Size = new System.Drawing.Size(40, 26);
  746. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  747. this.layoutControlItem7.TextVisible = false;
  748. //
  749. // layoutControlItem5
  750. //
  751. this.layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  752. this.layoutControlItem5.Control = this.txtNoRef;
  753. this.layoutControlItem5.Location = new System.Drawing.Point(0, 216);
  754. this.layoutControlItem5.MaxSize = new System.Drawing.Size(54, 24);
  755. this.layoutControlItem5.MinSize = new System.Drawing.Size(54, 24);
  756. this.layoutControlItem5.Name = "layoutControlItem5";
  757. this.layoutControlItem5.Size = new System.Drawing.Size(54, 26);
  758. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  759. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  760. this.layoutControlItem5.TextVisible = false;
  761. //
  762. // layoutControlItem3
  763. //
  764. this.layoutControlItem3.Control = this.btnReload;
  765. this.layoutControlItem3.Location = new System.Drawing.Point(764, 216);
  766. this.layoutControlItem3.MaxSize = new System.Drawing.Size(78, 26);
  767. this.layoutControlItem3.MinSize = new System.Drawing.Size(78, 26);
  768. this.layoutControlItem3.Name = "layoutControlItem3";
  769. this.layoutControlItem3.Size = new System.Drawing.Size(78, 26);
  770. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  771. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  772. this.layoutControlItem3.TextVisible = false;
  773. //
  774. // layoutControlItem6
  775. //
  776. this.layoutControlItem6.Control = this.btnSaveDB;
  777. this.layoutControlItem6.Location = new System.Drawing.Point(689, 216);
  778. this.layoutControlItem6.MaxSize = new System.Drawing.Size(75, 26);
  779. this.layoutControlItem6.MinSize = new System.Drawing.Size(75, 26);
  780. this.layoutControlItem6.Name = "layoutControlItem6";
  781. this.layoutControlItem6.Size = new System.Drawing.Size(75, 26);
  782. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  783. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  784. this.layoutControlItem6.TextVisible = false;
  785. //
  786. // popMap
  787. //
  788. this.popMap.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  789. new DevExpress.XtraBars.LinkPersistInfo(this.btnClearAll),
  790. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawDistinct),
  791. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawPoint)});
  792. this.popMap.Manager = this.bmgMain;
  793. this.popMap.Name = "popMap";
  794. //
  795. // lblMirText
  796. //
  797. this.lblMirText.Location = new System.Drawing.Point(99, 225);
  798. this.lblMirText.Name = "lblMirText";
  799. this.lblMirText.Size = new System.Drawing.Size(36, 14);
  800. this.lblMirText.StyleController = this.layoutControl1;
  801. this.lblMirText.TabIndex = 9;
  802. this.lblMirText.Text = "镜像点";
  803. //
  804. // layoutControlItem8
  805. //
  806. this.layoutControlItem8.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  807. this.layoutControlItem8.Control = this.lblMirText;
  808. this.layoutControlItem8.Location = new System.Drawing.Point(94, 216);
  809. this.layoutControlItem8.Name = "layoutControlItem8";
  810. this.layoutControlItem8.Size = new System.Drawing.Size(40, 26);
  811. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  812. this.layoutControlItem8.TextVisible = false;
  813. //
  814. // SimpleHandPosForm
  815. //
  816. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  817. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  818. this.ClientSize = new System.Drawing.Size(995, 452);
  819. this.Controls.Add(this.splitContainerControl1);
  820. this.Controls.Add(this.barDockControlLeft);
  821. this.Controls.Add(this.barDockControlRight);
  822. this.Controls.Add(this.barDockControlBottom);
  823. this.Controls.Add(this.barDockControlTop);
  824. this.IconOptions.ShowIcon = false;
  825. this.Name = "SimpleHandPosForm";
  826. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  827. this.Text = "手动定位工具";
  828. this.Load += new System.EventHandler(this.HandPosForm_Load);
  829. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
  830. this.splitContainerControl1.Panel1.ResumeLayout(false);
  831. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
  832. this.splitContainerControl1.Panel2.ResumeLayout(false);
  833. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  834. this.splitContainerControl1.ResumeLayout(false);
  835. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  836. ((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  838. this.layoutControl1.ResumeLayout(false);
  839. ((System.ComponentModel.ISupportInitialize)(this.txtNoRef.Properties)).EndInit();
  840. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
  841. ((System.ComponentModel.ISupportInitialize)(this.grdPesList)).EndInit();
  842. ((System.ComponentModel.ISupportInitialize)(this.bsPesList)).EndInit();
  843. ((System.ComponentModel.ISupportInitialize)(this.gvPesList)).EndInit();
  844. ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit.CalendarTimeProperties)).EndInit();
  845. ((System.ComponentModel.ISupportInitialize)(this.sigTimeEdit)).EndInit();
  846. ((System.ComponentModel.ISupportInitialize)(this.satEdit)).EndInit();
  847. ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).EndInit();
  848. ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).EndInit();
  849. ((System.ComponentModel.ISupportInitialize)(this.antEdit)).EndInit();
  850. ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).EndInit();
  851. ((System.ComponentModel.ISupportInitialize)(this.xpcAnt)).EndInit();
  852. ((System.ComponentModel.ISupportInitialize)(this.emtEdit)).EndInit();
  853. ((System.ComponentModel.ISupportInitialize)(this.bsEmtList)).EndInit();
  854. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();
  855. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  856. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  857. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  858. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  859. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  860. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  861. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  862. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  863. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  864. ((System.ComponentModel.ISupportInitialize)(this.popMap)).EndInit();
  865. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  866. this.ResumeLayout(false);
  867. this.PerformLayout();
  868. }
  869. #endregion
  870. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  871. private DevExpress.XtraMap.MapControl mapControl;
  872. private DevExpress.XtraBars.BarManager bmgMain;
  873. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  874. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  875. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  876. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  877. private DevExpress.XtraBars.BarButtonItem btnDrawDistinct;
  878. private DevExpress.XtraBars.BarButtonItem btnDrawPoint;
  879. private DevExpress.XtraBars.PopupMenu popMap;
  880. private DevExpress.Utils.SvgImageCollection mapSvgList;
  881. private DevExpress.XtraMap.VectorItemsLayer layerDefault;
  882. private DevExpress.XtraMap.MapItemStorage defaultItemStore;
  883. private DevExpress.XtraBars.BarButtonItem btnClearAll;
  884. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  885. private DevExpress.XtraEditors.SimpleButton btnPos;
  886. private DevExpress.XtraGrid.GridControl grdPesList;
  887. private DevExpress.XtraGrid.Views.Grid.GridView gvPesList;
  888. private DevExpress.XtraLayout.LayoutControlGroup Root;
  889. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  890. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  891. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  892. private DevExpress.Xpo.XPBindingSource bsPesList;
  893. private DevExpress.XtraGrid.Columns.GridColumn colId;
  894. private DevExpress.XtraGrid.Columns.GridColumn colEmtId;
  895. private DevExpress.XtraGrid.Columns.GridColumn colSigTime;
  896. private DevExpress.XtraGrid.Columns.GridColumn colSigLon;
  897. private DevExpress.XtraGrid.Columns.GridColumn colSigLat;
  898. private DevExpress.XtraGrid.Columns.GridColumn colSigAlt;
  899. private DevExpress.XtraGrid.Columns.GridColumn colMainSatId;
  900. private DevExpress.XtraGrid.Columns.GridColumn colMainSatNum;
  901. private DevExpress.XtraGrid.Columns.GridColumn colMainAntId;
  902. private DevExpress.XtraGrid.Columns.GridColumn colMainAntLon;
  903. private DevExpress.XtraGrid.Columns.GridColumn colMainAntLat;
  904. private DevExpress.XtraGrid.Columns.GridColumn colMainAntAlt;
  905. private DevExpress.XtraGrid.Columns.GridColumn colMainEphX;
  906. private DevExpress.XtraGrid.Columns.GridColumn colMainEphY;
  907. private DevExpress.XtraGrid.Columns.GridColumn colMainEphZ;
  908. private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatId;
  909. private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatNum;
  910. private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntId;
  911. private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntLon;
  912. private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntLat;
  913. private DevExpress.XtraGrid.Columns.GridColumn colAdjaAntAlt;
  914. private DevExpress.XtraGrid.Columns.GridColumn colAdjaEphX;
  915. private DevExpress.XtraGrid.Columns.GridColumn colAdjaEphY;
  916. private DevExpress.XtraGrid.Columns.GridColumn colAdjaEphZ;
  917. private DevExpress.XtraGrid.Columns.GridColumn colDt;
  918. private DevExpress.XtraGrid.Columns.GridColumn colCategory;
  919. private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit sigTimeEdit;
  920. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit satEdit;
  921. private DevExpress.Xpo.XPBindingSource bsSatList;
  922. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit antEdit;
  923. private DevExpress.Xpo.XPBindingSource bsAntList;
  924. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtEdit;
  925. private DevExpress.Xpo.XPBindingSource bsEmtList;
  926. private DevExpress.Xpo.XPCollection xpcSat;
  927. private DevExpress.Xpo.XPCollection xpcAnt;
  928. private DevExpress.Xpo.XPCollection xpcEmt;
  929. private DevExpress.XtraEditors.SimpleButton btnReload;
  930. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  931. private DevExpress.XtraEditors.SimpleButton btnDrawDtoLine;
  932. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  933. private DevExpress.XtraEditors.CheckEdit txtNoRef;
  934. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  935. private DevExpress.XtraEditors.SimpleButton btnSaveDB;
  936. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  937. private DevExpress.XtraEditors.LabelControl lblPosText;
  938. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  939. private DevExpress.XtraEditors.LabelControl lblMirText;
  940. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  941. }
  942. }