TarDfoLeoX1Calc.Designer.cs 45 KB

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