namespace Ips.Sps.TskStrategys
{
partial class TskStrategyListForm
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
grdTskStrategy = new DevExpress.XtraGrid.GridControl();
bsTskStrategy = new DevExpress.Xpo.XPBindingSource(components);
xpcTskStrategy = new DevExpress.Xpo.XPCollection(components);
uow = new DevExpress.Xpo.UnitOfWork(components);
gvTskStrategy = new DevExpress.XtraGrid.Views.Grid.GridView();
colOid = new DevExpress.XtraGrid.Columns.GridColumn();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colTskType = new DevExpress.XtraGrid.Columns.GridColumn();
colSigType = new DevExpress.XtraGrid.Columns.GridColumn();
colAdMode = new DevExpress.XtraGrid.Columns.GridColumn();
colShowSatList = new DevExpress.XtraGrid.Columns.GridColumn();
colShowSig = new DevExpress.XtraGrid.Columns.GridColumn();
colShowRef = new DevExpress.XtraGrid.Columns.GridColumn();
colEnable = new DevExpress.XtraGrid.Columns.GridColumn();
colShowAdcList = new DevExpress.XtraGrid.Columns.GridColumn();
colSupHistory = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)grdTskStrategy).BeginInit();
((System.ComponentModel.ISupportInitialize)bsTskStrategy).BeginInit();
((System.ComponentModel.ISupportInitialize)xpcTskStrategy).BeginInit();
((System.ComponentModel.ISupportInitialize)uow).BeginInit();
((System.ComponentModel.ISupportInitialize)gvTskStrategy).BeginInit();
SuspendLayout();
//
// grdTskStrategy
//
grdTskStrategy.DataSource = bsTskStrategy;
grdTskStrategy.Dock = DockStyle.Fill;
grdTskStrategy.Location = new Point(0, 0);
grdTskStrategy.MainView = gvTskStrategy;
grdTskStrategy.Name = "grdTskStrategy";
grdTskStrategy.ShowOnlyPredefinedDetails = true;
grdTskStrategy.Size = new Size(877, 343);
grdTskStrategy.TabIndex = 0;
grdTskStrategy.UseEmbeddedNavigator = true;
grdTskStrategy.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvTskStrategy });
//
// bsTskStrategy
//
bsTskStrategy.DataSource = xpcTskStrategy;
//
// xpcTskStrategy
//
xpcTskStrategy.DeleteObjectOnRemove = true;
xpcTskStrategy.ObjectType = typeof(TskStrategy);
xpcTskStrategy.Session = uow;
//
// gvTskStrategy
//
gvTskStrategy.Appearance.Row.Options.UseTextOptions = true;
gvTskStrategy.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
gvTskStrategy.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colName, colTskType, colSigType, colAdMode, colShowSatList, colShowSig, colShowRef, colEnable, colShowAdcList, colSupHistory });
gvTskStrategy.GridControl = grdTskStrategy;
gvTskStrategy.Name = "gvTskStrategy";
gvTskStrategy.OptionsView.ShowGroupPanel = false;
gvTskStrategy.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colTskType, DevExpress.Data.ColumnSortOrder.Ascending) });
//
// colOid
//
colOid.FieldName = "Oid";
colOid.Name = "colOid";
//
// colName
//
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
//
// colTskType
//
colTskType.FieldName = "TskType";
colTskType.Name = "colTskType";
colTskType.Visible = true;
colTskType.VisibleIndex = 1;
//
// colSigType
//
colSigType.FieldName = "SigType";
colSigType.Name = "colSigType";
colSigType.Visible = true;
colSigType.VisibleIndex = 2;
//
// colAdMode
//
colAdMode.FieldName = "AdMode";
colAdMode.Name = "colAdMode";
colAdMode.Visible = true;
colAdMode.VisibleIndex = 3;
//
// colShowSatList
//
colShowSatList.AppearanceHeader.Options.UseTextOptions = true;
colShowSatList.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colShowSatList.FieldName = "ShowSatList";
colShowSatList.Name = "colShowSatList";
colShowSatList.Visible = true;
colShowSatList.VisibleIndex = 5;
//
// colShowSig
//
colShowSig.AppearanceHeader.Options.UseTextOptions = true;
colShowSig.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colShowSig.FieldName = "ShowSigList";
colShowSig.Name = "colShowSig";
colShowSig.Visible = true;
colShowSig.VisibleIndex = 7;
//
// colShowRef
//
colShowRef.AppearanceHeader.Options.UseTextOptions = true;
colShowRef.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colShowRef.FieldName = "ShowRefList";
colShowRef.Name = "colShowRef";
colShowRef.Visible = true;
colShowRef.VisibleIndex = 8;
//
// colEnable
//
colEnable.AppearanceHeader.Options.UseTextOptions = true;
colEnable.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colEnable.FieldName = "Enable";
colEnable.Name = "colEnable";
colEnable.OptionsColumn.FixedWidth = true;
colEnable.Visible = true;
colEnable.VisibleIndex = 9;
//
// colShowAdcList
//
colShowAdcList.AppearanceHeader.Options.UseTextOptions = true;
colShowAdcList.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colShowAdcList.FieldName = "ShowAdcList";
colShowAdcList.Name = "colShowAdcList";
colShowAdcList.Visible = true;
colShowAdcList.VisibleIndex = 6;
//
// colSupHistory
//
colSupHistory.AppearanceCell.Options.UseTextOptions = true;
colSupHistory.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colSupHistory.AppearanceHeader.Options.UseTextOptions = true;
colSupHistory.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colSupHistory.FieldName = "SupHistory";
colSupHistory.Name = "colSupHistory";
colSupHistory.Visible = true;
colSupHistory.VisibleIndex = 4;
//
// TskStrategyListForm
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(877, 343);
Controls.Add(grdTskStrategy);
Name = "TskStrategyListForm";
Text = "任务策略";
FormClosed += TskStrategyListForm_FormClosed;
((System.ComponentModel.ISupportInitialize)grdTskStrategy).EndInit();
((System.ComponentModel.ISupportInitialize)bsTskStrategy).EndInit();
((System.ComponentModel.ISupportInitialize)xpcTskStrategy).EndInit();
((System.ComponentModel.ISupportInitialize)uow).EndInit();
((System.ComponentModel.ISupportInitialize)gvTskStrategy).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl grdTskStrategy;
private DevExpress.XtraGrid.Views.Grid.GridView gvTskStrategy;
private DevExpress.Xpo.XPBindingSource bsTskStrategy;
private DevExpress.XtraGrid.Columns.GridColumn colOid;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colTskType;
private DevExpress.XtraGrid.Columns.GridColumn colSigType;
private DevExpress.XtraGrid.Columns.GridColumn colAdMode;
private DevExpress.XtraGrid.Columns.GridColumn colEnable;
private DevExpress.Xpo.XPCollection xpcTskStrategy;
private DevExpress.XtraGrid.Columns.GridColumn colShowSig;
private DevExpress.XtraGrid.Columns.GridColumn colShowRef;
private DevExpress.XtraGrid.Columns.GridColumn colShowSatList;
private DevExpress.XtraGrid.Columns.GridColumn colShowAdcList;
private DevExpress.Xpo.UnitOfWork uow;
private DevExpress.XtraGrid.Columns.GridColumn colSupHistory;
}
}