GdopParamSetCtrl.Designer.cs 70 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083
  1. namespace Ips.Sps.Com.Gdops
  2. {
  3. partial class GdopParamSetCtrl
  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. this.components = new System.ComponentModel.Container();
  29. this.dlMain = new DevExpress.XtraDataLayout.DataLayoutControl();
  30. this.btnEphCalc = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnGdopCalc = new DevExpress.XtraEditors.SimpleButton();
  32. this.adja2SatEdit = new DevExpress.XtraEditors.LookUpEdit();
  33. this.bsSatList = new System.Windows.Forms.BindingSource(this.components);
  34. this.adja1SatEdit = new DevExpress.XtraEditors.LookUpEdit();
  35. this.mainSatEdit = new DevExpress.XtraEditors.LookUpEdit();
  36. this.refEdit = new DevExpress.XtraEditors.LookUpEdit();
  37. this.bsRefSiteList = new System.Windows.Forms.BindingSource(this.components);
  38. this.antEdit = new DevExpress.XtraEditors.LookUpEdit();
  39. this.bsAntList = new System.Windows.Forms.BindingSource(this.components);
  40. this.SigTimeDateEdit = new DevExpress.XtraEditors.DateEdit();
  41. this.bsGdopModel = new System.Windows.Forms.BindingSource(this.components);
  42. this.HasRefCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  43. this.AntLonTextEdit = new DevExpress.XtraEditors.TextEdit();
  44. this.AntLatTextEdit = new DevExpress.XtraEditors.TextEdit();
  45. this.AntAltTextEdit = new DevExpress.XtraEditors.TextEdit();
  46. this.RefLonTextEdit = new DevExpress.XtraEditors.TextEdit();
  47. this.RefLatTextEdit = new DevExpress.XtraEditors.TextEdit();
  48. this.RefAltTextEdit = new DevExpress.XtraEditors.TextEdit();
  49. this.MsXTextEdit = new DevExpress.XtraEditors.TextEdit();
  50. this.MsYTextEdit = new DevExpress.XtraEditors.TextEdit();
  51. this.MsZTextEdit = new DevExpress.XtraEditors.TextEdit();
  52. this.AsX1TextEdit = new DevExpress.XtraEditors.TextEdit();
  53. this.AsY1TextEdit = new DevExpress.XtraEditors.TextEdit();
  54. this.AsZ1TextEdit = new DevExpress.XtraEditors.TextEdit();
  55. this.AsX2TextEdit = new DevExpress.XtraEditors.TextEdit();
  56. this.AsY2TextEdit = new DevExpress.XtraEditors.TextEdit();
  57. this.AsZ2TextEdit = new DevExpress.XtraEditors.TextEdit();
  58. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  59. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  60. this.grpAntInfo = new DevExpress.XtraLayout.LayoutControlGroup();
  61. this.itemForAnt = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.ItemForAntLon = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.ItemForAntLat = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.ItemForAntAlt = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.grpRefSiteInfo = new DevExpress.XtraLayout.LayoutControlGroup();
  66. this.itemForRefSite = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.ItemForRefLon = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.ItemForRefLat = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.ItemForRefAlt = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
  71. this.itemForMainSat = new DevExpress.XtraLayout.LayoutControlItem();
  72. this.ItemForMsX = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.ItemForMsY = new DevExpress.XtraLayout.LayoutControlItem();
  74. this.ItemForMsZ = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
  76. this.itemForAdja1Sat = new DevExpress.XtraLayout.LayoutControlItem();
  77. this.ItemForAsX1 = new DevExpress.XtraLayout.LayoutControlItem();
  78. this.ItemForAsY1 = new DevExpress.XtraLayout.LayoutControlItem();
  79. this.ItemForAsZ1 = new DevExpress.XtraLayout.LayoutControlItem();
  80. this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
  81. this.itemForAdja2Sat = new DevExpress.XtraLayout.LayoutControlItem();
  82. this.ItemForAsX2 = new DevExpress.XtraLayout.LayoutControlItem();
  83. this.ItemForAsY2 = new DevExpress.XtraLayout.LayoutControlItem();
  84. this.ItemForAsZ2 = new DevExpress.XtraLayout.LayoutControlItem();
  85. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  86. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  87. this.itemForCalcEph = new DevExpress.XtraLayout.LayoutControlItem();
  88. this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
  89. this.ItemForSigTime = new DevExpress.XtraLayout.LayoutControlItem();
  90. this.ItemForHasRef = new DevExpress.XtraLayout.LayoutControlItem();
  91. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  92. ((System.ComponentModel.ISupportInitialize)(this.dlMain)).BeginInit();
  93. this.dlMain.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.adja2SatEdit.Properties)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.adja1SatEdit.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit.Properties)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.refEdit.Properties)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.bsRefSiteList)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.antEdit.Properties)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.bsGdopModel)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.HasRefCheckEdit.Properties)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.AntLonTextEdit.Properties)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.AntLatTextEdit.Properties)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.AntAltTextEdit.Properties)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.RefLonTextEdit.Properties)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.RefLatTextEdit.Properties)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.RefAltTextEdit.Properties)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.MsXTextEdit.Properties)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.MsYTextEdit.Properties)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.MsZTextEdit.Properties)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.AsX1TextEdit.Properties)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.AsY1TextEdit.Properties)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.AsZ1TextEdit.Properties)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.AsX2TextEdit.Properties)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.AsY2TextEdit.Properties)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.AsZ2TextEdit.Properties)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.grpAntInfo)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.itemForAnt)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLon)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLat)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.ItemForAntAlt)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.grpRefSiteInfo)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.itemForRefSite)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLon)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLat)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.ItemForRefAlt)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.itemForMainSat)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.ItemForMsX)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.ItemForMsY)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.ItemForMsZ)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.itemForAdja1Sat)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX1)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY1)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ1)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.itemForAdja2Sat)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX2)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY2)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ2)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.itemForCalcEph)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.ItemForSigTime)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.ItemForHasRef)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  155. this.SuspendLayout();
  156. //
  157. // dlMain
  158. //
  159. this.dlMain.Controls.Add(this.btnEphCalc);
  160. this.dlMain.Controls.Add(this.btnGdopCalc);
  161. this.dlMain.Controls.Add(this.adja2SatEdit);
  162. this.dlMain.Controls.Add(this.adja1SatEdit);
  163. this.dlMain.Controls.Add(this.mainSatEdit);
  164. this.dlMain.Controls.Add(this.refEdit);
  165. this.dlMain.Controls.Add(this.antEdit);
  166. this.dlMain.Controls.Add(this.SigTimeDateEdit);
  167. this.dlMain.Controls.Add(this.HasRefCheckEdit);
  168. this.dlMain.Controls.Add(this.AntLonTextEdit);
  169. this.dlMain.Controls.Add(this.AntLatTextEdit);
  170. this.dlMain.Controls.Add(this.AntAltTextEdit);
  171. this.dlMain.Controls.Add(this.RefLonTextEdit);
  172. this.dlMain.Controls.Add(this.RefLatTextEdit);
  173. this.dlMain.Controls.Add(this.RefAltTextEdit);
  174. this.dlMain.Controls.Add(this.MsXTextEdit);
  175. this.dlMain.Controls.Add(this.MsYTextEdit);
  176. this.dlMain.Controls.Add(this.MsZTextEdit);
  177. this.dlMain.Controls.Add(this.AsX1TextEdit);
  178. this.dlMain.Controls.Add(this.AsY1TextEdit);
  179. this.dlMain.Controls.Add(this.AsZ1TextEdit);
  180. this.dlMain.Controls.Add(this.AsX2TextEdit);
  181. this.dlMain.Controls.Add(this.AsY2TextEdit);
  182. this.dlMain.Controls.Add(this.AsZ2TextEdit);
  183. this.dlMain.DataSource = this.bsGdopModel;
  184. this.dlMain.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.dlMain.Location = new System.Drawing.Point(0, 0);
  186. this.dlMain.Name = "dlMain";
  187. this.dlMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(962, 165, 650, 400);
  188. this.dlMain.Root = this.Root;
  189. this.dlMain.Size = new System.Drawing.Size(371, 539);
  190. this.dlMain.TabIndex = 0;
  191. //
  192. // btnEphCalc
  193. //
  194. this.btnEphCalc.Location = new System.Drawing.Point(220, 467);
  195. this.btnEphCalc.Name = "btnEphCalc";
  196. this.btnEphCalc.Size = new System.Drawing.Size(71, 22);
  197. this.btnEphCalc.StyleController = this.dlMain;
  198. this.btnEphCalc.TabIndex = 24;
  199. this.btnEphCalc.Text = "查询星历";
  200. this.btnEphCalc.Click += new System.EventHandler(this.btnEphCalc_Click);
  201. //
  202. // btnGdopCalc
  203. //
  204. this.btnGdopCalc.Location = new System.Drawing.Point(295, 467);
  205. this.btnGdopCalc.Name = "btnGdopCalc";
  206. this.btnGdopCalc.Size = new System.Drawing.Size(71, 22);
  207. this.btnGdopCalc.StyleController = this.dlMain;
  208. this.btnGdopCalc.TabIndex = 23;
  209. this.btnGdopCalc.Text = "GDOP分析";
  210. this.btnGdopCalc.Click += new System.EventHandler(this.btnGdopCalc_Click);
  211. //
  212. // adja2SatEdit
  213. //
  214. this.adja2SatEdit.Location = new System.Drawing.Point(59, 413);
  215. this.adja2SatEdit.Name = "adja2SatEdit";
  216. this.adja2SatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  217. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  218. this.adja2SatEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  219. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  220. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "卫星编号", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  221. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.Ascending, DevExpress.Utils.DefaultBoolean.Default)});
  222. this.adja2SatEdit.Properties.DataSource = this.bsSatList;
  223. this.adja2SatEdit.Properties.DisplayMember = "Name";
  224. this.adja2SatEdit.Properties.NullText = "未知";
  225. this.adja2SatEdit.Properties.PopupWidth = 400;
  226. this.adja2SatEdit.Properties.ValueMember = "Id";
  227. this.adja2SatEdit.Size = new System.Drawing.Size(301, 20);
  228. this.adja2SatEdit.StyleController = this.dlMain;
  229. this.adja2SatEdit.TabIndex = 19;
  230. //
  231. // bsSatList
  232. //
  233. this.bsSatList.DataSource = typeof(Ips.Library.Entity.SatInfo);
  234. //
  235. // adja1SatEdit
  236. //
  237. this.adja1SatEdit.Location = new System.Drawing.Point(59, 332);
  238. this.adja1SatEdit.Name = "adja1SatEdit";
  239. this.adja1SatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  240. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  241. this.adja1SatEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  242. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 40, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  243. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "卫星编号", 20, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  244. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 29, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  245. this.adja1SatEdit.Properties.DataSource = this.bsSatList;
  246. this.adja1SatEdit.Properties.DisplayMember = "Name";
  247. this.adja1SatEdit.Properties.NullText = "未知";
  248. this.adja1SatEdit.Properties.PopupWidth = 400;
  249. this.adja1SatEdit.Properties.ValueMember = "Id";
  250. this.adja1SatEdit.Size = new System.Drawing.Size(301, 20);
  251. this.adja1SatEdit.StyleController = this.dlMain;
  252. this.adja1SatEdit.TabIndex = 15;
  253. //
  254. // mainSatEdit
  255. //
  256. this.mainSatEdit.Location = new System.Drawing.Point(59, 251);
  257. this.mainSatEdit.Name = "mainSatEdit";
  258. this.mainSatEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  259. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  260. this.mainSatEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  261. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  262. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "卫星编号", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  263. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "定轨经度", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.Ascending, DevExpress.Utils.DefaultBoolean.Default)});
  264. this.mainSatEdit.Properties.DataSource = this.bsSatList;
  265. this.mainSatEdit.Properties.DisplayMember = "Name";
  266. this.mainSatEdit.Properties.NullText = "未知";
  267. this.mainSatEdit.Properties.PopupWidth = 400;
  268. this.mainSatEdit.Properties.ValueMember = "Id";
  269. this.mainSatEdit.Size = new System.Drawing.Size(301, 20);
  270. this.mainSatEdit.StyleController = this.dlMain;
  271. this.mainSatEdit.TabIndex = 11;
  272. //
  273. // refEdit
  274. //
  275. this.refEdit.Location = new System.Drawing.Point(59, 170);
  276. this.refEdit.Name = "refEdit";
  277. this.refEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  278. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  279. this.refEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  280. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  281. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "经度(°)", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  282. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "纬度(°)", 49, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  283. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "高度(m)", 53, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  284. this.refEdit.Properties.DataSource = this.bsRefSiteList;
  285. this.refEdit.Properties.NullText = "未知";
  286. this.refEdit.Properties.PopupWidth = 400;
  287. this.refEdit.Size = new System.Drawing.Size(301, 20);
  288. this.refEdit.StyleController = this.dlMain;
  289. this.refEdit.TabIndex = 7;
  290. this.refEdit.EditValueChanged += new System.EventHandler(this.refEdit_EditValueChanged);
  291. //
  292. // bsRefSiteList
  293. //
  294. this.bsRefSiteList.DataSource = typeof(Ips.Library.Entity.RefSiteInfo);
  295. //
  296. // antEdit
  297. //
  298. this.antEdit.Location = new System.Drawing.Point(59, 89);
  299. this.antEdit.Name = "antEdit";
  300. this.antEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  301. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  302. this.antEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  303. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Id", "Id", 20, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  304. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "名称", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  305. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lon", "经度", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  306. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Lat", "纬度", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
  307. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Alt", "高度", 30, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Near, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
  308. this.antEdit.Properties.DataSource = this.bsAntList;
  309. this.antEdit.Properties.NullText = "未知";
  310. this.antEdit.Properties.PopupWidth = 400;
  311. this.antEdit.Size = new System.Drawing.Size(301, 20);
  312. this.antEdit.StyleController = this.dlMain;
  313. this.antEdit.TabIndex = 3;
  314. this.antEdit.EditValueChanged += new System.EventHandler(this.antEdit_EditValueChanged);
  315. //
  316. // bsAntList
  317. //
  318. this.bsAntList.DataSource = typeof(Ips.Library.Entity.AntInfo);
  319. //
  320. // SigTimeDateEdit
  321. //
  322. this.SigTimeDateEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "SigTime", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  323. this.SigTimeDateEdit.EditValue = null;
  324. this.SigTimeDateEdit.Location = new System.Drawing.Point(59, 32);
  325. this.SigTimeDateEdit.Name = "SigTimeDateEdit";
  326. this.SigTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  327. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  328. this.SigTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  329. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  330. this.SigTimeDateEdit.Size = new System.Drawing.Size(238, 20);
  331. this.SigTimeDateEdit.StyleController = this.dlMain;
  332. this.SigTimeDateEdit.TabIndex = 0;
  333. //
  334. // bsGdopModel
  335. //
  336. this.bsGdopModel.DataSource = typeof(Ips.Sps.Com.Gdops.GdopAnalyseViewModel);
  337. //
  338. // HasRefCheckEdit
  339. //
  340. this.HasRefCheckEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "HasRef", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  341. this.HasRefCheckEdit.Location = new System.Drawing.Point(301, 32);
  342. this.HasRefCheckEdit.Name = "HasRefCheckEdit";
  343. this.HasRefCheckEdit.Properties.Caption = "有参";
  344. this.HasRefCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  345. this.HasRefCheckEdit.Size = new System.Drawing.Size(59, 20);
  346. this.HasRefCheckEdit.StyleController = this.dlMain;
  347. this.HasRefCheckEdit.TabIndex = 2;
  348. this.HasRefCheckEdit.CheckedChanged += new System.EventHandler(this.HasRefCheckEdit_CheckedChanged);
  349. //
  350. // AntLonTextEdit
  351. //
  352. this.AntLonTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AntLon", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  353. this.AntLonTextEdit.Location = new System.Drawing.Point(11, 113);
  354. this.AntLonTextEdit.Name = "AntLonTextEdit";
  355. this.AntLonTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  356. this.AntLonTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  357. this.AntLonTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  358. this.AntLonTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  359. this.AntLonTextEdit.Properties.MaskSettings.Set("mask", "F");
  360. this.AntLonTextEdit.Properties.NullValuePrompt = "经度";
  361. this.AntLonTextEdit.Size = new System.Drawing.Size(114, 20);
  362. this.AntLonTextEdit.StyleController = this.dlMain;
  363. this.AntLonTextEdit.TabIndex = 4;
  364. //
  365. // AntLatTextEdit
  366. //
  367. this.AntLatTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AntLat", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  368. this.AntLatTextEdit.Location = new System.Drawing.Point(129, 113);
  369. this.AntLatTextEdit.Name = "AntLatTextEdit";
  370. this.AntLatTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  371. this.AntLatTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  372. this.AntLatTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  373. this.AntLatTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  374. this.AntLatTextEdit.Properties.MaskSettings.Set("mask", "F");
  375. this.AntLatTextEdit.Properties.NullValuePrompt = "纬度";
  376. this.AntLatTextEdit.Size = new System.Drawing.Size(113, 20);
  377. this.AntLatTextEdit.StyleController = this.dlMain;
  378. this.AntLatTextEdit.TabIndex = 5;
  379. //
  380. // AntAltTextEdit
  381. //
  382. this.AntAltTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AntAlt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  383. this.AntAltTextEdit.Location = new System.Drawing.Point(246, 113);
  384. this.AntAltTextEdit.Name = "AntAltTextEdit";
  385. this.AntAltTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  386. this.AntAltTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  387. this.AntAltTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  388. this.AntAltTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  389. this.AntAltTextEdit.Properties.MaskSettings.Set("mask", "F");
  390. this.AntAltTextEdit.Properties.NullValuePrompt = "高度";
  391. this.AntAltTextEdit.Size = new System.Drawing.Size(114, 20);
  392. this.AntAltTextEdit.StyleController = this.dlMain;
  393. this.AntAltTextEdit.TabIndex = 6;
  394. //
  395. // RefLonTextEdit
  396. //
  397. this.RefLonTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "RefLon", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  398. this.RefLonTextEdit.Location = new System.Drawing.Point(11, 194);
  399. this.RefLonTextEdit.Name = "RefLonTextEdit";
  400. this.RefLonTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  401. this.RefLonTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  402. this.RefLonTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  403. this.RefLonTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  404. this.RefLonTextEdit.Properties.MaskSettings.Set("mask", "F");
  405. this.RefLonTextEdit.Properties.NullValuePrompt = "经度";
  406. this.RefLonTextEdit.Size = new System.Drawing.Size(114, 20);
  407. this.RefLonTextEdit.StyleController = this.dlMain;
  408. this.RefLonTextEdit.TabIndex = 8;
  409. //
  410. // RefLatTextEdit
  411. //
  412. this.RefLatTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "RefLat", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  413. this.RefLatTextEdit.Location = new System.Drawing.Point(129, 194);
  414. this.RefLatTextEdit.Name = "RefLatTextEdit";
  415. this.RefLatTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  416. this.RefLatTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  417. this.RefLatTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  418. this.RefLatTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  419. this.RefLatTextEdit.Properties.MaskSettings.Set("mask", "F");
  420. this.RefLatTextEdit.Properties.NullValuePrompt = "纬度";
  421. this.RefLatTextEdit.Size = new System.Drawing.Size(113, 20);
  422. this.RefLatTextEdit.StyleController = this.dlMain;
  423. this.RefLatTextEdit.TabIndex = 9;
  424. //
  425. // RefAltTextEdit
  426. //
  427. this.RefAltTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "RefAlt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  428. this.RefAltTextEdit.Location = new System.Drawing.Point(246, 194);
  429. this.RefAltTextEdit.Name = "RefAltTextEdit";
  430. this.RefAltTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  431. this.RefAltTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  432. this.RefAltTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  433. this.RefAltTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  434. this.RefAltTextEdit.Properties.MaskSettings.Set("mask", "F");
  435. this.RefAltTextEdit.Properties.NullValuePrompt = "高度";
  436. this.RefAltTextEdit.Size = new System.Drawing.Size(114, 20);
  437. this.RefAltTextEdit.StyleController = this.dlMain;
  438. this.RefAltTextEdit.TabIndex = 10;
  439. //
  440. // MsXTextEdit
  441. //
  442. this.MsXTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "MsX", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  443. this.MsXTextEdit.Location = new System.Drawing.Point(11, 275);
  444. this.MsXTextEdit.Name = "MsXTextEdit";
  445. this.MsXTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  446. this.MsXTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  447. this.MsXTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  448. this.MsXTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  449. this.MsXTextEdit.Properties.MaskSettings.Set("mask", "F");
  450. this.MsXTextEdit.Properties.NullValuePrompt = "位置X";
  451. this.MsXTextEdit.Size = new System.Drawing.Size(114, 20);
  452. this.MsXTextEdit.StyleController = this.dlMain;
  453. this.MsXTextEdit.TabIndex = 12;
  454. //
  455. // MsYTextEdit
  456. //
  457. this.MsYTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "MsY", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  458. this.MsYTextEdit.Location = new System.Drawing.Point(129, 275);
  459. this.MsYTextEdit.Name = "MsYTextEdit";
  460. this.MsYTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  461. this.MsYTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  462. this.MsYTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  463. this.MsYTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  464. this.MsYTextEdit.Properties.MaskSettings.Set("mask", "F");
  465. this.MsYTextEdit.Properties.NullValuePrompt = "位置Y";
  466. this.MsYTextEdit.Size = new System.Drawing.Size(113, 20);
  467. this.MsYTextEdit.StyleController = this.dlMain;
  468. this.MsYTextEdit.TabIndex = 13;
  469. //
  470. // MsZTextEdit
  471. //
  472. this.MsZTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "MsZ", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  473. this.MsZTextEdit.Location = new System.Drawing.Point(246, 275);
  474. this.MsZTextEdit.Name = "MsZTextEdit";
  475. this.MsZTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  476. this.MsZTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  477. this.MsZTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  478. this.MsZTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  479. this.MsZTextEdit.Properties.MaskSettings.Set("mask", "F");
  480. this.MsZTextEdit.Properties.NullValuePrompt = "位置Z";
  481. this.MsZTextEdit.Size = new System.Drawing.Size(114, 20);
  482. this.MsZTextEdit.StyleController = this.dlMain;
  483. this.MsZTextEdit.TabIndex = 14;
  484. //
  485. // AsX1TextEdit
  486. //
  487. this.AsX1TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsX1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  488. this.AsX1TextEdit.Location = new System.Drawing.Point(11, 356);
  489. this.AsX1TextEdit.Name = "AsX1TextEdit";
  490. this.AsX1TextEdit.Properties.Appearance.Options.UseTextOptions = true;
  491. this.AsX1TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  492. this.AsX1TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  493. this.AsX1TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  494. this.AsX1TextEdit.Properties.MaskSettings.Set("mask", "F");
  495. this.AsX1TextEdit.Properties.NullValuePrompt = "位置X";
  496. this.AsX1TextEdit.Size = new System.Drawing.Size(114, 20);
  497. this.AsX1TextEdit.StyleController = this.dlMain;
  498. this.AsX1TextEdit.TabIndex = 16;
  499. //
  500. // AsY1TextEdit
  501. //
  502. this.AsY1TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsY1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  503. this.AsY1TextEdit.Location = new System.Drawing.Point(129, 356);
  504. this.AsY1TextEdit.Name = "AsY1TextEdit";
  505. this.AsY1TextEdit.Properties.Appearance.Options.UseTextOptions = true;
  506. this.AsY1TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  507. this.AsY1TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  508. this.AsY1TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  509. this.AsY1TextEdit.Properties.MaskSettings.Set("mask", "F");
  510. this.AsY1TextEdit.Properties.NullValuePrompt = "位置Y";
  511. this.AsY1TextEdit.Size = new System.Drawing.Size(113, 20);
  512. this.AsY1TextEdit.StyleController = this.dlMain;
  513. this.AsY1TextEdit.TabIndex = 17;
  514. //
  515. // AsZ1TextEdit
  516. //
  517. this.AsZ1TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsZ1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  518. this.AsZ1TextEdit.Location = new System.Drawing.Point(246, 356);
  519. this.AsZ1TextEdit.Name = "AsZ1TextEdit";
  520. this.AsZ1TextEdit.Properties.Appearance.Options.UseTextOptions = true;
  521. this.AsZ1TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  522. this.AsZ1TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  523. this.AsZ1TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  524. this.AsZ1TextEdit.Properties.MaskSettings.Set("mask", "F");
  525. this.AsZ1TextEdit.Properties.NullValuePrompt = "位置Z";
  526. this.AsZ1TextEdit.Size = new System.Drawing.Size(114, 20);
  527. this.AsZ1TextEdit.StyleController = this.dlMain;
  528. this.AsZ1TextEdit.TabIndex = 18;
  529. //
  530. // AsX2TextEdit
  531. //
  532. this.AsX2TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsX2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  533. this.AsX2TextEdit.Location = new System.Drawing.Point(11, 437);
  534. this.AsX2TextEdit.Name = "AsX2TextEdit";
  535. this.AsX2TextEdit.Properties.Appearance.Options.UseTextOptions = true;
  536. this.AsX2TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  537. this.AsX2TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  538. this.AsX2TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  539. this.AsX2TextEdit.Properties.MaskSettings.Set("mask", "F");
  540. this.AsX2TextEdit.Properties.NullValuePrompt = "位置X";
  541. this.AsX2TextEdit.Size = new System.Drawing.Size(114, 20);
  542. this.AsX2TextEdit.StyleController = this.dlMain;
  543. this.AsX2TextEdit.TabIndex = 20;
  544. //
  545. // AsY2TextEdit
  546. //
  547. this.AsY2TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsY2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  548. this.AsY2TextEdit.Location = new System.Drawing.Point(129, 437);
  549. this.AsY2TextEdit.Name = "AsY2TextEdit";
  550. this.AsY2TextEdit.Properties.Appearance.Options.UseTextOptions = true;
  551. this.AsY2TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  552. this.AsY2TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  553. this.AsY2TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  554. this.AsY2TextEdit.Properties.MaskSettings.Set("mask", "F");
  555. this.AsY2TextEdit.Properties.NullValuePrompt = "位置Y";
  556. this.AsY2TextEdit.Size = new System.Drawing.Size(113, 20);
  557. this.AsY2TextEdit.StyleController = this.dlMain;
  558. this.AsY2TextEdit.TabIndex = 21;
  559. //
  560. // AsZ2TextEdit
  561. //
  562. this.AsZ2TextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsGdopModel, "AsZ2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  563. this.AsZ2TextEdit.Location = new System.Drawing.Point(246, 437);
  564. this.AsZ2TextEdit.Name = "AsZ2TextEdit";
  565. this.AsZ2TextEdit.Properties.Appearance.Options.UseTextOptions = true;
  566. this.AsZ2TextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  567. this.AsZ2TextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  568. this.AsZ2TextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  569. this.AsZ2TextEdit.Properties.MaskSettings.Set("mask", "F");
  570. this.AsZ2TextEdit.Properties.NullValuePrompt = "位置Z";
  571. this.AsZ2TextEdit.Size = new System.Drawing.Size(114, 20);
  572. this.AsZ2TextEdit.StyleController = this.dlMain;
  573. this.AsZ2TextEdit.TabIndex = 22;
  574. //
  575. // Root
  576. //
  577. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  578. this.Root.GroupBordersVisible = false;
  579. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  580. this.layoutControlGroup1});
  581. this.Root.Name = "Root";
  582. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  583. this.Root.Size = new System.Drawing.Size(371, 539);
  584. this.Root.TextVisible = false;
  585. //
  586. // layoutControlGroup1
  587. //
  588. this.layoutControlGroup1.AllowDrawBackground = false;
  589. this.layoutControlGroup1.GroupBordersVisible = false;
  590. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  591. this.grpAntInfo,
  592. this.grpRefSiteInfo,
  593. this.layoutControlGroup4,
  594. this.layoutControlGroup5,
  595. this.layoutControlGroup6,
  596. this.layoutControlItem6,
  597. this.emptySpaceItem2,
  598. this.itemForCalcEph,
  599. this.layoutControlGroup7,
  600. this.emptySpaceItem1});
  601. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  602. this.layoutControlGroup1.Name = "autoGeneratedGroup0";
  603. this.layoutControlGroup1.Size = new System.Drawing.Size(365, 533);
  604. //
  605. // grpAntInfo
  606. //
  607. this.grpAntInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  608. this.itemForAnt,
  609. this.ItemForAntLon,
  610. this.ItemForAntLat,
  611. this.ItemForAntAlt});
  612. this.grpAntInfo.Location = new System.Drawing.Point(0, 57);
  613. this.grpAntInfo.Name = "grpAntInfo";
  614. this.grpAntInfo.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  615. this.grpAntInfo.Size = new System.Drawing.Size(365, 81);
  616. this.grpAntInfo.Text = "站点信息";
  617. //
  618. // itemForAnt
  619. //
  620. this.itemForAnt.Control = this.antEdit;
  621. this.itemForAnt.Location = new System.Drawing.Point(0, 0);
  622. this.itemForAnt.Name = "itemForAnt";
  623. this.itemForAnt.Size = new System.Drawing.Size(353, 24);
  624. this.itemForAnt.Text = "站点";
  625. this.itemForAnt.TextSize = new System.Drawing.Size(36, 14);
  626. //
  627. // ItemForAntLon
  628. //
  629. this.ItemForAntLon.Control = this.AntLonTextEdit;
  630. this.ItemForAntLon.Location = new System.Drawing.Point(0, 24);
  631. this.ItemForAntLon.Name = "ItemForAntLon";
  632. this.ItemForAntLon.Size = new System.Drawing.Size(118, 24);
  633. this.ItemForAntLon.Text = "经度";
  634. this.ItemForAntLon.TextSize = new System.Drawing.Size(0, 0);
  635. this.ItemForAntLon.TextVisible = false;
  636. //
  637. // ItemForAntLat
  638. //
  639. this.ItemForAntLat.Control = this.AntLatTextEdit;
  640. this.ItemForAntLat.Location = new System.Drawing.Point(118, 24);
  641. this.ItemForAntLat.Name = "ItemForAntLat";
  642. this.ItemForAntLat.Size = new System.Drawing.Size(117, 24);
  643. this.ItemForAntLat.Text = "纬度";
  644. this.ItemForAntLat.TextSize = new System.Drawing.Size(0, 0);
  645. this.ItemForAntLat.TextVisible = false;
  646. //
  647. // ItemForAntAlt
  648. //
  649. this.ItemForAntAlt.Control = this.AntAltTextEdit;
  650. this.ItemForAntAlt.Location = new System.Drawing.Point(235, 24);
  651. this.ItemForAntAlt.Name = "ItemForAntAlt";
  652. this.ItemForAntAlt.Size = new System.Drawing.Size(118, 24);
  653. this.ItemForAntAlt.Text = "高度";
  654. this.ItemForAntAlt.TextSize = new System.Drawing.Size(0, 0);
  655. this.ItemForAntAlt.TextVisible = false;
  656. //
  657. // grpRefSiteInfo
  658. //
  659. this.grpRefSiteInfo.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  660. this.itemForRefSite,
  661. this.ItemForRefLon,
  662. this.ItemForRefLat,
  663. this.ItemForRefAlt});
  664. this.grpRefSiteInfo.Location = new System.Drawing.Point(0, 138);
  665. this.grpRefSiteInfo.Name = "grpRefSiteInfo";
  666. this.grpRefSiteInfo.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  667. this.grpRefSiteInfo.Size = new System.Drawing.Size(365, 81);
  668. this.grpRefSiteInfo.Text = "参考站信息";
  669. this.grpRefSiteInfo.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  670. //
  671. // itemForRefSite
  672. //
  673. this.itemForRefSite.Control = this.refEdit;
  674. this.itemForRefSite.Location = new System.Drawing.Point(0, 0);
  675. this.itemForRefSite.Name = "itemForRefSite";
  676. this.itemForRefSite.Size = new System.Drawing.Size(353, 24);
  677. this.itemForRefSite.Text = "参考站";
  678. this.itemForRefSite.TextSize = new System.Drawing.Size(36, 14);
  679. //
  680. // ItemForRefLon
  681. //
  682. this.ItemForRefLon.Control = this.RefLonTextEdit;
  683. this.ItemForRefLon.Location = new System.Drawing.Point(0, 24);
  684. this.ItemForRefLon.Name = "ItemForRefLon";
  685. this.ItemForRefLon.Size = new System.Drawing.Size(118, 24);
  686. this.ItemForRefLon.Text = "经度";
  687. this.ItemForRefLon.TextSize = new System.Drawing.Size(0, 0);
  688. this.ItemForRefLon.TextVisible = false;
  689. //
  690. // ItemForRefLat
  691. //
  692. this.ItemForRefLat.Control = this.RefLatTextEdit;
  693. this.ItemForRefLat.Location = new System.Drawing.Point(118, 24);
  694. this.ItemForRefLat.Name = "ItemForRefLat";
  695. this.ItemForRefLat.Size = new System.Drawing.Size(117, 24);
  696. this.ItemForRefLat.Text = "纬度";
  697. this.ItemForRefLat.TextSize = new System.Drawing.Size(0, 0);
  698. this.ItemForRefLat.TextVisible = false;
  699. //
  700. // ItemForRefAlt
  701. //
  702. this.ItemForRefAlt.Control = this.RefAltTextEdit;
  703. this.ItemForRefAlt.Location = new System.Drawing.Point(235, 24);
  704. this.ItemForRefAlt.Name = "ItemForRefAlt";
  705. this.ItemForRefAlt.Size = new System.Drawing.Size(118, 24);
  706. this.ItemForRefAlt.Text = "高度";
  707. this.ItemForRefAlt.TextSize = new System.Drawing.Size(0, 0);
  708. this.ItemForRefAlt.TextVisible = false;
  709. //
  710. // layoutControlGroup4
  711. //
  712. this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  713. this.itemForMainSat,
  714. this.ItemForMsX,
  715. this.ItemForMsY,
  716. this.ItemForMsZ});
  717. this.layoutControlGroup4.Location = new System.Drawing.Point(0, 219);
  718. this.layoutControlGroup4.Name = "layoutControlGroup4";
  719. this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  720. this.layoutControlGroup4.Size = new System.Drawing.Size(365, 81);
  721. this.layoutControlGroup4.Text = "主星星历";
  722. //
  723. // itemForMainSat
  724. //
  725. this.itemForMainSat.Control = this.mainSatEdit;
  726. this.itemForMainSat.Location = new System.Drawing.Point(0, 0);
  727. this.itemForMainSat.Name = "itemForMainSat";
  728. this.itemForMainSat.Size = new System.Drawing.Size(353, 24);
  729. this.itemForMainSat.Text = "主星";
  730. this.itemForMainSat.TextSize = new System.Drawing.Size(36, 14);
  731. //
  732. // ItemForMsX
  733. //
  734. this.ItemForMsX.Control = this.MsXTextEdit;
  735. this.ItemForMsX.Location = new System.Drawing.Point(0, 24);
  736. this.ItemForMsX.Name = "ItemForMsX";
  737. this.ItemForMsX.Size = new System.Drawing.Size(118, 24);
  738. this.ItemForMsX.Text = "X";
  739. this.ItemForMsX.TextSize = new System.Drawing.Size(0, 0);
  740. this.ItemForMsX.TextVisible = false;
  741. //
  742. // ItemForMsY
  743. //
  744. this.ItemForMsY.Control = this.MsYTextEdit;
  745. this.ItemForMsY.Location = new System.Drawing.Point(118, 24);
  746. this.ItemForMsY.Name = "ItemForMsY";
  747. this.ItemForMsY.Size = new System.Drawing.Size(117, 24);
  748. this.ItemForMsY.Text = "Y";
  749. this.ItemForMsY.TextSize = new System.Drawing.Size(0, 0);
  750. this.ItemForMsY.TextVisible = false;
  751. //
  752. // ItemForMsZ
  753. //
  754. this.ItemForMsZ.Control = this.MsZTextEdit;
  755. this.ItemForMsZ.Location = new System.Drawing.Point(235, 24);
  756. this.ItemForMsZ.Name = "ItemForMsZ";
  757. this.ItemForMsZ.Size = new System.Drawing.Size(118, 24);
  758. this.ItemForMsZ.Text = "Z";
  759. this.ItemForMsZ.TextSize = new System.Drawing.Size(0, 0);
  760. this.ItemForMsZ.TextVisible = false;
  761. //
  762. // layoutControlGroup5
  763. //
  764. this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  765. this.itemForAdja1Sat,
  766. this.ItemForAsX1,
  767. this.ItemForAsY1,
  768. this.ItemForAsZ1});
  769. this.layoutControlGroup5.Location = new System.Drawing.Point(0, 300);
  770. this.layoutControlGroup5.Name = "layoutControlGroup5";
  771. this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  772. this.layoutControlGroup5.Size = new System.Drawing.Size(365, 81);
  773. this.layoutControlGroup5.Text = "邻星1星历";
  774. //
  775. // itemForAdja1Sat
  776. //
  777. this.itemForAdja1Sat.Control = this.adja1SatEdit;
  778. this.itemForAdja1Sat.Location = new System.Drawing.Point(0, 0);
  779. this.itemForAdja1Sat.Name = "itemForAdja1Sat";
  780. this.itemForAdja1Sat.Size = new System.Drawing.Size(353, 24);
  781. this.itemForAdja1Sat.Text = "邻星1";
  782. this.itemForAdja1Sat.TextSize = new System.Drawing.Size(36, 14);
  783. //
  784. // ItemForAsX1
  785. //
  786. this.ItemForAsX1.Control = this.AsX1TextEdit;
  787. this.ItemForAsX1.Location = new System.Drawing.Point(0, 24);
  788. this.ItemForAsX1.Name = "ItemForAsX1";
  789. this.ItemForAsX1.Size = new System.Drawing.Size(118, 24);
  790. this.ItemForAsX1.Text = "X";
  791. this.ItemForAsX1.TextSize = new System.Drawing.Size(0, 0);
  792. this.ItemForAsX1.TextVisible = false;
  793. //
  794. // ItemForAsY1
  795. //
  796. this.ItemForAsY1.Control = this.AsY1TextEdit;
  797. this.ItemForAsY1.Location = new System.Drawing.Point(118, 24);
  798. this.ItemForAsY1.Name = "ItemForAsY1";
  799. this.ItemForAsY1.Size = new System.Drawing.Size(117, 24);
  800. this.ItemForAsY1.Text = "Y";
  801. this.ItemForAsY1.TextSize = new System.Drawing.Size(0, 0);
  802. this.ItemForAsY1.TextVisible = false;
  803. //
  804. // ItemForAsZ1
  805. //
  806. this.ItemForAsZ1.Control = this.AsZ1TextEdit;
  807. this.ItemForAsZ1.Location = new System.Drawing.Point(235, 24);
  808. this.ItemForAsZ1.Name = "ItemForAsZ1";
  809. this.ItemForAsZ1.Size = new System.Drawing.Size(118, 24);
  810. this.ItemForAsZ1.Text = "Z";
  811. this.ItemForAsZ1.TextSize = new System.Drawing.Size(0, 0);
  812. this.ItemForAsZ1.TextVisible = false;
  813. //
  814. // layoutControlGroup6
  815. //
  816. this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  817. this.itemForAdja2Sat,
  818. this.ItemForAsX2,
  819. this.ItemForAsY2,
  820. this.ItemForAsZ2});
  821. this.layoutControlGroup6.Location = new System.Drawing.Point(0, 381);
  822. this.layoutControlGroup6.Name = "layoutControlGroup6";
  823. this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  824. this.layoutControlGroup6.Size = new System.Drawing.Size(365, 81);
  825. this.layoutControlGroup6.Text = "邻星2星历";
  826. //
  827. // itemForAdja2Sat
  828. //
  829. this.itemForAdja2Sat.Control = this.adja2SatEdit;
  830. this.itemForAdja2Sat.Location = new System.Drawing.Point(0, 0);
  831. this.itemForAdja2Sat.Name = "itemForAdja2Sat";
  832. this.itemForAdja2Sat.Size = new System.Drawing.Size(353, 24);
  833. this.itemForAdja2Sat.Text = "邻星2";
  834. this.itemForAdja2Sat.TextSize = new System.Drawing.Size(36, 14);
  835. //
  836. // ItemForAsX2
  837. //
  838. this.ItemForAsX2.Control = this.AsX2TextEdit;
  839. this.ItemForAsX2.Location = new System.Drawing.Point(0, 24);
  840. this.ItemForAsX2.Name = "ItemForAsX2";
  841. this.ItemForAsX2.Size = new System.Drawing.Size(118, 24);
  842. this.ItemForAsX2.Text = "X";
  843. this.ItemForAsX2.TextSize = new System.Drawing.Size(0, 0);
  844. this.ItemForAsX2.TextVisible = false;
  845. //
  846. // ItemForAsY2
  847. //
  848. this.ItemForAsY2.Control = this.AsY2TextEdit;
  849. this.ItemForAsY2.Location = new System.Drawing.Point(118, 24);
  850. this.ItemForAsY2.Name = "ItemForAsY2";
  851. this.ItemForAsY2.Size = new System.Drawing.Size(117, 24);
  852. this.ItemForAsY2.Text = "Y";
  853. this.ItemForAsY2.TextSize = new System.Drawing.Size(0, 0);
  854. this.ItemForAsY2.TextVisible = false;
  855. //
  856. // ItemForAsZ2
  857. //
  858. this.ItemForAsZ2.Control = this.AsZ2TextEdit;
  859. this.ItemForAsZ2.Location = new System.Drawing.Point(235, 24);
  860. this.ItemForAsZ2.Name = "ItemForAsZ2";
  861. this.ItemForAsZ2.Size = new System.Drawing.Size(118, 24);
  862. this.ItemForAsZ2.Text = "Z";
  863. this.ItemForAsZ2.TextSize = new System.Drawing.Size(0, 0);
  864. this.ItemForAsZ2.TextVisible = false;
  865. //
  866. // layoutControlItem6
  867. //
  868. this.layoutControlItem6.Control = this.btnGdopCalc;
  869. this.layoutControlItem6.Location = new System.Drawing.Point(290, 462);
  870. this.layoutControlItem6.MaxSize = new System.Drawing.Size(75, 26);
  871. this.layoutControlItem6.MinSize = new System.Drawing.Size(75, 26);
  872. this.layoutControlItem6.Name = "layoutControlItem6";
  873. this.layoutControlItem6.Size = new System.Drawing.Size(75, 26);
  874. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  875. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  876. this.layoutControlItem6.TextVisible = false;
  877. //
  878. // emptySpaceItem2
  879. //
  880. this.emptySpaceItem2.AllowHotTrack = false;
  881. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 462);
  882. this.emptySpaceItem2.Name = "emptySpaceItem2";
  883. this.emptySpaceItem2.Size = new System.Drawing.Size(215, 26);
  884. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  885. //
  886. // itemForCalcEph
  887. //
  888. this.itemForCalcEph.Control = this.btnEphCalc;
  889. this.itemForCalcEph.Location = new System.Drawing.Point(215, 462);
  890. this.itemForCalcEph.MaxSize = new System.Drawing.Size(75, 26);
  891. this.itemForCalcEph.MinSize = new System.Drawing.Size(75, 26);
  892. this.itemForCalcEph.Name = "itemForCalcEph";
  893. this.itemForCalcEph.Size = new System.Drawing.Size(75, 26);
  894. this.itemForCalcEph.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  895. this.itemForCalcEph.TextSize = new System.Drawing.Size(0, 0);
  896. this.itemForCalcEph.TextVisible = false;
  897. //
  898. // layoutControlGroup7
  899. //
  900. this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  901. this.ItemForSigTime,
  902. this.ItemForHasRef});
  903. this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
  904. this.layoutControlGroup7.Name = "layoutControlGroup7";
  905. this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  906. this.layoutControlGroup7.Size = new System.Drawing.Size(365, 57);
  907. this.layoutControlGroup7.Text = "基本信息";
  908. //
  909. // ItemForSigTime
  910. //
  911. this.ItemForSigTime.Control = this.SigTimeDateEdit;
  912. this.ItemForSigTime.Location = new System.Drawing.Point(0, 0);
  913. this.ItemForSigTime.Name = "ItemForSigTime";
  914. this.ItemForSigTime.Size = new System.Drawing.Size(290, 24);
  915. this.ItemForSigTime.Text = "时间";
  916. this.ItemForSigTime.TextSize = new System.Drawing.Size(36, 14);
  917. //
  918. // ItemForHasRef
  919. //
  920. this.ItemForHasRef.Control = this.HasRefCheckEdit;
  921. this.ItemForHasRef.Location = new System.Drawing.Point(290, 0);
  922. this.ItemForHasRef.MaxSize = new System.Drawing.Size(63, 24);
  923. this.ItemForHasRef.MinSize = new System.Drawing.Size(63, 24);
  924. this.ItemForHasRef.Name = "ItemForHasRef";
  925. this.ItemForHasRef.Size = new System.Drawing.Size(63, 24);
  926. this.ItemForHasRef.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  927. this.ItemForHasRef.Text = "Has Ref";
  928. this.ItemForHasRef.TextSize = new System.Drawing.Size(0, 0);
  929. this.ItemForHasRef.TextVisible = false;
  930. //
  931. // emptySpaceItem1
  932. //
  933. this.emptySpaceItem1.AllowHotTrack = false;
  934. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 488);
  935. this.emptySpaceItem1.Name = "emptySpaceItem1";
  936. this.emptySpaceItem1.Size = new System.Drawing.Size(365, 45);
  937. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  938. //
  939. // GdopParamSetCtrl
  940. //
  941. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  942. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  943. this.Controls.Add(this.dlMain);
  944. this.Name = "GdopParamSetCtrl";
  945. this.Size = new System.Drawing.Size(371, 539);
  946. this.Load += new System.EventHandler(this.GdopParamSetCtrl_Load);
  947. ((System.ComponentModel.ISupportInitialize)(this.dlMain)).EndInit();
  948. this.dlMain.ResumeLayout(false);
  949. ((System.ComponentModel.ISupportInitialize)(this.adja2SatEdit.Properties)).EndInit();
  950. ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).EndInit();
  951. ((System.ComponentModel.ISupportInitialize)(this.adja1SatEdit.Properties)).EndInit();
  952. ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit.Properties)).EndInit();
  953. ((System.ComponentModel.ISupportInitialize)(this.refEdit.Properties)).EndInit();
  954. ((System.ComponentModel.ISupportInitialize)(this.bsRefSiteList)).EndInit();
  955. ((System.ComponentModel.ISupportInitialize)(this.antEdit.Properties)).EndInit();
  956. ((System.ComponentModel.ISupportInitialize)(this.bsAntList)).EndInit();
  957. ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties.CalendarTimeProperties)).EndInit();
  958. ((System.ComponentModel.ISupportInitialize)(this.SigTimeDateEdit.Properties)).EndInit();
  959. ((System.ComponentModel.ISupportInitialize)(this.bsGdopModel)).EndInit();
  960. ((System.ComponentModel.ISupportInitialize)(this.HasRefCheckEdit.Properties)).EndInit();
  961. ((System.ComponentModel.ISupportInitialize)(this.AntLonTextEdit.Properties)).EndInit();
  962. ((System.ComponentModel.ISupportInitialize)(this.AntLatTextEdit.Properties)).EndInit();
  963. ((System.ComponentModel.ISupportInitialize)(this.AntAltTextEdit.Properties)).EndInit();
  964. ((System.ComponentModel.ISupportInitialize)(this.RefLonTextEdit.Properties)).EndInit();
  965. ((System.ComponentModel.ISupportInitialize)(this.RefLatTextEdit.Properties)).EndInit();
  966. ((System.ComponentModel.ISupportInitialize)(this.RefAltTextEdit.Properties)).EndInit();
  967. ((System.ComponentModel.ISupportInitialize)(this.MsXTextEdit.Properties)).EndInit();
  968. ((System.ComponentModel.ISupportInitialize)(this.MsYTextEdit.Properties)).EndInit();
  969. ((System.ComponentModel.ISupportInitialize)(this.MsZTextEdit.Properties)).EndInit();
  970. ((System.ComponentModel.ISupportInitialize)(this.AsX1TextEdit.Properties)).EndInit();
  971. ((System.ComponentModel.ISupportInitialize)(this.AsY1TextEdit.Properties)).EndInit();
  972. ((System.ComponentModel.ISupportInitialize)(this.AsZ1TextEdit.Properties)).EndInit();
  973. ((System.ComponentModel.ISupportInitialize)(this.AsX2TextEdit.Properties)).EndInit();
  974. ((System.ComponentModel.ISupportInitialize)(this.AsY2TextEdit.Properties)).EndInit();
  975. ((System.ComponentModel.ISupportInitialize)(this.AsZ2TextEdit.Properties)).EndInit();
  976. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  977. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  978. ((System.ComponentModel.ISupportInitialize)(this.grpAntInfo)).EndInit();
  979. ((System.ComponentModel.ISupportInitialize)(this.itemForAnt)).EndInit();
  980. ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLon)).EndInit();
  981. ((System.ComponentModel.ISupportInitialize)(this.ItemForAntLat)).EndInit();
  982. ((System.ComponentModel.ISupportInitialize)(this.ItemForAntAlt)).EndInit();
  983. ((System.ComponentModel.ISupportInitialize)(this.grpRefSiteInfo)).EndInit();
  984. ((System.ComponentModel.ISupportInitialize)(this.itemForRefSite)).EndInit();
  985. ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLon)).EndInit();
  986. ((System.ComponentModel.ISupportInitialize)(this.ItemForRefLat)).EndInit();
  987. ((System.ComponentModel.ISupportInitialize)(this.ItemForRefAlt)).EndInit();
  988. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
  989. ((System.ComponentModel.ISupportInitialize)(this.itemForMainSat)).EndInit();
  990. ((System.ComponentModel.ISupportInitialize)(this.ItemForMsX)).EndInit();
  991. ((System.ComponentModel.ISupportInitialize)(this.ItemForMsY)).EndInit();
  992. ((System.ComponentModel.ISupportInitialize)(this.ItemForMsZ)).EndInit();
  993. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
  994. ((System.ComponentModel.ISupportInitialize)(this.itemForAdja1Sat)).EndInit();
  995. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX1)).EndInit();
  996. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY1)).EndInit();
  997. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ1)).EndInit();
  998. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
  999. ((System.ComponentModel.ISupportInitialize)(this.itemForAdja2Sat)).EndInit();
  1000. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsX2)).EndInit();
  1001. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsY2)).EndInit();
  1002. ((System.ComponentModel.ISupportInitialize)(this.ItemForAsZ2)).EndInit();
  1003. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  1004. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  1005. ((System.ComponentModel.ISupportInitialize)(this.itemForCalcEph)).EndInit();
  1006. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
  1007. ((System.ComponentModel.ISupportInitialize)(this.ItemForSigTime)).EndInit();
  1008. ((System.ComponentModel.ISupportInitialize)(this.ItemForHasRef)).EndInit();
  1009. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  1010. this.ResumeLayout(false);
  1011. }
  1012. #endregion
  1013. private DevExpress.XtraDataLayout.DataLayoutControl dlMain;
  1014. private DevExpress.XtraLayout.LayoutControlGroup Root;
  1015. private BindingSource bsGdopModel;
  1016. private DevExpress.XtraEditors.DateEdit SigTimeDateEdit;
  1017. private DevExpress.XtraEditors.CheckEdit HasRefCheckEdit;
  1018. private DevExpress.XtraEditors.TextEdit AntLonTextEdit;
  1019. private DevExpress.XtraEditors.TextEdit AntLatTextEdit;
  1020. private DevExpress.XtraEditors.TextEdit AntAltTextEdit;
  1021. private DevExpress.XtraEditors.TextEdit RefLonTextEdit;
  1022. private DevExpress.XtraEditors.TextEdit RefLatTextEdit;
  1023. private DevExpress.XtraEditors.TextEdit RefAltTextEdit;
  1024. private DevExpress.XtraEditors.TextEdit MsXTextEdit;
  1025. private DevExpress.XtraEditors.TextEdit MsYTextEdit;
  1026. private DevExpress.XtraEditors.TextEdit MsZTextEdit;
  1027. private DevExpress.XtraEditors.TextEdit AsX1TextEdit;
  1028. private DevExpress.XtraEditors.TextEdit AsY1TextEdit;
  1029. private DevExpress.XtraEditors.TextEdit AsZ1TextEdit;
  1030. private DevExpress.XtraEditors.TextEdit AsX2TextEdit;
  1031. private DevExpress.XtraEditors.TextEdit AsY2TextEdit;
  1032. private DevExpress.XtraEditors.TextEdit AsZ2TextEdit;
  1033. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  1034. private DevExpress.XtraLayout.LayoutControlItem ItemForSigTime;
  1035. private DevExpress.XtraLayout.LayoutControlItem ItemForHasRef;
  1036. private DevExpress.XtraLayout.LayoutControlItem ItemForAntLat;
  1037. private DevExpress.XtraLayout.LayoutControlItem ItemForAntAlt;
  1038. private DevExpress.XtraLayout.LayoutControlItem ItemForRefLat;
  1039. private DevExpress.XtraLayout.LayoutControlItem ItemForRefAlt;
  1040. private DevExpress.XtraLayout.LayoutControlItem ItemForMsY;
  1041. private DevExpress.XtraLayout.LayoutControlItem ItemForMsZ;
  1042. private DevExpress.XtraLayout.LayoutControlItem ItemForAsY1;
  1043. private DevExpress.XtraLayout.LayoutControlItem ItemForAsZ1;
  1044. private DevExpress.XtraLayout.LayoutControlItem ItemForAsZ2;
  1045. private DevExpress.XtraLayout.LayoutControlItem ItemForAntLon;
  1046. private DevExpress.XtraLayout.LayoutControlItem ItemForRefLon;
  1047. private DevExpress.XtraLayout.LayoutControlItem ItemForMsX;
  1048. private DevExpress.XtraLayout.LayoutControlItem ItemForAsX1;
  1049. private DevExpress.XtraLayout.LayoutControlItem ItemForAsX2;
  1050. private DevExpress.XtraLayout.LayoutControlItem ItemForAsY2;
  1051. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  1052. private DevExpress.XtraEditors.LookUpEdit adja2SatEdit;
  1053. private DevExpress.XtraEditors.LookUpEdit adja1SatEdit;
  1054. private DevExpress.XtraEditors.LookUpEdit mainSatEdit;
  1055. private DevExpress.XtraEditors.LookUpEdit refEdit;
  1056. private DevExpress.XtraEditors.LookUpEdit antEdit;
  1057. private DevExpress.XtraLayout.LayoutControlGroup grpAntInfo;
  1058. private DevExpress.XtraLayout.LayoutControlItem itemForAnt;
  1059. private DevExpress.XtraLayout.LayoutControlGroup grpRefSiteInfo;
  1060. private DevExpress.XtraLayout.LayoutControlItem itemForRefSite;
  1061. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
  1062. private DevExpress.XtraLayout.LayoutControlItem itemForMainSat;
  1063. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
  1064. private DevExpress.XtraLayout.LayoutControlItem itemForAdja1Sat;
  1065. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
  1066. private DevExpress.XtraLayout.LayoutControlItem itemForAdja2Sat;
  1067. private DevExpress.XtraEditors.SimpleButton btnGdopCalc;
  1068. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  1069. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  1070. private DevExpress.XtraEditors.SimpleButton btnEphCalc;
  1071. private DevExpress.XtraLayout.LayoutControlItem itemForCalcEph;
  1072. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
  1073. private BindingSource bsAntList;
  1074. private BindingSource bsRefSiteList;
  1075. private BindingSource bsSatList;
  1076. }
  1077. }