namespace Ips.Sps.Ephs
{
partial class EphListForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
this.bar1 = new DevExpress.XtraBars.Bar();
this.btnImport = new DevExpress.XtraBars.BarButtonItem();
this.btnDelete = new DevExpress.XtraBars.BarButtonItem();
this.btnCalc = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.grdEphList = new DevExpress.XtraGrid.GridControl();
this.bsEphList = new DevExpress.Xpo.XPBindingSource(this.components);
this.gvEphList = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSatName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEphType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.colContent = new DevExpress.XtraGrid.Columns.GridColumn();
this.popMenu = new DevExpress.XtraBars.PopupMenu(this.components);
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
this.txtEphType = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.txtSatNum = new DevExpress.XtraEditors.ComboBoxEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdEphList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsEphList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvEphList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popMenu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEphType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSatNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
this.SuspendLayout();
//
// bmgMain
//
this.bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.bmgMain.DockControls.Add(this.barDockControlTop);
this.bmgMain.DockControls.Add(this.barDockControlBottom);
this.bmgMain.DockControls.Add(this.barDockControlLeft);
this.bmgMain.DockControls.Add(this.barDockControlRight);
this.bmgMain.Form = this;
this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnImport,
this.btnDelete,
this.btnCalc});
this.bmgMain.MaxItemId = 3;
//
// bar1
//
this.bar1.BarName = "Tools";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.btnImport),
new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCalc)});
this.bar1.OptionsBar.AllowQuickCustomization = false;
this.bar1.OptionsBar.DrawBorder = false;
this.bar1.OptionsBar.DrawDragBorder = false;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.Text = "Tools";
//
// btnImport
//
this.btnImport.Caption = "导入";
this.btnImport.Id = 0;
this.btnImport.ImageOptions.ImageUri.Uri = "scheduling/import";
this.btnImport.Name = "btnImport";
this.btnImport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImport_ItemClick);
//
// btnDelete
//
this.btnDelete.Caption = "删除";
this.btnDelete.Id = 1;
this.btnDelete.ImageOptions.ImageUri.Uri = "icon%20builder/actions_delete";
this.btnDelete.Name = "btnDelete";
this.btnDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
//
// btnCalc
//
this.btnCalc.Caption = "星历外推";
this.btnCalc.Id = 2;
this.btnCalc.ImageOptions.ImageUri.Uri = "SwitchTimeScalesTo";
this.btnCalc.Name = "btnCalc";
this.btnCalc.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnCalc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCalc_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.bmgMain;
this.barDockControlTop.Size = new System.Drawing.Size(1047, 24);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 474);
this.barDockControlBottom.Manager = this.bmgMain;
this.barDockControlBottom.Size = new System.Drawing.Size(1047, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
this.barDockControlLeft.Manager = this.bmgMain;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 450);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1047, 24);
this.barDockControlRight.Manager = this.bmgMain;
this.barDockControlRight.Size = new System.Drawing.Size(0, 450);
//
// grdEphList
//
this.grdEphList.DataSource = this.bsEphList;
this.grdEphList.Location = new System.Drawing.Point(5, 31);
this.grdEphList.MainView = this.gvEphList;
this.grdEphList.MenuManager = this.bmgMain;
this.grdEphList.Name = "grdEphList";
this.grdEphList.Size = new System.Drawing.Size(1037, 414);
this.grdEphList.TabIndex = 6;
this.grdEphList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvEphList});
//
// bsEphList
//
this.bsEphList.DisplayableProperties = "Id;SatNum;SatName;EphType;StartTime;EndTime;Content";
this.bsEphList.ObjectType = typeof(Ips.Sps.Ephs.Eph);
//
// gvEphList
//
this.gvEphList.Appearance.Row.Options.UseTextOptions = true;
this.gvEphList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gvEphList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colId,
this.colSatNum,
this.colSatName,
this.colEphType,
this.colStartTime,
this.colEndTime,
this.colContent});
this.gvEphList.GridControl = this.grdEphList;
this.gvEphList.Name = "gvEphList";
this.gvEphList.OptionsBehavior.Editable = false;
this.gvEphList.OptionsSelection.MultiSelect = true;
this.gvEphList.OptionsView.ShowGroupPanel = false;
this.gvEphList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gvEphList_MouseDown);
//
// colId
//
this.colId.FieldName = "Id";
this.colId.Name = "colId";
//
// colSatNum
//
this.colSatNum.FieldName = "SatNum";
this.colSatNum.Name = "colSatNum";
this.colSatNum.Visible = true;
this.colSatNum.VisibleIndex = 0;
this.colSatNum.Width = 88;
//
// colSatName
//
this.colSatName.FieldName = "SatName";
this.colSatName.Name = "colSatName";
this.colSatName.Visible = true;
this.colSatName.VisibleIndex = 1;
this.colSatName.Width = 92;
//
// colEphType
//
this.colEphType.FieldName = "EphType";
this.colEphType.Name = "colEphType";
this.colEphType.Visible = true;
this.colEphType.VisibleIndex = 2;
this.colEphType.Width = 88;
//
// colStartTime
//
this.colStartTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colStartTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colStartTime.FieldName = "StartTime";
this.colStartTime.Name = "colStartTime";
this.colStartTime.Visible = true;
this.colStartTime.VisibleIndex = 3;
this.colStartTime.Width = 91;
//
// colEndTime
//
this.colEndTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colEndTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colEndTime.FieldName = "EndTime";
this.colEndTime.Name = "colEndTime";
this.colEndTime.Visible = true;
this.colEndTime.VisibleIndex = 4;
this.colEndTime.Width = 95;
//
// colContent
//
this.colContent.FieldName = "Content";
this.colContent.Name = "colContent";
this.colContent.Visible = true;
this.colContent.VisibleIndex = 5;
this.colContent.Width = 353;
//
// popMenu
//
this.popMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete)});
this.popMenu.Manager = this.bmgMain;
this.popMenu.Name = "popMenu";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.btnQuery);
this.layoutControl1.Controls.Add(this.txtEndTime);
this.layoutControl1.Controls.Add(this.txtStartTime);
this.layoutControl1.Controls.Add(this.txtEphType);
this.layoutControl1.Controls.Add(this.txtSatNum);
this.layoutControl1.Controls.Add(this.grdEphList);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 24);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(1047, 450);
this.layoutControl1.TabIndex = 9;
this.layoutControl1.Text = "layoutControl1";
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(986, 5);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(56, 22);
this.btnQuery.StyleController = this.layoutControl1;
this.btnQuery.TabIndex = 5;
this.btnQuery.Text = "查询";
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// txtEndTime
//
this.txtEndTime.EditValue = null;
this.txtEndTime.Location = new System.Drawing.Point(709, 5);
this.txtEndTime.MenuManager = this.bmgMain;
this.txtEndTime.Name = "txtEndTime";
this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtEndTime.Size = new System.Drawing.Size(186, 20);
this.txtEndTime.StyleController = this.layoutControl1;
this.txtEndTime.TabIndex = 4;
//
// txtStartTime
//
this.txtStartTime.EditValue = null;
this.txtStartTime.Location = new System.Drawing.Point(459, 5);
this.txtStartTime.MenuManager = this.bmgMain;
this.txtStartTime.Name = "txtStartTime";
this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtStartTime.Size = new System.Drawing.Size(186, 20);
this.txtStartTime.StyleController = this.layoutControl1;
this.txtStartTime.TabIndex = 3;
//
// txtEphType
//
this.txtEphType.Location = new System.Drawing.Point(288, 5);
this.txtEphType.MenuManager = this.bmgMain;
this.txtEphType.Name = "txtEphType";
this.txtEphType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtEphType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
new DevExpress.XtraEditors.Controls.ImageComboBoxItem("全部", null, -1)});
this.txtEphType.Size = new System.Drawing.Size(107, 20);
this.txtEphType.StyleController = this.layoutControl1;
this.txtEphType.TabIndex = 2;
//
// txtSatNum
//
this.txtSatNum.Location = new System.Drawing.Point(65, 5);
this.txtSatNum.MenuManager = this.bmgMain;
this.txtSatNum.Name = "txtSatNum";
this.txtSatNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtSatNum.Properties.NullValuePrompt = "全部";
this.txtSatNum.Size = new System.Drawing.Size(159, 20);
this.txtSatNum.StyleController = this.layoutControl1;
this.txtSatNum.TabIndex = 0;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4,
this.layoutControlItem5,
this.layoutControlItem6,
this.emptySpaceItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
this.Root.Size = new System.Drawing.Size(1047, 450);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.grdEphList;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(1041, 418);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtSatNum;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(223, 24);
this.layoutControlItem2.MinSize = new System.Drawing.Size(223, 24);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(223, 26);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.Text = "卫星编号";
this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtEphType;
this.layoutControlItem3.Location = new System.Drawing.Point(223, 0);
this.layoutControlItem3.MaxSize = new System.Drawing.Size(171, 24);
this.layoutControlItem3.MinSize = new System.Drawing.Size(171, 24);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(171, 26);
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem3.Text = "星历类型";
this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtStartTime;
this.layoutControlItem4.Location = new System.Drawing.Point(394, 0);
this.layoutControlItem4.MaxSize = new System.Drawing.Size(250, 24);
this.layoutControlItem4.MinSize = new System.Drawing.Size(250, 24);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(250, 26);
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem4.Text = "开始时间";
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtEndTime;
this.layoutControlItem5.Location = new System.Drawing.Point(644, 0);
this.layoutControlItem5.MaxSize = new System.Drawing.Size(250, 24);
this.layoutControlItem5.MinSize = new System.Drawing.Size(250, 24);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(250, 26);
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem5.Text = "结束时间";
this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.btnQuery;
this.layoutControlItem6.Location = new System.Drawing.Point(981, 0);
this.layoutControlItem6.MaxSize = new System.Drawing.Size(60, 26);
this.layoutControlItem6.MinSize = new System.Drawing.Size(60, 26);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(60, 26);
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(894, 0);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(87, 26);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// EphListForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1047, 474);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "EphListForm";
this.Text = "星历管理";
this.Load += new System.EventHandler(this.EphListForm_Load);
((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdEphList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsEphList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvEphList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popMenu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEphType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSatNum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager bmgMain;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem btnImport;
private DevExpress.XtraBars.BarButtonItem btnDelete;
private DevExpress.XtraBars.BarButtonItem btnCalc;
private DevExpress.XtraGrid.GridControl grdEphList;
private DevExpress.XtraGrid.Views.Grid.GridView gvEphList;
private DevExpress.Xpo.XPBindingSource bsEphList;
private DevExpress.XtraGrid.Columns.GridColumn colId;
private DevExpress.XtraGrid.Columns.GridColumn colSatNum;
private DevExpress.XtraGrid.Columns.GridColumn colSatName;
private DevExpress.XtraGrid.Columns.GridColumn colEphType;
private DevExpress.XtraGrid.Columns.GridColumn colStartTime;
private DevExpress.XtraGrid.Columns.GridColumn colEndTime;
private DevExpress.XtraGrid.Columns.GridColumn colContent;
private DevExpress.XtraBars.PopupMenu popMenu;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.SimpleButton btnQuery;
private DevExpress.XtraEditors.DateEdit txtEndTime;
private DevExpress.XtraEditors.DateEdit txtStartTime;
private DevExpress.XtraEditors.ImageComboBoxEdit txtEphType;
private DevExpress.XtraEditors.ComboBoxEdit txtSatNum;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
}
}