namespace WMS.FrmStrategy { partial class FrmStrAreaRep { /// /// 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.GCStrAreaRep = new WMS.Ctrl.GridControlCustom(); this.bsStrAreaRep = new System.Windows.Forms.BindingSource(this.components); this.GVStrAreaRep = 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_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_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUPDATE_MAN = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUPDATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.colCREATE_MAN_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUPDATE_MAN_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.GCStrAreaRep)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStrAreaRep)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVStrAreaRep)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit(); this.SuspendLayout(); // // GCStrAreaRep // this.GCStrAreaRep.ColorApprove = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorApproveValue = null; this.GCStrAreaRep.ColorPass = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorPassValue = null; this.GCStrAreaRep.ColorRepeal = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorRepealValue = null; this.GCStrAreaRep.ColorReWork = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorReWorkValue = null; this.GCStrAreaRep.ColorSelectedRow = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorShortage = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorShortageFlagColumn = null; this.GCStrAreaRep.ColorShortageValue = null; this.GCStrAreaRep.ColorUnExecute = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorUnExecuteValue = null; this.GCStrAreaRep.ColorUnPass = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorUnPassValue = null; this.GCStrAreaRep.ColorVerify = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorVerifyFlagColumn = null; this.GCStrAreaRep.ColorVerifyValue = null; this.GCStrAreaRep.ColorWarning = System.Drawing.Color.Empty; this.GCStrAreaRep.ColorWarningValue = null; this.GCStrAreaRep.DataSource = this.bsStrAreaRep; this.GCStrAreaRep.Dock = System.Windows.Forms.DockStyle.Fill; this.GCStrAreaRep.EnableAppearanceEvenRow = true; this.GCStrAreaRep.IndicatorWidth = 40; this.GCStrAreaRep.Location = new System.Drawing.Point(0, 0); this.GCStrAreaRep.MainView = this.GVStrAreaRep; this.GCStrAreaRep.Name = "GCStrAreaRep"; this.GCStrAreaRep.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.Check}); this.GCStrAreaRep.ShowRowID = true; this.GCStrAreaRep.Size = new System.Drawing.Size(1145, 587); this.GCStrAreaRep.TabIndex = 6; this.GCStrAreaRep.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVStrAreaRep}); // // bsStrAreaRep // this.bsStrAreaRep.DataSource = typeof(WMS.Model.Strategy.StrAreaRepModel); // // GVStrAreaRep // this.GVStrAreaRep.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVStrAreaRep.Appearance.EvenRow.Options.UseBackColor = true; this.GVStrAreaRep.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colREP_TIME, this.colSTRATEGY_ID, this.colSTRATEGY_NAME, this.colSTRATEGY_STATE, this.colREMARK, this.colVERSION, this.colCREATE_MAN, this.colCREATE_DATE, this.colUPDATE_MAN, this.colUPDATE_DATE, this.colCREATE_MAN_NAME, this.colUPDATE_MAN_NAME}); this.GVStrAreaRep.GridControl = this.GCStrAreaRep; this.GVStrAreaRep.IndicatorWidth = 34; this.GVStrAreaRep.Name = "GVStrAreaRep"; this.GVStrAreaRep.OptionsBehavior.Editable = false; this.GVStrAreaRep.OptionsView.ColumnAutoWidth = false; this.GVStrAreaRep.OptionsView.EnableAppearanceEvenRow = true; this.GVStrAreaRep.OptionsView.ShowFooter = true; this.GVStrAreaRep.OptionsView.ShowGroupPanel = false; this.GVStrAreaRep.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVStrAreaRep_CustomColumnDisplayText); this.GVStrAreaRep.DoubleClick += new System.EventHandler(this.GVStrAreaRep_DoubleClick); // // 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.DisplayFormat.FormatString = "n0"; this.colREP_TIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colREP_TIME.FieldName = "REP_TIME"; this.colREP_TIME.Name = "colREP_TIME"; this.colREP_TIME.Visible = true; this.colREP_TIME.VisibleIndex = 2; this.colREP_TIME.Width = 93; // // 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.FieldName = "STRATEGY_ID"; this.colSTRATEGY_ID.Name = "colSTRATEGY_ID"; this.colSTRATEGY_ID.Visible = true; this.colSTRATEGY_ID.VisibleIndex = 0; this.colSTRATEGY_ID.Width = 138; // // 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.FieldName = "STRATEGY_NAME"; this.colSTRATEGY_NAME.Name = "colSTRATEGY_NAME"; this.colSTRATEGY_NAME.Visible = true; this.colSTRATEGY_NAME.VisibleIndex = 1; this.colSTRATEGY_NAME.Width = 146; // // colSTRATEGY_STATE // this.colSTRATEGY_STATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSTRATEGY_STATE.AppearanceCell.Options.UseFont = true; this.colSTRATEGY_STATE.AppearanceHeader.Options.UseTextOptions = true; this.colSTRATEGY_STATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSTRATEGY_STATE.FieldName = "STRATEGY_STATE"; this.colSTRATEGY_STATE.Name = "colSTRATEGY_STATE"; this.colSTRATEGY_STATE.Visible = true; this.colSTRATEGY_STATE.VisibleIndex = 3; // // 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"; this.colCREATE_MAN.Width = 86; // // 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.DisplayFormat.FormatString = "yyyy-MM-dd hh:mm:ss"; this.colCREATE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colCREATE_DATE.FieldName = "CREATE_DATE"; this.colCREATE_DATE.Name = "colCREATE_DATE"; this.colCREATE_DATE.Visible = true; this.colCREATE_DATE.VisibleIndex = 5; this.colCREATE_DATE.Width = 142; // // 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"; this.colUPDATE_MAN.Width = 90; // // 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.DisplayFormat.FormatString = "yyyy-MM-dd hh:mm:ss"; this.colUPDATE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colUPDATE_DATE.FieldName = "UPDATE_DATE"; this.colUPDATE_DATE.Name = "colUPDATE_DATE"; this.colUPDATE_DATE.Visible = true; this.colUPDATE_DATE.VisibleIndex = 7; this.colUPDATE_DATE.Width = 142; // // Check // this.Check.AutoHeight = false; this.Check.Caption = "Check"; this.Check.Name = "Check"; this.Check.ValueChecked = 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.FieldName = "CREATE_MAN_NAME"; this.colCREATE_MAN_NAME.Name = "colCREATE_MAN_NAME"; this.colCREATE_MAN_NAME.Visible = true; this.colCREATE_MAN_NAME.VisibleIndex = 4; // // 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 = 6; // // FrmStrAreaRep // 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.GCStrAreaRep); this.Name = "FrmStrAreaRep"; this.Text = "库区间定时补货策略"; this.Load += new System.EventHandler(this.FrmStrAreaRep_Load); ((System.ComponentModel.ISupportInitialize)(this.GCStrAreaRep)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStrAreaRep)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVStrAreaRep)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.GridControlCustom GCStrAreaRep; private DevExpress.XtraGrid.Views.Grid.GridView GVStrAreaRep; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check; private System.Windows.Forms.BindingSource bsStrAreaRep; 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_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_DATE; private DevExpress.XtraGrid.Columns.GridColumn colUPDATE_MAN; private DevExpress.XtraGrid.Columns.GridColumn colUPDATE_DATE; private DevExpress.XtraGrid.Columns.GridColumn colCREATE_MAN_NAME; private DevExpress.XtraGrid.Columns.GridColumn colUPDATE_MAN_NAME; } }