| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- namespace Ips.Sps.TskStrategys
- {
- partial class TskStrategyListForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|