X1D1PosParamEditor.Designer.cs 39 KB

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