LeoX1ParamEditor.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class LeoX1ParamEditor
  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. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  50. this.txtDfo1 = new DevExpress.XtraEditors.ButtonEdit();
  51. this.txtsatStation = new DevExpress.XtraEditors.TextEdit();
  52. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  53. this.btnXl = new DevExpress.XtraEditors.SimpleButton();
  54. this.sigTime = new DevExpress.XtraEditors.DateEdit();
  55. this.txtDfo2 = new DevExpress.XtraEditors.ButtonEdit();
  56. this.txtTargetFreq = new DevExpress.XtraEditors.ButtonEdit();
  57. this.txtTargetDFreq = new DevExpress.XtraEditors.ButtonEdit();
  58. this.btnDfoCalc = new DevExpress.XtraEditors.SimpleButton();
  59. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  60. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  61. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.itemSigTime = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
  68. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  72. this.ucEphXYZAdja2 = new XdCxRhDW.App.UserControl.UCEphXYZParam();
  73. this.ucEphXYZAdja1 = new XdCxRhDW.App.UserControl.UCEphXYZParam();
  74. this.ucEphXYZMain = new XdCxRhDW.App.UserControl.UCEphXYZParam();
  75. this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
  76. this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
  77. this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  79. this.layoutControl1.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtDfo1.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtsatStation.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties.CalendarTimeProperties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtDfo2.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txtTargetFreq.Properties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtTargetDFreq.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.itemSigTime)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
  103. this.SuspendLayout();
  104. //
  105. // layoutControl1
  106. //
  107. this.layoutControl1.Controls.Add(this.ucEphXYZAdja2);
  108. this.layoutControl1.Controls.Add(this.ucEphXYZAdja1);
  109. this.layoutControl1.Controls.Add(this.ucEphXYZMain);
  110. this.layoutControl1.Controls.Add(this.txtDfo1);
  111. this.layoutControl1.Controls.Add(this.txtsatStation);
  112. this.layoutControl1.Controls.Add(this.btnOK);
  113. this.layoutControl1.Controls.Add(this.btnXl);
  114. this.layoutControl1.Controls.Add(this.sigTime);
  115. this.layoutControl1.Controls.Add(this.txtDfo2);
  116. this.layoutControl1.Controls.Add(this.txtTargetFreq);
  117. this.layoutControl1.Controls.Add(this.txtTargetDFreq);
  118. this.layoutControl1.Controls.Add(this.btnDfoCalc);
  119. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  121. this.layoutControl1.Name = "layoutControl1";
  122. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  123. this.layoutControl1.Root = this.Root;
  124. this.layoutControl1.Size = new System.Drawing.Size(642, 490);
  125. this.layoutControl1.TabIndex = 0;
  126. this.layoutControl1.Text = "layoutControl1";
  127. //
  128. // txtDfo1
  129. //
  130. this.txtDfo1.Location = new System.Drawing.Point(192, 71);
  131. this.txtDfo1.MaximumSize = new System.Drawing.Size(0, 20);
  132. this.txtDfo1.Name = "txtDfo1";
  133. this.txtDfo1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  134. 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)});
  135. this.txtDfo1.Properties.NullValuePrompt = "必需";
  136. this.txtDfo1.Size = new System.Drawing.Size(176, 20);
  137. this.txtDfo1.StyleController = this.layoutControl1;
  138. this.txtDfo1.TabIndex = 6;
  139. //
  140. // txtsatStation
  141. //
  142. this.txtsatStation.EditValue = "";
  143. this.txtsatStation.Location = new System.Drawing.Point(14, 29);
  144. this.txtsatStation.MaximumSize = new System.Drawing.Size(0, 20);
  145. this.txtsatStation.Name = "txtsatStation";
  146. this.txtsatStation.Properties.AutoHeight = false;
  147. this.txtsatStation.Size = new System.Drawing.Size(174, 20);
  148. this.txtsatStation.StyleController = this.layoutControl1;
  149. this.txtsatStation.TabIndex = 10;
  150. this.txtsatStation.ToolTip = "经度纬度之间用英文逗号隔开";
  151. //
  152. // btnOK
  153. //
  154. this.btnOK.Location = new System.Drawing.Point(532, 373);
  155. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  156. this.btnOK.Name = "btnOK";
  157. this.btnOK.Size = new System.Drawing.Size(96, 22);
  158. this.btnOK.StyleController = this.layoutControl1;
  159. this.btnOK.TabIndex = 12;
  160. this.btnOK.Text = "手动定位";
  161. this.btnOK.Click += new System.EventHandler(this.btnOk_Click);
  162. //
  163. // btnXl
  164. //
  165. this.btnXl.Location = new System.Drawing.Point(314, 373);
  166. this.btnXl.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  167. this.btnXl.Name = "btnXl";
  168. this.btnXl.Size = new System.Drawing.Size(96, 22);
  169. this.btnXl.StyleController = this.layoutControl1;
  170. this.btnXl.TabIndex = 12;
  171. this.btnXl.Text = "重新计算星历";
  172. this.btnXl.ToolTip = "根据信号时间使用匹配的双行根重新推算星历";
  173. this.btnXl.Click += new System.EventHandler(this.btnXl_Click);
  174. //
  175. // sigTime
  176. //
  177. this.sigTime.EditValue = null;
  178. this.sigTime.Location = new System.Drawing.Point(14, 71);
  179. this.sigTime.Name = "sigTime";
  180. this.sigTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  181. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  182. this.sigTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  183. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  184. this.sigTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  185. this.sigTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  186. this.sigTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  187. this.sigTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  188. this.sigTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  189. this.sigTime.Size = new System.Drawing.Size(174, 20);
  190. this.sigTime.StyleController = this.layoutControl1;
  191. this.sigTime.TabIndex = 9;
  192. //
  193. // txtDfo2
  194. //
  195. this.txtDfo2.Location = new System.Drawing.Point(372, 71);
  196. this.txtDfo2.MaximumSize = new System.Drawing.Size(0, 20);
  197. this.txtDfo2.Name = "txtDfo2";
  198. this.txtDfo2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  199. 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)});
  200. this.txtDfo2.Properties.NullValuePrompt = "必需";
  201. this.txtDfo2.Size = new System.Drawing.Size(256, 20);
  202. this.txtDfo2.StyleController = this.layoutControl1;
  203. this.txtDfo2.TabIndex = 6;
  204. //
  205. // txtTargetFreq
  206. //
  207. this.txtTargetFreq.Location = new System.Drawing.Point(374, 29);
  208. this.txtTargetFreq.MaximumSize = new System.Drawing.Size(0, 20);
  209. this.txtTargetFreq.Name = "txtTargetFreq";
  210. this.txtTargetFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  211. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  212. this.txtTargetFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  213. this.txtTargetFreq.Size = new System.Drawing.Size(256, 20);
  214. this.txtTargetFreq.StyleController = this.layoutControl1;
  215. this.txtTargetFreq.TabIndex = 6;
  216. //
  217. // txtTargetDFreq
  218. //
  219. this.txtTargetDFreq.Location = new System.Drawing.Point(192, 29);
  220. this.txtTargetDFreq.MaximumSize = new System.Drawing.Size(0, 20);
  221. this.txtTargetDFreq.Name = "txtTargetDFreq";
  222. this.txtTargetDFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  223. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  224. this.txtTargetDFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  225. this.txtTargetDFreq.Size = new System.Drawing.Size(176, 20);
  226. this.txtTargetDFreq.StyleController = this.layoutControl1;
  227. this.txtTargetDFreq.TabIndex = 6;
  228. //
  229. // btnDfoCalc
  230. //
  231. this.btnDfoCalc.Location = new System.Drawing.Point(422, 373);
  232. this.btnDfoCalc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  233. this.btnDfoCalc.Name = "btnDfoCalc";
  234. this.btnDfoCalc.Size = new System.Drawing.Size(96, 22);
  235. this.btnDfoCalc.StyleController = this.layoutControl1;
  236. this.btnDfoCalc.TabIndex = 12;
  237. this.btnDfoCalc.Text = "频差线";
  238. this.btnDfoCalc.Click += new System.EventHandler(this.btnDfoCalc_Click);
  239. //
  240. // Root
  241. //
  242. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  243. this.Root.GroupBordersVisible = false;
  244. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  245. this.emptySpaceItem3,
  246. this.layoutControlItem2,
  247. this.layoutControlItem14,
  248. this.layoutControlItem17,
  249. this.layoutControlItem19,
  250. this.itemSigTime,
  251. this.layoutControlItem21,
  252. this.simpleLabelItem1,
  253. this.layoutControlItem16,
  254. this.layoutControlItem20,
  255. this.layoutControlItem25,
  256. this.layoutControlItem3,
  257. this.layoutControlItem23,
  258. this.layoutControlItem6});
  259. this.Root.Name = "Root";
  260. this.Root.Size = new System.Drawing.Size(642, 490);
  261. this.Root.TextVisible = false;
  262. //
  263. // emptySpaceItem3
  264. //
  265. this.emptySpaceItem3.AllowHotTrack = false;
  266. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 354);
  267. this.emptySpaceItem3.Name = "emptySpaceItem3";
  268. this.emptySpaceItem3.Size = new System.Drawing.Size(302, 33);
  269. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  270. //
  271. // layoutControlItem2
  272. //
  273. this.layoutControlItem2.Control = this.txtDfo1;
  274. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  275. this.layoutControlItem2.CustomizationFormText = "轨道经度";
  276. this.layoutControlItem2.Location = new System.Drawing.Point(180, 42);
  277. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 42);
  278. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 42);
  279. this.layoutControlItem2.Name = "layoutControlItem2";
  280. this.layoutControlItem2.Size = new System.Drawing.Size(180, 42);
  281. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  282. this.layoutControlItem2.Text = "第一时刻频差";
  283. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  284. this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
  285. //
  286. // layoutControlItem14
  287. //
  288. this.layoutControlItem14.Control = this.txtsatStation;
  289. this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  290. this.layoutControlItem14.CustomizationFormText = "参考站经纬度";
  291. this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
  292. this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 42);
  293. this.layoutControlItem14.MinSize = new System.Drawing.Size(77, 42);
  294. this.layoutControlItem14.Name = "layoutControlItem14";
  295. this.layoutControlItem14.Size = new System.Drawing.Size(180, 42);
  296. this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  297. this.layoutControlItem14.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 0, 0, 0);
  298. this.layoutControlItem14.Text = "接收站经纬度";
  299. this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
  300. this.layoutControlItem14.TextSize = new System.Drawing.Size(72, 14);
  301. //
  302. // layoutControlItem17
  303. //
  304. this.layoutControlItem17.Control = this.btnOK;
  305. this.layoutControlItem17.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  306. this.layoutControlItem17.CustomizationFormText = "layoutControlItem1";
  307. this.layoutControlItem17.Location = new System.Drawing.Point(512, 354);
  308. this.layoutControlItem17.MaxSize = new System.Drawing.Size(110, 33);
  309. this.layoutControlItem17.MinSize = new System.Drawing.Size(110, 33);
  310. this.layoutControlItem17.Name = "layoutControlItem17";
  311. this.layoutControlItem17.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 2, 9, 2);
  312. this.layoutControlItem17.Size = new System.Drawing.Size(110, 33);
  313. this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  314. this.layoutControlItem17.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 2, 0, 0);
  315. this.layoutControlItem17.Text = "layoutControlItem1";
  316. this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
  317. this.layoutControlItem17.TextVisible = false;
  318. //
  319. // layoutControlItem19
  320. //
  321. this.layoutControlItem19.Control = this.btnXl;
  322. this.layoutControlItem19.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  323. this.layoutControlItem19.CustomizationFormText = "layoutControlItem1";
  324. this.layoutControlItem19.Location = new System.Drawing.Point(302, 354);
  325. this.layoutControlItem19.MaxSize = new System.Drawing.Size(100, 33);
  326. this.layoutControlItem19.MinSize = new System.Drawing.Size(100, 33);
  327. this.layoutControlItem19.Name = "layoutControlItem19";
  328. this.layoutControlItem19.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  329. this.layoutControlItem19.Size = new System.Drawing.Size(100, 33);
  330. this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  331. this.layoutControlItem19.Text = "layoutControlItem1";
  332. this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
  333. this.layoutControlItem19.TextVisible = false;
  334. //
  335. // itemSigTime
  336. //
  337. this.itemSigTime.Control = this.sigTime;
  338. this.itemSigTime.Location = new System.Drawing.Point(0, 42);
  339. this.itemSigTime.MaxSize = new System.Drawing.Size(0, 42);
  340. this.itemSigTime.MinSize = new System.Drawing.Size(83, 42);
  341. this.itemSigTime.Name = "itemSigTime";
  342. this.itemSigTime.Size = new System.Drawing.Size(180, 42);
  343. this.itemSigTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  344. this.itemSigTime.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 0, 0, 0);
  345. this.itemSigTime.Text = "信号时间";
  346. this.itemSigTime.TextLocation = DevExpress.Utils.Locations.Top;
  347. this.itemSigTime.TextSize = new System.Drawing.Size(72, 14);
  348. //
  349. // layoutControlItem21
  350. //
  351. this.layoutControlItem21.Control = this.txtTargetDFreq;
  352. this.layoutControlItem21.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  353. this.layoutControlItem21.CustomizationFormText = "轨道经度";
  354. this.layoutControlItem21.Location = new System.Drawing.Point(180, 0);
  355. this.layoutControlItem21.MaxSize = new System.Drawing.Size(0, 42);
  356. this.layoutControlItem21.MinSize = new System.Drawing.Size(54, 42);
  357. this.layoutControlItem21.Name = "layoutControlItem21";
  358. this.layoutControlItem21.Size = new System.Drawing.Size(180, 42);
  359. this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  360. this.layoutControlItem21.Text = "目标下行频点";
  361. this.layoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top;
  362. this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 14);
  363. //
  364. // simpleLabelItem1
  365. //
  366. this.simpleLabelItem1.AllowHotTrack = false;
  367. this.simpleLabelItem1.Location = new System.Drawing.Point(0, 387);
  368. this.simpleLabelItem1.MaxSize = new System.Drawing.Size(0, 18);
  369. this.simpleLabelItem1.MinSize = new System.Drawing.Size(126, 18);
  370. this.simpleLabelItem1.Name = "simpleLabelItem1";
  371. this.simpleLabelItem1.Size = new System.Drawing.Size(622, 83);
  372. this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  373. this.simpleLabelItem1.Text = " ";
  374. this.simpleLabelItem1.TextSize = new System.Drawing.Size(72, 14);
  375. //
  376. // layoutControlItem3
  377. //
  378. this.layoutControlItem3.Control = this.btnDfoCalc;
  379. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  380. this.layoutControlItem3.CustomizationFormText = "layoutControlItem1";
  381. this.layoutControlItem3.Location = new System.Drawing.Point(402, 354);
  382. this.layoutControlItem3.MaxSize = new System.Drawing.Size(110, 33);
  383. this.layoutControlItem3.MinSize = new System.Drawing.Size(110, 33);
  384. this.layoutControlItem3.Name = "layoutControlItem3";
  385. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 2, 9, 2);
  386. this.layoutControlItem3.Size = new System.Drawing.Size(110, 33);
  387. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  388. this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 2, 0, 0);
  389. this.layoutControlItem3.Text = "layoutControlItem1";
  390. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  391. this.layoutControlItem3.TextVisible = false;
  392. //
  393. // layoutControlItem23
  394. //
  395. this.layoutControlItem23.Control = this.txtTargetFreq;
  396. this.layoutControlItem23.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  397. this.layoutControlItem23.CustomizationFormText = "轨道经度";
  398. this.layoutControlItem23.Location = new System.Drawing.Point(360, 0);
  399. this.layoutControlItem23.MaxSize = new System.Drawing.Size(0, 42);
  400. this.layoutControlItem23.MinSize = new System.Drawing.Size(54, 42);
  401. this.layoutControlItem23.Name = "layoutControlItem23";
  402. this.layoutControlItem23.Size = new System.Drawing.Size(262, 42);
  403. this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  404. this.layoutControlItem23.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 0, 0, 0);
  405. this.layoutControlItem23.Text = "目标上行频点";
  406. this.layoutControlItem23.TextLocation = DevExpress.Utils.Locations.Top;
  407. this.layoutControlItem23.TextSize = new System.Drawing.Size(72, 14);
  408. //
  409. // layoutControlItem6
  410. //
  411. this.layoutControlItem6.Control = this.txtDfo2;
  412. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  413. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  414. this.layoutControlItem6.Location = new System.Drawing.Point(360, 42);
  415. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 42);
  416. this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 42);
  417. this.layoutControlItem6.Name = "layoutControlItem6";
  418. this.layoutControlItem6.Size = new System.Drawing.Size(262, 42);
  419. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  420. this.layoutControlItem6.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 2, 0, 0);
  421. this.layoutControlItem6.Text = "第二时刻频差";
  422. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  423. this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
  424. //
  425. // dxErrorProvider
  426. //
  427. this.dxErrorProvider.ContainerControl = this;
  428. //
  429. // ucEphXYZAdja2
  430. //
  431. this.ucEphXYZAdja2.Location = new System.Drawing.Point(12, 276);
  432. this.ucEphXYZAdja2.Name = "ucEphXYZAdja2";
  433. this.ucEphXYZAdja2.Size = new System.Drawing.Size(618, 86);
  434. this.ucEphXYZAdja2.TabIndex = 15;
  435. //
  436. // ucEphXYZAdja1
  437. //
  438. this.ucEphXYZAdja1.Location = new System.Drawing.Point(12, 186);
  439. this.ucEphXYZAdja1.Name = "ucEphXYZAdja1";
  440. this.ucEphXYZAdja1.Size = new System.Drawing.Size(618, 86);
  441. this.ucEphXYZAdja1.TabIndex = 14;
  442. //
  443. // ucEphXYZMain
  444. //
  445. this.ucEphXYZMain.Location = new System.Drawing.Point(12, 96);
  446. this.ucEphXYZMain.Name = "ucEphXYZMain";
  447. this.ucEphXYZMain.Size = new System.Drawing.Size(618, 86);
  448. this.ucEphXYZMain.TabIndex = 13;
  449. //
  450. // layoutControlItem16
  451. //
  452. this.layoutControlItem16.Control = this.ucEphXYZMain;
  453. this.layoutControlItem16.Location = new System.Drawing.Point(0, 84);
  454. this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 90);
  455. this.layoutControlItem16.MinSize = new System.Drawing.Size(190, 90);
  456. this.layoutControlItem16.Name = "layoutControlItem16";
  457. this.layoutControlItem16.Size = new System.Drawing.Size(622, 90);
  458. this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  459. this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
  460. this.layoutControlItem16.TextVisible = false;
  461. //
  462. // layoutControlItem20
  463. //
  464. this.layoutControlItem20.Control = this.ucEphXYZAdja1;
  465. this.layoutControlItem20.Location = new System.Drawing.Point(0, 174);
  466. this.layoutControlItem20.MaxSize = new System.Drawing.Size(0, 90);
  467. this.layoutControlItem20.MinSize = new System.Drawing.Size(190, 90);
  468. this.layoutControlItem20.Name = "layoutControlItem20";
  469. this.layoutControlItem20.Size = new System.Drawing.Size(622, 90);
  470. this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  471. this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
  472. this.layoutControlItem20.TextVisible = false;
  473. //
  474. // layoutControlItem25
  475. //
  476. this.layoutControlItem25.Control = this.ucEphXYZAdja2;
  477. this.layoutControlItem25.Location = new System.Drawing.Point(0, 264);
  478. this.layoutControlItem25.MaxSize = new System.Drawing.Size(0, 90);
  479. this.layoutControlItem25.MinSize = new System.Drawing.Size(190, 90);
  480. this.layoutControlItem25.Name = "layoutControlItem25";
  481. this.layoutControlItem25.Size = new System.Drawing.Size(622, 90);
  482. this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  483. this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
  484. this.layoutControlItem25.TextVisible = false;
  485. //
  486. // LeoX1ParamEditor
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.Controls.Add(this.layoutControl1);
  491. this.Name = "LeoX1ParamEditor";
  492. this.Size = new System.Drawing.Size(642, 490);
  493. this.Load += new System.EventHandler(this.LeoX1ParamEditor_Load);
  494. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  495. this.layoutControl1.ResumeLayout(false);
  496. ((System.ComponentModel.ISupportInitialize)(this.txtDfo1.Properties)).EndInit();
  497. ((System.ComponentModel.ISupportInitialize)(this.txtsatStation.Properties)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties.CalendarTimeProperties)).EndInit();
  499. ((System.ComponentModel.ISupportInitialize)(this.sigTime.Properties)).EndInit();
  500. ((System.ComponentModel.ISupportInitialize)(this.txtDfo2.Properties)).EndInit();
  501. ((System.ComponentModel.ISupportInitialize)(this.txtTargetFreq.Properties)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.txtTargetDFreq.Properties)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  506. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
  508. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
  509. ((System.ComponentModel.ISupportInitialize)(this.itemSigTime)).EndInit();
  510. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
  511. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
  516. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
  519. this.ResumeLayout(false);
  520. }
  521. #endregion
  522. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  523. private DevExpress.XtraLayout.LayoutControlGroup Root;
  524. private DevExpress.XtraEditors.DateEdit sigTime;
  525. private DevExpress.XtraLayout.LayoutControlItem itemSigTime;
  526. private DevExpress.XtraEditors.ButtonEdit txtDfo1;
  527. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  528. private DevExpress.XtraEditors.ButtonEdit txtDfo2;
  529. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  530. private DevExpress.XtraEditors.TextEdit txtsatStation;
  531. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
  532. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
  533. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  534. private DevExpress.XtraEditors.SimpleButton btnOK;
  535. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
  536. private DevExpress.XtraEditors.SimpleButton btnXl;
  537. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
  538. private DevExpress.XtraEditors.ButtonEdit txtTargetDFreq;
  539. private DevExpress.XtraEditors.ButtonEdit txtTargetFreq;
  540. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
  541. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
  542. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
  543. private UserControl.UCEphXYZParam ucEphXYZAdja1;
  544. private UserControl.UCEphXYZParam ucEphXYZMain;
  545. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
  546. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
  547. private UserControl.UCEphXYZParam ucEphXYZAdja2;
  548. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
  549. private DevExpress.XtraEditors.SimpleButton btnDfoCalc;
  550. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  551. }
  552. }