X1D1DTOParamEditor.Designer.cs 37 KB

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