namespace WMS.FrmStrategy
{
partial class FrmProRepStrategy
{
///
/// 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();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.GCProRepStrategy = new WMS.Ctrl.GridControlCustom();
this.bgsProRepStrategy = new System.Windows.Forms.BindingSource(this.components);
this.gVProRepStrategy = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colREP_TIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTRATEGY_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTRATEGY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTRATEGY_STATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCREATE_MAN = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCREATE_MAN_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCREATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUPDATE_MAN = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUPDATE_MAN_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUPDATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.GCProRepStrategy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bgsProRepStrategy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gVProRepStrategy)).BeginInit();
this.SuspendLayout();
//
// GCProRepStrategy
//
this.GCProRepStrategy.ColorApprove = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorApproveValue = null;
this.GCProRepStrategy.ColorPass = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorPassValue = null;
this.GCProRepStrategy.ColorRepeal = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorRepealValue = null;
this.GCProRepStrategy.ColorReWork = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorReWorkValue = null;
this.GCProRepStrategy.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorShortage = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorShortageFlagColumn = null;
this.GCProRepStrategy.ColorShortageValue = null;
this.GCProRepStrategy.ColorUnExecute = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorUnExecuteValue = null;
this.GCProRepStrategy.ColorUnPass = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorUnPassValue = null;
this.GCProRepStrategy.ColorVerify = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorVerifyFlagColumn = null;
this.GCProRepStrategy.ColorVerifyValue = null;
this.GCProRepStrategy.ColorWarning = System.Drawing.Color.Empty;
this.GCProRepStrategy.ColorWarningValue = null;
this.GCProRepStrategy.DataSource = this.bgsProRepStrategy;
this.GCProRepStrategy.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCProRepStrategy.EnableAppearanceEvenRow = true;
this.GCProRepStrategy.IndicatorWidth = 40;
gridLevelNode1.RelationName = "Level1";
this.GCProRepStrategy.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.GCProRepStrategy.Location = new System.Drawing.Point(0, 0);
this.GCProRepStrategy.MainView = this.gVProRepStrategy;
this.GCProRepStrategy.Name = "GCProRepStrategy";
this.GCProRepStrategy.ShowRowID = true;
this.GCProRepStrategy.Size = new System.Drawing.Size(786, 402);
this.GCProRepStrategy.TabIndex = 0;
this.GCProRepStrategy.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gVProRepStrategy});
this.GCProRepStrategy.DoubleClick += new System.EventHandler(this.GCProRepStrategy_DoubleClick);
//
// bgsProRepStrategy
//
this.bgsProRepStrategy.DataSource = typeof(WMS.Model.Strategy.ProRepStrategyModel);
//
// gVProRepStrategy
//
this.gVProRepStrategy.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gVProRepStrategy.Appearance.EvenRow.Options.UseBackColor = true;
this.gVProRepStrategy.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colREP_TIME,
this.colSTRATEGY_ID,
this.colSTRATEGY_NAME,
this.colSTRATEGY_STATUS,
this.colCREATE_MAN,
this.colCREATE_MAN_NAME,
this.colCREATE_DATE,
this.colUPDATE_MAN,
this.colUPDATE_MAN_NAME,
this.colUPDATE_DATE,
this.colREMARK});
this.gVProRepStrategy.GridControl = this.GCProRepStrategy;
this.gVProRepStrategy.IndicatorWidth = 34;
this.gVProRepStrategy.Name = "gVProRepStrategy";
this.gVProRepStrategy.OptionsView.ColumnAutoWidth = false;
this.gVProRepStrategy.OptionsView.EnableAppearanceEvenRow = true;
this.gVProRepStrategy.OptionsView.ShowGroupPanel = false;
this.gVProRepStrategy.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gVProRepStrategy_CustomColumnDisplayText);
//
// colREP_TIME
//
this.colREP_TIME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colREP_TIME.AppearanceCell.Options.UseFont = true;
this.colREP_TIME.AppearanceHeader.Options.UseTextOptions = true;
this.colREP_TIME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colREP_TIME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colREP_TIME.FieldName = "REP_TIME";
this.colREP_TIME.Name = "colREP_TIME";
this.colREP_TIME.OptionsColumn.AllowEdit = false;
this.colREP_TIME.Visible = true;
this.colREP_TIME.VisibleIndex = 1;
this.colREP_TIME.Width = 91;
//
// colSTRATEGY_ID
//
this.colSTRATEGY_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTRATEGY_ID.AppearanceCell.Options.UseFont = true;
this.colSTRATEGY_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colSTRATEGY_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTRATEGY_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSTRATEGY_ID.FieldName = "STRATEGY_ID";
this.colSTRATEGY_ID.Name = "colSTRATEGY_ID";
this.colSTRATEGY_ID.OptionsColumn.AllowEdit = false;
this.colSTRATEGY_ID.Visible = true;
this.colSTRATEGY_ID.VisibleIndex = 2;
this.colSTRATEGY_ID.Width = 131;
//
// colSTRATEGY_NAME
//
this.colSTRATEGY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTRATEGY_NAME.AppearanceCell.Options.UseFont = true;
this.colSTRATEGY_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colSTRATEGY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTRATEGY_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSTRATEGY_NAME.FieldName = "STRATEGY_NAME";
this.colSTRATEGY_NAME.Name = "colSTRATEGY_NAME";
this.colSTRATEGY_NAME.OptionsColumn.AllowEdit = false;
this.colSTRATEGY_NAME.Visible = true;
this.colSTRATEGY_NAME.VisibleIndex = 3;
this.colSTRATEGY_NAME.Width = 195;
//
// colSTRATEGY_STATUS
//
this.colSTRATEGY_STATUS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTRATEGY_STATUS.AppearanceCell.Options.UseFont = true;
this.colSTRATEGY_STATUS.AppearanceHeader.Options.UseTextOptions = true;
this.colSTRATEGY_STATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTRATEGY_STATUS.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSTRATEGY_STATUS.FieldName = "STRATEGY_STATUS";
this.colSTRATEGY_STATUS.Name = "colSTRATEGY_STATUS";
this.colSTRATEGY_STATUS.OptionsColumn.AllowEdit = false;
this.colSTRATEGY_STATUS.Visible = true;
this.colSTRATEGY_STATUS.VisibleIndex = 0;
this.colSTRATEGY_STATUS.Width = 70;
//
// colCREATE_MAN
//
this.colCREATE_MAN.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colCREATE_MAN.AppearanceCell.Options.UseFont = true;
this.colCREATE_MAN.AppearanceHeader.Options.UseTextOptions = true;
this.colCREATE_MAN.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCREATE_MAN.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colCREATE_MAN.FieldName = "CREATE_MAN";
this.colCREATE_MAN.Name = "colCREATE_MAN";
this.colCREATE_MAN.OptionsColumn.AllowEdit = false;
//
// colCREATE_MAN_NAME
//
this.colCREATE_MAN_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colCREATE_MAN_NAME.AppearanceCell.Options.UseFont = true;
this.colCREATE_MAN_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colCREATE_MAN_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCREATE_MAN_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colCREATE_MAN_NAME.FieldName = "CREATE_MAN_NAME";
this.colCREATE_MAN_NAME.Name = "colCREATE_MAN_NAME";
this.colCREATE_MAN_NAME.OptionsColumn.AllowEdit = false;
this.colCREATE_MAN_NAME.Visible = true;
this.colCREATE_MAN_NAME.VisibleIndex = 4;
this.colCREATE_MAN_NAME.Width = 96;
//
// colCREATE_DATE
//
this.colCREATE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colCREATE_DATE.AppearanceCell.Options.UseFont = true;
this.colCREATE_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colCREATE_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCREATE_DATE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colCREATE_DATE.FieldName = "CREATE_DATE";
this.colCREATE_DATE.Name = "colCREATE_DATE";
this.colCREATE_DATE.OptionsColumn.AllowEdit = false;
this.colCREATE_DATE.Visible = true;
this.colCREATE_DATE.VisibleIndex = 5;
this.colCREATE_DATE.Width = 106;
//
// colUPDATE_MAN
//
this.colUPDATE_MAN.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colUPDATE_MAN.AppearanceCell.Options.UseFont = true;
this.colUPDATE_MAN.AppearanceHeader.Options.UseTextOptions = true;
this.colUPDATE_MAN.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUPDATE_MAN.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colUPDATE_MAN.FieldName = "UPDATE_MAN";
this.colUPDATE_MAN.Name = "colUPDATE_MAN";
this.colUPDATE_MAN.OptionsColumn.AllowEdit = false;
//
// colUPDATE_MAN_NAME
//
this.colUPDATE_MAN_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colUPDATE_MAN_NAME.AppearanceCell.Options.UseFont = true;
this.colUPDATE_MAN_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colUPDATE_MAN_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUPDATE_MAN_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colUPDATE_MAN_NAME.FieldName = "UPDATE_MAN_NAME";
this.colUPDATE_MAN_NAME.Name = "colUPDATE_MAN_NAME";
this.colUPDATE_MAN_NAME.OptionsColumn.AllowEdit = false;
this.colUPDATE_MAN_NAME.Visible = true;
this.colUPDATE_MAN_NAME.VisibleIndex = 6;
this.colUPDATE_MAN_NAME.Width = 97;
//
// colUPDATE_DATE
//
this.colUPDATE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colUPDATE_DATE.AppearanceCell.Options.UseFont = true;
this.colUPDATE_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colUPDATE_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUPDATE_DATE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colUPDATE_DATE.FieldName = "UPDATE_DATE";
this.colUPDATE_DATE.Name = "colUPDATE_DATE";
this.colUPDATE_DATE.OptionsColumn.AllowEdit = false;
this.colUPDATE_DATE.Visible = true;
this.colUPDATE_DATE.VisibleIndex = 7;
this.colUPDATE_DATE.Width = 103;
//
// colREMARK
//
this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colREMARK.AppearanceCell.Options.UseFont = true;
this.colREMARK.AppearanceHeader.Options.UseTextOptions = true;
this.colREMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colREMARK.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colREMARK.FieldName = "REMARK";
this.colREMARK.Name = "colREMARK";
this.colREMARK.OptionsColumn.AllowEdit = false;
this.colREMARK.Visible = true;
this.colREMARK.VisibleIndex = 8;
this.colREMARK.Width = 298;
//
// FrmProRepStrategy
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(786, 402);
this.Controls.Add(this.GCProRepStrategy);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmProRepStrategy";
this.Text = "供应商补货策略";
this.Load += new System.EventHandler(this.FrmProRepStrategy_Load);
((System.ComponentModel.ISupportInitialize)(this.GCProRepStrategy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bgsProRepStrategy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gVProRepStrategy)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Ctrl.GridControlCustom GCProRepStrategy;
private DevExpress.XtraGrid.Views.Grid.GridView gVProRepStrategy;
private System.Windows.Forms.BindingSource bgsProRepStrategy;
private DevExpress.XtraGrid.Columns.GridColumn colREP_TIME;
private DevExpress.XtraGrid.Columns.GridColumn colSTRATEGY_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTRATEGY_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTRATEGY_STATUS;
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_MAN;
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_MAN_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colUPDATE_MAN;
private DevExpress.XtraGrid.Columns.GridColumn colUPDATE_MAN_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colUPDATE_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
}
}