TarDtoDfoCalc.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class TarDtoDfoCalc
  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 Windows Form 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  29. this.txtX1 = new DevExpress.XtraEditors.TextEdit();
  30. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  31. this.txtY1 = new DevExpress.XtraEditors.TextEdit();
  32. this.txtZ1 = new DevExpress.XtraEditors.TextEdit();
  33. this.txtTar = new DevExpress.XtraEditors.TextEdit();
  34. this.txtRec = new DevExpress.XtraEditors.TextEdit();
  35. this.txtX2 = new DevExpress.XtraEditors.TextEdit();
  36. this.txtY2 = new DevExpress.XtraEditors.TextEdit();
  37. this.txtZ2 = new DevExpress.XtraEditors.TextEdit();
  38. this.txtX3 = new DevExpress.XtraEditors.TextEdit();
  39. this.txtY3 = new DevExpress.XtraEditors.TextEdit();
  40. this.txtZ3 = new DevExpress.XtraEditors.TextEdit();
  41. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  42. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  44. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  48. this.txtRes = new DevExpress.XtraLayout.SimpleLabelItem();
  49. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  58. this.layoutControl1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtX1.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtY1.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtZ1.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtTar.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtRec.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtX2.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtY2.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtZ2.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtX3.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtY3.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtZ3.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtRes)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // layoutControl1
  89. //
  90. this.layoutControl1.Controls.Add(this.txtX1);
  91. this.layoutControl1.Controls.Add(this.btnOk);
  92. this.layoutControl1.Controls.Add(this.txtY1);
  93. this.layoutControl1.Controls.Add(this.txtZ1);
  94. this.layoutControl1.Controls.Add(this.txtTar);
  95. this.layoutControl1.Controls.Add(this.txtRec);
  96. this.layoutControl1.Controls.Add(this.txtX2);
  97. this.layoutControl1.Controls.Add(this.txtY2);
  98. this.layoutControl1.Controls.Add(this.txtZ2);
  99. this.layoutControl1.Controls.Add(this.txtX3);
  100. this.layoutControl1.Controls.Add(this.txtY3);
  101. this.layoutControl1.Controls.Add(this.txtZ3);
  102. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  104. this.layoutControl1.Name = "layoutControl1";
  105. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  106. this.layoutControl1.Root = this.Root;
  107. this.layoutControl1.Size = new System.Drawing.Size(475, 378);
  108. this.layoutControl1.TabIndex = 0;
  109. this.layoutControl1.Text = "layoutControl1";
  110. //
  111. // txtX1
  112. //
  113. this.txtX1.EditValue = "-41891185.7993";
  114. this.txtX1.Location = new System.Drawing.Point(22, 139);
  115. this.txtX1.Name = "txtX1";
  116. this.txtX1.Size = new System.Drawing.Size(141, 20);
  117. this.txtX1.StyleController = this.layoutControl1;
  118. this.txtX1.TabIndex = 9;
  119. //
  120. // btnOk
  121. //
  122. this.btnOk.Location = new System.Drawing.Point(337, 296);
  123. this.btnOk.Name = "btnOk";
  124. this.btnOk.Size = new System.Drawing.Size(116, 26);
  125. this.btnOk.StyleController = this.layoutControl1;
  126. this.btnOk.TabIndex = 8;
  127. this.btnOk.Text = "确定";
  128. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  129. //
  130. // txtY1
  131. //
  132. this.txtY1.EditValue = "-2303482.9121";
  133. this.txtY1.Location = new System.Drawing.Point(167, 139);
  134. this.txtY1.Name = "txtY1";
  135. this.txtY1.Size = new System.Drawing.Size(141, 20);
  136. this.txtY1.StyleController = this.layoutControl1;
  137. this.txtY1.TabIndex = 9;
  138. //
  139. // txtZ1
  140. //
  141. this.txtZ1.EditValue = "-1007186.7852";
  142. this.txtZ1.Location = new System.Drawing.Point(312, 139);
  143. this.txtZ1.Name = "txtZ1";
  144. this.txtZ1.Size = new System.Drawing.Size(141, 20);
  145. this.txtZ1.StyleController = this.layoutControl1;
  146. this.txtZ1.TabIndex = 9;
  147. //
  148. // txtTar
  149. //
  150. this.txtTar.EditValue = "";
  151. this.txtTar.Location = new System.Drawing.Point(22, 39);
  152. this.txtTar.Name = "txtTar";
  153. this.txtTar.Size = new System.Drawing.Size(431, 20);
  154. this.txtTar.StyleController = this.layoutControl1;
  155. this.txtTar.TabIndex = 9;
  156. //
  157. // txtRec
  158. //
  159. this.txtRec.EditValue = "";
  160. this.txtRec.Location = new System.Drawing.Point(22, 89);
  161. this.txtRec.Name = "txtRec";
  162. this.txtRec.Size = new System.Drawing.Size(431, 20);
  163. this.txtRec.StyleController = this.layoutControl1;
  164. this.txtRec.TabIndex = 9;
  165. //
  166. // txtX2
  167. //
  168. this.txtX2.EditValue = "-38238754.6382";
  169. this.txtX2.Location = new System.Drawing.Point(22, 189);
  170. this.txtX2.Name = "txtX2";
  171. this.txtX2.Size = new System.Drawing.Size(141, 20);
  172. this.txtX2.StyleController = this.layoutControl1;
  173. this.txtX2.TabIndex = 9;
  174. //
  175. // txtY2
  176. //
  177. this.txtY2.EditValue = "17791981.2179";
  178. this.txtY2.Location = new System.Drawing.Point(167, 189);
  179. this.txtY2.Name = "txtY2";
  180. this.txtY2.Size = new System.Drawing.Size(141, 20);
  181. this.txtY2.StyleController = this.layoutControl1;
  182. this.txtY2.TabIndex = 9;
  183. //
  184. // txtZ2
  185. //
  186. this.txtZ2.EditValue = "-21447.071";
  187. this.txtZ2.Location = new System.Drawing.Point(312, 189);
  188. this.txtZ2.Name = "txtZ2";
  189. this.txtZ2.Size = new System.Drawing.Size(141, 20);
  190. this.txtZ2.StyleController = this.layoutControl1;
  191. this.txtZ2.TabIndex = 9;
  192. //
  193. // txtX3
  194. //
  195. this.txtX3.EditValue = "4658230.4522";
  196. this.txtX3.Location = new System.Drawing.Point(22, 239);
  197. this.txtX3.Name = "txtX3";
  198. this.txtX3.Size = new System.Drawing.Size(141, 20);
  199. this.txtX3.StyleController = this.layoutControl1;
  200. this.txtX3.TabIndex = 9;
  201. //
  202. // txtY3
  203. //
  204. this.txtY3.EditValue = "41911093.1893";
  205. this.txtY3.Location = new System.Drawing.Point(167, 239);
  206. this.txtY3.Name = "txtY3";
  207. this.txtY3.Size = new System.Drawing.Size(141, 20);
  208. this.txtY3.StyleController = this.layoutControl1;
  209. this.txtY3.TabIndex = 9;
  210. //
  211. // txtZ3
  212. //
  213. this.txtZ3.EditValue = "-32337.1851";
  214. this.txtZ3.Location = new System.Drawing.Point(312, 239);
  215. this.txtZ3.Name = "txtZ3";
  216. this.txtZ3.Size = new System.Drawing.Size(141, 20);
  217. this.txtZ3.StyleController = this.layoutControl1;
  218. this.txtZ3.TabIndex = 9;
  219. //
  220. // Root
  221. //
  222. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  223. this.Root.GroupBordersVisible = false;
  224. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  225. this.layoutControlItem5,
  226. this.emptySpaceItem2,
  227. this.layoutControlItem1,
  228. this.layoutControlItem6,
  229. this.layoutControlItem7,
  230. this.emptySpaceItem3,
  231. this.txtRes,
  232. this.layoutControlItem2,
  233. this.layoutControlItem3,
  234. this.layoutControlItem4,
  235. this.layoutControlItem8,
  236. this.layoutControlItem9,
  237. this.layoutControlItem10,
  238. this.layoutControlItem11,
  239. this.layoutControlItem12});
  240. this.Root.Name = "Root";
  241. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  242. this.Root.Size = new System.Drawing.Size(475, 378);
  243. this.Root.TextVisible = false;
  244. //
  245. // layoutControlItem5
  246. //
  247. this.layoutControlItem5.Control = this.btnOk;
  248. this.layoutControlItem5.Location = new System.Drawing.Point(315, 274);
  249. this.layoutControlItem5.MaxSize = new System.Drawing.Size(120, 30);
  250. this.layoutControlItem5.MinSize = new System.Drawing.Size(120, 30);
  251. this.layoutControlItem5.Name = "layoutControlItem5";
  252. this.layoutControlItem5.Size = new System.Drawing.Size(120, 30);
  253. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  254. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  255. this.layoutControlItem5.TextVisible = false;
  256. //
  257. // emptySpaceItem2
  258. //
  259. this.emptySpaceItem2.AllowHotTrack = false;
  260. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 250);
  261. this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 24);
  262. this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
  263. this.emptySpaceItem2.Name = "emptySpaceItem2";
  264. this.emptySpaceItem2.Size = new System.Drawing.Size(435, 24);
  265. this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  266. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  267. //
  268. // layoutControlItem1
  269. //
  270. this.layoutControlItem1.Control = this.txtX1;
  271. this.layoutControlItem1.Location = new System.Drawing.Point(0, 100);
  272. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 50);
  273. this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 50);
  274. this.layoutControlItem1.Name = "layoutControlItem1";
  275. this.layoutControlItem1.Size = new System.Drawing.Size(145, 50);
  276. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  277. this.layoutControlItem1.Text = "主星坐标X";
  278. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  279. this.layoutControlItem1.TextSize = new System.Drawing.Size(63, 14);
  280. //
  281. // layoutControlItem6
  282. //
  283. this.layoutControlItem6.Control = this.txtTar;
  284. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  285. this.layoutControlItem6.CustomizationFormText = "星历X";
  286. this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
  287. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 50);
  288. this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 50);
  289. this.layoutControlItem6.Name = "layoutControlItem6";
  290. this.layoutControlItem6.Size = new System.Drawing.Size(435, 50);
  291. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  292. this.layoutControlItem6.Text = "目标位置";
  293. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  294. this.layoutControlItem6.TextSize = new System.Drawing.Size(63, 14);
  295. //
  296. // layoutControlItem7
  297. //
  298. this.layoutControlItem7.Control = this.txtRec;
  299. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  300. this.layoutControlItem7.CustomizationFormText = "星历X";
  301. this.layoutControlItem7.Location = new System.Drawing.Point(0, 50);
  302. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 50);
  303. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 50);
  304. this.layoutControlItem7.Name = "layoutControlItem7";
  305. this.layoutControlItem7.Size = new System.Drawing.Size(435, 50);
  306. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  307. this.layoutControlItem7.Text = "接收站位置";
  308. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  309. this.layoutControlItem7.TextSize = new System.Drawing.Size(63, 14);
  310. //
  311. // emptySpaceItem3
  312. //
  313. this.emptySpaceItem3.AllowHotTrack = false;
  314. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 274);
  315. this.emptySpaceItem3.Name = "emptySpaceItem3";
  316. this.emptySpaceItem3.Size = new System.Drawing.Size(315, 30);
  317. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  318. //
  319. // txtRes
  320. //
  321. this.txtRes.AllowHotTrack = false;
  322. this.txtRes.Location = new System.Drawing.Point(0, 304);
  323. this.txtRes.MaxSize = new System.Drawing.Size(0, 26);
  324. this.txtRes.MinSize = new System.Drawing.Size(67, 26);
  325. this.txtRes.Name = "txtRes";
  326. this.txtRes.Size = new System.Drawing.Size(435, 34);
  327. this.txtRes.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  328. this.txtRes.Text = " ";
  329. this.txtRes.TextSize = new System.Drawing.Size(63, 14);
  330. //
  331. // layoutControlItem2
  332. //
  333. this.layoutControlItem2.Control = this.txtY1;
  334. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  335. this.layoutControlItem2.CustomizationFormText = "星历X";
  336. this.layoutControlItem2.Location = new System.Drawing.Point(145, 100);
  337. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 50);
  338. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 50);
  339. this.layoutControlItem2.Name = "layoutControlItem2";
  340. this.layoutControlItem2.Size = new System.Drawing.Size(145, 50);
  341. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  342. this.layoutControlItem2.Text = "主星坐标Y";
  343. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  344. this.layoutControlItem2.TextSize = new System.Drawing.Size(63, 14);
  345. //
  346. // layoutControlItem3
  347. //
  348. this.layoutControlItem3.Control = this.txtZ1;
  349. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  350. this.layoutControlItem3.CustomizationFormText = "星历X";
  351. this.layoutControlItem3.Location = new System.Drawing.Point(290, 100);
  352. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 50);
  353. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 50);
  354. this.layoutControlItem3.Name = "layoutControlItem3";
  355. this.layoutControlItem3.Size = new System.Drawing.Size(145, 50);
  356. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  357. this.layoutControlItem3.Text = "主星坐标Z";
  358. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  359. this.layoutControlItem3.TextSize = new System.Drawing.Size(63, 14);
  360. //
  361. // layoutControlItem4
  362. //
  363. this.layoutControlItem4.Control = this.txtX2;
  364. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  365. this.layoutControlItem4.CustomizationFormText = "卫星1坐标X";
  366. this.layoutControlItem4.Location = new System.Drawing.Point(0, 150);
  367. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 50);
  368. this.layoutControlItem4.MinSize = new System.Drawing.Size(54, 50);
  369. this.layoutControlItem4.Name = "layoutControlItem4";
  370. this.layoutControlItem4.Size = new System.Drawing.Size(145, 50);
  371. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  372. this.layoutControlItem4.Text = "邻1星坐标X";
  373. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  374. this.layoutControlItem4.TextSize = new System.Drawing.Size(63, 14);
  375. //
  376. // layoutControlItem8
  377. //
  378. this.layoutControlItem8.Control = this.txtY2;
  379. this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  380. this.layoutControlItem8.CustomizationFormText = "星历X";
  381. this.layoutControlItem8.Location = new System.Drawing.Point(145, 150);
  382. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 50);
  383. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 50);
  384. this.layoutControlItem8.Name = "layoutControlItem8";
  385. this.layoutControlItem8.Size = new System.Drawing.Size(145, 50);
  386. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  387. this.layoutControlItem8.Text = "邻1星坐标Y";
  388. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  389. this.layoutControlItem8.TextSize = new System.Drawing.Size(63, 14);
  390. //
  391. // layoutControlItem9
  392. //
  393. this.layoutControlItem9.Control = this.txtZ2;
  394. this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  395. this.layoutControlItem9.CustomizationFormText = "星历X";
  396. this.layoutControlItem9.Location = new System.Drawing.Point(290, 150);
  397. this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 50);
  398. this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 50);
  399. this.layoutControlItem9.Name = "layoutControlItem9";
  400. this.layoutControlItem9.Size = new System.Drawing.Size(145, 50);
  401. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  402. this.layoutControlItem9.Text = "邻1星坐标Z";
  403. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  404. this.layoutControlItem9.TextSize = new System.Drawing.Size(63, 14);
  405. //
  406. // layoutControlItem10
  407. //
  408. this.layoutControlItem10.Control = this.txtX3;
  409. this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  410. this.layoutControlItem10.CustomizationFormText = "卫星1坐标X";
  411. this.layoutControlItem10.Location = new System.Drawing.Point(0, 200);
  412. this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 50);
  413. this.layoutControlItem10.MinSize = new System.Drawing.Size(54, 50);
  414. this.layoutControlItem10.Name = "layoutControlItem10";
  415. this.layoutControlItem10.Size = new System.Drawing.Size(145, 50);
  416. this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  417. this.layoutControlItem10.Text = "邻2星坐标X";
  418. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  419. this.layoutControlItem10.TextSize = new System.Drawing.Size(63, 14);
  420. //
  421. // layoutControlItem11
  422. //
  423. this.layoutControlItem11.Control = this.txtY3;
  424. this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  425. this.layoutControlItem11.CustomizationFormText = "星历X";
  426. this.layoutControlItem11.Location = new System.Drawing.Point(145, 200);
  427. this.layoutControlItem11.MaxSize = new System.Drawing.Size(0, 50);
  428. this.layoutControlItem11.MinSize = new System.Drawing.Size(54, 50);
  429. this.layoutControlItem11.Name = "layoutControlItem11";
  430. this.layoutControlItem11.Size = new System.Drawing.Size(145, 50);
  431. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  432. this.layoutControlItem11.Text = "邻2星坐标Y";
  433. this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
  434. this.layoutControlItem11.TextSize = new System.Drawing.Size(63, 14);
  435. //
  436. // layoutControlItem12
  437. //
  438. this.layoutControlItem12.Control = this.txtZ3;
  439. this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  440. this.layoutControlItem12.CustomizationFormText = "星历X";
  441. this.layoutControlItem12.Location = new System.Drawing.Point(290, 200);
  442. this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 50);
  443. this.layoutControlItem12.MinSize = new System.Drawing.Size(54, 50);
  444. this.layoutControlItem12.Name = "layoutControlItem12";
  445. this.layoutControlItem12.Size = new System.Drawing.Size(145, 50);
  446. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  447. this.layoutControlItem12.Text = "邻2星坐标Z";
  448. this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
  449. this.layoutControlItem12.TextSize = new System.Drawing.Size(63, 14);
  450. //
  451. // TarDtoDfoCalc
  452. //
  453. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  454. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  455. this.ClientSize = new System.Drawing.Size(475, 378);
  456. this.Controls.Add(this.layoutControl1);
  457. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  458. this.Name = "TarDtoDfoCalc";
  459. this.Text = "时差预测";
  460. this.Load += new System.EventHandler(this.SatEditor_Load);
  461. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  462. this.layoutControl1.ResumeLayout(false);
  463. ((System.ComponentModel.ISupportInitialize)(this.txtX1.Properties)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.txtY1.Properties)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.txtZ1.Properties)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.txtTar.Properties)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.txtRec.Properties)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.txtX2.Properties)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.txtY2.Properties)).EndInit();
  470. ((System.ComponentModel.ISupportInitialize)(this.txtZ2.Properties)).EndInit();
  471. ((System.ComponentModel.ISupportInitialize)(this.txtX3.Properties)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.txtY3.Properties)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.txtZ3.Properties)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  476. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  477. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  478. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.txtRes)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  483. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  486. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  490. this.ResumeLayout(false);
  491. }
  492. #endregion
  493. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  494. private DevExpress.XtraLayout.LayoutControlGroup Root;
  495. private DevExpress.XtraEditors.SimpleButton btnOk;
  496. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  497. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  498. private DevExpress.XtraEditors.TextEdit txtX1;
  499. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  500. private DevExpress.XtraEditors.TextEdit txtY1;
  501. private DevExpress.XtraEditors.TextEdit txtZ1;
  502. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  503. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  504. private DevExpress.XtraEditors.TextEdit txtTar;
  505. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  506. private DevExpress.XtraEditors.TextEdit txtRec;
  507. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  508. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  509. private DevExpress.XtraLayout.SimpleLabelItem txtRes;
  510. private DevExpress.XtraEditors.TextEdit txtX2;
  511. private DevExpress.XtraEditors.TextEdit txtY2;
  512. private DevExpress.XtraEditors.TextEdit txtZ2;
  513. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  514. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  515. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  516. private DevExpress.XtraEditors.TextEdit txtX3;
  517. private DevExpress.XtraEditors.TextEdit txtY3;
  518. private DevExpress.XtraEditors.TextEdit txtZ3;
  519. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  520. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  521. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  522. }
  523. }