X1D1DTOParamEditor.Designer.cs 40 KB

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