TarDfoLeoX2Calc.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class TarDfoLeoX2Calc
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  38. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  39. this.listBoxRes = new DevExpress.XtraEditors.ListBoxControl();
  40. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  41. this.txtTar = new DevExpress.XtraEditors.TextEdit();
  42. this.txtX1 = new DevExpress.XtraEditors.TextEdit();
  43. this.txtY1 = new DevExpress.XtraEditors.TextEdit();
  44. this.txtZ1 = new DevExpress.XtraEditors.TextEdit();
  45. this.txtVX1 = new DevExpress.XtraEditors.TextEdit();
  46. this.txtVY1 = new DevExpress.XtraEditors.TextEdit();
  47. this.txtVZ1 = new DevExpress.XtraEditors.TextEdit();
  48. this.txtX2 = new DevExpress.XtraEditors.TextEdit();
  49. this.txtY2 = new DevExpress.XtraEditors.TextEdit();
  50. this.txtZ2 = new DevExpress.XtraEditors.TextEdit();
  51. this.txtVX2 = new DevExpress.XtraEditors.TextEdit();
  52. this.txtVY2 = new DevExpress.XtraEditors.TextEdit();
  53. this.txtVZ2 = new DevExpress.XtraEditors.TextEdit();
  54. this.txtTarFuMhz = new DevExpress.XtraEditors.ButtonEdit();
  55. this.txtRefFuMhz = new DevExpress.XtraEditors.ButtonEdit();
  56. this.txtRec = new DevExpress.XtraEditors.TextEdit();
  57. this.txtRef = new DevExpress.XtraEditors.TextEdit();
  58. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  59. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  62. this.lcX1 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.lcY1 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.lcZ1 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.lcVZ1 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.lcVX1 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.lcVY1 = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.lcX2 = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.lcY2 = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.lcZ2 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.lcVX2 = new DevExpress.XtraLayout.LayoutControlItem();
  72. this.lcVY2 = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.lcVZ2 = new DevExpress.XtraLayout.LayoutControlItem();
  74. this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  76. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  77. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  78. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  80. this.layoutControl1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.listBoxRes)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txtTar.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtX1.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtY1.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txtZ1.Properties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtVX1.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtVY1.Properties)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtVZ1.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtX2.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtY2.Properties)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtZ2.Properties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.txtVX2.Properties)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.txtVY2.Properties)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.txtVZ2.Properties)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtTarFuMhz.Properties)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtRefFuMhz.Properties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.txtRec.Properties)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.txtRef.Properties)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.lcX1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.lcY1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.lcZ1)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.lcVZ1)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.lcVX1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.lcVY1)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.lcX2)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.lcY2)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.lcZ2)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.lcVX2)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.lcVY2)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.lcVZ2)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  120. this.SuspendLayout();
  121. //
  122. // layoutControl1
  123. //
  124. this.layoutControl1.Controls.Add(this.listBoxRes);
  125. this.layoutControl1.Controls.Add(this.btnOk);
  126. this.layoutControl1.Controls.Add(this.txtTar);
  127. this.layoutControl1.Controls.Add(this.txtX1);
  128. this.layoutControl1.Controls.Add(this.txtY1);
  129. this.layoutControl1.Controls.Add(this.txtZ1);
  130. this.layoutControl1.Controls.Add(this.txtVX1);
  131. this.layoutControl1.Controls.Add(this.txtVY1);
  132. this.layoutControl1.Controls.Add(this.txtVZ1);
  133. this.layoutControl1.Controls.Add(this.txtX2);
  134. this.layoutControl1.Controls.Add(this.txtY2);
  135. this.layoutControl1.Controls.Add(this.txtZ2);
  136. this.layoutControl1.Controls.Add(this.txtVX2);
  137. this.layoutControl1.Controls.Add(this.txtVY2);
  138. this.layoutControl1.Controls.Add(this.txtVZ2);
  139. this.layoutControl1.Controls.Add(this.txtTarFuMhz);
  140. this.layoutControl1.Controls.Add(this.txtRefFuMhz);
  141. this.layoutControl1.Controls.Add(this.txtRec);
  142. this.layoutControl1.Controls.Add(this.txtRef);
  143. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  145. this.layoutControl1.Name = "layoutControl1";
  146. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  147. this.layoutControl1.Root = this.Root;
  148. this.layoutControl1.Size = new System.Drawing.Size(475, 583);
  149. this.layoutControl1.TabIndex = 0;
  150. this.layoutControl1.Text = "layoutControl1";
  151. //
  152. // listBoxRes
  153. //
  154. this.listBoxRes.Location = new System.Drawing.Point(22, 440);
  155. this.listBoxRes.Name = "listBoxRes";
  156. this.listBoxRes.Size = new System.Drawing.Size(431, 121);
  157. this.listBoxRes.StyleController = this.layoutControl1;
  158. this.listBoxRes.TabIndex = 11;
  159. //
  160. // btnOk
  161. //
  162. this.btnOk.Location = new System.Drawing.Point(337, 410);
  163. this.btnOk.Name = "btnOk";
  164. this.btnOk.Size = new System.Drawing.Size(116, 26);
  165. this.btnOk.StyleController = this.layoutControl1;
  166. this.btnOk.TabIndex = 8;
  167. this.btnOk.Text = "确定";
  168. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  169. //
  170. // txtTar
  171. //
  172. this.txtTar.EditValue = "";
  173. this.txtTar.Location = new System.Drawing.Point(22, 39);
  174. this.txtTar.Name = "txtTar";
  175. this.txtTar.Size = new System.Drawing.Size(431, 20);
  176. this.txtTar.StyleController = this.layoutControl1;
  177. this.txtTar.TabIndex = 9;
  178. //
  179. // txtX1
  180. //
  181. this.txtX1.EditValue = "-1608418.46";
  182. this.txtX1.Location = new System.Drawing.Point(22, 227);
  183. this.txtX1.Name = "txtX1";
  184. this.txtX1.Size = new System.Drawing.Size(138, 20);
  185. this.txtX1.StyleController = this.layoutControl1;
  186. this.txtX1.TabIndex = 9;
  187. //
  188. // txtY1
  189. //
  190. this.txtY1.EditValue = "5994257.60";
  191. this.txtY1.Location = new System.Drawing.Point(164, 227);
  192. this.txtY1.Name = "txtY1";
  193. this.txtY1.Size = new System.Drawing.Size(138, 20);
  194. this.txtY1.StyleController = this.layoutControl1;
  195. this.txtY1.TabIndex = 9;
  196. //
  197. // txtZ1
  198. //
  199. this.txtZ1.EditValue = "3139819.89";
  200. this.txtZ1.Location = new System.Drawing.Point(306, 227);
  201. this.txtZ1.Name = "txtZ1";
  202. this.txtZ1.Size = new System.Drawing.Size(147, 20);
  203. this.txtZ1.StyleController = this.layoutControl1;
  204. this.txtZ1.TabIndex = 9;
  205. //
  206. // txtVX1
  207. //
  208. this.txtVX1.EditValue = "-6632.8731";
  209. this.txtVX1.Location = new System.Drawing.Point(22, 277);
  210. this.txtVX1.Name = "txtVX1";
  211. this.txtVX1.Size = new System.Drawing.Size(138, 20);
  212. this.txtVX1.StyleController = this.layoutControl1;
  213. this.txtVX1.TabIndex = 9;
  214. //
  215. // txtVY1
  216. //
  217. this.txtVY1.EditValue = "-373.9909";
  218. this.txtVY1.Location = new System.Drawing.Point(164, 277);
  219. this.txtVY1.Name = "txtVY1";
  220. this.txtVY1.Size = new System.Drawing.Size(138, 20);
  221. this.txtVY1.StyleController = this.layoutControl1;
  222. this.txtVY1.TabIndex = 9;
  223. //
  224. // txtVZ1
  225. //
  226. this.txtVZ1.EditValue = "-2678.2335";
  227. this.txtVZ1.Location = new System.Drawing.Point(306, 277);
  228. this.txtVZ1.Name = "txtVZ1";
  229. this.txtVZ1.Size = new System.Drawing.Size(147, 20);
  230. this.txtVZ1.StyleController = this.layoutControl1;
  231. this.txtVZ1.TabIndex = 9;
  232. //
  233. // txtX2
  234. //
  235. this.txtX2.EditValue = "-4629555.87";
  236. this.txtX2.Location = new System.Drawing.Point(22, 327);
  237. this.txtX2.Name = "txtX2";
  238. this.txtX2.Size = new System.Drawing.Size(138, 20);
  239. this.txtX2.StyleController = this.layoutControl1;
  240. this.txtX2.TabIndex = 9;
  241. //
  242. // txtY2
  243. //
  244. this.txtY2.EditValue = "4978929.91";
  245. this.txtY2.Location = new System.Drawing.Point(164, 327);
  246. this.txtY2.Name = "txtY2";
  247. this.txtY2.Size = new System.Drawing.Size(138, 20);
  248. this.txtY2.StyleController = this.layoutControl1;
  249. this.txtY2.TabIndex = 9;
  250. //
  251. // txtZ2
  252. //
  253. this.txtZ2.EditValue = "1487241.78";
  254. this.txtZ2.Location = new System.Drawing.Point(306, 327);
  255. this.txtZ2.Name = "txtZ2";
  256. this.txtZ2.Size = new System.Drawing.Size(147, 20);
  257. this.txtZ2.StyleController = this.layoutControl1;
  258. this.txtZ2.TabIndex = 9;
  259. //
  260. // txtVX2
  261. //
  262. this.txtVX2.EditValue = "-4890.2693";
  263. this.txtVX2.Location = new System.Drawing.Point(22, 377);
  264. this.txtVX2.Name = "txtVX2";
  265. this.txtVX2.Size = new System.Drawing.Size(138, 20);
  266. this.txtVX2.StyleController = this.layoutControl1;
  267. this.txtVX2.TabIndex = 9;
  268. //
  269. // txtVY2
  270. //
  271. this.txtVY2.EditValue = "-3337.6709";
  272. this.txtVY2.Location = new System.Drawing.Point(164, 377);
  273. this.txtVY2.Name = "txtVY2";
  274. this.txtVY2.Size = new System.Drawing.Size(138, 20);
  275. this.txtVY2.StyleController = this.layoutControl1;
  276. this.txtVY2.TabIndex = 9;
  277. //
  278. // txtVZ2
  279. //
  280. this.txtVZ2.EditValue = "-4031.3087";
  281. this.txtVZ2.Location = new System.Drawing.Point(306, 377);
  282. this.txtVZ2.Name = "txtVZ2";
  283. this.txtVZ2.Size = new System.Drawing.Size(147, 20);
  284. this.txtVZ2.StyleController = this.layoutControl1;
  285. this.txtVZ2.TabIndex = 9;
  286. //
  287. // txtTarFuMhz
  288. //
  289. this.txtTarFuMhz.EditValue = "260";
  290. this.txtTarFuMhz.Location = new System.Drawing.Point(22, 183);
  291. this.txtTarFuMhz.MaximumSize = new System.Drawing.Size(0, 20);
  292. this.txtTarFuMhz.Name = "txtTarFuMhz";
  293. this.txtTarFuMhz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  294. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  295. this.txtTarFuMhz.Size = new System.Drawing.Size(216, 20);
  296. this.txtTarFuMhz.StyleController = this.layoutControl1;
  297. this.txtTarFuMhz.TabIndex = 10;
  298. //
  299. // txtRefFuMhz
  300. //
  301. this.txtRefFuMhz.EditValue = "265";
  302. this.txtRefFuMhz.Location = new System.Drawing.Point(242, 183);
  303. this.txtRefFuMhz.MaximumSize = new System.Drawing.Size(0, 20);
  304. this.txtRefFuMhz.Name = "txtRefFuMhz";
  305. this.txtRefFuMhz.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  306. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  307. this.txtRefFuMhz.Size = new System.Drawing.Size(211, 20);
  308. this.txtRefFuMhz.StyleController = this.layoutControl1;
  309. this.txtRefFuMhz.TabIndex = 10;
  310. //
  311. // txtRec
  312. //
  313. this.txtRec.EditValue = "";
  314. this.txtRec.Location = new System.Drawing.Point(22, 83);
  315. this.txtRec.Name = "txtRec";
  316. this.txtRec.Size = new System.Drawing.Size(431, 20);
  317. this.txtRec.StyleController = this.layoutControl1;
  318. this.txtRec.TabIndex = 9;
  319. //
  320. // txtRef
  321. //
  322. this.txtRef.EditValue = "";
  323. this.txtRef.Location = new System.Drawing.Point(22, 133);
  324. this.txtRef.Name = "txtRef";
  325. this.txtRef.Size = new System.Drawing.Size(431, 20);
  326. this.txtRef.StyleController = this.layoutControl1;
  327. this.txtRef.TabIndex = 9;
  328. //
  329. // Root
  330. //
  331. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  332. this.Root.GroupBordersVisible = false;
  333. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  334. this.layoutControlItem5,
  335. this.layoutControlItem6,
  336. this.emptySpaceItem3,
  337. this.lcX1,
  338. this.lcY1,
  339. this.lcZ1,
  340. this.lcVZ1,
  341. this.lcVX1,
  342. this.lcVY1,
  343. this.lcX2,
  344. this.lcY2,
  345. this.lcZ2,
  346. this.lcVX2,
  347. this.lcVY2,
  348. this.lcVZ2,
  349. this.layoutControlItem22,
  350. this.layoutControlItem7,
  351. this.layoutControlItem2,
  352. this.layoutControlItem1,
  353. this.layoutControlItem3});
  354. this.Root.Name = "Root";
  355. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  356. this.Root.Size = new System.Drawing.Size(475, 583);
  357. this.Root.TextVisible = false;
  358. //
  359. // layoutControlItem5
  360. //
  361. this.layoutControlItem5.Control = this.btnOk;
  362. this.layoutControlItem5.Location = new System.Drawing.Point(315, 388);
  363. this.layoutControlItem5.MaxSize = new System.Drawing.Size(120, 30);
  364. this.layoutControlItem5.MinSize = new System.Drawing.Size(120, 30);
  365. this.layoutControlItem5.Name = "layoutControlItem5";
  366. this.layoutControlItem5.Size = new System.Drawing.Size(120, 30);
  367. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  368. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  369. this.layoutControlItem5.TextVisible = false;
  370. //
  371. // layoutControlItem6
  372. //
  373. this.layoutControlItem6.Control = this.txtTar;
  374. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  375. this.layoutControlItem6.CustomizationFormText = "星历X";
  376. this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
  377. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 44);
  378. this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 44);
  379. this.layoutControlItem6.Name = "layoutControlItem6";
  380. this.layoutControlItem6.Size = new System.Drawing.Size(435, 44);
  381. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  382. this.layoutControlItem6.Text = "目标位置";
  383. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  384. this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
  385. //
  386. // emptySpaceItem3
  387. //
  388. this.emptySpaceItem3.AllowHotTrack = false;
  389. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 388);
  390. this.emptySpaceItem3.Name = "emptySpaceItem3";
  391. this.emptySpaceItem3.Size = new System.Drawing.Size(315, 30);
  392. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  393. //
  394. // lcX1
  395. //
  396. this.lcX1.Control = this.txtX1;
  397. this.lcX1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  398. this.lcX1.CustomizationFormText = "主星坐标X";
  399. this.lcX1.Location = new System.Drawing.Point(0, 188);
  400. this.lcX1.MaxSize = new System.Drawing.Size(0, 50);
  401. this.lcX1.MinSize = new System.Drawing.Size(54, 50);
  402. this.lcX1.Name = "lcX1";
  403. this.lcX1.Size = new System.Drawing.Size(142, 50);
  404. this.lcX1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  405. this.lcX1.Text = "主星坐标X";
  406. this.lcX1.TextLocation = DevExpress.Utils.Locations.Top;
  407. this.lcX1.TextSize = new System.Drawing.Size(72, 14);
  408. //
  409. // lcY1
  410. //
  411. this.lcY1.Control = this.txtY1;
  412. this.lcY1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  413. this.lcY1.CustomizationFormText = "星历X";
  414. this.lcY1.Location = new System.Drawing.Point(142, 188);
  415. this.lcY1.MaxSize = new System.Drawing.Size(0, 50);
  416. this.lcY1.MinSize = new System.Drawing.Size(54, 50);
  417. this.lcY1.Name = "lcY1";
  418. this.lcY1.Size = new System.Drawing.Size(142, 50);
  419. this.lcY1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  420. this.lcY1.Text = "主星坐标Y";
  421. this.lcY1.TextLocation = DevExpress.Utils.Locations.Top;
  422. this.lcY1.TextSize = new System.Drawing.Size(72, 14);
  423. //
  424. // lcZ1
  425. //
  426. this.lcZ1.Control = this.txtZ1;
  427. this.lcZ1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  428. this.lcZ1.CustomizationFormText = "星历X";
  429. this.lcZ1.Location = new System.Drawing.Point(284, 188);
  430. this.lcZ1.MaxSize = new System.Drawing.Size(0, 50);
  431. this.lcZ1.MinSize = new System.Drawing.Size(54, 50);
  432. this.lcZ1.Name = "lcZ1";
  433. this.lcZ1.Size = new System.Drawing.Size(151, 50);
  434. this.lcZ1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  435. this.lcZ1.Text = "主星坐标Z";
  436. this.lcZ1.TextLocation = DevExpress.Utils.Locations.Top;
  437. this.lcZ1.TextSize = new System.Drawing.Size(72, 14);
  438. //
  439. // lcVZ1
  440. //
  441. this.lcVZ1.Control = this.txtVZ1;
  442. this.lcVZ1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  443. this.lcVZ1.CustomizationFormText = "星历X";
  444. this.lcVZ1.Location = new System.Drawing.Point(284, 238);
  445. this.lcVZ1.MaxSize = new System.Drawing.Size(0, 50);
  446. this.lcVZ1.MinSize = new System.Drawing.Size(54, 50);
  447. this.lcVZ1.Name = "lcVZ1";
  448. this.lcVZ1.Size = new System.Drawing.Size(151, 50);
  449. this.lcVZ1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  450. this.lcVZ1.Text = "主星坐标VZ";
  451. this.lcVZ1.TextLocation = DevExpress.Utils.Locations.Top;
  452. this.lcVZ1.TextSize = new System.Drawing.Size(72, 14);
  453. //
  454. // lcVX1
  455. //
  456. this.lcVX1.Control = this.txtVX1;
  457. this.lcVX1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  458. this.lcVX1.CustomizationFormText = "卫星1坐标X";
  459. this.lcVX1.Location = new System.Drawing.Point(0, 238);
  460. this.lcVX1.MaxSize = new System.Drawing.Size(0, 50);
  461. this.lcVX1.MinSize = new System.Drawing.Size(54, 50);
  462. this.lcVX1.Name = "lcVX1";
  463. this.lcVX1.Size = new System.Drawing.Size(142, 50);
  464. this.lcVX1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  465. this.lcVX1.Text = "主星坐标VX";
  466. this.lcVX1.TextLocation = DevExpress.Utils.Locations.Top;
  467. this.lcVX1.TextSize = new System.Drawing.Size(72, 14);
  468. //
  469. // lcVY1
  470. //
  471. this.lcVY1.Control = this.txtVY1;
  472. this.lcVY1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  473. this.lcVY1.CustomizationFormText = "星历X";
  474. this.lcVY1.Location = new System.Drawing.Point(142, 238);
  475. this.lcVY1.MaxSize = new System.Drawing.Size(0, 50);
  476. this.lcVY1.MinSize = new System.Drawing.Size(54, 50);
  477. this.lcVY1.Name = "lcVY1";
  478. this.lcVY1.Size = new System.Drawing.Size(142, 50);
  479. this.lcVY1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  480. this.lcVY1.Text = "主星坐标VY";
  481. this.lcVY1.TextLocation = DevExpress.Utils.Locations.Top;
  482. this.lcVY1.TextSize = new System.Drawing.Size(72, 14);
  483. //
  484. // lcX2
  485. //
  486. this.lcX2.Control = this.txtX2;
  487. this.lcX2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  488. this.lcX2.CustomizationFormText = "卫星1坐标X";
  489. this.lcX2.Location = new System.Drawing.Point(0, 288);
  490. this.lcX2.MaxSize = new System.Drawing.Size(0, 50);
  491. this.lcX2.MinSize = new System.Drawing.Size(54, 50);
  492. this.lcX2.Name = "lcX2";
  493. this.lcX2.Size = new System.Drawing.Size(142, 50);
  494. this.lcX2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  495. this.lcX2.Text = "邻1星坐标X";
  496. this.lcX2.TextLocation = DevExpress.Utils.Locations.Top;
  497. this.lcX2.TextSize = new System.Drawing.Size(72, 14);
  498. //
  499. // lcY2
  500. //
  501. this.lcY2.Control = this.txtY2;
  502. this.lcY2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  503. this.lcY2.CustomizationFormText = "星历X";
  504. this.lcY2.Location = new System.Drawing.Point(142, 288);
  505. this.lcY2.MaxSize = new System.Drawing.Size(0, 50);
  506. this.lcY2.MinSize = new System.Drawing.Size(54, 50);
  507. this.lcY2.Name = "lcY2";
  508. this.lcY2.Size = new System.Drawing.Size(142, 50);
  509. this.lcY2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  510. this.lcY2.Text = "邻1星坐标Y";
  511. this.lcY2.TextLocation = DevExpress.Utils.Locations.Top;
  512. this.lcY2.TextSize = new System.Drawing.Size(72, 14);
  513. //
  514. // lcZ2
  515. //
  516. this.lcZ2.Control = this.txtZ2;
  517. this.lcZ2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  518. this.lcZ2.CustomizationFormText = "星历X";
  519. this.lcZ2.Location = new System.Drawing.Point(284, 288);
  520. this.lcZ2.MaxSize = new System.Drawing.Size(0, 50);
  521. this.lcZ2.MinSize = new System.Drawing.Size(54, 50);
  522. this.lcZ2.Name = "lcZ2";
  523. this.lcZ2.Size = new System.Drawing.Size(151, 50);
  524. this.lcZ2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  525. this.lcZ2.Text = "邻1星坐标Z";
  526. this.lcZ2.TextLocation = DevExpress.Utils.Locations.Top;
  527. this.lcZ2.TextSize = new System.Drawing.Size(72, 14);
  528. //
  529. // lcVX2
  530. //
  531. this.lcVX2.Control = this.txtVX2;
  532. this.lcVX2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  533. this.lcVX2.CustomizationFormText = "卫星1坐标X";
  534. this.lcVX2.Location = new System.Drawing.Point(0, 338);
  535. this.lcVX2.MaxSize = new System.Drawing.Size(0, 50);
  536. this.lcVX2.MinSize = new System.Drawing.Size(54, 50);
  537. this.lcVX2.Name = "lcVX2";
  538. this.lcVX2.Size = new System.Drawing.Size(142, 50);
  539. this.lcVX2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  540. this.lcVX2.Text = "邻1星坐标VX";
  541. this.lcVX2.TextLocation = DevExpress.Utils.Locations.Top;
  542. this.lcVX2.TextSize = new System.Drawing.Size(72, 14);
  543. //
  544. // lcVY2
  545. //
  546. this.lcVY2.Control = this.txtVY2;
  547. this.lcVY2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  548. this.lcVY2.CustomizationFormText = "星历X";
  549. this.lcVY2.Location = new System.Drawing.Point(142, 338);
  550. this.lcVY2.MaxSize = new System.Drawing.Size(0, 50);
  551. this.lcVY2.MinSize = new System.Drawing.Size(54, 50);
  552. this.lcVY2.Name = "lcVY2";
  553. this.lcVY2.Size = new System.Drawing.Size(142, 50);
  554. this.lcVY2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  555. this.lcVY2.Text = "邻1星坐标VY";
  556. this.lcVY2.TextLocation = DevExpress.Utils.Locations.Top;
  557. this.lcVY2.TextSize = new System.Drawing.Size(72, 14);
  558. //
  559. // lcVZ2
  560. //
  561. this.lcVZ2.Control = this.txtVZ2;
  562. this.lcVZ2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  563. this.lcVZ2.CustomizationFormText = "星历X";
  564. this.lcVZ2.Location = new System.Drawing.Point(284, 338);
  565. this.lcVZ2.MaxSize = new System.Drawing.Size(0, 50);
  566. this.lcVZ2.MinSize = new System.Drawing.Size(54, 50);
  567. this.lcVZ2.Name = "lcVZ2";
  568. this.lcVZ2.Size = new System.Drawing.Size(151, 50);
  569. this.lcVZ2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  570. this.lcVZ2.Text = "邻1星坐标VZ";
  571. this.lcVZ2.TextLocation = DevExpress.Utils.Locations.Top;
  572. this.lcVZ2.TextSize = new System.Drawing.Size(72, 14);
  573. //
  574. // layoutControlItem22
  575. //
  576. this.layoutControlItem22.Control = this.txtTarFuMhz;
  577. this.layoutControlItem22.Location = new System.Drawing.Point(0, 144);
  578. this.layoutControlItem22.Name = "layoutControlItem22";
  579. this.layoutControlItem22.Size = new System.Drawing.Size(220, 44);
  580. this.layoutControlItem22.Text = "目标下行频点";
  581. this.layoutControlItem22.TextLocation = DevExpress.Utils.Locations.Top;
  582. this.layoutControlItem22.TextSize = new System.Drawing.Size(72, 14);
  583. //
  584. // layoutControlItem7
  585. //
  586. this.layoutControlItem7.Control = this.txtRec;
  587. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  588. this.layoutControlItem7.CustomizationFormText = "星历X";
  589. this.layoutControlItem7.Location = new System.Drawing.Point(0, 44);
  590. this.layoutControlItem7.MaxSize = new System.Drawing.Size(0, 50);
  591. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 50);
  592. this.layoutControlItem7.Name = "layoutControlItem7";
  593. this.layoutControlItem7.Size = new System.Drawing.Size(435, 50);
  594. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  595. this.layoutControlItem7.Text = "接收站位置";
  596. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  597. this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
  598. //
  599. // layoutControlItem2
  600. //
  601. this.layoutControlItem2.Control = this.txtRef;
  602. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  603. this.layoutControlItem2.CustomizationFormText = "星历X";
  604. this.layoutControlItem2.Location = new System.Drawing.Point(0, 94);
  605. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 50);
  606. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 50);
  607. this.layoutControlItem2.Name = "layoutControlItem2";
  608. this.layoutControlItem2.Size = new System.Drawing.Size(435, 50);
  609. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  610. this.layoutControlItem2.Text = "参考站位置";
  611. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  612. this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
  613. //
  614. // layoutControlItem1
  615. //
  616. this.layoutControlItem1.Control = this.txtRefFuMhz;
  617. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  618. this.layoutControlItem1.CustomizationFormText = "下行频点";
  619. this.layoutControlItem1.Location = new System.Drawing.Point(220, 144);
  620. this.layoutControlItem1.Name = "layoutControlItem1";
  621. this.layoutControlItem1.Size = new System.Drawing.Size(215, 44);
  622. this.layoutControlItem1.Text = "参考下行频点";
  623. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  624. this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
  625. //
  626. // layoutControlItem3
  627. //
  628. this.layoutControlItem3.Control = this.listBoxRes;
  629. this.layoutControlItem3.Location = new System.Drawing.Point(0, 418);
  630. this.layoutControlItem3.Name = "layoutControlItem3";
  631. this.layoutControlItem3.Size = new System.Drawing.Size(435, 125);
  632. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  633. this.layoutControlItem3.TextVisible = false;
  634. //
  635. // TarDfoLeoX2Calc
  636. //
  637. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  638. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  639. this.ClientSize = new System.Drawing.Size(475, 583);
  640. this.Controls.Add(this.layoutControl1);
  641. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  642. this.Name = "TarDfoLeoX2Calc";
  643. this.Text = "频差预测";
  644. this.Load += new System.EventHandler(this.TarDfoLeoX2Calc_Load);
  645. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  646. this.layoutControl1.ResumeLayout(false);
  647. ((System.ComponentModel.ISupportInitialize)(this.listBoxRes)).EndInit();
  648. ((System.ComponentModel.ISupportInitialize)(this.txtTar.Properties)).EndInit();
  649. ((System.ComponentModel.ISupportInitialize)(this.txtX1.Properties)).EndInit();
  650. ((System.ComponentModel.ISupportInitialize)(this.txtY1.Properties)).EndInit();
  651. ((System.ComponentModel.ISupportInitialize)(this.txtZ1.Properties)).EndInit();
  652. ((System.ComponentModel.ISupportInitialize)(this.txtVX1.Properties)).EndInit();
  653. ((System.ComponentModel.ISupportInitialize)(this.txtVY1.Properties)).EndInit();
  654. ((System.ComponentModel.ISupportInitialize)(this.txtVZ1.Properties)).EndInit();
  655. ((System.ComponentModel.ISupportInitialize)(this.txtX2.Properties)).EndInit();
  656. ((System.ComponentModel.ISupportInitialize)(this.txtY2.Properties)).EndInit();
  657. ((System.ComponentModel.ISupportInitialize)(this.txtZ2.Properties)).EndInit();
  658. ((System.ComponentModel.ISupportInitialize)(this.txtVX2.Properties)).EndInit();
  659. ((System.ComponentModel.ISupportInitialize)(this.txtVY2.Properties)).EndInit();
  660. ((System.ComponentModel.ISupportInitialize)(this.txtVZ2.Properties)).EndInit();
  661. ((System.ComponentModel.ISupportInitialize)(this.txtTarFuMhz.Properties)).EndInit();
  662. ((System.ComponentModel.ISupportInitialize)(this.txtRefFuMhz.Properties)).EndInit();
  663. ((System.ComponentModel.ISupportInitialize)(this.txtRec.Properties)).EndInit();
  664. ((System.ComponentModel.ISupportInitialize)(this.txtRef.Properties)).EndInit();
  665. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  666. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  667. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  668. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  669. ((System.ComponentModel.ISupportInitialize)(this.lcX1)).EndInit();
  670. ((System.ComponentModel.ISupportInitialize)(this.lcY1)).EndInit();
  671. ((System.ComponentModel.ISupportInitialize)(this.lcZ1)).EndInit();
  672. ((System.ComponentModel.ISupportInitialize)(this.lcVZ1)).EndInit();
  673. ((System.ComponentModel.ISupportInitialize)(this.lcVX1)).EndInit();
  674. ((System.ComponentModel.ISupportInitialize)(this.lcVY1)).EndInit();
  675. ((System.ComponentModel.ISupportInitialize)(this.lcX2)).EndInit();
  676. ((System.ComponentModel.ISupportInitialize)(this.lcY2)).EndInit();
  677. ((System.ComponentModel.ISupportInitialize)(this.lcZ2)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.lcVX2)).EndInit();
  679. ((System.ComponentModel.ISupportInitialize)(this.lcVY2)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.lcVZ2)).EndInit();
  681. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
  682. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  683. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  684. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  685. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  686. this.ResumeLayout(false);
  687. }
  688. #endregion
  689. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  690. private DevExpress.XtraLayout.LayoutControlGroup Root;
  691. private DevExpress.XtraEditors.SimpleButton btnOk;
  692. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  693. private DevExpress.XtraEditors.TextEdit txtTar;
  694. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  695. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  696. private DevExpress.XtraEditors.TextEdit txtX1;
  697. private DevExpress.XtraEditors.TextEdit txtY1;
  698. private DevExpress.XtraEditors.TextEdit txtZ1;
  699. private DevExpress.XtraEditors.TextEdit txtVX1;
  700. private DevExpress.XtraEditors.TextEdit txtVY1;
  701. private DevExpress.XtraEditors.TextEdit txtVZ1;
  702. private DevExpress.XtraEditors.TextEdit txtX2;
  703. private DevExpress.XtraEditors.TextEdit txtY2;
  704. private DevExpress.XtraEditors.TextEdit txtZ2;
  705. private DevExpress.XtraLayout.LayoutControlItem lcX1;
  706. private DevExpress.XtraLayout.LayoutControlItem lcY1;
  707. private DevExpress.XtraLayout.LayoutControlItem lcZ1;
  708. private DevExpress.XtraLayout.LayoutControlItem lcVZ1;
  709. private DevExpress.XtraLayout.LayoutControlItem lcVX1;
  710. private DevExpress.XtraLayout.LayoutControlItem lcVY1;
  711. private DevExpress.XtraLayout.LayoutControlItem lcX2;
  712. private DevExpress.XtraLayout.LayoutControlItem lcY2;
  713. private DevExpress.XtraLayout.LayoutControlItem lcZ2;
  714. private DevExpress.XtraEditors.TextEdit txtVX2;
  715. private DevExpress.XtraEditors.TextEdit txtVY2;
  716. private DevExpress.XtraEditors.TextEdit txtVZ2;
  717. private DevExpress.XtraLayout.LayoutControlItem lcVX2;
  718. private DevExpress.XtraLayout.LayoutControlItem lcVY2;
  719. private DevExpress.XtraLayout.LayoutControlItem lcVZ2;
  720. private DevExpress.XtraEditors.ButtonEdit txtTarFuMhz;
  721. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
  722. private DevExpress.XtraEditors.ButtonEdit txtRefFuMhz;
  723. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  724. private DevExpress.XtraEditors.TextEdit txtRec;
  725. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  726. private DevExpress.XtraEditors.TextEdit txtRef;
  727. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  728. private DevExpress.XtraEditors.ListBoxControl listBoxRes;
  729. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  730. }
  731. }