X3GDOPParam.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. namespace XdCxRhDW.App.UserControl
  2. {
  3. partial class X3GDOPParam
  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 Component 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 editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  38. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  39. this.txtCapTime = new DevExpress.XtraEditors.DateEdit();
  40. this.txtRefLocation1 = new DevExpress.XtraEditors.TextEdit();
  41. this.txtTleMain = new DevExpress.XtraEditors.SearchLookUpEdit();
  42. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. this.txtTleAdja1 = new DevExpress.XtraEditors.SearchLookUpEdit();
  44. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.txtDtousErr1 = new DevExpress.XtraEditors.ButtonEdit();
  46. this.txtSatLocErr1 = new DevExpress.XtraEditors.ButtonEdit();
  47. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  49. this.txtTleAdja2 = new DevExpress.XtraEditors.SearchLookUpEdit();
  50. this.gridView11 = new DevExpress.XtraGrid.Views.Grid.GridView();
  51. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  52. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  59. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.txtAdjaSat2 = new DevExpress.XtraLayout.SimpleLabelItem();
  63. this.txtAdjaSat1 = new DevExpress.XtraLayout.SimpleLabelItem();
  64. this.txtMainSat = new DevExpress.XtraLayout.SimpleLabelItem();
  65. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  67. this.layoutControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtCapTime.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtCapTime.Properties.CalendarTimeProperties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtRefLocation1.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtTleMain.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtTleAdja1.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtDtousErr1.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtSatLocErr1.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtTleAdja2.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.gridView11)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat2)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  94. this.SuspendLayout();
  95. //
  96. // layoutControl1
  97. //
  98. this.layoutControl1.Controls.Add(this.txtCapTime);
  99. this.layoutControl1.Controls.Add(this.txtRefLocation1);
  100. this.layoutControl1.Controls.Add(this.txtTleMain);
  101. this.layoutControl1.Controls.Add(this.txtTleAdja1);
  102. this.layoutControl1.Controls.Add(this.txtDtousErr1);
  103. this.layoutControl1.Controls.Add(this.txtSatLocErr1);
  104. this.layoutControl1.Controls.Add(this.btnClose);
  105. this.layoutControl1.Controls.Add(this.btnOk);
  106. this.layoutControl1.Controls.Add(this.txtTleAdja2);
  107. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  109. this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  110. this.layoutControl1.Name = "layoutControl1";
  111. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(993, 379, 650, 400);
  112. this.layoutControl1.Root = this.Root;
  113. this.layoutControl1.Size = new System.Drawing.Size(345, 601);
  114. this.layoutControl1.TabIndex = 0;
  115. this.layoutControl1.Text = "layoutControl1";
  116. //
  117. // txtCapTime
  118. //
  119. this.txtCapTime.EditValue = null;
  120. this.txtCapTime.Location = new System.Drawing.Point(2, 148);
  121. this.txtCapTime.Margin = new System.Windows.Forms.Padding(2);
  122. this.txtCapTime.MaximumSize = new System.Drawing.Size(0, 22);
  123. this.txtCapTime.MinimumSize = new System.Drawing.Size(0, 22);
  124. this.txtCapTime.Name = "txtCapTime";
  125. this.txtCapTime.Properties.AutoHeight = false;
  126. this.txtCapTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  127. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  128. this.txtCapTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  129. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  130. this.txtCapTime.Size = new System.Drawing.Size(341, 22);
  131. this.txtCapTime.StyleController = this.layoutControl1;
  132. this.txtCapTime.TabIndex = 8;
  133. //
  134. // txtRefLocation1
  135. //
  136. this.txtRefLocation1.EditValue = "";
  137. this.txtRefLocation1.Location = new System.Drawing.Point(2, 191);
  138. this.txtRefLocation1.Margin = new System.Windows.Forms.Padding(2);
  139. this.txtRefLocation1.MaximumSize = new System.Drawing.Size(0, 22);
  140. this.txtRefLocation1.MinimumSize = new System.Drawing.Size(0, 22);
  141. this.txtRefLocation1.Name = "txtRefLocation1";
  142. this.txtRefLocation1.Properties.AutoHeight = false;
  143. this.txtRefLocation1.Size = new System.Drawing.Size(341, 22);
  144. this.txtRefLocation1.StyleController = this.layoutControl1;
  145. this.txtRefLocation1.TabIndex = 10;
  146. this.txtRefLocation1.ToolTip = "经度纬度之间用英文逗号隔开";
  147. //
  148. // txtTleMain
  149. //
  150. this.txtTleMain.EditValue = "";
  151. this.txtTleMain.Location = new System.Drawing.Point(2, 19);
  152. this.txtTleMain.Margin = new System.Windows.Forms.Padding(2);
  153. this.txtTleMain.MaximumSize = new System.Drawing.Size(0, 22);
  154. this.txtTleMain.MinimumSize = new System.Drawing.Size(0, 22);
  155. this.txtTleMain.Name = "txtTleMain";
  156. this.txtTleMain.Properties.AutoHeight = false;
  157. this.txtTleMain.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  158. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  159. this.txtTleMain.Properties.NullText = "";
  160. this.txtTleMain.Properties.PopupSizeable = false;
  161. this.txtTleMain.Properties.PopupView = this.searchLookUpEdit1View;
  162. this.txtTleMain.Size = new System.Drawing.Size(341, 22);
  163. this.txtTleMain.StyleController = this.layoutControl1;
  164. this.txtTleMain.TabIndex = 4;
  165. this.txtTleMain.ToolTip = "填写卫星的双行根数";
  166. //
  167. // searchLookUpEdit1View
  168. //
  169. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  170. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  171. this.searchLookUpEdit1View.OptionsEditForm.PopupEditFormWidth = 430;
  172. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  173. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  174. //
  175. // txtTleAdja1
  176. //
  177. this.txtTleAdja1.EditValue = "";
  178. this.txtTleAdja1.Location = new System.Drawing.Point(2, 62);
  179. this.txtTleAdja1.Margin = new System.Windows.Forms.Padding(2);
  180. this.txtTleAdja1.MaximumSize = new System.Drawing.Size(0, 22);
  181. this.txtTleAdja1.MinimumSize = new System.Drawing.Size(0, 22);
  182. this.txtTleAdja1.Name = "txtTleAdja1";
  183. this.txtTleAdja1.Properties.AutoHeight = false;
  184. this.txtTleAdja1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  185. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  186. this.txtTleAdja1.Properties.NullText = "";
  187. this.txtTleAdja1.Properties.PopupSizeable = false;
  188. this.txtTleAdja1.Properties.PopupView = this.gridView1;
  189. this.txtTleAdja1.Size = new System.Drawing.Size(341, 22);
  190. this.txtTleAdja1.StyleController = this.layoutControl1;
  191. this.txtTleAdja1.TabIndex = 5;
  192. this.txtTleAdja1.ToolTip = "填写卫星的双行根数";
  193. //
  194. // gridView1
  195. //
  196. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  197. this.gridView1.Name = "gridView1";
  198. this.gridView1.OptionsEditForm.PopupEditFormWidth = 430;
  199. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  200. this.gridView1.OptionsView.ShowGroupPanel = false;
  201. //
  202. // txtDtousErr1
  203. //
  204. this.txtDtousErr1.EditValue = "";
  205. this.txtDtousErr1.Location = new System.Drawing.Point(2, 234);
  206. this.txtDtousErr1.Margin = new System.Windows.Forms.Padding(2);
  207. this.txtDtousErr1.MaximumSize = new System.Drawing.Size(0, 22);
  208. this.txtDtousErr1.MinimumSize = new System.Drawing.Size(0, 22);
  209. this.txtDtousErr1.Name = "txtDtousErr1";
  210. this.txtDtousErr1.Properties.AutoHeight = false;
  211. this.txtDtousErr1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  212. 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)});
  213. this.txtDtousErr1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  214. this.txtDtousErr1.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  215. this.txtDtousErr1.Properties.MaskSettings.Set("mask", "f");
  216. this.txtDtousErr1.Size = new System.Drawing.Size(341, 22);
  217. this.txtDtousErr1.StyleController = this.layoutControl1;
  218. this.txtDtousErr1.TabIndex = 6;
  219. this.txtDtousErr1.ToolTip = "ECEF坐标X";
  220. //
  221. // txtSatLocErr1
  222. //
  223. this.txtSatLocErr1.EditValue = "";
  224. this.txtSatLocErr1.Location = new System.Drawing.Point(2, 278);
  225. this.txtSatLocErr1.Margin = new System.Windows.Forms.Padding(2);
  226. this.txtSatLocErr1.MaximumSize = new System.Drawing.Size(0, 22);
  227. this.txtSatLocErr1.MinimumSize = new System.Drawing.Size(0, 22);
  228. this.txtSatLocErr1.Name = "txtSatLocErr1";
  229. this.txtSatLocErr1.Properties.AutoHeight = false;
  230. this.txtSatLocErr1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  231. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "m", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  232. this.txtSatLocErr1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  233. this.txtSatLocErr1.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  234. this.txtSatLocErr1.Properties.MaskSettings.Set("mask", "f");
  235. this.txtSatLocErr1.Size = new System.Drawing.Size(341, 22);
  236. this.txtSatLocErr1.StyleController = this.layoutControl1;
  237. this.txtSatLocErr1.TabIndex = 6;
  238. this.txtSatLocErr1.ToolTip = "ECEF坐标X";
  239. //
  240. // btnClose
  241. //
  242. this.btnClose.Location = new System.Drawing.Point(2, 312);
  243. this.btnClose.Margin = new System.Windows.Forms.Padding(2);
  244. this.btnClose.Name = "btnClose";
  245. this.btnClose.Size = new System.Drawing.Size(172, 22);
  246. this.btnClose.StyleController = this.layoutControl1;
  247. this.btnClose.TabIndex = 13;
  248. this.btnClose.Text = "关闭";
  249. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  250. //
  251. // btnOk
  252. //
  253. this.btnOk.Location = new System.Drawing.Point(178, 312);
  254. this.btnOk.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  255. this.btnOk.Name = "btnOk";
  256. this.btnOk.Size = new System.Drawing.Size(165, 22);
  257. this.btnOk.StyleController = this.layoutControl1;
  258. this.btnOk.TabIndex = 12;
  259. this.btnOk.Text = "确定";
  260. this.btnOk.Click += new System.EventHandler(this.btnX1D2_Click);
  261. //
  262. // txtTleAdja2
  263. //
  264. this.txtTleAdja2.EditValue = "";
  265. this.txtTleAdja2.Location = new System.Drawing.Point(2, 105);
  266. this.txtTleAdja2.Margin = new System.Windows.Forms.Padding(2);
  267. this.txtTleAdja2.MaximumSize = new System.Drawing.Size(0, 22);
  268. this.txtTleAdja2.MinimumSize = new System.Drawing.Size(0, 22);
  269. this.txtTleAdja2.Name = "txtTleAdja2";
  270. this.txtTleAdja2.Properties.AutoHeight = false;
  271. this.txtTleAdja2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  272. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  273. this.txtTleAdja2.Properties.NullText = "";
  274. this.txtTleAdja2.Properties.PopupSizeable = false;
  275. this.txtTleAdja2.Properties.PopupView = this.gridView11;
  276. this.txtTleAdja2.Size = new System.Drawing.Size(341, 22);
  277. this.txtTleAdja2.StyleController = this.layoutControl1;
  278. this.txtTleAdja2.TabIndex = 5;
  279. this.txtTleAdja2.ToolTip = "填写卫星的双行根数";
  280. //
  281. // gridView11
  282. //
  283. this.gridView11.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  284. this.gridView11.Name = "gridView11";
  285. this.gridView11.OptionsEditForm.PopupEditFormWidth = 430;
  286. this.gridView11.OptionsSelection.EnableAppearanceFocusedCell = false;
  287. this.gridView11.OptionsView.ShowGroupPanel = false;
  288. //
  289. // Root
  290. //
  291. this.Root.GroupBordersVisible = false;
  292. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  293. this.layoutControlItem8,
  294. this.layoutControlItem9,
  295. this.layoutControlItem11,
  296. this.layoutControlItem14,
  297. this.layoutControlItem4,
  298. this.layoutControlItem5,
  299. this.emptySpaceItem1,
  300. this.layoutControlItem2,
  301. this.layoutControlItem3,
  302. this.layoutControlItem6,
  303. this.txtAdjaSat2,
  304. this.txtAdjaSat1,
  305. this.txtMainSat,
  306. this.emptySpaceItem2});
  307. this.Root.Name = "Root";
  308. this.Root.Size = new System.Drawing.Size(345, 601);
  309. this.Root.TextVisible = false;
  310. //
  311. // layoutControlItem8
  312. //
  313. this.layoutControlItem8.Control = this.txtTleMain;
  314. this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  315. this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
  316. this.layoutControlItem8.Name = "layoutControlItem8";
  317. this.layoutControlItem8.Size = new System.Drawing.Size(345, 43);
  318. this.layoutControlItem8.Text = "主星星历";
  319. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  320. this.layoutControlItem8.TextSize = new System.Drawing.Size(93, 14);
  321. //
  322. // layoutControlItem9
  323. //
  324. this.layoutControlItem9.Control = this.txtTleAdja1;
  325. this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  326. this.layoutControlItem9.Location = new System.Drawing.Point(0, 43);
  327. this.layoutControlItem9.Name = "layoutControlItem9";
  328. this.layoutControlItem9.Size = new System.Drawing.Size(345, 43);
  329. this.layoutControlItem9.Text = "邻星1星历";
  330. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  331. this.layoutControlItem9.TextSize = new System.Drawing.Size(93, 14);
  332. //
  333. // layoutControlItem11
  334. //
  335. this.layoutControlItem11.Control = this.txtCapTime;
  336. this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  337. this.layoutControlItem11.Location = new System.Drawing.Point(0, 129);
  338. this.layoutControlItem11.Name = "layoutControlItem11";
  339. this.layoutControlItem11.Size = new System.Drawing.Size(345, 43);
  340. this.layoutControlItem11.Text = "采集时刻";
  341. this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
  342. this.layoutControlItem11.TextSize = new System.Drawing.Size(93, 14);
  343. //
  344. // layoutControlItem14
  345. //
  346. this.layoutControlItem14.Control = this.txtRefLocation1;
  347. this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  348. this.layoutControlItem14.Location = new System.Drawing.Point(0, 172);
  349. this.layoutControlItem14.Name = "layoutControlItem14";
  350. this.layoutControlItem14.Size = new System.Drawing.Size(345, 43);
  351. this.layoutControlItem14.Text = "参考站经纬度";
  352. this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
  353. this.layoutControlItem14.TextSize = new System.Drawing.Size(93, 14);
  354. //
  355. // layoutControlItem4
  356. //
  357. this.layoutControlItem4.Control = this.txtDtousErr1;
  358. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  359. this.layoutControlItem4.CustomizationFormText = "低轨卫星X";
  360. this.layoutControlItem4.Location = new System.Drawing.Point(0, 215);
  361. this.layoutControlItem4.Name = "layoutControlItem4";
  362. this.layoutControlItem4.Size = new System.Drawing.Size(345, 44);
  363. this.layoutControlItem4.Text = "时差误差";
  364. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  365. this.layoutControlItem4.TextSize = new System.Drawing.Size(93, 14);
  366. //
  367. // layoutControlItem5
  368. //
  369. this.layoutControlItem5.Control = this.txtSatLocErr1;
  370. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  371. this.layoutControlItem5.CustomizationFormText = "低轨卫星X";
  372. this.layoutControlItem5.Location = new System.Drawing.Point(0, 259);
  373. this.layoutControlItem5.Name = "layoutControlItem5";
  374. this.layoutControlItem5.Size = new System.Drawing.Size(345, 44);
  375. this.layoutControlItem5.Text = "星历位置误差";
  376. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  377. this.layoutControlItem5.TextSize = new System.Drawing.Size(93, 14);
  378. //
  379. // emptySpaceItem1
  380. //
  381. this.emptySpaceItem1.AllowHotTrack = false;
  382. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 336);
  383. this.emptySpaceItem1.Name = "emptySpaceItem1";
  384. this.emptySpaceItem1.Size = new System.Drawing.Size(345, 175);
  385. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  386. //
  387. // layoutControlItem2
  388. //
  389. this.layoutControlItem2.Control = this.btnClose;
  390. this.layoutControlItem2.Location = new System.Drawing.Point(0, 303);
  391. this.layoutControlItem2.Name = "layoutControlItem2";
  392. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  393. this.layoutControlItem2.Size = new System.Drawing.Size(176, 33);
  394. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  395. this.layoutControlItem2.TextVisible = false;
  396. //
  397. // layoutControlItem3
  398. //
  399. this.layoutControlItem3.Control = this.btnOk;
  400. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  401. this.layoutControlItem3.CustomizationFormText = "layoutControlItem1";
  402. this.layoutControlItem3.Location = new System.Drawing.Point(176, 303);
  403. this.layoutControlItem3.Name = "layoutControlItem3";
  404. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  405. this.layoutControlItem3.Size = new System.Drawing.Size(169, 33);
  406. this.layoutControlItem3.Text = "layoutControlItem1";
  407. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  408. this.layoutControlItem3.TextVisible = false;
  409. //
  410. // layoutControlItem6
  411. //
  412. this.layoutControlItem6.Control = this.txtTleAdja2;
  413. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  414. this.layoutControlItem6.CustomizationFormText = "邻星星历";
  415. this.layoutControlItem6.Location = new System.Drawing.Point(0, 86);
  416. this.layoutControlItem6.Name = "layoutControlItem6";
  417. this.layoutControlItem6.Size = new System.Drawing.Size(345, 43);
  418. this.layoutControlItem6.Text = "邻星2星历";
  419. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  420. this.layoutControlItem6.TextSize = new System.Drawing.Size(93, 14);
  421. //
  422. // txtAdjaSat2
  423. //
  424. this.txtAdjaSat2.AllowHotTrack = false;
  425. this.txtAdjaSat2.AppearanceItemCaption.ForeColor = System.Drawing.Color.SteelBlue;
  426. this.txtAdjaSat2.AppearanceItemCaption.Options.UseForeColor = true;
  427. this.txtAdjaSat2.Location = new System.Drawing.Point(0, 555);
  428. this.txtAdjaSat2.MaxSize = new System.Drawing.Size(0, 22);
  429. this.txtAdjaSat2.MinSize = new System.Drawing.Size(126, 22);
  430. this.txtAdjaSat2.Name = "txtAdjaSat2";
  431. this.txtAdjaSat2.Size = new System.Drawing.Size(345, 22);
  432. this.txtAdjaSat2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  433. this.txtAdjaSat2.TextSize = new System.Drawing.Size(93, 14);
  434. //
  435. // txtAdjaSat1
  436. //
  437. this.txtAdjaSat1.AllowHotTrack = false;
  438. this.txtAdjaSat1.AppearanceItemCaption.ForeColor = System.Drawing.Color.SteelBlue;
  439. this.txtAdjaSat1.AppearanceItemCaption.Options.UseForeColor = true;
  440. this.txtAdjaSat1.Location = new System.Drawing.Point(0, 533);
  441. this.txtAdjaSat1.MaxSize = new System.Drawing.Size(0, 22);
  442. this.txtAdjaSat1.MinSize = new System.Drawing.Size(126, 22);
  443. this.txtAdjaSat1.Name = "txtAdjaSat1";
  444. this.txtAdjaSat1.Size = new System.Drawing.Size(345, 22);
  445. this.txtAdjaSat1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  446. this.txtAdjaSat1.TextSize = new System.Drawing.Size(93, 14);
  447. //
  448. // txtMainSat
  449. //
  450. this.txtMainSat.AllowHotTrack = false;
  451. this.txtMainSat.AppearanceItemCaption.ForeColor = System.Drawing.Color.SteelBlue;
  452. this.txtMainSat.AppearanceItemCaption.Options.UseForeColor = true;
  453. this.txtMainSat.Location = new System.Drawing.Point(0, 511);
  454. this.txtMainSat.MaxSize = new System.Drawing.Size(0, 22);
  455. this.txtMainSat.MinSize = new System.Drawing.Size(126, 22);
  456. this.txtMainSat.Name = "txtMainSat";
  457. this.txtMainSat.Size = new System.Drawing.Size(345, 22);
  458. this.txtMainSat.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  459. this.txtMainSat.TextSize = new System.Drawing.Size(93, 14);
  460. //
  461. // emptySpaceItem2
  462. //
  463. this.emptySpaceItem2.AllowHotTrack = false;
  464. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 577);
  465. this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 24);
  466. this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
  467. this.emptySpaceItem2.Name = "emptySpaceItem2";
  468. this.emptySpaceItem2.Size = new System.Drawing.Size(345, 24);
  469. this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  470. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  471. //
  472. // X3GDOPParam
  473. //
  474. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  475. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  476. this.Controls.Add(this.layoutControl1);
  477. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  478. this.Name = "X3GDOPParam";
  479. this.Size = new System.Drawing.Size(345, 601);
  480. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  481. this.layoutControl1.ResumeLayout(false);
  482. ((System.ComponentModel.ISupportInitialize)(this.txtCapTime.Properties.CalendarTimeProperties)).EndInit();
  483. ((System.ComponentModel.ISupportInitialize)(this.txtCapTime.Properties)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.txtRefLocation1.Properties)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.txtTleMain.Properties)).EndInit();
  486. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.txtTleAdja1.Properties)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.txtDtousErr1.Properties)).EndInit();
  490. ((System.ComponentModel.ISupportInitialize)(this.txtSatLocErr1.Properties)).EndInit();
  491. ((System.ComponentModel.ISupportInitialize)(this.txtTleAdja2.Properties)).EndInit();
  492. ((System.ComponentModel.ISupportInitialize)(this.gridView11)).EndInit();
  493. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  496. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  497. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  499. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  500. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  501. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat2)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.txtAdjaSat1)).EndInit();
  506. ((System.ComponentModel.ISupportInitialize)(this.txtMainSat)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  508. this.ResumeLayout(false);
  509. }
  510. #endregion
  511. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  512. private DevExpress.XtraEditors.DateEdit txtCapTime;
  513. private DevExpress.XtraEditors.TextEdit txtRefLocation1;
  514. private DevExpress.XtraEditors.SearchLookUpEdit txtTleMain;
  515. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  516. private DevExpress.XtraEditors.SearchLookUpEdit txtTleAdja1;
  517. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  518. private DevExpress.XtraEditors.ButtonEdit txtDtousErr1;
  519. private DevExpress.XtraEditors.ButtonEdit txtSatLocErr1;
  520. private DevExpress.XtraLayout.LayoutControlGroup Root;
  521. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  522. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  523. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  524. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
  525. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  526. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  527. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  528. private DevExpress.XtraEditors.SimpleButton btnClose;
  529. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  530. private DevExpress.XtraEditors.SimpleButton btnOk;
  531. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  532. private DevExpress.XtraEditors.SearchLookUpEdit txtTleAdja2;
  533. private DevExpress.XtraGrid.Views.Grid.GridView gridView11;
  534. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  535. private DevExpress.XtraLayout.SimpleLabelItem txtAdjaSat2;
  536. private DevExpress.XtraLayout.SimpleLabelItem txtAdjaSat1;
  537. private DevExpress.XtraLayout.SimpleLabelItem txtMainSat;
  538. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  539. }
  540. }