EphCalcForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. namespace Ips.Sps.Ephs
  2. {
  3. partial class EphCalcForm
  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. components = new System.ComponentModel.Container();
  29. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. txtEphType = new DevExpress.XtraEditors.ImageComboBoxEdit();
  31. txtSatNum = new DevExpress.XtraEditors.ComboBoxEdit();
  32. btnClear = new DevExpress.XtraEditors.SimpleButton();
  33. grdEphResult = new DevExpress.XtraGrid.GridControl();
  34. bsEphResultList = new BindingSource(components);
  35. gvEphResult = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. colSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
  37. colSatNumEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  38. colEphType = new DevExpress.XtraGrid.Columns.GridColumn();
  39. colTime = new DevExpress.XtraGrid.Columns.GridColumn();
  40. colX = new DevExpress.XtraGrid.Columns.GridColumn();
  41. colY = new DevExpress.XtraGrid.Columns.GridColumn();
  42. colZ = new DevExpress.XtraGrid.Columns.GridColumn();
  43. colVx = new DevExpress.XtraGrid.Columns.GridColumn();
  44. colVy = new DevExpress.XtraGrid.Columns.GridColumn();
  45. colVz = new DevExpress.XtraGrid.Columns.GridColumn();
  46. btnCalc = new DevExpress.XtraEditors.SimpleButton();
  47. txtTime = new DevExpress.XtraEditors.DateEdit();
  48. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  49. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  50. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  51. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  53. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  54. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  55. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  56. layoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)txtEphType.Properties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)txtSatNum.Properties).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)grdEphResult).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)bsEphResultList).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)gvEphResult).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)colSatNumEdit).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)txtTime.Properties).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)txtTime.Properties.CalendarTimeProperties).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  72. SuspendLayout();
  73. //
  74. // layoutControl1
  75. //
  76. layoutControl1.Controls.Add(txtEphType);
  77. layoutControl1.Controls.Add(txtSatNum);
  78. layoutControl1.Controls.Add(btnClear);
  79. layoutControl1.Controls.Add(grdEphResult);
  80. layoutControl1.Controls.Add(btnCalc);
  81. layoutControl1.Controls.Add(txtTime);
  82. layoutControl1.Dock = DockStyle.Fill;
  83. layoutControl1.Location = new Point(0, 0);
  84. layoutControl1.Name = "layoutControl1";
  85. layoutControl1.Root = Root;
  86. layoutControl1.Size = new Size(1078, 448);
  87. layoutControl1.TabIndex = 0;
  88. layoutControl1.Text = "layoutControl1";
  89. //
  90. // txtEphType
  91. //
  92. txtEphType.Location = new Point(844, 12);
  93. txtEphType.Name = "txtEphType";
  94. txtEphType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  95. txtEphType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("全部", null, -1) });
  96. txtEphType.Size = new Size(82, 20);
  97. txtEphType.StyleController = layoutControl1;
  98. txtEphType.TabIndex = 3;
  99. //
  100. // txtSatNum
  101. //
  102. txtSatNum.Location = new Point(72, 12);
  103. txtSatNum.Name = "txtSatNum";
  104. txtSatNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  105. txtSatNum.Size = new Size(240, 20);
  106. txtSatNum.StyleController = layoutControl1;
  107. txtSatNum.TabIndex = 0;
  108. txtSatNum.CustomDisplayText += txtSatNum_CustomDisplayText;
  109. //
  110. // btnClear
  111. //
  112. btnClear.Location = new Point(1000, 12);
  113. btnClear.Name = "btnClear";
  114. btnClear.Size = new Size(66, 22);
  115. btnClear.StyleController = layoutControl1;
  116. btnClear.TabIndex = 5;
  117. btnClear.Text = "清空";
  118. btnClear.Click += btnClear_Click;
  119. //
  120. // grdEphResult
  121. //
  122. grdEphResult.DataSource = bsEphResultList;
  123. grdEphResult.Location = new Point(12, 38);
  124. grdEphResult.MainView = gvEphResult;
  125. grdEphResult.Name = "grdEphResult";
  126. grdEphResult.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { colSatNumEdit });
  127. grdEphResult.Size = new Size(1054, 398);
  128. grdEphResult.TabIndex = 6;
  129. grdEphResult.UseEmbeddedNavigator = true;
  130. grdEphResult.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvEphResult });
  131. //
  132. // bsEphResultList
  133. //
  134. bsEphResultList.DataSource = typeof(Library.Entity.EphResult);
  135. //
  136. // gvEphResult
  137. //
  138. gvEphResult.Appearance.Row.Options.UseTextOptions = true;
  139. gvEphResult.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  140. gvEphResult.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colSatNum, colEphType, colTime, colX, colY, colZ, colVx, colVy, colVz });
  141. gvEphResult.GridControl = grdEphResult;
  142. gvEphResult.Name = "gvEphResult";
  143. gvEphResult.OptionsBehavior.Editable = false;
  144. gvEphResult.OptionsBehavior.ReadOnly = true;
  145. gvEphResult.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.Formatted;
  146. gvEphResult.OptionsSelection.MultiSelect = true;
  147. gvEphResult.OptionsView.ShowGroupPanel = false;
  148. gvEphResult.CustomColumnDisplayText += gvEphResult_CustomColumnDisplayText;
  149. //
  150. // colSatNum
  151. //
  152. colSatNum.ColumnEdit = colSatNumEdit;
  153. colSatNum.FieldName = "SatNum";
  154. colSatNum.Name = "colSatNum";
  155. colSatNum.OptionsColumn.AllowEdit = false;
  156. colSatNum.OptionsColumn.AllowFocus = false;
  157. colSatNum.Visible = true;
  158. colSatNum.VisibleIndex = 0;
  159. colSatNum.Width = 103;
  160. //
  161. // colSatNumEdit
  162. //
  163. colSatNumEdit.AutoHeight = false;
  164. colSatNumEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  165. colSatNumEdit.DisplayMember = "This";
  166. colSatNumEdit.KeyMember = "Oid";
  167. colSatNumEdit.Name = "colSatNumEdit";
  168. colSatNumEdit.ValueMember = "SatNum";
  169. //
  170. // colEphType
  171. //
  172. colEphType.FieldName = "EphType";
  173. colEphType.Name = "colEphType";
  174. colEphType.Visible = true;
  175. colEphType.VisibleIndex = 1;
  176. colEphType.Width = 55;
  177. //
  178. // colTime
  179. //
  180. colTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  181. colTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  182. colTime.FieldName = "Time";
  183. colTime.Name = "colTime";
  184. colTime.OptionsColumn.AllowEdit = false;
  185. colTime.OptionsColumn.AllowFocus = false;
  186. colTime.Visible = true;
  187. colTime.VisibleIndex = 2;
  188. colTime.Width = 114;
  189. //
  190. // colX
  191. //
  192. colX.FieldName = "X";
  193. colX.Name = "colX";
  194. colX.Visible = true;
  195. colX.VisibleIndex = 3;
  196. colX.Width = 97;
  197. //
  198. // colY
  199. //
  200. colY.FieldName = "Y";
  201. colY.Name = "colY";
  202. colY.Visible = true;
  203. colY.VisibleIndex = 4;
  204. colY.Width = 77;
  205. //
  206. // colZ
  207. //
  208. colZ.FieldName = "Z";
  209. colZ.Name = "colZ";
  210. colZ.Visible = true;
  211. colZ.VisibleIndex = 5;
  212. colZ.Width = 99;
  213. //
  214. // colVx
  215. //
  216. colVx.FieldName = "Vx";
  217. colVx.Name = "colVx";
  218. colVx.Visible = true;
  219. colVx.VisibleIndex = 6;
  220. colVx.Width = 81;
  221. //
  222. // colVy
  223. //
  224. colVy.FieldName = "Vy";
  225. colVy.Name = "colVy";
  226. colVy.Visible = true;
  227. colVy.VisibleIndex = 7;
  228. colVy.Width = 78;
  229. //
  230. // colVz
  231. //
  232. colVz.FieldName = "Vz";
  233. colVz.Name = "colVz";
  234. colVz.Visible = true;
  235. colVz.VisibleIndex = 8;
  236. colVz.Width = 103;
  237. //
  238. // btnCalc
  239. //
  240. btnCalc.Location = new Point(930, 12);
  241. btnCalc.Name = "btnCalc";
  242. btnCalc.Size = new Size(66, 22);
  243. btnCalc.StyleController = layoutControl1;
  244. btnCalc.TabIndex = 4;
  245. btnCalc.Text = "计算";
  246. btnCalc.Click += btnCalc_Click;
  247. //
  248. // txtTime
  249. //
  250. txtTime.EditValue = null;
  251. txtTime.Location = new Point(376, 12);
  252. txtTime.Name = "txtTime";
  253. txtTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  254. txtTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  255. txtTime.Size = new Size(404, 20);
  256. txtTime.StyleController = layoutControl1;
  257. txtTime.TabIndex = 2;
  258. //
  259. // Root
  260. //
  261. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  262. Root.GroupBordersVisible = false;
  263. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem6, layoutControlItem1 });
  264. Root.Name = "Root";
  265. Root.Size = new Size(1078, 448);
  266. Root.TextVisible = false;
  267. //
  268. // layoutControlItem2
  269. //
  270. layoutControlItem2.Control = txtTime;
  271. layoutControlItem2.Location = new Point(304, 0);
  272. layoutControlItem2.Name = "layoutControlItem2";
  273. layoutControlItem2.Size = new Size(468, 26);
  274. layoutControlItem2.Text = "时间";
  275. layoutControlItem2.TextSize = new Size(48, 14);
  276. //
  277. // layoutControlItem3
  278. //
  279. layoutControlItem3.Control = btnCalc;
  280. layoutControlItem3.Location = new Point(918, 0);
  281. layoutControlItem3.MaxSize = new Size(70, 26);
  282. layoutControlItem3.MinSize = new Size(70, 26);
  283. layoutControlItem3.Name = "layoutControlItem3";
  284. layoutControlItem3.Size = new Size(70, 26);
  285. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  286. layoutControlItem3.TextSize = new Size(0, 0);
  287. layoutControlItem3.TextVisible = false;
  288. //
  289. // layoutControlItem4
  290. //
  291. layoutControlItem4.Control = grdEphResult;
  292. layoutControlItem4.Location = new Point(0, 26);
  293. layoutControlItem4.Name = "layoutControlItem4";
  294. layoutControlItem4.Size = new Size(1058, 402);
  295. layoutControlItem4.TextSize = new Size(0, 0);
  296. layoutControlItem4.TextVisible = false;
  297. //
  298. // layoutControlItem5
  299. //
  300. layoutControlItem5.Control = btnClear;
  301. layoutControlItem5.Location = new Point(988, 0);
  302. layoutControlItem5.MaxSize = new Size(70, 26);
  303. layoutControlItem5.MinSize = new Size(70, 26);
  304. layoutControlItem5.Name = "layoutControlItem5";
  305. layoutControlItem5.Size = new Size(70, 26);
  306. layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  307. layoutControlItem5.TextSize = new Size(0, 0);
  308. layoutControlItem5.TextVisible = false;
  309. //
  310. // layoutControlItem6
  311. //
  312. layoutControlItem6.Control = txtSatNum;
  313. layoutControlItem6.Location = new Point(0, 0);
  314. layoutControlItem6.MaxSize = new Size(304, 24);
  315. layoutControlItem6.MinSize = new Size(304, 24);
  316. layoutControlItem6.Name = "layoutControlItem6";
  317. layoutControlItem6.Size = new Size(304, 26);
  318. layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  319. layoutControlItem6.Text = "卫星编号";
  320. layoutControlItem6.TextSize = new Size(48, 14);
  321. //
  322. // layoutControlItem1
  323. //
  324. layoutControlItem1.Control = txtEphType;
  325. layoutControlItem1.Location = new Point(772, 0);
  326. layoutControlItem1.MaxSize = new Size(146, 24);
  327. layoutControlItem1.MinSize = new Size(146, 24);
  328. layoutControlItem1.Name = "layoutControlItem1";
  329. layoutControlItem1.Size = new Size(146, 26);
  330. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  331. layoutControlItem1.Text = "星历类型";
  332. layoutControlItem1.TextSize = new Size(48, 14);
  333. //
  334. // EphCalcForm
  335. //
  336. AutoScaleDimensions = new SizeF(7F, 14F);
  337. AutoScaleMode = AutoScaleMode.Font;
  338. ClientSize = new Size(1078, 448);
  339. Controls.Add(layoutControl1);
  340. IconOptions.ShowIcon = false;
  341. Name = "EphCalcForm";
  342. ShowInTaskbar = false;
  343. StartPosition = FormStartPosition.CenterParent;
  344. Text = "星历外推";
  345. Load += EphCalcForm_Load;
  346. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  347. layoutControl1.ResumeLayout(false);
  348. ((System.ComponentModel.ISupportInitialize)txtEphType.Properties).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)txtSatNum.Properties).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)grdEphResult).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)bsEphResultList).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)gvEphResult).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)colSatNumEdit).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)txtTime.Properties.CalendarTimeProperties).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)txtTime.Properties).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  363. ResumeLayout(false);
  364. }
  365. #endregion
  366. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  367. private DevExpress.XtraGrid.GridControl grdEphResult;
  368. private DevExpress.XtraGrid.Views.Grid.GridView gvEphResult;
  369. private DevExpress.XtraEditors.SimpleButton btnCalc;
  370. private DevExpress.XtraEditors.DateEdit txtTime;
  371. private DevExpress.XtraLayout.LayoutControlGroup Root;
  372. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  373. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  374. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  375. private BindingSource bsEphResultList;
  376. private DevExpress.XtraGrid.Columns.GridColumn colSatNum;
  377. private DevExpress.XtraGrid.Columns.GridColumn colTime;
  378. private DevExpress.XtraGrid.Columns.GridColumn colX;
  379. private DevExpress.XtraGrid.Columns.GridColumn colY;
  380. private DevExpress.XtraGrid.Columns.GridColumn colZ;
  381. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit colSatNumEdit;
  382. private DevExpress.XtraEditors.SimpleButton btnClear;
  383. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  384. private DevExpress.XtraEditors.ComboBoxEdit txtSatNum;
  385. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  386. private DevExpress.XtraGrid.Columns.GridColumn colEphType;
  387. private DevExpress.XtraEditors.ImageComboBoxEdit txtEphType;
  388. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  389. private DevExpress.XtraGrid.Columns.GridColumn colVx;
  390. private DevExpress.XtraGrid.Columns.GridColumn colVy;
  391. private DevExpress.XtraGrid.Columns.GridColumn colVz;
  392. }
  393. }