X3DfoPosParamEditor.Designer.cs 121 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class X3DfoPosParamEditor
  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.components = new System.ComponentModel.Container();
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  39. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  43. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  44. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  45. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
  46. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
  47. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
  48. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
  49. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  50. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject();
  51. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
  52. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
  53. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
  54. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions6 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  55. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject21 = new DevExpress.Utils.SerializableAppearanceObject();
  56. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject22 = new DevExpress.Utils.SerializableAppearanceObject();
  57. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject23 = new DevExpress.Utils.SerializableAppearanceObject();
  58. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject24 = new DevExpress.Utils.SerializableAppearanceObject();
  59. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions7 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  60. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject25 = new DevExpress.Utils.SerializableAppearanceObject();
  61. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject26 = new DevExpress.Utils.SerializableAppearanceObject();
  62. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject27 = new DevExpress.Utils.SerializableAppearanceObject();
  63. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject28 = new DevExpress.Utils.SerializableAppearanceObject();
  64. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions8 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  65. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject29 = new DevExpress.Utils.SerializableAppearanceObject();
  66. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject30 = new DevExpress.Utils.SerializableAppearanceObject();
  67. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject31 = new DevExpress.Utils.SerializableAppearanceObject();
  68. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject32 = new DevExpress.Utils.SerializableAppearanceObject();
  69. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions9 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  70. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject33 = new DevExpress.Utils.SerializableAppearanceObject();
  71. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject34 = new DevExpress.Utils.SerializableAppearanceObject();
  72. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject35 = new DevExpress.Utils.SerializableAppearanceObject();
  73. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject36 = new DevExpress.Utils.SerializableAppearanceObject();
  74. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions10 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  75. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject37 = new DevExpress.Utils.SerializableAppearanceObject();
  76. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject38 = new DevExpress.Utils.SerializableAppearanceObject();
  77. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject39 = new DevExpress.Utils.SerializableAppearanceObject();
  78. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject40 = new DevExpress.Utils.SerializableAppearanceObject();
  79. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions11 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  80. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject41 = new DevExpress.Utils.SerializableAppearanceObject();
  81. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject42 = new DevExpress.Utils.SerializableAppearanceObject();
  82. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject43 = new DevExpress.Utils.SerializableAppearanceObject();
  83. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject44 = new DevExpress.Utils.SerializableAppearanceObject();
  84. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions12 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  85. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject45 = new DevExpress.Utils.SerializableAppearanceObject();
  86. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject46 = new DevExpress.Utils.SerializableAppearanceObject();
  87. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject47 = new DevExpress.Utils.SerializableAppearanceObject();
  88. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject48 = new DevExpress.Utils.SerializableAppearanceObject();
  89. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions13 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  90. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject49 = new DevExpress.Utils.SerializableAppearanceObject();
  91. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject50 = new DevExpress.Utils.SerializableAppearanceObject();
  92. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject51 = new DevExpress.Utils.SerializableAppearanceObject();
  93. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject52 = new DevExpress.Utils.SerializableAppearanceObject();
  94. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions14 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  95. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject53 = new DevExpress.Utils.SerializableAppearanceObject();
  96. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject54 = new DevExpress.Utils.SerializableAppearanceObject();
  97. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject55 = new DevExpress.Utils.SerializableAppearanceObject();
  98. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject56 = new DevExpress.Utils.SerializableAppearanceObject();
  99. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions16 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  100. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject61 = new DevExpress.Utils.SerializableAppearanceObject();
  101. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject62 = new DevExpress.Utils.SerializableAppearanceObject();
  102. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject63 = new DevExpress.Utils.SerializableAppearanceObject();
  103. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject64 = new DevExpress.Utils.SerializableAppearanceObject();
  104. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions15 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  105. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject57 = new DevExpress.Utils.SerializableAppearanceObject();
  106. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject58 = new DevExpress.Utils.SerializableAppearanceObject();
  107. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject59 = new DevExpress.Utils.SerializableAppearanceObject();
  108. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject60 = new DevExpress.Utils.SerializableAppearanceObject();
  109. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions17 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  110. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject65 = new DevExpress.Utils.SerializableAppearanceObject();
  111. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject66 = new DevExpress.Utils.SerializableAppearanceObject();
  112. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject67 = new DevExpress.Utils.SerializableAppearanceObject();
  113. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject68 = new DevExpress.Utils.SerializableAppearanceObject();
  114. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions18 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  115. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject69 = new DevExpress.Utils.SerializableAppearanceObject();
  116. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject70 = new DevExpress.Utils.SerializableAppearanceObject();
  117. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject71 = new DevExpress.Utils.SerializableAppearanceObject();
  118. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject72 = new DevExpress.Utils.SerializableAppearanceObject();
  119. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions20 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  120. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject77 = new DevExpress.Utils.SerializableAppearanceObject();
  121. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject78 = new DevExpress.Utils.SerializableAppearanceObject();
  122. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject79 = new DevExpress.Utils.SerializableAppearanceObject();
  123. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject80 = new DevExpress.Utils.SerializableAppearanceObject();
  124. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions19 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  125. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject73 = new DevExpress.Utils.SerializableAppearanceObject();
  126. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject74 = new DevExpress.Utils.SerializableAppearanceObject();
  127. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject75 = new DevExpress.Utils.SerializableAppearanceObject();
  128. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject76 = new DevExpress.Utils.SerializableAppearanceObject();
  129. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions21 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  130. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject81 = new DevExpress.Utils.SerializableAppearanceObject();
  131. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject82 = new DevExpress.Utils.SerializableAppearanceObject();
  132. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject83 = new DevExpress.Utils.SerializableAppearanceObject();
  133. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject84 = new DevExpress.Utils.SerializableAppearanceObject();
  134. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions23 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  135. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject89 = new DevExpress.Utils.SerializableAppearanceObject();
  136. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject90 = new DevExpress.Utils.SerializableAppearanceObject();
  137. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject91 = new DevExpress.Utils.SerializableAppearanceObject();
  138. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject92 = new DevExpress.Utils.SerializableAppearanceObject();
  139. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions24 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  140. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject93 = new DevExpress.Utils.SerializableAppearanceObject();
  141. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject94 = new DevExpress.Utils.SerializableAppearanceObject();
  142. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject95 = new DevExpress.Utils.SerializableAppearanceObject();
  143. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject96 = new DevExpress.Utils.SerializableAppearanceObject();
  144. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions22 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  145. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject85 = new DevExpress.Utils.SerializableAppearanceObject();
  146. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject86 = new DevExpress.Utils.SerializableAppearanceObject();
  147. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject87 = new DevExpress.Utils.SerializableAppearanceObject();
  148. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject88 = new DevExpress.Utils.SerializableAppearanceObject();
  149. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions25 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  150. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject97 = new DevExpress.Utils.SerializableAppearanceObject();
  151. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject98 = new DevExpress.Utils.SerializableAppearanceObject();
  152. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject99 = new DevExpress.Utils.SerializableAppearanceObject();
  153. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject100 = new DevExpress.Utils.SerializableAppearanceObject();
  154. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions26 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  155. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject101 = new DevExpress.Utils.SerializableAppearanceObject();
  156. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject102 = new DevExpress.Utils.SerializableAppearanceObject();
  157. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject103 = new DevExpress.Utils.SerializableAppearanceObject();
  158. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject104 = new DevExpress.Utils.SerializableAppearanceObject();
  159. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions27 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  160. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject105 = new DevExpress.Utils.SerializableAppearanceObject();
  161. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject106 = new DevExpress.Utils.SerializableAppearanceObject();
  162. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject107 = new DevExpress.Utils.SerializableAppearanceObject();
  163. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject108 = new DevExpress.Utils.SerializableAppearanceObject();
  164. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  165. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  166. this.sigTime = new DevExpress.XtraEditors.DateEdit();
  167. this.txtDfoSx = new DevExpress.XtraEditors.ButtonEdit();
  168. this.txtDfoSx1 = new DevExpress.XtraEditors.ButtonEdit();
  169. this.txtYbMain = new DevExpress.XtraEditors.ButtonEdit();
  170. this.txtYbAdja = new DevExpress.XtraEditors.ButtonEdit();
  171. this.txtsatStation = new DevExpress.XtraEditors.TextEdit();
  172. this.txtRefLocation = new DevExpress.XtraEditors.TextEdit();
  173. this.txtMainX = new DevExpress.XtraEditors.ButtonEdit();
  174. this.txtMainY = new DevExpress.XtraEditors.ButtonEdit();
  175. this.txtMainZ = new DevExpress.XtraEditors.ButtonEdit();
  176. this.txtAdjaX = new DevExpress.XtraEditors.ButtonEdit();
  177. this.txtAdjaY = new DevExpress.XtraEditors.ButtonEdit();
  178. this.txtAdjaZ = new DevExpress.XtraEditors.ButtonEdit();
  179. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  180. this.txtAdjaY1 = new DevExpress.XtraEditors.ButtonEdit();
  181. this.txtAdjaX1 = new DevExpress.XtraEditors.ButtonEdit();
  182. this.txtAdjaZ1 = new DevExpress.XtraEditors.ButtonEdit();
  183. this.txtYbAdja1 = new DevExpress.XtraEditors.ButtonEdit();
  184. this.btnXl = new DevExpress.XtraEditors.SimpleButton();
  185. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  186. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  187. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  188. this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
  189. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  190. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  191. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  192. this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
  193. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  194. this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
  195. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  196. this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
  197. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  198. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  199. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  200. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  201. this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
  202. this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
  203. this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
  204. this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
  205. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  206. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  207. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  208. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  209. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  210. this.txtRefDFreq = new DevExpress.XtraEditors.ButtonEdit();
  211. this.txtTargetDFreq = new DevExpress.XtraEditors.ButtonEdit();
  212. this.txtTargetFreq = new DevExpress.XtraEditors.ButtonEdit();
  213. this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
  214. this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
  215. this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
  216. this.txtRefFreq = new DevExpress.XtraEditors.ButtonEdit();
  217. this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
  218. this.txtMainVY = new DevExpress.XtraEditors.ButtonEdit();
  219. this.txtMainVX = new DevExpress.XtraEditors.ButtonEdit();
  220. this.txtMainVZ = new DevExpress.XtraEditors.ButtonEdit();
  221. this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
  222. this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
  223. this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
  224. this.txtAdjaVX = new DevExpress.XtraEditors.ButtonEdit();
  225. this.txtAdjaVZ = new DevExpress.XtraEditors.ButtonEdit();
  226. this.txtAdjaVY = new DevExpress.XtraEditors.ButtonEdit();
  227. this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
  228. this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
  229. this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
  230. this.txtAdjaVY1 = new DevExpress.XtraEditors.ButtonEdit();
  231. this.txtAdjaVX1 = new DevExpress.XtraEditors.ButtonEdit();
  232. this.txtAdjaVZ1 = new DevExpress.XtraEditors.ButtonEdit();
  233. this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
  234. this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
  235. this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
  236. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  237. this.layoutControl1.SuspendLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties)).BeginInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties.CalendarTimeProperties)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx.Properties)).BeginInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx1.Properties)).BeginInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.txtYbMain.Properties)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.txtYbAdja.Properties)).BeginInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.txtsatStation.Properties)).BeginInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.txtRefLocation.Properties)).BeginInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.txtMainX.Properties)).BeginInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.txtMainY.Properties)).BeginInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ.Properties)).BeginInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaX.Properties)).BeginInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaY.Properties)).BeginInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaZ.Properties)).BeginInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaY1.Properties)).BeginInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaX1.Properties)).BeginInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaZ1.Properties)).BeginInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.txtYbAdja1.Properties)).BeginInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.txtRefDFreq.Properties)).BeginInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.txtTargetDFreq.Properties)).BeginInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.txtTargetFreq.Properties)).BeginInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.txtRefFreq.Properties)).BeginInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY.Properties)).BeginInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX.Properties)).BeginInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ.Properties)).BeginInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVX.Properties)).BeginInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVZ.Properties)).BeginInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVY.Properties)).BeginInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVY1.Properties)).BeginInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVX1.Properties)).BeginInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVZ1.Properties)).BeginInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
  307. this.SuspendLayout();
  308. //
  309. // layoutControl1
  310. //
  311. this.layoutControl1.Controls.Add(this.labelControl1);
  312. this.layoutControl1.Controls.Add(this.sigTime);
  313. this.layoutControl1.Controls.Add(this.txtDfoSx);
  314. this.layoutControl1.Controls.Add(this.txtDfoSx1);
  315. this.layoutControl1.Controls.Add(this.txtYbMain);
  316. this.layoutControl1.Controls.Add(this.txtYbAdja);
  317. this.layoutControl1.Controls.Add(this.txtsatStation);
  318. this.layoutControl1.Controls.Add(this.txtRefLocation);
  319. this.layoutControl1.Controls.Add(this.txtMainX);
  320. this.layoutControl1.Controls.Add(this.txtMainY);
  321. this.layoutControl1.Controls.Add(this.txtMainZ);
  322. this.layoutControl1.Controls.Add(this.txtAdjaX);
  323. this.layoutControl1.Controls.Add(this.txtAdjaY);
  324. this.layoutControl1.Controls.Add(this.txtAdjaZ);
  325. this.layoutControl1.Controls.Add(this.btnOK);
  326. this.layoutControl1.Controls.Add(this.txtAdjaY1);
  327. this.layoutControl1.Controls.Add(this.txtAdjaX1);
  328. this.layoutControl1.Controls.Add(this.txtAdjaZ1);
  329. this.layoutControl1.Controls.Add(this.txtYbAdja1);
  330. this.layoutControl1.Controls.Add(this.btnXl);
  331. this.layoutControl1.Controls.Add(this.txtTargetDFreq);
  332. this.layoutControl1.Controls.Add(this.txtRefDFreq);
  333. this.layoutControl1.Controls.Add(this.txtTargetFreq);
  334. this.layoutControl1.Controls.Add(this.txtRefFreq);
  335. this.layoutControl1.Controls.Add(this.txtMainVX);
  336. this.layoutControl1.Controls.Add(this.txtMainVY);
  337. this.layoutControl1.Controls.Add(this.txtMainVZ);
  338. this.layoutControl1.Controls.Add(this.txtAdjaVY);
  339. this.layoutControl1.Controls.Add(this.txtAdjaVX);
  340. this.layoutControl1.Controls.Add(this.txtAdjaVZ);
  341. this.layoutControl1.Controls.Add(this.txtAdjaVY1);
  342. this.layoutControl1.Controls.Add(this.txtAdjaVX1);
  343. this.layoutControl1.Controls.Add(this.txtAdjaVZ1);
  344. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  346. this.layoutControl1.Name = "layoutControl1";
  347. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  348. this.layoutControl1.Root = this.Root;
  349. this.layoutControl1.Size = new System.Drawing.Size(642, 620);
  350. this.layoutControl1.TabIndex = 0;
  351. this.layoutControl1.Text = "layoutControl1";
  352. //
  353. // labelControl1
  354. //
  355. this.labelControl1.Location = new System.Drawing.Point(22, 560);
  356. this.labelControl1.Name = "labelControl1";
  357. this.labelControl1.Size = new System.Drawing.Size(70, 14);
  358. this.labelControl1.StyleController = this.layoutControl1;
  359. this.labelControl1.TabIndex = 13;
  360. this.labelControl1.Text = "labelControl1";
  361. //
  362. // sigTime
  363. //
  364. this.sigTime.EditValue = null;
  365. this.sigTime.Location = new System.Drawing.Point(22, 146);
  366. this.sigTime.Name = "sigTime";
  367. this.sigTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  368. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  369. this.sigTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  370. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  371. this.sigTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  372. this.sigTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  373. this.sigTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  374. this.sigTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  375. this.sigTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  376. this.sigTime.Size = new System.Drawing.Size(222, 20);
  377. this.sigTime.StyleController = this.layoutControl1;
  378. this.sigTime.TabIndex = 9;
  379. //
  380. // txtDfoSx
  381. //
  382. this.txtDfoSx.Location = new System.Drawing.Point(248, 146);
  383. this.txtDfoSx.Name = "txtDfoSx";
  384. this.txtDfoSx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  385. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  386. this.txtDfoSx.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  387. this.txtDfoSx.Properties.MaskSettings.Set("mask", "f3");
  388. this.txtDfoSx.Properties.MaxLength = 10;
  389. this.txtDfoSx.Properties.NullValuePrompt = "必需";
  390. this.txtDfoSx.Size = new System.Drawing.Size(174, 23);
  391. this.txtDfoSx.StyleController = this.layoutControl1;
  392. this.txtDfoSx.TabIndex = 6;
  393. //
  394. // txtDfoSx1
  395. //
  396. this.txtDfoSx1.Location = new System.Drawing.Point(426, 146);
  397. this.txtDfoSx1.Name = "txtDfoSx1";
  398. this.txtDfoSx1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  399. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  400. this.txtDfoSx1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  401. this.txtDfoSx1.Properties.MaskSettings.Set("mask", "f3");
  402. this.txtDfoSx1.Properties.MaxLength = 10;
  403. this.txtDfoSx1.Properties.NullValuePrompt = "必需";
  404. this.txtDfoSx1.Size = new System.Drawing.Size(194, 23);
  405. this.txtDfoSx1.StyleController = this.layoutControl1;
  406. this.txtDfoSx1.TabIndex = 6;
  407. //
  408. // txtYbMain
  409. //
  410. this.txtYbMain.Location = new System.Drawing.Point(22, 197);
  411. this.txtYbMain.Name = "txtYbMain";
  412. this.txtYbMain.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  413. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  414. this.txtYbMain.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  415. this.txtYbMain.Properties.MaskSettings.Set("mask", "f3");
  416. this.txtYbMain.Properties.MaxLength = 10;
  417. this.txtYbMain.Size = new System.Drawing.Size(222, 23);
  418. this.txtYbMain.StyleController = this.layoutControl1;
  419. this.txtYbMain.TabIndex = 6;
  420. //
  421. // txtYbAdja
  422. //
  423. this.txtYbAdja.Location = new System.Drawing.Point(248, 197);
  424. this.txtYbAdja.Name = "txtYbAdja";
  425. this.txtYbAdja.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  426. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  427. this.txtYbAdja.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  428. this.txtYbAdja.Properties.MaskSettings.Set("mask", "f3");
  429. this.txtYbAdja.Properties.MaxLength = 10;
  430. this.txtYbAdja.Size = new System.Drawing.Size(174, 23);
  431. this.txtYbAdja.StyleController = this.layoutControl1;
  432. this.txtYbAdja.TabIndex = 6;
  433. //
  434. // txtsatStation
  435. //
  436. this.txtsatStation.EditValue = "";
  437. this.txtsatStation.Location = new System.Drawing.Point(22, 45);
  438. this.txtsatStation.Name = "txtsatStation";
  439. this.txtsatStation.Properties.AutoHeight = false;
  440. this.txtsatStation.Properties.MaxLength = 20;
  441. this.txtsatStation.Size = new System.Drawing.Size(222, 20);
  442. this.txtsatStation.StyleController = this.layoutControl1;
  443. this.txtsatStation.TabIndex = 10;
  444. this.txtsatStation.ToolTip = "经度纬度之间用英文逗号隔开";
  445. //
  446. // txtRefLocation
  447. //
  448. this.txtRefLocation.EditValue = "";
  449. this.txtRefLocation.Location = new System.Drawing.Point(248, 45);
  450. this.txtRefLocation.Name = "txtRefLocation";
  451. this.txtRefLocation.Properties.AutoHeight = false;
  452. this.txtRefLocation.Properties.MaxLength = 20;
  453. this.txtRefLocation.Size = new System.Drawing.Size(174, 20);
  454. this.txtRefLocation.StyleController = this.layoutControl1;
  455. this.txtRefLocation.TabIndex = 10;
  456. this.txtRefLocation.ToolTip = "经度纬度之间用英文逗号隔开";
  457. //
  458. // txtMainX
  459. //
  460. this.txtMainX.Location = new System.Drawing.Point(22, 248);
  461. this.txtMainX.Name = "txtMainX";
  462. this.txtMainX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  463. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  464. this.txtMainX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  465. this.txtMainX.Properties.MaskSettings.Set("mask", "f3");
  466. this.txtMainX.Properties.MaxLength = 10;
  467. this.txtMainX.Properties.NullValuePrompt = "必需";
  468. this.txtMainX.Size = new System.Drawing.Size(222, 20);
  469. this.txtMainX.StyleController = this.layoutControl1;
  470. this.txtMainX.TabIndex = 6;
  471. //
  472. // txtMainY
  473. //
  474. this.txtMainY.Location = new System.Drawing.Point(248, 248);
  475. this.txtMainY.Name = "txtMainY";
  476. this.txtMainY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  477. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions6, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject21, serializableAppearanceObject22, serializableAppearanceObject23, serializableAppearanceObject24, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  478. this.txtMainY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  479. this.txtMainY.Properties.MaskSettings.Set("mask", "f3");
  480. this.txtMainY.Properties.MaxLength = 10;
  481. this.txtMainY.Properties.NullValuePrompt = "必需";
  482. this.txtMainY.Size = new System.Drawing.Size(177, 20);
  483. this.txtMainY.StyleController = this.layoutControl1;
  484. this.txtMainY.TabIndex = 6;
  485. //
  486. // txtMainZ
  487. //
  488. this.txtMainZ.Location = new System.Drawing.Point(429, 248);
  489. this.txtMainZ.Name = "txtMainZ";
  490. this.txtMainZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  491. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions7, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject25, serializableAppearanceObject26, serializableAppearanceObject27, serializableAppearanceObject28, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  492. this.txtMainZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  493. this.txtMainZ.Properties.MaskSettings.Set("mask", "f3");
  494. this.txtMainZ.Properties.MaxLength = 10;
  495. this.txtMainZ.Properties.NullValuePrompt = "必需";
  496. this.txtMainZ.Size = new System.Drawing.Size(191, 20);
  497. this.txtMainZ.StyleController = this.layoutControl1;
  498. this.txtMainZ.TabIndex = 6;
  499. //
  500. // txtAdjaX
  501. //
  502. this.txtAdjaX.Location = new System.Drawing.Point(22, 350);
  503. this.txtAdjaX.Name = "txtAdjaX";
  504. this.txtAdjaX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  505. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions8, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject29, serializableAppearanceObject30, serializableAppearanceObject31, serializableAppearanceObject32, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  506. this.txtAdjaX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  507. this.txtAdjaX.Properties.MaskSettings.Set("mask", "f3");
  508. this.txtAdjaX.Properties.MaxLength = 10;
  509. this.txtAdjaX.Properties.NullValuePrompt = "必需";
  510. this.txtAdjaX.Size = new System.Drawing.Size(222, 20);
  511. this.txtAdjaX.StyleController = this.layoutControl1;
  512. this.txtAdjaX.TabIndex = 6;
  513. //
  514. // txtAdjaY
  515. //
  516. this.txtAdjaY.Location = new System.Drawing.Point(248, 350);
  517. this.txtAdjaY.Name = "txtAdjaY";
  518. this.txtAdjaY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  519. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions9, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject33, serializableAppearanceObject34, serializableAppearanceObject35, serializableAppearanceObject36, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  520. this.txtAdjaY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  521. this.txtAdjaY.Properties.MaskSettings.Set("mask", "f3");
  522. this.txtAdjaY.Properties.MaxLength = 10;
  523. this.txtAdjaY.Properties.NullValuePrompt = "必需";
  524. this.txtAdjaY.Size = new System.Drawing.Size(177, 20);
  525. this.txtAdjaY.StyleController = this.layoutControl1;
  526. this.txtAdjaY.TabIndex = 6;
  527. //
  528. // txtAdjaZ
  529. //
  530. this.txtAdjaZ.Location = new System.Drawing.Point(429, 350);
  531. this.txtAdjaZ.Name = "txtAdjaZ";
  532. this.txtAdjaZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  533. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions10, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject37, serializableAppearanceObject38, serializableAppearanceObject39, serializableAppearanceObject40, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  534. this.txtAdjaZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  535. this.txtAdjaZ.Properties.MaskSettings.Set("mask", "f3");
  536. this.txtAdjaZ.Properties.MaxLength = 10;
  537. this.txtAdjaZ.Properties.NullValuePrompt = "必需";
  538. this.txtAdjaZ.Size = new System.Drawing.Size(191, 20);
  539. this.txtAdjaZ.StyleController = this.layoutControl1;
  540. this.txtAdjaZ.TabIndex = 6;
  541. //
  542. // btnOK
  543. //
  544. this.btnOK.Location = new System.Drawing.Point(426, 534);
  545. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  546. this.btnOK.Name = "btnOK";
  547. this.btnOK.Size = new System.Drawing.Size(194, 22);
  548. this.btnOK.StyleController = this.layoutControl1;
  549. this.btnOK.TabIndex = 12;
  550. this.btnOK.Text = "确定";
  551. this.btnOK.Click += new System.EventHandler(this.btnOk_Click);
  552. //
  553. // txtAdjaY1
  554. //
  555. this.txtAdjaY1.Location = new System.Drawing.Point(248, 452);
  556. this.txtAdjaY1.Name = "txtAdjaY1";
  557. this.txtAdjaY1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  558. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions11, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject41, serializableAppearanceObject42, serializableAppearanceObject43, serializableAppearanceObject44, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  559. this.txtAdjaY1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  560. this.txtAdjaY1.Properties.MaskSettings.Set("mask", "f3");
  561. this.txtAdjaY1.Properties.MaxLength = 10;
  562. this.txtAdjaY1.Properties.NullValuePrompt = "必需";
  563. this.txtAdjaY1.Size = new System.Drawing.Size(174, 20);
  564. this.txtAdjaY1.StyleController = this.layoutControl1;
  565. this.txtAdjaY1.TabIndex = 6;
  566. //
  567. // txtAdjaX1
  568. //
  569. this.txtAdjaX1.Location = new System.Drawing.Point(22, 452);
  570. this.txtAdjaX1.Name = "txtAdjaX1";
  571. this.txtAdjaX1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  572. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions12, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject45, serializableAppearanceObject46, serializableAppearanceObject47, serializableAppearanceObject48, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  573. this.txtAdjaX1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  574. this.txtAdjaX1.Properties.MaskSettings.Set("mask", "f3");
  575. this.txtAdjaX1.Properties.MaxLength = 10;
  576. this.txtAdjaX1.Properties.NullValuePrompt = "必需";
  577. this.txtAdjaX1.Size = new System.Drawing.Size(222, 20);
  578. this.txtAdjaX1.StyleController = this.layoutControl1;
  579. this.txtAdjaX1.TabIndex = 6;
  580. //
  581. // txtAdjaZ1
  582. //
  583. this.txtAdjaZ1.Location = new System.Drawing.Point(426, 452);
  584. this.txtAdjaZ1.Name = "txtAdjaZ1";
  585. this.txtAdjaZ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  586. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions13, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject49, serializableAppearanceObject50, serializableAppearanceObject51, serializableAppearanceObject52, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  587. this.txtAdjaZ1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  588. this.txtAdjaZ1.Properties.MaskSettings.Set("mask", "f3");
  589. this.txtAdjaZ1.Properties.MaxLength = 10;
  590. this.txtAdjaZ1.Properties.NullValuePrompt = "必需";
  591. this.txtAdjaZ1.Size = new System.Drawing.Size(194, 20);
  592. this.txtAdjaZ1.StyleController = this.layoutControl1;
  593. this.txtAdjaZ1.TabIndex = 6;
  594. //
  595. // txtYbAdja1
  596. //
  597. this.txtYbAdja1.Location = new System.Drawing.Point(426, 197);
  598. this.txtYbAdja1.Name = "txtYbAdja1";
  599. this.txtYbAdja1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  600. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions14, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject53, serializableAppearanceObject54, serializableAppearanceObject55, serializableAppearanceObject56, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  601. this.txtYbAdja1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  602. this.txtYbAdja1.Properties.MaskSettings.Set("mask", "f3");
  603. this.txtYbAdja1.Properties.MaxLength = 10;
  604. this.txtYbAdja1.Size = new System.Drawing.Size(194, 23);
  605. this.txtYbAdja1.StyleController = this.layoutControl1;
  606. this.txtYbAdja1.TabIndex = 6;
  607. //
  608. // btnXl
  609. //
  610. this.btnXl.Location = new System.Drawing.Point(248, 534);
  611. this.btnXl.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  612. this.btnXl.Name = "btnXl";
  613. this.btnXl.Size = new System.Drawing.Size(174, 22);
  614. this.btnXl.StyleController = this.layoutControl1;
  615. this.btnXl.TabIndex = 12;
  616. this.btnXl.Text = "星历推算";
  617. this.btnXl.Click += new System.EventHandler(this.btnXl_Click);
  618. //
  619. // Root
  620. //
  621. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  622. this.Root.GroupBordersVisible = false;
  623. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  624. this.emptySpaceItem3,
  625. this.layoutControlItem2,
  626. this.layoutControlItem14,
  627. this.layoutControlItem10,
  628. this.layoutControlItem3,
  629. this.layoutControlItem11,
  630. this.layoutControlItem15,
  631. this.layoutControlItem13,
  632. this.layoutControlItem16,
  633. this.layoutControlItem7,
  634. this.layoutControlItem17,
  635. this.layoutControlItem4,
  636. this.layoutControlItem5,
  637. this.layoutControlItem9,
  638. this.layoutControlItem12,
  639. this.layoutControlItem18,
  640. this.layoutControlItem19,
  641. this.emptySpaceItem4,
  642. this.layoutControlItem20,
  643. this.emptySpaceItem1,
  644. this.layoutControlItem1,
  645. this.layoutControlItem6,
  646. this.layoutControlItem8,
  647. this.layoutControlItem23,
  648. this.layoutControlItem21,
  649. this.layoutControlItem22,
  650. this.layoutControlItem24,
  651. this.layoutControlItem25,
  652. this.layoutControlItem26,
  653. this.layoutControlItem27,
  654. this.layoutControlItem29,
  655. this.layoutControlItem28,
  656. this.layoutControlItem30,
  657. this.layoutControlItem32,
  658. this.layoutControlItem31,
  659. this.layoutControlItem33});
  660. this.Root.Name = "Root";
  661. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  662. this.Root.Size = new System.Drawing.Size(642, 620);
  663. this.Root.TextVisible = false;
  664. //
  665. // emptySpaceItem3
  666. //
  667. this.emptySpaceItem3.AllowHotTrack = false;
  668. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 505);
  669. this.emptySpaceItem3.Name = "emptySpaceItem3";
  670. this.emptySpaceItem3.Size = new System.Drawing.Size(226, 33);
  671. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  672. //
  673. // layoutControlItem2
  674. //
  675. this.layoutControlItem2.Control = this.txtDfoSx;
  676. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  677. this.layoutControlItem2.CustomizationFormText = "轨道经度";
  678. this.layoutControlItem2.Location = new System.Drawing.Point(226, 97);
  679. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 51);
  680. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 51);
  681. this.layoutControlItem2.Name = "layoutControlItem2";
  682. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  683. this.layoutControlItem2.Size = new System.Drawing.Size(178, 51);
  684. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  685. this.layoutControlItem2.Text = "主邻1频差";
  686. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  687. this.layoutControlItem2.TextSize = new System.Drawing.Size(79, 14);
  688. //
  689. // layoutControlItem14
  690. //
  691. this.layoutControlItem14.Control = this.txtsatStation;
  692. this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  693. this.layoutControlItem14.CustomizationFormText = "参考站经纬度";
  694. this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
  695. this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 46);
  696. this.layoutControlItem14.MinSize = new System.Drawing.Size(77, 46);
  697. this.layoutControlItem14.Name = "layoutControlItem14";
  698. this.layoutControlItem14.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 8, 1);
  699. this.layoutControlItem14.Size = new System.Drawing.Size(226, 46);
  700. this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  701. this.layoutControlItem14.Text = "接收站经纬度";
  702. this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
  703. this.layoutControlItem14.TextSize = new System.Drawing.Size(79, 14);
  704. //
  705. // layoutControlItem10
  706. //
  707. this.layoutControlItem10.Control = this.txtRefLocation;
  708. this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  709. this.layoutControlItem10.CustomizationFormText = "参考站经纬度";
  710. this.layoutControlItem10.Location = new System.Drawing.Point(226, 0);
  711. this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 46);
  712. this.layoutControlItem10.MinSize = new System.Drawing.Size(77, 46);
  713. this.layoutControlItem10.Name = "layoutControlItem10";
  714. this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 8, 1);
  715. this.layoutControlItem10.Size = new System.Drawing.Size(178, 46);
  716. this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  717. this.layoutControlItem10.Text = "参考站经纬度";
  718. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  719. this.layoutControlItem10.TextSize = new System.Drawing.Size(79, 14);
  720. //
  721. // layoutControlItem3
  722. //
  723. this.layoutControlItem3.Control = this.txtMainX;
  724. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  725. this.layoutControlItem3.CustomizationFormText = "轨道经度";
  726. this.layoutControlItem3.Location = new System.Drawing.Point(0, 199);
  727. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 51);
  728. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 51);
  729. this.layoutControlItem3.Name = "layoutControlItem3";
  730. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  731. this.layoutControlItem3.Size = new System.Drawing.Size(226, 51);
  732. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  733. this.layoutControlItem3.Text = "主星星历X";
  734. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  735. this.layoutControlItem3.TextSize = new System.Drawing.Size(79, 14);
  736. //
  737. // layoutControlItem11
  738. //
  739. this.layoutControlItem11.Control = this.txtMainY;
  740. this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  741. this.layoutControlItem11.CustomizationFormText = "轨道经度";
  742. this.layoutControlItem11.Location = new System.Drawing.Point(226, 199);
  743. this.layoutControlItem11.MaxSize = new System.Drawing.Size(0, 51);
  744. this.layoutControlItem11.MinSize = new System.Drawing.Size(54, 51);
  745. this.layoutControlItem11.Name = "layoutControlItem11";
  746. this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  747. this.layoutControlItem11.Size = new System.Drawing.Size(181, 51);
  748. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  749. this.layoutControlItem11.Text = "主星星历Y";
  750. this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
  751. this.layoutControlItem11.TextSize = new System.Drawing.Size(79, 14);
  752. //
  753. // layoutControlItem15
  754. //
  755. this.layoutControlItem15.Control = this.txtAdjaY;
  756. this.layoutControlItem15.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  757. this.layoutControlItem15.CustomizationFormText = "轨道经度";
  758. this.layoutControlItem15.Location = new System.Drawing.Point(226, 301);
  759. this.layoutControlItem15.MaxSize = new System.Drawing.Size(0, 51);
  760. this.layoutControlItem15.MinSize = new System.Drawing.Size(54, 51);
  761. this.layoutControlItem15.Name = "layoutControlItem15";
  762. this.layoutControlItem15.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  763. this.layoutControlItem15.Size = new System.Drawing.Size(181, 51);
  764. this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  765. this.layoutControlItem15.Text = "邻星1星历Y";
  766. this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Top;
  767. this.layoutControlItem15.TextSize = new System.Drawing.Size(79, 14);
  768. //
  769. // layoutControlItem13
  770. //
  771. this.layoutControlItem13.Control = this.txtAdjaX;
  772. this.layoutControlItem13.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  773. this.layoutControlItem13.CustomizationFormText = "轨道经度";
  774. this.layoutControlItem13.Location = new System.Drawing.Point(0, 301);
  775. this.layoutControlItem13.MaxSize = new System.Drawing.Size(0, 51);
  776. this.layoutControlItem13.MinSize = new System.Drawing.Size(54, 51);
  777. this.layoutControlItem13.Name = "layoutControlItem13";
  778. this.layoutControlItem13.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  779. this.layoutControlItem13.Size = new System.Drawing.Size(226, 51);
  780. this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  781. this.layoutControlItem13.Text = "邻星1星历X";
  782. this.layoutControlItem13.TextLocation = DevExpress.Utils.Locations.Top;
  783. this.layoutControlItem13.TextSize = new System.Drawing.Size(79, 14);
  784. //
  785. // layoutControlItem16
  786. //
  787. this.layoutControlItem16.Control = this.txtAdjaZ;
  788. this.layoutControlItem16.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  789. this.layoutControlItem16.CustomizationFormText = "轨道经度";
  790. this.layoutControlItem16.Location = new System.Drawing.Point(407, 301);
  791. this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 51);
  792. this.layoutControlItem16.MinSize = new System.Drawing.Size(54, 51);
  793. this.layoutControlItem16.Name = "layoutControlItem16";
  794. this.layoutControlItem16.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  795. this.layoutControlItem16.Size = new System.Drawing.Size(195, 51);
  796. this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  797. this.layoutControlItem16.Text = "邻星1星历Z";
  798. this.layoutControlItem16.TextLocation = DevExpress.Utils.Locations.Top;
  799. this.layoutControlItem16.TextSize = new System.Drawing.Size(79, 14);
  800. //
  801. // layoutControlItem7
  802. //
  803. this.layoutControlItem7.Control = this.txtYbMain;
  804. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  805. this.layoutControlItem7.CustomizationFormText = "轨道经度";
  806. this.layoutControlItem7.Location = new System.Drawing.Point(0, 148);
  807. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 51);
  808. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 51);
  809. this.layoutControlItem7.Name = "layoutControlItem7";
  810. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  811. this.layoutControlItem7.Size = new System.Drawing.Size(226, 51);
  812. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  813. this.layoutControlItem7.Text = "样本主星频差";
  814. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  815. this.layoutControlItem7.TextSize = new System.Drawing.Size(79, 14);
  816. //
  817. // layoutControlItem17
  818. //
  819. this.layoutControlItem17.Control = this.btnOK;
  820. this.layoutControlItem17.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  821. this.layoutControlItem17.CustomizationFormText = "layoutControlItem1";
  822. this.layoutControlItem17.Location = new System.Drawing.Point(404, 505);
  823. this.layoutControlItem17.Name = "layoutControlItem17";
  824. this.layoutControlItem17.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  825. this.layoutControlItem17.Size = new System.Drawing.Size(198, 33);
  826. this.layoutControlItem17.Text = "layoutControlItem1";
  827. this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
  828. this.layoutControlItem17.TextVisible = false;
  829. //
  830. // layoutControlItem4
  831. //
  832. this.layoutControlItem4.Control = this.txtAdjaY1;
  833. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  834. this.layoutControlItem4.CustomizationFormText = "轨道经度";
  835. this.layoutControlItem4.Location = new System.Drawing.Point(226, 403);
  836. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 51);
  837. this.layoutControlItem4.MinSize = new System.Drawing.Size(54, 51);
  838. this.layoutControlItem4.Name = "layoutControlItem4";
  839. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  840. this.layoutControlItem4.Size = new System.Drawing.Size(178, 51);
  841. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  842. this.layoutControlItem4.Text = "邻星2星历Y";
  843. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  844. this.layoutControlItem4.TextSize = new System.Drawing.Size(79, 14);
  845. //
  846. // layoutControlItem5
  847. //
  848. this.layoutControlItem5.Control = this.txtAdjaX1;
  849. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  850. this.layoutControlItem5.CustomizationFormText = "轨道经度";
  851. this.layoutControlItem5.Location = new System.Drawing.Point(0, 403);
  852. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 51);
  853. this.layoutControlItem5.MinSize = new System.Drawing.Size(54, 51);
  854. this.layoutControlItem5.Name = "layoutControlItem5";
  855. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  856. this.layoutControlItem5.Size = new System.Drawing.Size(226, 51);
  857. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  858. this.layoutControlItem5.Text = "邻星2星历X";
  859. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  860. this.layoutControlItem5.TextSize = new System.Drawing.Size(79, 14);
  861. //
  862. // layoutControlItem9
  863. //
  864. this.layoutControlItem9.Control = this.txtAdjaZ1;
  865. this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  866. this.layoutControlItem9.CustomizationFormText = "轨道经度";
  867. this.layoutControlItem9.Location = new System.Drawing.Point(404, 403);
  868. this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 51);
  869. this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 51);
  870. this.layoutControlItem9.Name = "layoutControlItem9";
  871. this.layoutControlItem9.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  872. this.layoutControlItem9.Size = new System.Drawing.Size(198, 51);
  873. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  874. this.layoutControlItem9.Text = "邻星2星历Z";
  875. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  876. this.layoutControlItem9.TextSize = new System.Drawing.Size(79, 14);
  877. //
  878. // layoutControlItem12
  879. //
  880. this.layoutControlItem12.Control = this.txtMainZ;
  881. this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  882. this.layoutControlItem12.CustomizationFormText = "轨道经度";
  883. this.layoutControlItem12.Location = new System.Drawing.Point(407, 199);
  884. this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 51);
  885. this.layoutControlItem12.MinSize = new System.Drawing.Size(54, 51);
  886. this.layoutControlItem12.Name = "layoutControlItem12";
  887. this.layoutControlItem12.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  888. this.layoutControlItem12.Size = new System.Drawing.Size(195, 51);
  889. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  890. this.layoutControlItem12.Text = "主星星历Z";
  891. this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
  892. this.layoutControlItem12.TextSize = new System.Drawing.Size(79, 14);
  893. //
  894. // layoutControlItem18
  895. //
  896. this.layoutControlItem18.Control = this.txtYbAdja1;
  897. this.layoutControlItem18.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  898. this.layoutControlItem18.CustomizationFormText = "轨道经度";
  899. this.layoutControlItem18.Location = new System.Drawing.Point(404, 148);
  900. this.layoutControlItem18.MaxSize = new System.Drawing.Size(0, 51);
  901. this.layoutControlItem18.MinSize = new System.Drawing.Size(54, 51);
  902. this.layoutControlItem18.Name = "layoutControlItem18";
  903. this.layoutControlItem18.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  904. this.layoutControlItem18.Size = new System.Drawing.Size(198, 51);
  905. this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  906. this.layoutControlItem18.Text = "样本邻星2频差";
  907. this.layoutControlItem18.TextLocation = DevExpress.Utils.Locations.Top;
  908. this.layoutControlItem18.TextSize = new System.Drawing.Size(79, 14);
  909. //
  910. // layoutControlItem19
  911. //
  912. this.layoutControlItem19.Control = this.btnXl;
  913. this.layoutControlItem19.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  914. this.layoutControlItem19.CustomizationFormText = "layoutControlItem1";
  915. this.layoutControlItem19.Location = new System.Drawing.Point(226, 505);
  916. this.layoutControlItem19.Name = "layoutControlItem19";
  917. this.layoutControlItem19.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  918. this.layoutControlItem19.Size = new System.Drawing.Size(178, 33);
  919. this.layoutControlItem19.Text = "layoutControlItem1";
  920. this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
  921. this.layoutControlItem19.TextVisible = false;
  922. //
  923. // emptySpaceItem4
  924. //
  925. this.emptySpaceItem4.AllowHotTrack = false;
  926. this.emptySpaceItem4.Location = new System.Drawing.Point(74, 538);
  927. this.emptySpaceItem4.Name = "emptySpaceItem4";
  928. this.emptySpaceItem4.Size = new System.Drawing.Size(528, 18);
  929. this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
  930. //
  931. // layoutControlItem20
  932. //
  933. this.layoutControlItem20.Control = this.labelControl1;
  934. this.layoutControlItem20.Location = new System.Drawing.Point(0, 538);
  935. this.layoutControlItem20.Name = "layoutControlItem20";
  936. this.layoutControlItem20.Size = new System.Drawing.Size(74, 18);
  937. this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
  938. this.layoutControlItem20.TextVisible = false;
  939. //
  940. // emptySpaceItem1
  941. //
  942. this.emptySpaceItem1.AllowHotTrack = false;
  943. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 556);
  944. this.emptySpaceItem1.Name = "emptySpaceItem1";
  945. this.emptySpaceItem1.Size = new System.Drawing.Size(602, 24);
  946. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  947. //
  948. // layoutControlItem1
  949. //
  950. this.layoutControlItem1.Control = this.sigTime;
  951. this.layoutControlItem1.Location = new System.Drawing.Point(0, 97);
  952. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 54);
  953. this.layoutControlItem1.MinSize = new System.Drawing.Size(83, 51);
  954. this.layoutControlItem1.Name = "layoutControlItem1";
  955. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  956. this.layoutControlItem1.Size = new System.Drawing.Size(226, 51);
  957. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  958. this.layoutControlItem1.Text = "信号时间";
  959. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  960. this.layoutControlItem1.TextSize = new System.Drawing.Size(79, 14);
  961. //
  962. // layoutControlItem6
  963. //
  964. this.layoutControlItem6.Control = this.txtDfoSx1;
  965. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  966. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  967. this.layoutControlItem6.Location = new System.Drawing.Point(404, 97);
  968. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 51);
  969. this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 51);
  970. this.layoutControlItem6.Name = "layoutControlItem6";
  971. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  972. this.layoutControlItem6.Size = new System.Drawing.Size(198, 51);
  973. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  974. this.layoutControlItem6.Text = "主邻2频差";
  975. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  976. this.layoutControlItem6.TextSize = new System.Drawing.Size(79, 14);
  977. //
  978. // layoutControlItem8
  979. //
  980. this.layoutControlItem8.Control = this.txtYbAdja;
  981. this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  982. this.layoutControlItem8.CustomizationFormText = "轨道经度";
  983. this.layoutControlItem8.Location = new System.Drawing.Point(226, 148);
  984. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 51);
  985. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 51);
  986. this.layoutControlItem8.Name = "layoutControlItem8";
  987. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  988. this.layoutControlItem8.Size = new System.Drawing.Size(178, 51);
  989. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  990. this.layoutControlItem8.Text = "样本邻星1频差";
  991. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  992. this.layoutControlItem8.TextSize = new System.Drawing.Size(79, 14);
  993. //
  994. // dxErrorProvider
  995. //
  996. this.dxErrorProvider.ContainerControl = this;
  997. //
  998. // txtRefDFreq
  999. //
  1000. this.txtRefDFreq.Location = new System.Drawing.Point(426, 95);
  1001. this.txtRefDFreq.Name = "txtRefDFreq";
  1002. this.txtRefDFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1003. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions16, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject61, serializableAppearanceObject62, serializableAppearanceObject63, serializableAppearanceObject64, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1004. this.txtRefDFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1005. this.txtRefDFreq.Properties.MaskSettings.Set("mask", "f3");
  1006. this.txtRefDFreq.Properties.MaxLength = 10;
  1007. this.txtRefDFreq.Size = new System.Drawing.Size(194, 23);
  1008. this.txtRefDFreq.StyleController = this.layoutControl1;
  1009. this.txtRefDFreq.TabIndex = 6;
  1010. //
  1011. // txtTargetDFreq
  1012. //
  1013. this.txtTargetDFreq.Location = new System.Drawing.Point(248, 95);
  1014. this.txtTargetDFreq.Name = "txtTargetDFreq";
  1015. this.txtTargetDFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1016. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions15, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject57, serializableAppearanceObject58, serializableAppearanceObject59, serializableAppearanceObject60, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1017. this.txtTargetDFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1018. this.txtTargetDFreq.Properties.MaskSettings.Set("mask", "f3");
  1019. this.txtTargetDFreq.Properties.MaxLength = 10;
  1020. this.txtTargetDFreq.Size = new System.Drawing.Size(174, 23);
  1021. this.txtTargetDFreq.StyleController = this.layoutControl1;
  1022. this.txtTargetDFreq.TabIndex = 6;
  1023. //
  1024. // txtTargetFreq
  1025. //
  1026. this.txtTargetFreq.Location = new System.Drawing.Point(22, 95);
  1027. this.txtTargetFreq.Name = "txtTargetFreq";
  1028. this.txtTargetFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1029. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions17, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject65, serializableAppearanceObject66, serializableAppearanceObject67, serializableAppearanceObject68, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1030. this.txtTargetFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1031. this.txtTargetFreq.Properties.MaskSettings.Set("mask", "f3");
  1032. this.txtTargetFreq.Properties.MaxLength = 10;
  1033. this.txtTargetFreq.Size = new System.Drawing.Size(222, 23);
  1034. this.txtTargetFreq.StyleController = this.layoutControl1;
  1035. this.txtTargetFreq.TabIndex = 6;
  1036. //
  1037. // layoutControlItem21
  1038. //
  1039. this.layoutControlItem21.Control = this.txtTargetDFreq;
  1040. this.layoutControlItem21.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1041. this.layoutControlItem21.CustomizationFormText = "轨道经度";
  1042. this.layoutControlItem21.Location = new System.Drawing.Point(226, 46);
  1043. this.layoutControlItem21.MaxSize = new System.Drawing.Size(0, 51);
  1044. this.layoutControlItem21.MinSize = new System.Drawing.Size(54, 51);
  1045. this.layoutControlItem21.Name = "layoutControlItem21";
  1046. this.layoutControlItem21.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1047. this.layoutControlItem21.Size = new System.Drawing.Size(178, 51);
  1048. this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1049. this.layoutControlItem21.Text = "目标下行频点";
  1050. this.layoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top;
  1051. this.layoutControlItem21.TextSize = new System.Drawing.Size(79, 14);
  1052. //
  1053. // layoutControlItem22
  1054. //
  1055. this.layoutControlItem22.Control = this.txtRefDFreq;
  1056. this.layoutControlItem22.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1057. this.layoutControlItem22.CustomizationFormText = "轨道经度";
  1058. this.layoutControlItem22.Location = new System.Drawing.Point(404, 46);
  1059. this.layoutControlItem22.MaxSize = new System.Drawing.Size(0, 51);
  1060. this.layoutControlItem22.MinSize = new System.Drawing.Size(54, 51);
  1061. this.layoutControlItem22.Name = "layoutControlItem22";
  1062. this.layoutControlItem22.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1063. this.layoutControlItem22.Size = new System.Drawing.Size(198, 51);
  1064. this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1065. this.layoutControlItem22.Text = "参考下行频点";
  1066. this.layoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top;
  1067. this.layoutControlItem22.TextSize = new System.Drawing.Size(79, 14);
  1068. //
  1069. // layoutControlItem23
  1070. //
  1071. this.layoutControlItem23.Control = this.txtTargetFreq;
  1072. this.layoutControlItem23.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1073. this.layoutControlItem23.CustomizationFormText = "轨道经度";
  1074. this.layoutControlItem23.Location = new System.Drawing.Point(0, 46);
  1075. this.layoutControlItem23.MaxSize = new System.Drawing.Size(0, 51);
  1076. this.layoutControlItem23.MinSize = new System.Drawing.Size(54, 51);
  1077. this.layoutControlItem23.Name = "layoutControlItem23";
  1078. this.layoutControlItem23.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1079. this.layoutControlItem23.Size = new System.Drawing.Size(226, 51);
  1080. this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1081. this.layoutControlItem23.Text = "目标上行频点";
  1082. this.layoutControlItem23.TextLocation = DevExpress.Utils.Locations.Top;
  1083. this.layoutControlItem23.TextSize = new System.Drawing.Size(79, 14);
  1084. //
  1085. // txtRefFreq
  1086. //
  1087. this.txtRefFreq.Location = new System.Drawing.Point(426, 45);
  1088. this.txtRefFreq.MaximumSize = new System.Drawing.Size(0, 20);
  1089. this.txtRefFreq.Name = "txtRefFreq";
  1090. this.txtRefFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1091. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions18, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject69, serializableAppearanceObject70, serializableAppearanceObject71, serializableAppearanceObject72, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1092. this.txtRefFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1093. this.txtRefFreq.Properties.MaskSettings.Set("mask", "f3");
  1094. this.txtRefFreq.Properties.MaxLength = 10;
  1095. this.txtRefFreq.Size = new System.Drawing.Size(194, 20);
  1096. this.txtRefFreq.StyleController = this.layoutControl1;
  1097. this.txtRefFreq.TabIndex = 6;
  1098. //
  1099. // layoutControlItem24
  1100. //
  1101. this.layoutControlItem24.Control = this.txtRefFreq;
  1102. this.layoutControlItem24.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1103. this.layoutControlItem24.CustomizationFormText = "轨道经度";
  1104. this.layoutControlItem24.Location = new System.Drawing.Point(404, 0);
  1105. this.layoutControlItem24.MaxSize = new System.Drawing.Size(0, 46);
  1106. this.layoutControlItem24.MinSize = new System.Drawing.Size(54, 46);
  1107. this.layoutControlItem24.Name = "layoutControlItem24";
  1108. this.layoutControlItem24.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 8, 1);
  1109. this.layoutControlItem24.Size = new System.Drawing.Size(198, 46);
  1110. this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1111. this.layoutControlItem24.Text = "参考上行频点";
  1112. this.layoutControlItem24.TextLocation = DevExpress.Utils.Locations.Top;
  1113. this.layoutControlItem24.TextSize = new System.Drawing.Size(79, 14);
  1114. //
  1115. // txtMainVY
  1116. //
  1117. this.txtMainVY.Location = new System.Drawing.Point(248, 299);
  1118. this.txtMainVY.Name = "txtMainVY";
  1119. this.txtMainVY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1120. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions20, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject77, serializableAppearanceObject78, serializableAppearanceObject79, serializableAppearanceObject80, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1121. this.txtMainVY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1122. this.txtMainVY.Properties.MaskSettings.Set("mask", "f3");
  1123. this.txtMainVY.Properties.MaxLength = 10;
  1124. this.txtMainVY.Properties.NullValuePrompt = "必需";
  1125. this.txtMainVY.Size = new System.Drawing.Size(174, 20);
  1126. this.txtMainVY.StyleController = this.layoutControl1;
  1127. this.txtMainVY.TabIndex = 6;
  1128. //
  1129. // txtMainVX
  1130. //
  1131. this.txtMainVX.Location = new System.Drawing.Point(22, 299);
  1132. this.txtMainVX.Name = "txtMainVX";
  1133. this.txtMainVX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1134. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions19, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject73, serializableAppearanceObject74, serializableAppearanceObject75, serializableAppearanceObject76, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1135. this.txtMainVX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1136. this.txtMainVX.Properties.MaskSettings.Set("mask", "f3");
  1137. this.txtMainVX.Properties.MaxLength = 10;
  1138. this.txtMainVX.Properties.NullValuePrompt = "必需";
  1139. this.txtMainVX.Size = new System.Drawing.Size(222, 20);
  1140. this.txtMainVX.StyleController = this.layoutControl1;
  1141. this.txtMainVX.TabIndex = 6;
  1142. //
  1143. // txtMainVZ
  1144. //
  1145. this.txtMainVZ.Location = new System.Drawing.Point(426, 299);
  1146. this.txtMainVZ.Name = "txtMainVZ";
  1147. this.txtMainVZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1148. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions21, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject81, serializableAppearanceObject82, serializableAppearanceObject83, serializableAppearanceObject84, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1149. this.txtMainVZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1150. this.txtMainVZ.Properties.MaskSettings.Set("mask", "f3");
  1151. this.txtMainVZ.Properties.MaxLength = 10;
  1152. this.txtMainVZ.Properties.NullValuePrompt = "必需";
  1153. this.txtMainVZ.Size = new System.Drawing.Size(194, 20);
  1154. this.txtMainVZ.StyleController = this.layoutControl1;
  1155. this.txtMainVZ.TabIndex = 6;
  1156. //
  1157. // layoutControlItem25
  1158. //
  1159. this.layoutControlItem25.Control = this.txtMainVX;
  1160. this.layoutControlItem25.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1161. this.layoutControlItem25.CustomizationFormText = "轨道经度";
  1162. this.layoutControlItem25.Location = new System.Drawing.Point(0, 250);
  1163. this.layoutControlItem25.MaxSize = new System.Drawing.Size(0, 51);
  1164. this.layoutControlItem25.MinSize = new System.Drawing.Size(54, 51);
  1165. this.layoutControlItem25.Name = "layoutControlItem25";
  1166. this.layoutControlItem25.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1167. this.layoutControlItem25.Size = new System.Drawing.Size(226, 51);
  1168. this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1169. this.layoutControlItem25.Text = "主星星历VX";
  1170. this.layoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top;
  1171. this.layoutControlItem25.TextSize = new System.Drawing.Size(79, 14);
  1172. //
  1173. // layoutControlItem26
  1174. //
  1175. this.layoutControlItem26.Control = this.txtMainVY;
  1176. this.layoutControlItem26.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1177. this.layoutControlItem26.CustomizationFormText = "轨道经度";
  1178. this.layoutControlItem26.Location = new System.Drawing.Point(226, 250);
  1179. this.layoutControlItem26.MaxSize = new System.Drawing.Size(0, 51);
  1180. this.layoutControlItem26.MinSize = new System.Drawing.Size(54, 51);
  1181. this.layoutControlItem26.Name = "layoutControlItem26";
  1182. this.layoutControlItem26.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1183. this.layoutControlItem26.Size = new System.Drawing.Size(178, 51);
  1184. this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1185. this.layoutControlItem26.Text = "主星星历VY";
  1186. this.layoutControlItem26.TextLocation = DevExpress.Utils.Locations.Top;
  1187. this.layoutControlItem26.TextSize = new System.Drawing.Size(79, 14);
  1188. //
  1189. // layoutControlItem27
  1190. //
  1191. this.layoutControlItem27.Control = this.txtMainVZ;
  1192. this.layoutControlItem27.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1193. this.layoutControlItem27.CustomizationFormText = "轨道经度";
  1194. this.layoutControlItem27.Location = new System.Drawing.Point(404, 250);
  1195. this.layoutControlItem27.MaxSize = new System.Drawing.Size(0, 51);
  1196. this.layoutControlItem27.MinSize = new System.Drawing.Size(54, 51);
  1197. this.layoutControlItem27.Name = "layoutControlItem27";
  1198. this.layoutControlItem27.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1199. this.layoutControlItem27.Size = new System.Drawing.Size(198, 51);
  1200. this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1201. this.layoutControlItem27.Text = "主星星历VZ";
  1202. this.layoutControlItem27.TextLocation = DevExpress.Utils.Locations.Top;
  1203. this.layoutControlItem27.TextSize = new System.Drawing.Size(79, 14);
  1204. //
  1205. // txtAdjaVX
  1206. //
  1207. this.txtAdjaVX.Location = new System.Drawing.Point(22, 401);
  1208. this.txtAdjaVX.Name = "txtAdjaVX";
  1209. this.txtAdjaVX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1210. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions23, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject89, serializableAppearanceObject90, serializableAppearanceObject91, serializableAppearanceObject92, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1211. this.txtAdjaVX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1212. this.txtAdjaVX.Properties.MaskSettings.Set("mask", "f3");
  1213. this.txtAdjaVX.Properties.MaxLength = 10;
  1214. this.txtAdjaVX.Properties.NullValuePrompt = "必需";
  1215. this.txtAdjaVX.Size = new System.Drawing.Size(222, 20);
  1216. this.txtAdjaVX.StyleController = this.layoutControl1;
  1217. this.txtAdjaVX.TabIndex = 6;
  1218. //
  1219. // txtAdjaVZ
  1220. //
  1221. this.txtAdjaVZ.Location = new System.Drawing.Point(426, 401);
  1222. this.txtAdjaVZ.Name = "txtAdjaVZ";
  1223. this.txtAdjaVZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1224. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions24, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject93, serializableAppearanceObject94, serializableAppearanceObject95, serializableAppearanceObject96, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1225. this.txtAdjaVZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1226. this.txtAdjaVZ.Properties.MaskSettings.Set("mask", "f3");
  1227. this.txtAdjaVZ.Properties.MaxLength = 10;
  1228. this.txtAdjaVZ.Properties.NullValuePrompt = "必需";
  1229. this.txtAdjaVZ.Size = new System.Drawing.Size(194, 20);
  1230. this.txtAdjaVZ.StyleController = this.layoutControl1;
  1231. this.txtAdjaVZ.TabIndex = 6;
  1232. //
  1233. // txtAdjaVY
  1234. //
  1235. this.txtAdjaVY.Location = new System.Drawing.Point(248, 401);
  1236. this.txtAdjaVY.Name = "txtAdjaVY";
  1237. this.txtAdjaVY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1238. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions22, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject85, serializableAppearanceObject86, serializableAppearanceObject87, serializableAppearanceObject88, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1239. this.txtAdjaVY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1240. this.txtAdjaVY.Properties.MaskSettings.Set("mask", "f3");
  1241. this.txtAdjaVY.Properties.MaxLength = 10;
  1242. this.txtAdjaVY.Properties.NullValuePrompt = "必需";
  1243. this.txtAdjaVY.Size = new System.Drawing.Size(174, 20);
  1244. this.txtAdjaVY.StyleController = this.layoutControl1;
  1245. this.txtAdjaVY.TabIndex = 6;
  1246. //
  1247. // layoutControlItem28
  1248. //
  1249. this.layoutControlItem28.Control = this.txtAdjaVY;
  1250. this.layoutControlItem28.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1251. this.layoutControlItem28.CustomizationFormText = "轨道经度";
  1252. this.layoutControlItem28.Location = new System.Drawing.Point(226, 352);
  1253. this.layoutControlItem28.MaxSize = new System.Drawing.Size(0, 51);
  1254. this.layoutControlItem28.MinSize = new System.Drawing.Size(54, 51);
  1255. this.layoutControlItem28.Name = "layoutControlItem28";
  1256. this.layoutControlItem28.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1257. this.layoutControlItem28.Size = new System.Drawing.Size(178, 51);
  1258. this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1259. this.layoutControlItem28.Text = "邻星1星历VY";
  1260. this.layoutControlItem28.TextLocation = DevExpress.Utils.Locations.Top;
  1261. this.layoutControlItem28.TextSize = new System.Drawing.Size(79, 14);
  1262. //
  1263. // layoutControlItem29
  1264. //
  1265. this.layoutControlItem29.Control = this.txtAdjaVX;
  1266. this.layoutControlItem29.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1267. this.layoutControlItem29.CustomizationFormText = "轨道经度";
  1268. this.layoutControlItem29.Location = new System.Drawing.Point(0, 352);
  1269. this.layoutControlItem29.MaxSize = new System.Drawing.Size(0, 51);
  1270. this.layoutControlItem29.MinSize = new System.Drawing.Size(54, 51);
  1271. this.layoutControlItem29.Name = "layoutControlItem29";
  1272. this.layoutControlItem29.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1273. this.layoutControlItem29.Size = new System.Drawing.Size(226, 51);
  1274. this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1275. this.layoutControlItem29.Text = "邻星1星历VX";
  1276. this.layoutControlItem29.TextLocation = DevExpress.Utils.Locations.Top;
  1277. this.layoutControlItem29.TextSize = new System.Drawing.Size(79, 14);
  1278. //
  1279. // layoutControlItem30
  1280. //
  1281. this.layoutControlItem30.Control = this.txtAdjaVZ;
  1282. this.layoutControlItem30.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1283. this.layoutControlItem30.CustomizationFormText = "轨道经度";
  1284. this.layoutControlItem30.Location = new System.Drawing.Point(404, 352);
  1285. this.layoutControlItem30.MaxSize = new System.Drawing.Size(0, 51);
  1286. this.layoutControlItem30.MinSize = new System.Drawing.Size(54, 51);
  1287. this.layoutControlItem30.Name = "layoutControlItem30";
  1288. this.layoutControlItem30.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1289. this.layoutControlItem30.Size = new System.Drawing.Size(198, 51);
  1290. this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1291. this.layoutControlItem30.Text = "邻星1星历VZ";
  1292. this.layoutControlItem30.TextLocation = DevExpress.Utils.Locations.Top;
  1293. this.layoutControlItem30.TextSize = new System.Drawing.Size(79, 14);
  1294. //
  1295. // txtAdjaVY1
  1296. //
  1297. this.txtAdjaVY1.Location = new System.Drawing.Point(248, 503);
  1298. this.txtAdjaVY1.Name = "txtAdjaVY1";
  1299. this.txtAdjaVY1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1300. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions25, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject97, serializableAppearanceObject98, serializableAppearanceObject99, serializableAppearanceObject100, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1301. this.txtAdjaVY1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1302. this.txtAdjaVY1.Properties.MaskSettings.Set("mask", "f3");
  1303. this.txtAdjaVY1.Properties.MaxLength = 10;
  1304. this.txtAdjaVY1.Properties.NullValuePrompt = "必需";
  1305. this.txtAdjaVY1.Size = new System.Drawing.Size(174, 20);
  1306. this.txtAdjaVY1.StyleController = this.layoutControl1;
  1307. this.txtAdjaVY1.TabIndex = 6;
  1308. //
  1309. // txtAdjaVX1
  1310. //
  1311. this.txtAdjaVX1.Location = new System.Drawing.Point(22, 503);
  1312. this.txtAdjaVX1.Name = "txtAdjaVX1";
  1313. this.txtAdjaVX1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1314. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions26, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject101, serializableAppearanceObject102, serializableAppearanceObject103, serializableAppearanceObject104, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1315. this.txtAdjaVX1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1316. this.txtAdjaVX1.Properties.MaskSettings.Set("mask", "f3");
  1317. this.txtAdjaVX1.Properties.MaxLength = 10;
  1318. this.txtAdjaVX1.Properties.NullValuePrompt = "必需";
  1319. this.txtAdjaVX1.Size = new System.Drawing.Size(222, 20);
  1320. this.txtAdjaVX1.StyleController = this.layoutControl1;
  1321. this.txtAdjaVX1.TabIndex = 6;
  1322. //
  1323. // txtAdjaVZ1
  1324. //
  1325. this.txtAdjaVZ1.Location = new System.Drawing.Point(426, 503);
  1326. this.txtAdjaVZ1.Name = "txtAdjaVZ1";
  1327. this.txtAdjaVZ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  1328. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions27, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject105, serializableAppearanceObject106, serializableAppearanceObject107, serializableAppearanceObject108, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  1329. this.txtAdjaVZ1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  1330. this.txtAdjaVZ1.Properties.MaskSettings.Set("mask", "f3");
  1331. this.txtAdjaVZ1.Properties.MaxLength = 10;
  1332. this.txtAdjaVZ1.Properties.NullValuePrompt = "必需";
  1333. this.txtAdjaVZ1.Size = new System.Drawing.Size(194, 20);
  1334. this.txtAdjaVZ1.StyleController = this.layoutControl1;
  1335. this.txtAdjaVZ1.TabIndex = 6;
  1336. //
  1337. // layoutControlItem31
  1338. //
  1339. this.layoutControlItem31.Control = this.txtAdjaVY1;
  1340. this.layoutControlItem31.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1341. this.layoutControlItem31.CustomizationFormText = "轨道经度";
  1342. this.layoutControlItem31.Location = new System.Drawing.Point(226, 454);
  1343. this.layoutControlItem31.MaxSize = new System.Drawing.Size(0, 51);
  1344. this.layoutControlItem31.MinSize = new System.Drawing.Size(54, 51);
  1345. this.layoutControlItem31.Name = "layoutControlItem31";
  1346. this.layoutControlItem31.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1347. this.layoutControlItem31.Size = new System.Drawing.Size(178, 51);
  1348. this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1349. this.layoutControlItem31.Text = "邻星2星历VY";
  1350. this.layoutControlItem31.TextLocation = DevExpress.Utils.Locations.Top;
  1351. this.layoutControlItem31.TextSize = new System.Drawing.Size(79, 14);
  1352. //
  1353. // layoutControlItem32
  1354. //
  1355. this.layoutControlItem32.Control = this.txtAdjaVX1;
  1356. this.layoutControlItem32.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1357. this.layoutControlItem32.CustomizationFormText = "轨道经度";
  1358. this.layoutControlItem32.Location = new System.Drawing.Point(0, 454);
  1359. this.layoutControlItem32.MaxSize = new System.Drawing.Size(0, 51);
  1360. this.layoutControlItem32.MinSize = new System.Drawing.Size(54, 51);
  1361. this.layoutControlItem32.Name = "layoutControlItem32";
  1362. this.layoutControlItem32.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1363. this.layoutControlItem32.Size = new System.Drawing.Size(226, 51);
  1364. this.layoutControlItem32.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1365. this.layoutControlItem32.Text = "邻星2星历VX";
  1366. this.layoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top;
  1367. this.layoutControlItem32.TextSize = new System.Drawing.Size(79, 14);
  1368. //
  1369. // layoutControlItem33
  1370. //
  1371. this.layoutControlItem33.Control = this.txtAdjaVZ1;
  1372. this.layoutControlItem33.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1373. this.layoutControlItem33.CustomizationFormText = "轨道经度";
  1374. this.layoutControlItem33.Location = new System.Drawing.Point(404, 454);
  1375. this.layoutControlItem33.MaxSize = new System.Drawing.Size(0, 51);
  1376. this.layoutControlItem33.MinSize = new System.Drawing.Size(54, 51);
  1377. this.layoutControlItem33.Name = "layoutControlItem33";
  1378. this.layoutControlItem33.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1379. this.layoutControlItem33.Size = new System.Drawing.Size(198, 51);
  1380. this.layoutControlItem33.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1381. this.layoutControlItem33.Text = "邻星2星历VZ";
  1382. this.layoutControlItem33.TextLocation = DevExpress.Utils.Locations.Top;
  1383. this.layoutControlItem33.TextSize = new System.Drawing.Size(79, 14);
  1384. //
  1385. // X3DfoPosParamEditor
  1386. //
  1387. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  1388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1389. this.Controls.Add(this.layoutControl1);
  1390. this.Name = "X3DfoPosParamEditor";
  1391. this.Size = new System.Drawing.Size(642, 620);
  1392. this.Load += new System.EventHandler(this.X3DTOParamEditor_Load);
  1393. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  1394. this.layoutControl1.ResumeLayout(false);
  1395. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties.CalendarTimeProperties)).EndInit();
  1396. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties)).EndInit();
  1397. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx.Properties)).EndInit();
  1398. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx1.Properties)).EndInit();
  1399. ((System.ComponentModel.ISupportInitialize)(this.txtYbMain.Properties)).EndInit();
  1400. ((System.ComponentModel.ISupportInitialize)(this.txtYbAdja.Properties)).EndInit();
  1401. ((System.ComponentModel.ISupportInitialize)(this.txtsatStation.Properties)).EndInit();
  1402. ((System.ComponentModel.ISupportInitialize)(this.txtRefLocation.Properties)).EndInit();
  1403. ((System.ComponentModel.ISupportInitialize)(this.txtMainX.Properties)).EndInit();
  1404. ((System.ComponentModel.ISupportInitialize)(this.txtMainY.Properties)).EndInit();
  1405. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ.Properties)).EndInit();
  1406. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaX.Properties)).EndInit();
  1407. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaY.Properties)).EndInit();
  1408. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaZ.Properties)).EndInit();
  1409. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaY1.Properties)).EndInit();
  1410. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaX1.Properties)).EndInit();
  1411. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaZ1.Properties)).EndInit();
  1412. ((System.ComponentModel.ISupportInitialize)(this.txtYbAdja1.Properties)).EndInit();
  1413. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  1414. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  1415. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  1416. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
  1417. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  1418. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  1419. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  1420. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
  1421. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  1422. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
  1423. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  1424. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
  1425. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  1426. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  1427. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  1428. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  1429. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
  1430. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
  1431. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
  1432. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
  1433. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  1434. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  1435. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  1436. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  1437. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  1438. ((System.ComponentModel.ISupportInitialize)(this.txtRefDFreq.Properties)).EndInit();
  1439. ((System.ComponentModel.ISupportInitialize)(this.txtTargetDFreq.Properties)).EndInit();
  1440. ((System.ComponentModel.ISupportInitialize)(this.txtTargetFreq.Properties)).EndInit();
  1441. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
  1442. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
  1443. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
  1444. ((System.ComponentModel.ISupportInitialize)(this.txtRefFreq.Properties)).EndInit();
  1445. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY.Properties)).EndInit();
  1447. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX.Properties)).EndInit();
  1448. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ.Properties)).EndInit();
  1449. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
  1450. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
  1451. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
  1452. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVX.Properties)).EndInit();
  1453. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVZ.Properties)).EndInit();
  1454. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVY.Properties)).EndInit();
  1455. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
  1456. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
  1457. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
  1458. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVY1.Properties)).EndInit();
  1459. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVX1.Properties)).EndInit();
  1460. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaVZ1.Properties)).EndInit();
  1461. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
  1462. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
  1463. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
  1464. this.ResumeLayout(false);
  1465. }
  1466. #endregion
  1467. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  1468. private DevExpress.XtraLayout.LayoutControlGroup Root;
  1469. private DevExpress.XtraEditors.DateEdit sigTime;
  1470. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  1471. private DevExpress.XtraEditors.ButtonEdit txtDfoSx;
  1472. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  1473. private DevExpress.XtraEditors.ButtonEdit txtDfoSx1;
  1474. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  1475. private DevExpress.XtraEditors.ButtonEdit txtYbMain;
  1476. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  1477. private DevExpress.XtraEditors.ButtonEdit txtYbAdja;
  1478. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  1479. private DevExpress.XtraEditors.TextEdit txtsatStation;
  1480. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
  1481. private DevExpress.XtraEditors.TextEdit txtRefLocation;
  1482. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  1483. private DevExpress.XtraEditors.ButtonEdit txtMainX;
  1484. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  1485. private DevExpress.XtraEditors.ButtonEdit txtMainY;
  1486. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  1487. private DevExpress.XtraEditors.ButtonEdit txtMainZ;
  1488. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  1489. private DevExpress.XtraEditors.ButtonEdit txtAdjaX;
  1490. private DevExpress.XtraEditors.ButtonEdit txtAdjaY;
  1491. private DevExpress.XtraEditors.ButtonEdit txtAdjaZ;
  1492. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
  1493. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  1494. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
  1495. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  1496. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  1497. private DevExpress.XtraEditors.SimpleButton btnOK;
  1498. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
  1499. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
  1500. private DevExpress.XtraEditors.ButtonEdit txtAdjaY1;
  1501. private DevExpress.XtraEditors.ButtonEdit txtAdjaX1;
  1502. private DevExpress.XtraEditors.ButtonEdit txtAdjaZ1;
  1503. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  1504. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  1505. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  1506. private DevExpress.XtraEditors.ButtonEdit txtYbAdja1;
  1507. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
  1508. private DevExpress.XtraEditors.SimpleButton btnXl;
  1509. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
  1510. private DevExpress.XtraEditors.LabelControl labelControl1;
  1511. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
  1512. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  1513. private DevExpress.XtraEditors.ButtonEdit txtTargetDFreq;
  1514. private DevExpress.XtraEditors.ButtonEdit txtRefDFreq;
  1515. private DevExpress.XtraEditors.ButtonEdit txtTargetFreq;
  1516. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
  1517. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
  1518. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
  1519. private DevExpress.XtraEditors.ButtonEdit txtRefFreq;
  1520. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
  1521. private DevExpress.XtraEditors.ButtonEdit txtMainVX;
  1522. private DevExpress.XtraEditors.ButtonEdit txtMainVY;
  1523. private DevExpress.XtraEditors.ButtonEdit txtMainVZ;
  1524. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
  1525. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
  1526. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
  1527. private DevExpress.XtraEditors.ButtonEdit txtAdjaVY;
  1528. private DevExpress.XtraEditors.ButtonEdit txtAdjaVX;
  1529. private DevExpress.XtraEditors.ButtonEdit txtAdjaVZ;
  1530. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
  1531. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem28;
  1532. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
  1533. private DevExpress.XtraEditors.ButtonEdit txtAdjaVY1;
  1534. private DevExpress.XtraEditors.ButtonEdit txtAdjaVX1;
  1535. private DevExpress.XtraEditors.ButtonEdit txtAdjaVZ1;
  1536. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem32;
  1537. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem31;
  1538. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem33;
  1539. }
  1540. }