EphListForm.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. namespace Ips.Sps.Ephs
  2. {
  3. partial class EphListForm
  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. this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
  30. this.bar1 = new DevExpress.XtraBars.Bar();
  31. this.btnImport = new DevExpress.XtraBars.BarButtonItem();
  32. this.btnDelete = new DevExpress.XtraBars.BarButtonItem();
  33. this.btnCalc = new DevExpress.XtraBars.BarButtonItem();
  34. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  37. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  38. this.grdEphList = new DevExpress.XtraGrid.GridControl();
  39. this.bsEphList = new DevExpress.Xpo.XPBindingSource(this.components);
  40. this.gvEphList = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colSatName = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colEphType = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colContent = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.popMenu = new DevExpress.XtraBars.PopupMenu(this.components);
  49. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  50. this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
  51. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  52. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  53. this.txtEphType = new DevExpress.XtraEditors.ImageComboBoxEdit();
  54. this.txtSatNum = new DevExpress.XtraEditors.ComboBoxEdit();
  55. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  56. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  63. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.grdEphList)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.bsEphList)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.gvEphList)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.popMenu)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  69. this.layoutControl1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtEphType.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtSatNum.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // bmgMain
  87. //
  88. this.bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  89. this.bar1});
  90. this.bmgMain.DockControls.Add(this.barDockControlTop);
  91. this.bmgMain.DockControls.Add(this.barDockControlBottom);
  92. this.bmgMain.DockControls.Add(this.barDockControlLeft);
  93. this.bmgMain.DockControls.Add(this.barDockControlRight);
  94. this.bmgMain.Form = this;
  95. this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  96. this.btnImport,
  97. this.btnDelete,
  98. this.btnCalc});
  99. this.bmgMain.MaxItemId = 3;
  100. //
  101. // bar1
  102. //
  103. this.bar1.BarName = "Tools";
  104. this.bar1.DockCol = 0;
  105. this.bar1.DockRow = 0;
  106. this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  107. this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  108. new DevExpress.XtraBars.LinkPersistInfo(this.btnImport),
  109. new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete),
  110. new DevExpress.XtraBars.LinkPersistInfo(this.btnCalc)});
  111. this.bar1.OptionsBar.AllowQuickCustomization = false;
  112. this.bar1.OptionsBar.DrawBorder = false;
  113. this.bar1.OptionsBar.DrawDragBorder = false;
  114. this.bar1.OptionsBar.UseWholeRow = true;
  115. this.bar1.Text = "Tools";
  116. //
  117. // btnImport
  118. //
  119. this.btnImport.Caption = "导入";
  120. this.btnImport.Id = 0;
  121. this.btnImport.ImageOptions.ImageUri.Uri = "scheduling/import";
  122. this.btnImport.Name = "btnImport";
  123. this.btnImport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  124. this.btnImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImport_ItemClick);
  125. //
  126. // btnDelete
  127. //
  128. this.btnDelete.Caption = "删除";
  129. this.btnDelete.Id = 1;
  130. this.btnDelete.ImageOptions.ImageUri.Uri = "icon%20builder/actions_delete";
  131. this.btnDelete.Name = "btnDelete";
  132. this.btnDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  133. this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
  134. //
  135. // btnCalc
  136. //
  137. this.btnCalc.Caption = "星历外推";
  138. this.btnCalc.Id = 2;
  139. this.btnCalc.ImageOptions.ImageUri.Uri = "SwitchTimeScalesTo";
  140. this.btnCalc.Name = "btnCalc";
  141. this.btnCalc.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  142. this.btnCalc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCalc_ItemClick);
  143. //
  144. // barDockControlTop
  145. //
  146. this.barDockControlTop.CausesValidation = false;
  147. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  149. this.barDockControlTop.Manager = this.bmgMain;
  150. this.barDockControlTop.Size = new System.Drawing.Size(1047, 24);
  151. //
  152. // barDockControlBottom
  153. //
  154. this.barDockControlBottom.CausesValidation = false;
  155. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  156. this.barDockControlBottom.Location = new System.Drawing.Point(0, 474);
  157. this.barDockControlBottom.Manager = this.bmgMain;
  158. this.barDockControlBottom.Size = new System.Drawing.Size(1047, 0);
  159. //
  160. // barDockControlLeft
  161. //
  162. this.barDockControlLeft.CausesValidation = false;
  163. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  164. this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
  165. this.barDockControlLeft.Manager = this.bmgMain;
  166. this.barDockControlLeft.Size = new System.Drawing.Size(0, 450);
  167. //
  168. // barDockControlRight
  169. //
  170. this.barDockControlRight.CausesValidation = false;
  171. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  172. this.barDockControlRight.Location = new System.Drawing.Point(1047, 24);
  173. this.barDockControlRight.Manager = this.bmgMain;
  174. this.barDockControlRight.Size = new System.Drawing.Size(0, 450);
  175. //
  176. // grdEphList
  177. //
  178. this.grdEphList.DataSource = this.bsEphList;
  179. this.grdEphList.Location = new System.Drawing.Point(5, 31);
  180. this.grdEphList.MainView = this.gvEphList;
  181. this.grdEphList.MenuManager = this.bmgMain;
  182. this.grdEphList.Name = "grdEphList";
  183. this.grdEphList.Size = new System.Drawing.Size(1037, 414);
  184. this.grdEphList.TabIndex = 6;
  185. this.grdEphList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  186. this.gvEphList});
  187. //
  188. // bsEphList
  189. //
  190. this.bsEphList.DisplayableProperties = "Id;SatNum;SatName;EphType;StartTime;EndTime;Content";
  191. this.bsEphList.ObjectType = typeof(Ips.Sps.Ephs.Eph);
  192. //
  193. // gvEphList
  194. //
  195. this.gvEphList.Appearance.Row.Options.UseTextOptions = true;
  196. this.gvEphList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  197. this.gvEphList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  198. this.colId,
  199. this.colSatNum,
  200. this.colSatName,
  201. this.colEphType,
  202. this.colStartTime,
  203. this.colEndTime,
  204. this.colContent});
  205. this.gvEphList.GridControl = this.grdEphList;
  206. this.gvEphList.Name = "gvEphList";
  207. this.gvEphList.OptionsBehavior.Editable = false;
  208. this.gvEphList.OptionsSelection.MultiSelect = true;
  209. this.gvEphList.OptionsView.ShowGroupPanel = false;
  210. this.gvEphList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gvEphList_MouseDown);
  211. //
  212. // colId
  213. //
  214. this.colId.FieldName = "Id";
  215. this.colId.Name = "colId";
  216. //
  217. // colSatNum
  218. //
  219. this.colSatNum.FieldName = "SatNum";
  220. this.colSatNum.Name = "colSatNum";
  221. this.colSatNum.Visible = true;
  222. this.colSatNum.VisibleIndex = 0;
  223. this.colSatNum.Width = 88;
  224. //
  225. // colSatName
  226. //
  227. this.colSatName.FieldName = "SatName";
  228. this.colSatName.Name = "colSatName";
  229. this.colSatName.Visible = true;
  230. this.colSatName.VisibleIndex = 1;
  231. this.colSatName.Width = 92;
  232. //
  233. // colEphType
  234. //
  235. this.colEphType.FieldName = "EphType";
  236. this.colEphType.Name = "colEphType";
  237. this.colEphType.Visible = true;
  238. this.colEphType.VisibleIndex = 2;
  239. this.colEphType.Width = 88;
  240. //
  241. // colStartTime
  242. //
  243. this.colStartTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  244. this.colStartTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  245. this.colStartTime.FieldName = "StartTime";
  246. this.colStartTime.Name = "colStartTime";
  247. this.colStartTime.Visible = true;
  248. this.colStartTime.VisibleIndex = 3;
  249. this.colStartTime.Width = 91;
  250. //
  251. // colEndTime
  252. //
  253. this.colEndTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  254. this.colEndTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  255. this.colEndTime.FieldName = "EndTime";
  256. this.colEndTime.Name = "colEndTime";
  257. this.colEndTime.Visible = true;
  258. this.colEndTime.VisibleIndex = 4;
  259. this.colEndTime.Width = 95;
  260. //
  261. // colContent
  262. //
  263. this.colContent.FieldName = "Content";
  264. this.colContent.Name = "colContent";
  265. this.colContent.Visible = true;
  266. this.colContent.VisibleIndex = 5;
  267. this.colContent.Width = 353;
  268. //
  269. // popMenu
  270. //
  271. this.popMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  272. new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete)});
  273. this.popMenu.Manager = this.bmgMain;
  274. this.popMenu.Name = "popMenu";
  275. //
  276. // layoutControl1
  277. //
  278. this.layoutControl1.Controls.Add(this.btnQuery);
  279. this.layoutControl1.Controls.Add(this.txtEndTime);
  280. this.layoutControl1.Controls.Add(this.txtStartTime);
  281. this.layoutControl1.Controls.Add(this.txtEphType);
  282. this.layoutControl1.Controls.Add(this.txtSatNum);
  283. this.layoutControl1.Controls.Add(this.grdEphList);
  284. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.layoutControl1.Location = new System.Drawing.Point(0, 24);
  286. this.layoutControl1.Name = "layoutControl1";
  287. this.layoutControl1.Root = this.Root;
  288. this.layoutControl1.Size = new System.Drawing.Size(1047, 450);
  289. this.layoutControl1.TabIndex = 9;
  290. this.layoutControl1.Text = "layoutControl1";
  291. //
  292. // btnQuery
  293. //
  294. this.btnQuery.Location = new System.Drawing.Point(986, 5);
  295. this.btnQuery.Name = "btnQuery";
  296. this.btnQuery.Size = new System.Drawing.Size(56, 22);
  297. this.btnQuery.StyleController = this.layoutControl1;
  298. this.btnQuery.TabIndex = 5;
  299. this.btnQuery.Text = "查询";
  300. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  301. //
  302. // txtEndTime
  303. //
  304. this.txtEndTime.EditValue = null;
  305. this.txtEndTime.Location = new System.Drawing.Point(709, 5);
  306. this.txtEndTime.MenuManager = this.bmgMain;
  307. this.txtEndTime.Name = "txtEndTime";
  308. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  309. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  310. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  311. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  312. this.txtEndTime.Size = new System.Drawing.Size(186, 20);
  313. this.txtEndTime.StyleController = this.layoutControl1;
  314. this.txtEndTime.TabIndex = 4;
  315. //
  316. // txtStartTime
  317. //
  318. this.txtStartTime.EditValue = null;
  319. this.txtStartTime.Location = new System.Drawing.Point(459, 5);
  320. this.txtStartTime.MenuManager = this.bmgMain;
  321. this.txtStartTime.Name = "txtStartTime";
  322. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  323. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  324. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  325. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  326. this.txtStartTime.Size = new System.Drawing.Size(186, 20);
  327. this.txtStartTime.StyleController = this.layoutControl1;
  328. this.txtStartTime.TabIndex = 3;
  329. //
  330. // txtEphType
  331. //
  332. this.txtEphType.Location = new System.Drawing.Point(288, 5);
  333. this.txtEphType.MenuManager = this.bmgMain;
  334. this.txtEphType.Name = "txtEphType";
  335. this.txtEphType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  336. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  337. this.txtEphType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
  338. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("全部", null, -1)});
  339. this.txtEphType.Size = new System.Drawing.Size(107, 20);
  340. this.txtEphType.StyleController = this.layoutControl1;
  341. this.txtEphType.TabIndex = 2;
  342. //
  343. // txtSatNum
  344. //
  345. this.txtSatNum.Location = new System.Drawing.Point(65, 5);
  346. this.txtSatNum.MenuManager = this.bmgMain;
  347. this.txtSatNum.Name = "txtSatNum";
  348. this.txtSatNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  349. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  350. this.txtSatNum.Properties.NullValuePrompt = "全部";
  351. this.txtSatNum.Size = new System.Drawing.Size(159, 20);
  352. this.txtSatNum.StyleController = this.layoutControl1;
  353. this.txtSatNum.TabIndex = 0;
  354. //
  355. // Root
  356. //
  357. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  358. this.Root.GroupBordersVisible = false;
  359. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  360. this.layoutControlItem1,
  361. this.layoutControlItem2,
  362. this.layoutControlItem3,
  363. this.layoutControlItem4,
  364. this.layoutControlItem5,
  365. this.layoutControlItem6,
  366. this.emptySpaceItem1});
  367. this.Root.Name = "Root";
  368. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  369. this.Root.Size = new System.Drawing.Size(1047, 450);
  370. this.Root.TextVisible = false;
  371. //
  372. // layoutControlItem1
  373. //
  374. this.layoutControlItem1.Control = this.grdEphList;
  375. this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  376. this.layoutControlItem1.Name = "layoutControlItem1";
  377. this.layoutControlItem1.Size = new System.Drawing.Size(1041, 418);
  378. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  379. this.layoutControlItem1.TextVisible = false;
  380. //
  381. // layoutControlItem2
  382. //
  383. this.layoutControlItem2.Control = this.txtSatNum;
  384. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  385. this.layoutControlItem2.MaxSize = new System.Drawing.Size(223, 24);
  386. this.layoutControlItem2.MinSize = new System.Drawing.Size(223, 24);
  387. this.layoutControlItem2.Name = "layoutControlItem2";
  388. this.layoutControlItem2.Size = new System.Drawing.Size(223, 26);
  389. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  390. this.layoutControlItem2.Text = "卫星编号";
  391. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  392. //
  393. // layoutControlItem3
  394. //
  395. this.layoutControlItem3.Control = this.txtEphType;
  396. this.layoutControlItem3.Location = new System.Drawing.Point(223, 0);
  397. this.layoutControlItem3.MaxSize = new System.Drawing.Size(171, 24);
  398. this.layoutControlItem3.MinSize = new System.Drawing.Size(171, 24);
  399. this.layoutControlItem3.Name = "layoutControlItem3";
  400. this.layoutControlItem3.Size = new System.Drawing.Size(171, 26);
  401. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  402. this.layoutControlItem3.Text = "星历类型";
  403. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  404. //
  405. // layoutControlItem4
  406. //
  407. this.layoutControlItem4.Control = this.txtStartTime;
  408. this.layoutControlItem4.Location = new System.Drawing.Point(394, 0);
  409. this.layoutControlItem4.MaxSize = new System.Drawing.Size(250, 24);
  410. this.layoutControlItem4.MinSize = new System.Drawing.Size(250, 24);
  411. this.layoutControlItem4.Name = "layoutControlItem4";
  412. this.layoutControlItem4.Size = new System.Drawing.Size(250, 26);
  413. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  414. this.layoutControlItem4.Text = "开始时间";
  415. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  416. //
  417. // layoutControlItem5
  418. //
  419. this.layoutControlItem5.Control = this.txtEndTime;
  420. this.layoutControlItem5.Location = new System.Drawing.Point(644, 0);
  421. this.layoutControlItem5.MaxSize = new System.Drawing.Size(250, 24);
  422. this.layoutControlItem5.MinSize = new System.Drawing.Size(250, 24);
  423. this.layoutControlItem5.Name = "layoutControlItem5";
  424. this.layoutControlItem5.Size = new System.Drawing.Size(250, 26);
  425. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  426. this.layoutControlItem5.Text = "结束时间";
  427. this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
  428. //
  429. // layoutControlItem6
  430. //
  431. this.layoutControlItem6.Control = this.btnQuery;
  432. this.layoutControlItem6.Location = new System.Drawing.Point(981, 0);
  433. this.layoutControlItem6.MaxSize = new System.Drawing.Size(60, 26);
  434. this.layoutControlItem6.MinSize = new System.Drawing.Size(60, 26);
  435. this.layoutControlItem6.Name = "layoutControlItem6";
  436. this.layoutControlItem6.Size = new System.Drawing.Size(60, 26);
  437. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  438. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  439. this.layoutControlItem6.TextVisible = false;
  440. //
  441. // emptySpaceItem1
  442. //
  443. this.emptySpaceItem1.AllowHotTrack = false;
  444. this.emptySpaceItem1.Location = new System.Drawing.Point(894, 0);
  445. this.emptySpaceItem1.Name = "emptySpaceItem1";
  446. this.emptySpaceItem1.Size = new System.Drawing.Size(87, 26);
  447. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  448. //
  449. // EphListForm
  450. //
  451. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  452. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  453. this.ClientSize = new System.Drawing.Size(1047, 474);
  454. this.Controls.Add(this.layoutControl1);
  455. this.Controls.Add(this.barDockControlLeft);
  456. this.Controls.Add(this.barDockControlRight);
  457. this.Controls.Add(this.barDockControlBottom);
  458. this.Controls.Add(this.barDockControlTop);
  459. this.Name = "EphListForm";
  460. this.Text = "星历管理";
  461. this.Load += new System.EventHandler(this.EphListForm_Load);
  462. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.grdEphList)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.bsEphList)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.gvEphList)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.popMenu)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  468. this.layoutControl1.ResumeLayout(false);
  469. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  470. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  471. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.txtEphType.Properties)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.txtSatNum.Properties)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  476. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  477. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  478. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  482. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  483. this.ResumeLayout(false);
  484. this.PerformLayout();
  485. }
  486. #endregion
  487. private DevExpress.XtraBars.BarManager bmgMain;
  488. private DevExpress.XtraBars.Bar bar1;
  489. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  490. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  491. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  492. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  493. private DevExpress.XtraBars.BarButtonItem btnImport;
  494. private DevExpress.XtraBars.BarButtonItem btnDelete;
  495. private DevExpress.XtraBars.BarButtonItem btnCalc;
  496. private DevExpress.XtraGrid.GridControl grdEphList;
  497. private DevExpress.XtraGrid.Views.Grid.GridView gvEphList;
  498. private DevExpress.Xpo.XPBindingSource bsEphList;
  499. private DevExpress.XtraGrid.Columns.GridColumn colId;
  500. private DevExpress.XtraGrid.Columns.GridColumn colSatNum;
  501. private DevExpress.XtraGrid.Columns.GridColumn colSatName;
  502. private DevExpress.XtraGrid.Columns.GridColumn colEphType;
  503. private DevExpress.XtraGrid.Columns.GridColumn colStartTime;
  504. private DevExpress.XtraGrid.Columns.GridColumn colEndTime;
  505. private DevExpress.XtraGrid.Columns.GridColumn colContent;
  506. private DevExpress.XtraBars.PopupMenu popMenu;
  507. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  508. private DevExpress.XtraLayout.LayoutControlGroup Root;
  509. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  510. private DevExpress.XtraEditors.SimpleButton btnQuery;
  511. private DevExpress.XtraEditors.DateEdit txtEndTime;
  512. private DevExpress.XtraEditors.DateEdit txtStartTime;
  513. private DevExpress.XtraEditors.ImageComboBoxEdit txtEphType;
  514. private DevExpress.XtraEditors.ComboBoxEdit txtSatNum;
  515. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  516. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  517. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  518. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  519. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  520. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  521. }
  522. }