DXGDOPParam.Designer.cs 36 KB

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