namespace WMS.FrmStrategy { partial class FrmDownStrategy { /// /// 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.GCDownStrategy = new WMS.Ctrl.GridControlCustom(); this.bsDownStrategy = new System.Windows.Forms.BindingSource(this.components); this.GVDownStrategy = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colDOWNSTRATEGY_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDOWNSTRATEGY_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDOWNSTRATEGY_STATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVERSION = 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.colPRODUCE_FLAG = new DevExpress.XtraGrid.Columns.GridColumn(); this.colADDED_FLAG = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNULL_FLAG = new DevExpress.XtraGrid.Columns.GridColumn(); this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); ((System.ComponentModel.ISupportInitialize)(this.GCDownStrategy)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsDownStrategy)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVDownStrategy)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit(); this.SuspendLayout(); // // GCDownStrategy // this.GCDownStrategy.ColorApprove = System.Drawing.Color.Empty; this.GCDownStrategy.ColorApproveValue = null; this.GCDownStrategy.ColorPass = System.Drawing.Color.Empty; this.GCDownStrategy.ColorPassValue = null; this.GCDownStrategy.ColorRepeal = System.Drawing.Color.Empty; this.GCDownStrategy.ColorRepealValue = null; this.GCDownStrategy.ColorReWork = System.Drawing.Color.Empty; this.GCDownStrategy.ColorReWorkValue = null; this.GCDownStrategy.ColorSelectedRow = System.Drawing.Color.Empty; this.GCDownStrategy.ColorShortage = System.Drawing.Color.Empty; this.GCDownStrategy.ColorShortageFlagColumn = null; this.GCDownStrategy.ColorShortageValue = null; this.GCDownStrategy.ColorUnExecute = System.Drawing.Color.Empty; this.GCDownStrategy.ColorUnExecuteValue = null; this.GCDownStrategy.ColorUnPass = System.Drawing.Color.Empty; this.GCDownStrategy.ColorUnPassValue = null; this.GCDownStrategy.ColorVerify = System.Drawing.Color.Empty; this.GCDownStrategy.ColorVerifyFlagColumn = null; this.GCDownStrategy.ColorVerifyValue = null; this.GCDownStrategy.ColorWarning = System.Drawing.Color.Empty; this.GCDownStrategy.ColorWarningValue = null; this.GCDownStrategy.DataSource = this.bsDownStrategy; this.GCDownStrategy.Dock = System.Windows.Forms.DockStyle.Fill; this.GCDownStrategy.EnableAppearanceEvenRow = true; this.GCDownStrategy.IndicatorWidth = 40; this.GCDownStrategy.Location = new System.Drawing.Point(0, 0); this.GCDownStrategy.MainView = this.GVDownStrategy; this.GCDownStrategy.Name = "GCDownStrategy"; this.GCDownStrategy.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.Check}); this.GCDownStrategy.ShowRowID = true; this.GCDownStrategy.Size = new System.Drawing.Size(1145, 587); this.GCDownStrategy.TabIndex = 6; this.GCDownStrategy.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVDownStrategy}); // // bsDownStrategy // this.bsDownStrategy.DataSource = typeof(WMS.Model.Strategy.DownStrategyModel); // // GVDownStrategy // this.GVDownStrategy.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVDownStrategy.Appearance.EvenRow.Options.UseBackColor = true; this.GVDownStrategy.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colDOWNSTRATEGY_ID, this.colDOWNSTRATEGY_NAME, this.colDOWNSTRATEGY_STATE, this.colREMARK, this.colVERSION, this.colCREATE_MAN, this.colCREATE_MAN_NAME, this.colCREATE_DATE, this.colUPDATE_MAN, this.colUPDATE_MAN_NAME, this.colUPDATE_DATE, this.colPRODUCE_FLAG, this.colADDED_FLAG, this.colNULL_FLAG}); this.GVDownStrategy.GridControl = this.GCDownStrategy; this.GVDownStrategy.IndicatorWidth = 34; this.GVDownStrategy.Name = "GVDownStrategy"; this.GVDownStrategy.OptionsBehavior.Editable = false; this.GVDownStrategy.OptionsView.ColumnAutoWidth = false; this.GVDownStrategy.OptionsView.EnableAppearanceEvenRow = true; this.GVDownStrategy.OptionsView.ShowFooter = true; this.GVDownStrategy.OptionsView.ShowGroupPanel = false; this.GVDownStrategy.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVDownStrategy_CustomColumnDisplayText); this.GVDownStrategy.DoubleClick += new System.EventHandler(this.GVDownStrategy_DoubleClick); // // colDOWNSTRATEGY_ID // this.colDOWNSTRATEGY_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colDOWNSTRATEGY_ID.AppearanceCell.Options.UseFont = true; this.colDOWNSTRATEGY_ID.AppearanceHeader.Options.UseTextOptions = true; this.colDOWNSTRATEGY_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDOWNSTRATEGY_ID.FieldName = "DOWNSTRATEGY_ID"; this.colDOWNSTRATEGY_ID.Name = "colDOWNSTRATEGY_ID"; // // colDOWNSTRATEGY_NAME // this.colDOWNSTRATEGY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colDOWNSTRATEGY_NAME.AppearanceCell.Options.UseFont = true; this.colDOWNSTRATEGY_NAME.AppearanceHeader.Options.UseTextOptions = true; this.colDOWNSTRATEGY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDOWNSTRATEGY_NAME.FieldName = "DOWNSTRATEGY_NAME"; this.colDOWNSTRATEGY_NAME.Name = "colDOWNSTRATEGY_NAME"; this.colDOWNSTRATEGY_NAME.Visible = true; this.colDOWNSTRATEGY_NAME.VisibleIndex = 0; this.colDOWNSTRATEGY_NAME.Width = 276; // // colDOWNSTRATEGY_STATE // this.colDOWNSTRATEGY_STATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colDOWNSTRATEGY_STATE.AppearanceCell.Options.UseFont = true; this.colDOWNSTRATEGY_STATE.AppearanceHeader.Options.UseTextOptions = true; this.colDOWNSTRATEGY_STATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDOWNSTRATEGY_STATE.FieldName = "DOWNSTRATEGY_STATE"; this.colDOWNSTRATEGY_STATE.Name = "colDOWNSTRATEGY_STATE"; this.colDOWNSTRATEGY_STATE.Visible = true; this.colDOWNSTRATEGY_STATE.VisibleIndex = 4; this.colDOWNSTRATEGY_STATE.Width = 38; // // 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.FieldName = "REMARK"; this.colREMARK.Name = "colREMARK"; // // colVERSION // this.colVERSION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colVERSION.AppearanceCell.Options.UseFont = true; this.colVERSION.AppearanceHeader.Options.UseTextOptions = true; this.colVERSION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colVERSION.FieldName = "VERSION"; this.colVERSION.Name = "colVERSION"; // // 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.FieldName = "CREATE_MAN"; this.colCREATE_MAN.Name = "colCREATE_MAN"; // // 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.FieldName = "CREATE_MAN_NAME"; this.colCREATE_MAN_NAME.Name = "colCREATE_MAN_NAME"; this.colCREATE_MAN_NAME.Visible = true; this.colCREATE_MAN_NAME.VisibleIndex = 5; this.colCREATE_MAN_NAME.Width = 98; // // 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.FieldName = "CREATE_DATE"; this.colCREATE_DATE.Name = "colCREATE_DATE"; this.colCREATE_DATE.Visible = true; this.colCREATE_DATE.VisibleIndex = 6; this.colCREATE_DATE.Width = 81; // // 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.FieldName = "UPDATE_MAN"; this.colUPDATE_MAN.Name = "colUPDATE_MAN"; // // 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.FieldName = "UPDATE_MAN_NAME"; this.colUPDATE_MAN_NAME.Name = "colUPDATE_MAN_NAME"; this.colUPDATE_MAN_NAME.Visible = true; this.colUPDATE_MAN_NAME.VisibleIndex = 7; this.colUPDATE_MAN_NAME.Width = 120; // // 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.FieldName = "UPDATE_DATE"; this.colUPDATE_DATE.Name = "colUPDATE_DATE"; this.colUPDATE_DATE.Visible = true; this.colUPDATE_DATE.VisibleIndex = 8; this.colUPDATE_DATE.Width = 457; // // colPRODUCE_FLAG // this.colPRODUCE_FLAG.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colPRODUCE_FLAG.AppearanceCell.Options.UseFont = true; this.colPRODUCE_FLAG.AppearanceHeader.Options.UseTextOptions = true; this.colPRODUCE_FLAG.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPRODUCE_FLAG.FieldName = "PRODUCE_FLAG"; this.colPRODUCE_FLAG.Name = "colPRODUCE_FLAG"; this.colPRODUCE_FLAG.Visible = true; this.colPRODUCE_FLAG.VisibleIndex = 1; this.colPRODUCE_FLAG.Width = 60; // // colADDED_FLAG // this.colADDED_FLAG.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colADDED_FLAG.AppearanceCell.Options.UseFont = true; this.colADDED_FLAG.AppearanceHeader.Options.UseTextOptions = true; this.colADDED_FLAG.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colADDED_FLAG.FieldName = "ADDED_FLAG"; this.colADDED_FLAG.Name = "colADDED_FLAG"; this.colADDED_FLAG.Visible = true; this.colADDED_FLAG.VisibleIndex = 2; this.colADDED_FLAG.Width = 57; // // colNULL_FLAG // this.colNULL_FLAG.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colNULL_FLAG.AppearanceCell.Options.UseFont = true; this.colNULL_FLAG.AppearanceHeader.Options.UseTextOptions = true; this.colNULL_FLAG.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colNULL_FLAG.FieldName = "NULL_FLAG"; this.colNULL_FLAG.Name = "colNULL_FLAG"; this.colNULL_FLAG.Visible = true; this.colNULL_FLAG.VisibleIndex = 3; this.colNULL_FLAG.Width = 56; // // Check // this.Check.AutoHeight = false; this.Check.Caption = "Check"; this.Check.Name = "Check"; this.Check.ValueChecked = false; // // FrmDownStrategy // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1145, 587); this.Controls.Add(this.GCDownStrategy); this.Name = "FrmDownStrategy"; this.Text = "下架策略"; this.Load += new System.EventHandler(this.FrmDownStrategy_Load); ((System.ComponentModel.ISupportInitialize)(this.GCDownStrategy)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsDownStrategy)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVDownStrategy)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.GridControlCustom GCDownStrategy; private DevExpress.XtraGrid.Views.Grid.GridView GVDownStrategy; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check; private System.Windows.Forms.BindingSource bsDownStrategy; private DevExpress.XtraGrid.Columns.GridColumn colDOWNSTRATEGY_ID; private DevExpress.XtraGrid.Columns.GridColumn colDOWNSTRATEGY_NAME; private DevExpress.XtraGrid.Columns.GridColumn colDOWNSTRATEGY_STATE; private DevExpress.XtraGrid.Columns.GridColumn colREMARK; private DevExpress.XtraGrid.Columns.GridColumn colVERSION; 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 colPRODUCE_FLAG; private DevExpress.XtraGrid.Columns.GridColumn colADDED_FLAG; private DevExpress.XtraGrid.Columns.GridColumn colNULL_FLAG; } }