SinglePosParamEditor.Designer.cs 94 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. namespace XzXdDw.App.EditForms
  2. {
  3. partial class SinglePosParamEditor
  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 editorButtonImageOptions15 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  100. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject57 = new DevExpress.Utils.SerializableAppearanceObject();
  101. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject58 = new DevExpress.Utils.SerializableAppearanceObject();
  102. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject59 = new DevExpress.Utils.SerializableAppearanceObject();
  103. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject60 = new DevExpress.Utils.SerializableAppearanceObject();
  104. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions16 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  105. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject61 = new DevExpress.Utils.SerializableAppearanceObject();
  106. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject62 = new DevExpress.Utils.SerializableAppearanceObject();
  107. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject63 = new DevExpress.Utils.SerializableAppearanceObject();
  108. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject64 = 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 editorButtonImageOptions19 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  120. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject73 = new DevExpress.Utils.SerializableAppearanceObject();
  121. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject74 = new DevExpress.Utils.SerializableAppearanceObject();
  122. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject75 = new DevExpress.Utils.SerializableAppearanceObject();
  123. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject76 = new DevExpress.Utils.SerializableAppearanceObject();
  124. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions20 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  125. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject77 = new DevExpress.Utils.SerializableAppearanceObject();
  126. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject78 = new DevExpress.Utils.SerializableAppearanceObject();
  127. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject79 = new DevExpress.Utils.SerializableAppearanceObject();
  128. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject80 = 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. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  135. this.listBox = new DevExpress.XtraEditors.ListBoxControl();
  136. this.sigTime = new DevExpress.XtraEditors.DateEdit();
  137. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  138. this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
  139. this.txtDfoSx1 = new DevExpress.XtraEditors.ButtonEdit();
  140. this.txtDfoSx2 = new DevExpress.XtraEditors.ButtonEdit();
  141. this.txtMainX = new DevExpress.XtraEditors.ButtonEdit();
  142. this.txtMainY = new DevExpress.XtraEditors.ButtonEdit();
  143. this.txtMainZ = new DevExpress.XtraEditors.ButtonEdit();
  144. this.txtMainVX = new DevExpress.XtraEditors.ButtonEdit();
  145. this.txtMainVY = new DevExpress.XtraEditors.ButtonEdit();
  146. this.txtMainVZ = new DevExpress.XtraEditors.ButtonEdit();
  147. this.txtMainX1 = new DevExpress.XtraEditors.ButtonEdit();
  148. this.txtMainY1 = new DevExpress.XtraEditors.ButtonEdit();
  149. this.txtMainZ1 = new DevExpress.XtraEditors.ButtonEdit();
  150. this.txtMainVX1 = new DevExpress.XtraEditors.ButtonEdit();
  151. this.txtMainVY1 = new DevExpress.XtraEditors.ButtonEdit();
  152. this.txtMainVZ1 = new DevExpress.XtraEditors.ButtonEdit();
  153. this.txtMainX11 = new DevExpress.XtraEditors.ButtonEdit();
  154. this.txtMainY11 = new DevExpress.XtraEditors.ButtonEdit();
  155. this.txtMainZ11 = new DevExpress.XtraEditors.ButtonEdit();
  156. this.txtMainVX11 = new DevExpress.XtraEditors.ButtonEdit();
  157. this.txtMainVY11 = new DevExpress.XtraEditors.ButtonEdit();
  158. this.txtMainVZ11 = new DevExpress.XtraEditors.ButtonEdit();
  159. this.txtUpFreq = new DevExpress.XtraEditors.ButtonEdit();
  160. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  161. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  162. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  163. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  164. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  165. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  166. this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
  167. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  168. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  169. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  170. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  171. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  172. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  173. this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
  174. this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
  175. this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
  176. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  177. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  178. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  179. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  180. this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
  181. this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
  182. this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
  183. this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
  184. this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
  185. this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
  186. this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
  187. this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
  188. this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
  189. this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
  190. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  191. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  192. this.layoutControl1.SuspendLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.listBox)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties.CalendarTimeProperties)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx1.Properties)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx2.Properties)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.txtMainX.Properties)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.txtMainY.Properties)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ.Properties)).BeginInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX.Properties)).BeginInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY.Properties)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ.Properties)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txtMainX1.Properties)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.txtMainY1.Properties)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ1.Properties)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX1.Properties)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY1.Properties)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ1.Properties)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.txtMainX11.Properties)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.txtMainY11.Properties)).BeginInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ11.Properties)).BeginInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX11.Properties)).BeginInit();
  214. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY11.Properties)).BeginInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ11.Properties)).BeginInit();
  216. ((System.ComponentModel.ISupportInitialize)(this.txtUpFreq.Properties)).BeginInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  248. this.SuspendLayout();
  249. //
  250. // layoutControl1
  251. //
  252. this.layoutControl1.Controls.Add(this.listBox);
  253. this.layoutControl1.Controls.Add(this.sigTime);
  254. this.layoutControl1.Controls.Add(this.btnOk);
  255. this.layoutControl1.Controls.Add(this.btnUpdate);
  256. this.layoutControl1.Controls.Add(this.txtDfoSx1);
  257. this.layoutControl1.Controls.Add(this.txtDfoSx2);
  258. this.layoutControl1.Controls.Add(this.txtMainX);
  259. this.layoutControl1.Controls.Add(this.txtMainY);
  260. this.layoutControl1.Controls.Add(this.txtMainZ);
  261. this.layoutControl1.Controls.Add(this.txtMainVX);
  262. this.layoutControl1.Controls.Add(this.txtMainVY);
  263. this.layoutControl1.Controls.Add(this.txtMainVZ);
  264. this.layoutControl1.Controls.Add(this.txtMainX1);
  265. this.layoutControl1.Controls.Add(this.txtMainY1);
  266. this.layoutControl1.Controls.Add(this.txtMainZ1);
  267. this.layoutControl1.Controls.Add(this.txtMainVX1);
  268. this.layoutControl1.Controls.Add(this.txtMainVY1);
  269. this.layoutControl1.Controls.Add(this.txtMainVZ1);
  270. this.layoutControl1.Controls.Add(this.txtMainX11);
  271. this.layoutControl1.Controls.Add(this.txtMainY11);
  272. this.layoutControl1.Controls.Add(this.txtMainZ11);
  273. this.layoutControl1.Controls.Add(this.txtMainVX11);
  274. this.layoutControl1.Controls.Add(this.txtMainVY11);
  275. this.layoutControl1.Controls.Add(this.txtMainVZ11);
  276. this.layoutControl1.Controls.Add(this.txtUpFreq);
  277. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  279. this.layoutControl1.Name = "layoutControl1";
  280. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  281. this.layoutControl1.Root = this.Root;
  282. this.layoutControl1.Size = new System.Drawing.Size(896, 623);
  283. this.layoutControl1.TabIndex = 0;
  284. this.layoutControl1.Text = "layoutControl1";
  285. //
  286. // listBox
  287. //
  288. this.listBox.Location = new System.Drawing.Point(22, 525);
  289. this.listBox.Name = "listBox";
  290. this.listBox.Size = new System.Drawing.Size(852, 76);
  291. this.listBox.StyleController = this.layoutControl1;
  292. this.listBox.TabIndex = 12;
  293. //
  294. // sigTime
  295. //
  296. this.sigTime.EditValue = null;
  297. this.sigTime.Location = new System.Drawing.Point(636, 50);
  298. this.sigTime.Name = "sigTime";
  299. this.sigTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  300. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  301. this.sigTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  302. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  303. this.sigTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  304. this.sigTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  305. this.sigTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  306. this.sigTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  307. this.sigTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  308. this.sigTime.Properties.ReadOnly = true;
  309. this.sigTime.Size = new System.Drawing.Size(238, 22);
  310. this.sigTime.StyleController = this.layoutControl1;
  311. this.sigTime.TabIndex = 9;
  312. //
  313. // btnOk
  314. //
  315. this.btnOk.Location = new System.Drawing.Point(771, 499);
  316. this.btnOk.Name = "btnOk";
  317. this.btnOk.Size = new System.Drawing.Size(103, 22);
  318. this.btnOk.StyleController = this.layoutControl1;
  319. this.btnOk.TabIndex = 8;
  320. this.btnOk.Text = "定位";
  321. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  322. //
  323. // btnUpdate
  324. //
  325. this.btnUpdate.Location = new System.Drawing.Point(654, 499);
  326. this.btnUpdate.Name = "btnUpdate";
  327. this.btnUpdate.Size = new System.Drawing.Size(113, 22);
  328. this.btnUpdate.StyleController = this.layoutControl1;
  329. this.btnUpdate.TabIndex = 7;
  330. this.btnUpdate.Text = "更新数据库";
  331. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  332. //
  333. // txtDfoSx1
  334. //
  335. this.txtDfoSx1.Location = new System.Drawing.Point(22, 50);
  336. this.txtDfoSx1.Name = "txtDfoSx1";
  337. this.txtDfoSx1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  338. 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)});
  339. this.txtDfoSx1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  340. this.txtDfoSx1.Properties.MaskSettings.Set("mask", "f3");
  341. this.txtDfoSx1.Properties.MaxLength = 10;
  342. this.txtDfoSx1.Properties.NullValuePrompt = "必需";
  343. this.txtDfoSx1.Size = new System.Drawing.Size(217, 22);
  344. this.txtDfoSx1.StyleController = this.layoutControl1;
  345. this.txtDfoSx1.TabIndex = 6;
  346. //
  347. // txtDfoSx2
  348. //
  349. this.txtDfoSx2.Location = new System.Drawing.Point(243, 50);
  350. this.txtDfoSx2.Name = "txtDfoSx2";
  351. this.txtDfoSx2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  352. 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)});
  353. this.txtDfoSx2.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  354. this.txtDfoSx2.Properties.MaskSettings.Set("mask", "f3");
  355. this.txtDfoSx2.Properties.MaxLength = 10;
  356. this.txtDfoSx2.Properties.NullValuePrompt = "必需";
  357. this.txtDfoSx2.Size = new System.Drawing.Size(210, 22);
  358. this.txtDfoSx2.StyleController = this.layoutControl1;
  359. this.txtDfoSx2.TabIndex = 6;
  360. //
  361. // txtMainX
  362. //
  363. this.txtMainX.Location = new System.Drawing.Point(34, 131);
  364. this.txtMainX.Name = "txtMainX";
  365. this.txtMainX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  366. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  367. this.txtMainX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  368. this.txtMainX.Properties.MaskSettings.Set("mask", "f3");
  369. this.txtMainX.Properties.MaxLength = 10;
  370. this.txtMainX.Properties.NullValuePrompt = "必需";
  371. this.txtMainX.Size = new System.Drawing.Size(288, 22);
  372. this.txtMainX.StyleController = this.layoutControl1;
  373. this.txtMainX.TabIndex = 6;
  374. //
  375. // txtMainY
  376. //
  377. this.txtMainY.Location = new System.Drawing.Point(326, 131);
  378. this.txtMainY.Name = "txtMainY";
  379. this.txtMainY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  380. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  381. this.txtMainY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  382. this.txtMainY.Properties.MaskSettings.Set("mask", "f3");
  383. this.txtMainY.Properties.MaxLength = 10;
  384. this.txtMainY.Properties.NullValuePrompt = "必需";
  385. this.txtMainY.Size = new System.Drawing.Size(265, 22);
  386. this.txtMainY.StyleController = this.layoutControl1;
  387. this.txtMainY.TabIndex = 6;
  388. //
  389. // txtMainZ
  390. //
  391. this.txtMainZ.Location = new System.Drawing.Point(595, 131);
  392. this.txtMainZ.Name = "txtMainZ";
  393. this.txtMainZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  394. 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)});
  395. this.txtMainZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  396. this.txtMainZ.Properties.MaskSettings.Set("mask", "f3");
  397. this.txtMainZ.Properties.MaxLength = 10;
  398. this.txtMainZ.Properties.NullValuePrompt = "必需";
  399. this.txtMainZ.Size = new System.Drawing.Size(267, 22);
  400. this.txtMainZ.StyleController = this.layoutControl1;
  401. this.txtMainZ.TabIndex = 6;
  402. //
  403. // txtMainVX
  404. //
  405. this.txtMainVX.Location = new System.Drawing.Point(34, 182);
  406. this.txtMainVX.Name = "txtMainVX";
  407. this.txtMainVX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  408. 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)});
  409. this.txtMainVX.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  410. this.txtMainVX.Properties.MaskSettings.Set("mask", "f3");
  411. this.txtMainVX.Properties.MaxLength = 10;
  412. this.txtMainVX.Properties.NullValuePrompt = "必需";
  413. this.txtMainVX.Size = new System.Drawing.Size(288, 22);
  414. this.txtMainVX.StyleController = this.layoutControl1;
  415. this.txtMainVX.TabIndex = 6;
  416. //
  417. // txtMainVY
  418. //
  419. this.txtMainVY.Location = new System.Drawing.Point(326, 182);
  420. this.txtMainVY.Name = "txtMainVY";
  421. this.txtMainVY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  422. 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)});
  423. this.txtMainVY.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  424. this.txtMainVY.Properties.MaskSettings.Set("mask", "f3");
  425. this.txtMainVY.Properties.MaxLength = 10;
  426. this.txtMainVY.Properties.NullValuePrompt = "必需";
  427. this.txtMainVY.Size = new System.Drawing.Size(265, 22);
  428. this.txtMainVY.StyleController = this.layoutControl1;
  429. this.txtMainVY.TabIndex = 6;
  430. //
  431. // txtMainVZ
  432. //
  433. this.txtMainVZ.Location = new System.Drawing.Point(595, 182);
  434. this.txtMainVZ.Name = "txtMainVZ";
  435. this.txtMainVZ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  436. 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)});
  437. this.txtMainVZ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  438. this.txtMainVZ.Properties.MaskSettings.Set("mask", "f3");
  439. this.txtMainVZ.Properties.MaxLength = 10;
  440. this.txtMainVZ.Properties.NullValuePrompt = "必需";
  441. this.txtMainVZ.Size = new System.Drawing.Size(267, 22);
  442. this.txtMainVZ.StyleController = this.layoutControl1;
  443. this.txtMainVZ.TabIndex = 6;
  444. //
  445. // txtMainX1
  446. //
  447. this.txtMainX1.Location = new System.Drawing.Point(34, 272);
  448. this.txtMainX1.Name = "txtMainX1";
  449. this.txtMainX1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  450. 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)});
  451. this.txtMainX1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  452. this.txtMainX1.Properties.MaskSettings.Set("mask", "f3");
  453. this.txtMainX1.Properties.MaxLength = 10;
  454. this.txtMainX1.Properties.NullValuePrompt = "必需";
  455. this.txtMainX1.Size = new System.Drawing.Size(288, 22);
  456. this.txtMainX1.StyleController = this.layoutControl1;
  457. this.txtMainX1.TabIndex = 6;
  458. //
  459. // txtMainY1
  460. //
  461. this.txtMainY1.Location = new System.Drawing.Point(326, 272);
  462. this.txtMainY1.Name = "txtMainY1";
  463. this.txtMainY1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  464. 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)});
  465. this.txtMainY1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  466. this.txtMainY1.Properties.MaskSettings.Set("mask", "f3");
  467. this.txtMainY1.Properties.MaxLength = 10;
  468. this.txtMainY1.Properties.NullValuePrompt = "必需";
  469. this.txtMainY1.Size = new System.Drawing.Size(265, 22);
  470. this.txtMainY1.StyleController = this.layoutControl1;
  471. this.txtMainY1.TabIndex = 6;
  472. //
  473. // txtMainZ1
  474. //
  475. this.txtMainZ1.Location = new System.Drawing.Point(595, 272);
  476. this.txtMainZ1.Name = "txtMainZ1";
  477. this.txtMainZ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  478. 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)});
  479. this.txtMainZ1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  480. this.txtMainZ1.Properties.MaskSettings.Set("mask", "f3");
  481. this.txtMainZ1.Properties.MaxLength = 10;
  482. this.txtMainZ1.Properties.NullValuePrompt = "必需";
  483. this.txtMainZ1.Size = new System.Drawing.Size(267, 22);
  484. this.txtMainZ1.StyleController = this.layoutControl1;
  485. this.txtMainZ1.TabIndex = 6;
  486. //
  487. // txtMainVX1
  488. //
  489. this.txtMainVX1.Location = new System.Drawing.Point(34, 323);
  490. this.txtMainVX1.Name = "txtMainVX1";
  491. this.txtMainVX1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  492. 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)});
  493. this.txtMainVX1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  494. this.txtMainVX1.Properties.MaskSettings.Set("mask", "f3");
  495. this.txtMainVX1.Properties.MaxLength = 10;
  496. this.txtMainVX1.Properties.NullValuePrompt = "必需";
  497. this.txtMainVX1.Size = new System.Drawing.Size(288, 22);
  498. this.txtMainVX1.StyleController = this.layoutControl1;
  499. this.txtMainVX1.TabIndex = 6;
  500. //
  501. // txtMainVY1
  502. //
  503. this.txtMainVY1.Location = new System.Drawing.Point(326, 323);
  504. this.txtMainVY1.Name = "txtMainVY1";
  505. this.txtMainVY1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  506. 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)});
  507. this.txtMainVY1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  508. this.txtMainVY1.Properties.MaskSettings.Set("mask", "f3");
  509. this.txtMainVY1.Properties.MaxLength = 10;
  510. this.txtMainVY1.Properties.NullValuePrompt = "必需";
  511. this.txtMainVY1.Size = new System.Drawing.Size(265, 22);
  512. this.txtMainVY1.StyleController = this.layoutControl1;
  513. this.txtMainVY1.TabIndex = 6;
  514. //
  515. // txtMainVZ1
  516. //
  517. this.txtMainVZ1.Location = new System.Drawing.Point(595, 323);
  518. this.txtMainVZ1.Name = "txtMainVZ1";
  519. this.txtMainVZ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  520. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions14, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject53, serializableAppearanceObject54, serializableAppearanceObject55, serializableAppearanceObject56, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  521. this.txtMainVZ1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  522. this.txtMainVZ1.Properties.MaskSettings.Set("mask", "f3");
  523. this.txtMainVZ1.Properties.MaxLength = 10;
  524. this.txtMainVZ1.Properties.NullValuePrompt = "必需";
  525. this.txtMainVZ1.Size = new System.Drawing.Size(267, 22);
  526. this.txtMainVZ1.StyleController = this.layoutControl1;
  527. this.txtMainVZ1.TabIndex = 6;
  528. //
  529. // txtMainX11
  530. //
  531. this.txtMainX11.Location = new System.Drawing.Point(34, 413);
  532. this.txtMainX11.Name = "txtMainX11";
  533. this.txtMainX11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  534. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions15, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject57, serializableAppearanceObject58, serializableAppearanceObject59, serializableAppearanceObject60, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  535. this.txtMainX11.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  536. this.txtMainX11.Properties.MaskSettings.Set("mask", "f3");
  537. this.txtMainX11.Properties.MaxLength = 10;
  538. this.txtMainX11.Properties.NullValuePrompt = "必需";
  539. this.txtMainX11.Size = new System.Drawing.Size(288, 22);
  540. this.txtMainX11.StyleController = this.layoutControl1;
  541. this.txtMainX11.TabIndex = 6;
  542. //
  543. // txtMainY11
  544. //
  545. this.txtMainY11.Location = new System.Drawing.Point(326, 413);
  546. this.txtMainY11.Name = "txtMainY11";
  547. this.txtMainY11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  548. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions16, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject61, serializableAppearanceObject62, serializableAppearanceObject63, serializableAppearanceObject64, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  549. this.txtMainY11.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  550. this.txtMainY11.Properties.MaskSettings.Set("mask", "f3");
  551. this.txtMainY11.Properties.MaxLength = 10;
  552. this.txtMainY11.Properties.NullValuePrompt = "必需";
  553. this.txtMainY11.Size = new System.Drawing.Size(265, 22);
  554. this.txtMainY11.StyleController = this.layoutControl1;
  555. this.txtMainY11.TabIndex = 6;
  556. //
  557. // txtMainZ11
  558. //
  559. this.txtMainZ11.Location = new System.Drawing.Point(595, 413);
  560. this.txtMainZ11.Name = "txtMainZ11";
  561. this.txtMainZ11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  562. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions17, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject65, serializableAppearanceObject66, serializableAppearanceObject67, serializableAppearanceObject68, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  563. this.txtMainZ11.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  564. this.txtMainZ11.Properties.MaskSettings.Set("mask", "f3");
  565. this.txtMainZ11.Properties.MaxLength = 10;
  566. this.txtMainZ11.Properties.NullValuePrompt = "必需";
  567. this.txtMainZ11.Size = new System.Drawing.Size(267, 22);
  568. this.txtMainZ11.StyleController = this.layoutControl1;
  569. this.txtMainZ11.TabIndex = 6;
  570. //
  571. // txtMainVX11
  572. //
  573. this.txtMainVX11.Location = new System.Drawing.Point(34, 464);
  574. this.txtMainVX11.Name = "txtMainVX11";
  575. this.txtMainVX11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  576. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, false, true, false, editorButtonImageOptions18, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject69, serializableAppearanceObject70, serializableAppearanceObject71, serializableAppearanceObject72, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  577. this.txtMainVX11.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  578. this.txtMainVX11.Properties.MaskSettings.Set("mask", "f3");
  579. this.txtMainVX11.Properties.MaxLength = 10;
  580. this.txtMainVX11.Properties.NullValuePrompt = "必需";
  581. this.txtMainVX11.Size = new System.Drawing.Size(288, 22);
  582. this.txtMainVX11.StyleController = this.layoutControl1;
  583. this.txtMainVX11.TabIndex = 6;
  584. //
  585. // txtMainVY11
  586. //
  587. this.txtMainVY11.Location = new System.Drawing.Point(326, 464);
  588. this.txtMainVY11.Name = "txtMainVY11";
  589. this.txtMainVY11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  590. 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)});
  591. this.txtMainVY11.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  592. this.txtMainVY11.Properties.MaskSettings.Set("mask", "f3");
  593. this.txtMainVY11.Properties.MaxLength = 10;
  594. this.txtMainVY11.Properties.NullValuePrompt = "必需";
  595. this.txtMainVY11.Size = new System.Drawing.Size(265, 22);
  596. this.txtMainVY11.StyleController = this.layoutControl1;
  597. this.txtMainVY11.TabIndex = 6;
  598. //
  599. // txtMainVZ11
  600. //
  601. this.txtMainVZ11.Location = new System.Drawing.Point(595, 464);
  602. this.txtMainVZ11.Name = "txtMainVZ11";
  603. this.txtMainVZ11.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  604. 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)});
  605. this.txtMainVZ11.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  606. this.txtMainVZ11.Properties.MaskSettings.Set("mask", "f3");
  607. this.txtMainVZ11.Properties.MaxLength = 10;
  608. this.txtMainVZ11.Properties.NullValuePrompt = "必需";
  609. this.txtMainVZ11.Size = new System.Drawing.Size(267, 22);
  610. this.txtMainVZ11.StyleController = this.layoutControl1;
  611. this.txtMainVZ11.TabIndex = 6;
  612. //
  613. // txtUpFreq
  614. //
  615. this.txtUpFreq.Location = new System.Drawing.Point(457, 50);
  616. this.txtUpFreq.Name = "txtUpFreq";
  617. this.txtUpFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  618. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions21, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject81, serializableAppearanceObject82, serializableAppearanceObject83, serializableAppearanceObject84, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  619. this.txtUpFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  620. this.txtUpFreq.Properties.MaskSettings.Set("mask", "f3");
  621. this.txtUpFreq.Properties.MaxLength = 10;
  622. this.txtUpFreq.Properties.NullValuePrompt = "必需";
  623. this.txtUpFreq.Properties.ReadOnly = true;
  624. this.txtUpFreq.Size = new System.Drawing.Size(175, 22);
  625. this.txtUpFreq.StyleController = this.layoutControl1;
  626. this.txtUpFreq.TabIndex = 6;
  627. //
  628. // Root
  629. //
  630. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  631. this.Root.GroupBordersVisible = false;
  632. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  633. this.layoutControlItem4,
  634. this.layoutControlItem5,
  635. this.emptySpaceItem3,
  636. this.layoutControlItem2,
  637. this.layoutControlItem6,
  638. this.layoutControlItem18,
  639. this.layoutControlItem1,
  640. this.layoutControlGroup1,
  641. this.layoutControlGroup3,
  642. this.layoutControlGroup4,
  643. this.layoutControlItem25});
  644. this.Root.Name = "Root";
  645. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  646. this.Root.Size = new System.Drawing.Size(896, 623);
  647. this.Root.TextVisible = false;
  648. //
  649. // layoutControlItem4
  650. //
  651. this.layoutControlItem4.Control = this.btnUpdate;
  652. this.layoutControlItem4.Location = new System.Drawing.Point(632, 477);
  653. this.layoutControlItem4.Name = "layoutControlItem4";
  654. this.layoutControlItem4.Size = new System.Drawing.Size(117, 26);
  655. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  656. this.layoutControlItem4.TextVisible = false;
  657. //
  658. // layoutControlItem5
  659. //
  660. this.layoutControlItem5.Control = this.btnOk;
  661. this.layoutControlItem5.Location = new System.Drawing.Point(749, 477);
  662. this.layoutControlItem5.Name = "layoutControlItem5";
  663. this.layoutControlItem5.Size = new System.Drawing.Size(107, 26);
  664. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  665. this.layoutControlItem5.TextVisible = false;
  666. //
  667. // emptySpaceItem3
  668. //
  669. this.emptySpaceItem3.AllowHotTrack = false;
  670. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 477);
  671. this.emptySpaceItem3.Name = "emptySpaceItem3";
  672. this.emptySpaceItem3.Size = new System.Drawing.Size(632, 26);
  673. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  674. //
  675. // layoutControlItem2
  676. //
  677. this.layoutControlItem2.Control = this.txtDfoSx1;
  678. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  679. this.layoutControlItem2.CustomizationFormText = "轨道经度";
  680. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  681. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 51);
  682. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 51);
  683. this.layoutControlItem2.Name = "layoutControlItem2";
  684. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  685. this.layoutControlItem2.Size = new System.Drawing.Size(221, 54);
  686. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  687. this.layoutControlItem2.Text = "单星频差1";
  688. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  689. this.layoutControlItem2.TextSize = new System.Drawing.Size(55, 14);
  690. //
  691. // layoutControlItem6
  692. //
  693. this.layoutControlItem6.Control = this.txtDfoSx2;
  694. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  695. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  696. this.layoutControlItem6.Location = new System.Drawing.Point(221, 0);
  697. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 51);
  698. this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 51);
  699. this.layoutControlItem6.Name = "layoutControlItem6";
  700. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  701. this.layoutControlItem6.Size = new System.Drawing.Size(214, 54);
  702. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  703. this.layoutControlItem6.Text = "单星频差2";
  704. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  705. this.layoutControlItem6.TextSize = new System.Drawing.Size(55, 14);
  706. //
  707. // layoutControlItem18
  708. //
  709. this.layoutControlItem18.Control = this.listBox;
  710. this.layoutControlItem18.Location = new System.Drawing.Point(0, 503);
  711. this.layoutControlItem18.Name = "layoutControlItem18";
  712. this.layoutControlItem18.Size = new System.Drawing.Size(856, 80);
  713. this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
  714. this.layoutControlItem18.TextVisible = false;
  715. //
  716. // layoutControlItem1
  717. //
  718. this.layoutControlItem1.Control = this.sigTime;
  719. this.layoutControlItem1.Location = new System.Drawing.Point(614, 0);
  720. this.layoutControlItem1.Name = "layoutControlItem1";
  721. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  722. this.layoutControlItem1.Size = new System.Drawing.Size(242, 54);
  723. this.layoutControlItem1.Text = "信号时间";
  724. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  725. this.layoutControlItem1.TextSize = new System.Drawing.Size(55, 14);
  726. //
  727. // layoutControlGroup1
  728. //
  729. this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Light;
  730. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  731. this.layoutControlItem3,
  732. this.layoutControlItem11,
  733. this.layoutControlItem12,
  734. this.layoutControlItem13,
  735. this.layoutControlItem15,
  736. this.layoutControlItem16});
  737. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 54);
  738. this.layoutControlGroup1.Name = "layoutControlGroup1";
  739. this.layoutControlGroup1.Size = new System.Drawing.Size(856, 141);
  740. this.layoutControlGroup1.Text = "第一时刻星历";
  741. //
  742. // layoutControlItem3
  743. //
  744. this.layoutControlItem3.Control = this.txtMainX;
  745. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  746. this.layoutControlItem3.CustomizationFormText = "轨道经度";
  747. this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
  748. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 51);
  749. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 51);
  750. this.layoutControlItem3.Name = "layoutControlItem3";
  751. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  752. this.layoutControlItem3.Size = new System.Drawing.Size(292, 51);
  753. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  754. this.layoutControlItem3.Text = "星历X";
  755. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  756. this.layoutControlItem3.TextSize = new System.Drawing.Size(55, 14);
  757. //
  758. // layoutControlItem11
  759. //
  760. this.layoutControlItem11.Control = this.txtMainY;
  761. this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  762. this.layoutControlItem11.CustomizationFormText = "轨道经度";
  763. this.layoutControlItem11.Location = new System.Drawing.Point(292, 0);
  764. this.layoutControlItem11.MaxSize = new System.Drawing.Size(0, 51);
  765. this.layoutControlItem11.MinSize = new System.Drawing.Size(54, 51);
  766. this.layoutControlItem11.Name = "layoutControlItem11";
  767. this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  768. this.layoutControlItem11.Size = new System.Drawing.Size(269, 51);
  769. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  770. this.layoutControlItem11.Text = "星历Y";
  771. this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
  772. this.layoutControlItem11.TextSize = new System.Drawing.Size(55, 14);
  773. //
  774. // layoutControlItem12
  775. //
  776. this.layoutControlItem12.Control = this.txtMainZ;
  777. this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  778. this.layoutControlItem12.CustomizationFormText = "轨道经度";
  779. this.layoutControlItem12.Location = new System.Drawing.Point(561, 0);
  780. this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 51);
  781. this.layoutControlItem12.MinSize = new System.Drawing.Size(54, 51);
  782. this.layoutControlItem12.Name = "layoutControlItem12";
  783. this.layoutControlItem12.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  784. this.layoutControlItem12.Size = new System.Drawing.Size(271, 51);
  785. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  786. this.layoutControlItem12.Text = "星历Z";
  787. this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
  788. this.layoutControlItem12.TextSize = new System.Drawing.Size(55, 14);
  789. //
  790. // layoutControlItem13
  791. //
  792. this.layoutControlItem13.Control = this.txtMainVX;
  793. this.layoutControlItem13.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  794. this.layoutControlItem13.CustomizationFormText = "轨道经度";
  795. this.layoutControlItem13.Location = new System.Drawing.Point(0, 51);
  796. this.layoutControlItem13.MaxSize = new System.Drawing.Size(0, 51);
  797. this.layoutControlItem13.MinSize = new System.Drawing.Size(54, 51);
  798. this.layoutControlItem13.Name = "layoutControlItem13";
  799. this.layoutControlItem13.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  800. this.layoutControlItem13.Size = new System.Drawing.Size(292, 51);
  801. this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  802. this.layoutControlItem13.Text = "星历VX";
  803. this.layoutControlItem13.TextLocation = DevExpress.Utils.Locations.Top;
  804. this.layoutControlItem13.TextSize = new System.Drawing.Size(55, 14);
  805. //
  806. // layoutControlItem15
  807. //
  808. this.layoutControlItem15.Control = this.txtMainVY;
  809. this.layoutControlItem15.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  810. this.layoutControlItem15.CustomizationFormText = "轨道经度";
  811. this.layoutControlItem15.Location = new System.Drawing.Point(292, 51);
  812. this.layoutControlItem15.MaxSize = new System.Drawing.Size(0, 51);
  813. this.layoutControlItem15.MinSize = new System.Drawing.Size(54, 51);
  814. this.layoutControlItem15.Name = "layoutControlItem15";
  815. this.layoutControlItem15.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  816. this.layoutControlItem15.Size = new System.Drawing.Size(269, 51);
  817. this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  818. this.layoutControlItem15.Text = "星历VY";
  819. this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Top;
  820. this.layoutControlItem15.TextSize = new System.Drawing.Size(55, 14);
  821. //
  822. // layoutControlItem16
  823. //
  824. this.layoutControlItem16.Control = this.txtMainVZ;
  825. this.layoutControlItem16.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  826. this.layoutControlItem16.CustomizationFormText = "轨道经度";
  827. this.layoutControlItem16.Location = new System.Drawing.Point(561, 51);
  828. this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 51);
  829. this.layoutControlItem16.MinSize = new System.Drawing.Size(54, 51);
  830. this.layoutControlItem16.Name = "layoutControlItem16";
  831. this.layoutControlItem16.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  832. this.layoutControlItem16.Size = new System.Drawing.Size(271, 51);
  833. this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  834. this.layoutControlItem16.Text = "星历VZ";
  835. this.layoutControlItem16.TextLocation = DevExpress.Utils.Locations.Top;
  836. this.layoutControlItem16.TextSize = new System.Drawing.Size(55, 14);
  837. //
  838. // layoutControlGroup3
  839. //
  840. this.layoutControlGroup3.CustomizationFormText = "第一时刻星历";
  841. this.layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Light;
  842. this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  843. this.layoutControlItem7,
  844. this.layoutControlItem8,
  845. this.layoutControlItem9,
  846. this.layoutControlItem10,
  847. this.layoutControlItem14,
  848. this.layoutControlItem17});
  849. this.layoutControlGroup3.Location = new System.Drawing.Point(0, 195);
  850. this.layoutControlGroup3.Name = "layoutControlGroup3";
  851. this.layoutControlGroup3.OptionsItemText.TextToControlDistance = 4;
  852. this.layoutControlGroup3.Size = new System.Drawing.Size(856, 141);
  853. this.layoutControlGroup3.Text = "第二时刻星历";
  854. //
  855. // layoutControlItem7
  856. //
  857. this.layoutControlItem7.Control = this.txtMainX1;
  858. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  859. this.layoutControlItem7.CustomizationFormText = "轨道经度";
  860. this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
  861. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 51);
  862. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 51);
  863. this.layoutControlItem7.Name = "layoutControlItem7";
  864. this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  865. this.layoutControlItem7.Size = new System.Drawing.Size(292, 51);
  866. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  867. this.layoutControlItem7.Text = "星历X";
  868. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  869. this.layoutControlItem7.TextSize = new System.Drawing.Size(55, 14);
  870. //
  871. // layoutControlItem8
  872. //
  873. this.layoutControlItem8.Control = this.txtMainY1;
  874. this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  875. this.layoutControlItem8.CustomizationFormText = "轨道经度";
  876. this.layoutControlItem8.Location = new System.Drawing.Point(292, 0);
  877. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 51);
  878. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 51);
  879. this.layoutControlItem8.Name = "layoutControlItem8";
  880. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  881. this.layoutControlItem8.Size = new System.Drawing.Size(269, 51);
  882. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  883. this.layoutControlItem8.Text = "星历Y";
  884. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  885. this.layoutControlItem8.TextSize = new System.Drawing.Size(55, 14);
  886. //
  887. // layoutControlItem9
  888. //
  889. this.layoutControlItem9.Control = this.txtMainZ1;
  890. this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  891. this.layoutControlItem9.CustomizationFormText = "轨道经度";
  892. this.layoutControlItem9.Location = new System.Drawing.Point(561, 0);
  893. this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 51);
  894. this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 51);
  895. this.layoutControlItem9.Name = "layoutControlItem9";
  896. this.layoutControlItem9.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  897. this.layoutControlItem9.Size = new System.Drawing.Size(271, 51);
  898. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  899. this.layoutControlItem9.Text = "星历Z";
  900. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  901. this.layoutControlItem9.TextSize = new System.Drawing.Size(55, 14);
  902. //
  903. // layoutControlItem10
  904. //
  905. this.layoutControlItem10.Control = this.txtMainVX1;
  906. this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  907. this.layoutControlItem10.CustomizationFormText = "轨道经度";
  908. this.layoutControlItem10.Location = new System.Drawing.Point(0, 51);
  909. this.layoutControlItem10.MaxSize = new System.Drawing.Size(0, 51);
  910. this.layoutControlItem10.MinSize = new System.Drawing.Size(54, 51);
  911. this.layoutControlItem10.Name = "layoutControlItem10";
  912. this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  913. this.layoutControlItem10.Size = new System.Drawing.Size(292, 51);
  914. this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  915. this.layoutControlItem10.Text = "星历VX";
  916. this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
  917. this.layoutControlItem10.TextSize = new System.Drawing.Size(55, 14);
  918. //
  919. // layoutControlItem14
  920. //
  921. this.layoutControlItem14.Control = this.txtMainVY1;
  922. this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  923. this.layoutControlItem14.CustomizationFormText = "轨道经度";
  924. this.layoutControlItem14.Location = new System.Drawing.Point(292, 51);
  925. this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 51);
  926. this.layoutControlItem14.MinSize = new System.Drawing.Size(54, 51);
  927. this.layoutControlItem14.Name = "layoutControlItem14";
  928. this.layoutControlItem14.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  929. this.layoutControlItem14.Size = new System.Drawing.Size(269, 51);
  930. this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  931. this.layoutControlItem14.Text = "星历VY";
  932. this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
  933. this.layoutControlItem14.TextSize = new System.Drawing.Size(55, 14);
  934. //
  935. // layoutControlItem17
  936. //
  937. this.layoutControlItem17.Control = this.txtMainVZ1;
  938. this.layoutControlItem17.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  939. this.layoutControlItem17.CustomizationFormText = "轨道经度";
  940. this.layoutControlItem17.Location = new System.Drawing.Point(561, 51);
  941. this.layoutControlItem17.MaxSize = new System.Drawing.Size(0, 51);
  942. this.layoutControlItem17.MinSize = new System.Drawing.Size(54, 51);
  943. this.layoutControlItem17.Name = "layoutControlItem17";
  944. this.layoutControlItem17.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  945. this.layoutControlItem17.Size = new System.Drawing.Size(271, 51);
  946. this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  947. this.layoutControlItem17.Text = "星历VZ";
  948. this.layoutControlItem17.TextLocation = DevExpress.Utils.Locations.Top;
  949. this.layoutControlItem17.TextSize = new System.Drawing.Size(55, 14);
  950. //
  951. // layoutControlGroup4
  952. //
  953. this.layoutControlGroup4.CustomizationFormText = "第一时刻星历";
  954. this.layoutControlGroup4.GroupStyle = DevExpress.Utils.GroupStyle.Light;
  955. this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  956. this.layoutControlItem19,
  957. this.layoutControlItem20,
  958. this.layoutControlItem21,
  959. this.layoutControlItem22,
  960. this.layoutControlItem23,
  961. this.layoutControlItem24});
  962. this.layoutControlGroup4.Location = new System.Drawing.Point(0, 336);
  963. this.layoutControlGroup4.Name = "layoutControlGroup4";
  964. this.layoutControlGroup4.OptionsItemText.TextToControlDistance = 4;
  965. this.layoutControlGroup4.Size = new System.Drawing.Size(856, 141);
  966. this.layoutControlGroup4.Text = "第三时刻星历";
  967. //
  968. // layoutControlItem19
  969. //
  970. this.layoutControlItem19.Control = this.txtMainX11;
  971. this.layoutControlItem19.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  972. this.layoutControlItem19.CustomizationFormText = "轨道经度";
  973. this.layoutControlItem19.Location = new System.Drawing.Point(0, 0);
  974. this.layoutControlItem19.MaxSize = new System.Drawing.Size(0, 51);
  975. this.layoutControlItem19.MinSize = new System.Drawing.Size(54, 51);
  976. this.layoutControlItem19.Name = "layoutControlItem19";
  977. this.layoutControlItem19.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  978. this.layoutControlItem19.Size = new System.Drawing.Size(292, 51);
  979. this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  980. this.layoutControlItem19.Text = "星历X";
  981. this.layoutControlItem19.TextLocation = DevExpress.Utils.Locations.Top;
  982. this.layoutControlItem19.TextSize = new System.Drawing.Size(55, 14);
  983. //
  984. // layoutControlItem20
  985. //
  986. this.layoutControlItem20.Control = this.txtMainY11;
  987. this.layoutControlItem20.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  988. this.layoutControlItem20.CustomizationFormText = "轨道经度";
  989. this.layoutControlItem20.Location = new System.Drawing.Point(292, 0);
  990. this.layoutControlItem20.MaxSize = new System.Drawing.Size(0, 51);
  991. this.layoutControlItem20.MinSize = new System.Drawing.Size(54, 51);
  992. this.layoutControlItem20.Name = "layoutControlItem20";
  993. this.layoutControlItem20.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  994. this.layoutControlItem20.Size = new System.Drawing.Size(269, 51);
  995. this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  996. this.layoutControlItem20.Text = "星历Y";
  997. this.layoutControlItem20.TextLocation = DevExpress.Utils.Locations.Top;
  998. this.layoutControlItem20.TextSize = new System.Drawing.Size(55, 14);
  999. //
  1000. // layoutControlItem21
  1001. //
  1002. this.layoutControlItem21.Control = this.txtMainZ11;
  1003. this.layoutControlItem21.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1004. this.layoutControlItem21.CustomizationFormText = "轨道经度";
  1005. this.layoutControlItem21.Location = new System.Drawing.Point(561, 0);
  1006. this.layoutControlItem21.MaxSize = new System.Drawing.Size(0, 51);
  1007. this.layoutControlItem21.MinSize = new System.Drawing.Size(54, 51);
  1008. this.layoutControlItem21.Name = "layoutControlItem21";
  1009. this.layoutControlItem21.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1010. this.layoutControlItem21.Size = new System.Drawing.Size(271, 51);
  1011. this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1012. this.layoutControlItem21.Text = "星历Z";
  1013. this.layoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top;
  1014. this.layoutControlItem21.TextSize = new System.Drawing.Size(55, 14);
  1015. //
  1016. // layoutControlItem22
  1017. //
  1018. this.layoutControlItem22.Control = this.txtMainVX11;
  1019. this.layoutControlItem22.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1020. this.layoutControlItem22.CustomizationFormText = "轨道经度";
  1021. this.layoutControlItem22.Location = new System.Drawing.Point(0, 51);
  1022. this.layoutControlItem22.MaxSize = new System.Drawing.Size(0, 51);
  1023. this.layoutControlItem22.MinSize = new System.Drawing.Size(54, 51);
  1024. this.layoutControlItem22.Name = "layoutControlItem22";
  1025. this.layoutControlItem22.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1026. this.layoutControlItem22.Size = new System.Drawing.Size(292, 51);
  1027. this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1028. this.layoutControlItem22.Text = "星历VX";
  1029. this.layoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top;
  1030. this.layoutControlItem22.TextSize = new System.Drawing.Size(55, 14);
  1031. //
  1032. // layoutControlItem23
  1033. //
  1034. this.layoutControlItem23.Control = this.txtMainVY11;
  1035. this.layoutControlItem23.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1036. this.layoutControlItem23.CustomizationFormText = "轨道经度";
  1037. this.layoutControlItem23.Location = new System.Drawing.Point(292, 51);
  1038. this.layoutControlItem23.MaxSize = new System.Drawing.Size(0, 51);
  1039. this.layoutControlItem23.MinSize = new System.Drawing.Size(54, 51);
  1040. this.layoutControlItem23.Name = "layoutControlItem23";
  1041. this.layoutControlItem23.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1042. this.layoutControlItem23.Size = new System.Drawing.Size(269, 51);
  1043. this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1044. this.layoutControlItem23.Text = "星历VY";
  1045. this.layoutControlItem23.TextLocation = DevExpress.Utils.Locations.Top;
  1046. this.layoutControlItem23.TextSize = new System.Drawing.Size(55, 14);
  1047. //
  1048. // layoutControlItem24
  1049. //
  1050. this.layoutControlItem24.Control = this.txtMainVZ11;
  1051. this.layoutControlItem24.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1052. this.layoutControlItem24.CustomizationFormText = "轨道经度";
  1053. this.layoutControlItem24.Location = new System.Drawing.Point(561, 51);
  1054. this.layoutControlItem24.MaxSize = new System.Drawing.Size(0, 51);
  1055. this.layoutControlItem24.MinSize = new System.Drawing.Size(54, 51);
  1056. this.layoutControlItem24.Name = "layoutControlItem24";
  1057. this.layoutControlItem24.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1058. this.layoutControlItem24.Size = new System.Drawing.Size(271, 51);
  1059. this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1060. this.layoutControlItem24.Text = "星历VZ";
  1061. this.layoutControlItem24.TextLocation = DevExpress.Utils.Locations.Top;
  1062. this.layoutControlItem24.TextSize = new System.Drawing.Size(55, 14);
  1063. //
  1064. // layoutControlItem25
  1065. //
  1066. this.layoutControlItem25.Control = this.txtUpFreq;
  1067. this.layoutControlItem25.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  1068. this.layoutControlItem25.CustomizationFormText = "轨道经度";
  1069. this.layoutControlItem25.Location = new System.Drawing.Point(435, 0);
  1070. this.layoutControlItem25.MaxSize = new System.Drawing.Size(0, 51);
  1071. this.layoutControlItem25.MinSize = new System.Drawing.Size(54, 51);
  1072. this.layoutControlItem25.Name = "layoutControlItem25";
  1073. this.layoutControlItem25.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  1074. this.layoutControlItem25.Size = new System.Drawing.Size(179, 54);
  1075. this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  1076. this.layoutControlItem25.Text = "上行频点";
  1077. this.layoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top;
  1078. this.layoutControlItem25.TextSize = new System.Drawing.Size(55, 14);
  1079. //
  1080. // dxErrorProvider
  1081. //
  1082. this.dxErrorProvider.ContainerControl = this;
  1083. //
  1084. // SinglePosParamEditor
  1085. //
  1086. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  1087. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1088. this.ClientSize = new System.Drawing.Size(896, 623);
  1089. this.Controls.Add(this.layoutControl1);
  1090. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  1091. this.Name = "SinglePosParamEditor";
  1092. this.Text = "TaskEditor";
  1093. this.Load += new System.EventHandler(this.X2D1PosParamEditor_Load);
  1094. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  1095. this.layoutControl1.ResumeLayout(false);
  1096. ((System.ComponentModel.ISupportInitialize)(this.listBox)).EndInit();
  1097. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties.CalendarTimeProperties)).EndInit();
  1098. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties)).EndInit();
  1099. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx1.Properties)).EndInit();
  1100. ((System.ComponentModel.ISupportInitialize)(this.txtDfoSx2.Properties)).EndInit();
  1101. ((System.ComponentModel.ISupportInitialize)(this.txtMainX.Properties)).EndInit();
  1102. ((System.ComponentModel.ISupportInitialize)(this.txtMainY.Properties)).EndInit();
  1103. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ.Properties)).EndInit();
  1104. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX.Properties)).EndInit();
  1105. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY.Properties)).EndInit();
  1106. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ.Properties)).EndInit();
  1107. ((System.ComponentModel.ISupportInitialize)(this.txtMainX1.Properties)).EndInit();
  1108. ((System.ComponentModel.ISupportInitialize)(this.txtMainY1.Properties)).EndInit();
  1109. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ1.Properties)).EndInit();
  1110. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX1.Properties)).EndInit();
  1111. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY1.Properties)).EndInit();
  1112. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ1.Properties)).EndInit();
  1113. ((System.ComponentModel.ISupportInitialize)(this.txtMainX11.Properties)).EndInit();
  1114. ((System.ComponentModel.ISupportInitialize)(this.txtMainY11.Properties)).EndInit();
  1115. ((System.ComponentModel.ISupportInitialize)(this.txtMainZ11.Properties)).EndInit();
  1116. ((System.ComponentModel.ISupportInitialize)(this.txtMainVX11.Properties)).EndInit();
  1117. ((System.ComponentModel.ISupportInitialize)(this.txtMainVY11.Properties)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.txtMainVZ11.Properties)).EndInit();
  1119. ((System.ComponentModel.ISupportInitialize)(this.txtUpFreq.Properties)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  1121. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  1122. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  1123. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  1124. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  1125. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  1126. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  1128. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  1129. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  1130. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  1131. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  1132. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  1133. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
  1134. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
  1136. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  1137. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  1138. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  1139. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  1140. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
  1141. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
  1142. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
  1143. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
  1144. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
  1145. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
  1146. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
  1147. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
  1148. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
  1149. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  1151. this.ResumeLayout(false);
  1152. }
  1153. #endregion
  1154. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  1155. private DevExpress.XtraLayout.LayoutControlGroup Root;
  1156. private DevExpress.XtraEditors.SimpleButton btnOk;
  1157. private DevExpress.XtraEditors.SimpleButton btnUpdate;
  1158. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  1159. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  1160. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  1161. private DevExpress.XtraEditors.DateEdit sigTime;
  1162. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  1163. private DevExpress.XtraEditors.ButtonEdit txtDfoSx1;
  1164. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  1165. private DevExpress.XtraEditors.ButtonEdit txtDfoSx2;
  1166. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  1167. private DevExpress.XtraEditors.ButtonEdit txtMainX;
  1168. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  1169. private DevExpress.XtraEditors.ButtonEdit txtMainY;
  1170. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  1171. private DevExpress.XtraEditors.ButtonEdit txtMainZ;
  1172. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  1173. private DevExpress.XtraEditors.ButtonEdit txtMainVX;
  1174. private DevExpress.XtraEditors.ButtonEdit txtMainVY;
  1175. private DevExpress.XtraEditors.ButtonEdit txtMainVZ;
  1176. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
  1177. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  1178. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
  1179. private DevExpress.XtraEditors.ListBoxControl listBox;
  1180. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
  1181. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  1182. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  1183. private DevExpress.XtraEditors.ButtonEdit txtMainX1;
  1184. private DevExpress.XtraEditors.ButtonEdit txtMainY1;
  1185. private DevExpress.XtraEditors.ButtonEdit txtMainZ1;
  1186. private DevExpress.XtraEditors.ButtonEdit txtMainVX1;
  1187. private DevExpress.XtraEditors.ButtonEdit txtMainVY1;
  1188. private DevExpress.XtraEditors.ButtonEdit txtMainVZ1;
  1189. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
  1190. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  1191. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  1192. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  1193. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  1194. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
  1195. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
  1196. private DevExpress.XtraEditors.ButtonEdit txtMainX11;
  1197. private DevExpress.XtraEditors.ButtonEdit txtMainY11;
  1198. private DevExpress.XtraEditors.ButtonEdit txtMainZ11;
  1199. private DevExpress.XtraEditors.ButtonEdit txtMainVX11;
  1200. private DevExpress.XtraEditors.ButtonEdit txtMainVY11;
  1201. private DevExpress.XtraEditors.ButtonEdit txtMainVZ11;
  1202. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
  1203. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
  1204. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
  1205. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
  1206. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
  1207. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
  1208. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
  1209. private DevExpress.XtraEditors.ButtonEdit txtUpFreq;
  1210. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
  1211. }
  1212. }