using Ips.Sps.Sigs;
namespace Ips.Sps.Sats
{
    partial class SatListForm
    {
        /// 
        /// 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.btnAdd = new DevExpress.XtraBars.BarButtonItem();
            this.btnEdit = new DevExpress.XtraBars.BarButtonItem();
            this.btnDelete = 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.grdSatList = new DevExpress.XtraGrid.GridControl();
            this.bsSatList = new DevExpress.Xpo.XPBindingSource(this.components);
            this.gvSatList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colOid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSatNum = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colLon = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSatType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSatTurn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colEnable = new DevExpress.XtraGrid.Columns.GridColumn();
            this.enableEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.satCodeEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSatList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvSatList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.enableEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.satCodeEdit)).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.btnAdd,
            this.btnEdit,
            this.btnDelete});
            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.btnAdd),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnEdit),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawBorder = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.UseWholeRow = true;
            this.bar1.Text = "Tools";
            // 
            // btnAdd
            // 
            this.btnAdd.Caption = "添加";
            this.btnAdd.Id = 0;
            this.btnAdd.ImageOptions.ImageUri.Uri = "icon%20builder/actions_add";
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAdd_ItemClick);
            // 
            // btnEdit
            // 
            this.btnEdit.Caption = "编辑";
            this.btnEdit.Id = 1;
            this.btnEdit.ImageOptions.ImageUri.Uri = "icon%20builder/actions_edit";
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEdit_ItemClick);
            // 
            // btnDelete
            // 
            this.btnDelete.Caption = "删除";
            this.btnDelete.Id = 2;
            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);
            // 
            // 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(876, 24);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 554);
            this.barDockControlBottom.Manager = this.bmgMain;
            this.barDockControlBottom.Size = new System.Drawing.Size(876, 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, 530);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(876, 24);
            this.barDockControlRight.Manager = this.bmgMain;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 530);
            // 
            // grdSatList
            // 
            this.grdSatList.DataSource = this.bsSatList;
            this.grdSatList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdSatList.Location = new System.Drawing.Point(0, 24);
            this.grdSatList.MainView = this.gvSatList;
            this.grdSatList.MenuManager = this.bmgMain;
            this.grdSatList.Name = "grdSatList";
            this.grdSatList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.enableEdit,
            this.satCodeEdit});
            this.grdSatList.Size = new System.Drawing.Size(876, 530);
            this.grdSatList.TabIndex = 4;
            this.grdSatList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvSatList});
            // 
            // bsSatList
            // 
            this.bsSatList.DisplayableProperties = "This;Oid;SatNum;Name;SatType;Remark;Enable;SatTurn";
            this.bsSatList.ObjectType = typeof(Ips.Sps.Sats.Sat);
            // 
            // gvSatList
            // 
            this.gvSatList.Appearance.Row.Options.UseTextOptions = true;
            this.gvSatList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gvSatList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colOid,
            this.colSatNum,
            this.colName,
            this.colLon,
            this.colSatType,
            this.colSatTurn,
            this.colRemark,
            this.colEnable});
            this.gvSatList.GridControl = this.grdSatList;
            this.gvSatList.Name = "gvSatList";
            this.gvSatList.OptionsBehavior.Editable = false;
            this.gvSatList.OptionsSelection.MultiSelect = true;
            this.gvSatList.OptionsView.ShowGroupPanel = false;
            this.gvSatList.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvSatList_RowClick);
            // 
            // colOid
            // 
            this.colOid.FieldName = "Oid";
            this.colOid.Name = "colOid";
            // 
            // colSatNum
            // 
            this.colSatNum.FieldName = "SatNum";
            this.colSatNum.Name = "colSatNum";
            this.colSatNum.Visible = true;
            this.colSatNum.VisibleIndex = 0;
            this.colSatNum.Width = 81;
            // 
            // colName
            // 
            this.colName.FieldName = "Name";
            this.colName.Name = "colName";
            this.colName.Visible = true;
            this.colName.VisibleIndex = 1;
            this.colName.Width = 96;
            // 
            // colLon
            // 
            this.colLon.FieldName = "Lon";
            this.colLon.Name = "colLon";
            this.colLon.Visible = true;
            this.colLon.VisibleIndex = 3;
            this.colLon.Width = 65;
            // 
            // colSatType
            // 
            this.colSatType.FieldName = "SatType";
            this.colSatType.Name = "colSatType";
            this.colSatType.Visible = true;
            this.colSatType.VisibleIndex = 2;
            this.colSatType.Width = 78;
            // 
            // colSatTurn
            // 
            this.colSatTurn.FieldName = "SatTurn";
            this.colSatTurn.Name = "colSatTurn";
            this.colSatTurn.Visible = true;
            this.colSatTurn.VisibleIndex = 4;
            this.colSatTurn.Width = 85;
            // 
            // colEnable
            // 
            this.colEnable.ColumnEdit = this.enableEdit;
            this.colEnable.FieldName = "Enable";
            this.colEnable.Name = "colEnable";
            this.colEnable.OptionsColumn.FixedWidth = true;
            this.colEnable.Visible = true;
            this.colEnable.VisibleIndex = 6;
            this.colEnable.Width = 60;
            // 
            // enableEdit
            // 
            this.enableEdit.AutoHeight = false;
            this.enableEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.enableEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", true, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", false, -1)});
            this.enableEdit.Name = "enableEdit";
            // 
            // colRemark
            // 
            this.colRemark.FieldName = "Remark";
            this.colRemark.Name = "colRemark";
            this.colRemark.Visible = true;
            this.colRemark.VisibleIndex = 5;
            this.colRemark.Width = 290;
            // 
            // satCodeEdit
            // 
            this.satCodeEdit.AutoHeight = false;
            this.satCodeEdit.Name = "satCodeEdit";
            // 
            // SatListForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(876, 554);
            this.Controls.Add(this.grdSatList);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "SatListForm";
            this.Text = "卫星管理";
            this.Load += new System.EventHandler(this.SatListForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdSatList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsSatList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvSatList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.enableEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.satCodeEdit)).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 btnAdd;
        private DevExpress.XtraBars.BarButtonItem btnEdit;
        private DevExpress.XtraBars.BarButtonItem btnDelete;
        private DevExpress.XtraGrid.GridControl grdSatList;
        private DevExpress.XtraGrid.Views.Grid.GridView gvSatList;
        private DevExpress.Xpo.XPBindingSource bsSatList;
        private DevExpress.XtraGrid.Columns.GridColumn colOid;
        private DevExpress.XtraGrid.Columns.GridColumn colSatNum;
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colLon;
        private DevExpress.XtraGrid.Columns.GridColumn colSatType;
        private DevExpress.XtraGrid.Columns.GridColumn colRemark;
        private DevExpress.XtraGrid.Columns.GridColumn colEnable;
        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox enableEdit;
        private DevExpress.XtraGrid.Columns.GridColumn colSatTurn;
        private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit satCodeEdit;
    }
}