namespace WMS.FrmReport { partial class FrmMIStockSearch { /// /// 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.GCMiStock = new WMS.Ctrl.GridControlCustom(); this.bgsStock = new System.Windows.Forms.BindingSource(this.components); this.GVMiStock = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSHELVES_NUM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPACKING_NUM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colHigh = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNOTICE_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCustomer_Id = new DevExpress.XtraGrid.Columns.GridColumn(); this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTORAGE_MODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDOCCTNUMBER = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_SKU = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn(); this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTSEBS = new DevExpress.XtraGrid.Columns.GridColumn(); this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsStock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit(); this.SuspendLayout(); // // GCMiStock // this.GCMiStock.ColorApprove = System.Drawing.Color.Empty; this.GCMiStock.ColorApproveValue = null; this.GCMiStock.ColorPass = System.Drawing.Color.Empty; this.GCMiStock.ColorPassValue = null; this.GCMiStock.ColorRepeal = System.Drawing.Color.Empty; this.GCMiStock.ColorRepealValue = null; this.GCMiStock.ColorReWork = System.Drawing.Color.Empty; this.GCMiStock.ColorReWorkValue = null; this.GCMiStock.ColorSelectedRow = System.Drawing.Color.Empty; this.GCMiStock.ColorShortage = System.Drawing.Color.Empty; this.GCMiStock.ColorShortageFlagColumn = null; this.GCMiStock.ColorShortageValue = null; this.GCMiStock.ColorUnExecute = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.GCMiStock.ColorUnExecuteValue = "9"; this.GCMiStock.ColorUnPass = System.Drawing.Color.Empty; this.GCMiStock.ColorUnPassValue = "0"; this.GCMiStock.ColorVerify = System.Drawing.Color.White; this.GCMiStock.ColorVerifyFlagColumn = "STS"; this.GCMiStock.ColorVerifyValue = "0"; this.GCMiStock.ColorWarning = System.Drawing.Color.Empty; this.GCMiStock.ColorWarningValue = null; this.GCMiStock.DataSource = this.bgsStock; this.GCMiStock.Dock = System.Windows.Forms.DockStyle.Fill; this.GCMiStock.EnableAppearanceEvenRow = true; this.GCMiStock.IndicatorWidth = 40; this.GCMiStock.Location = new System.Drawing.Point(0, 0); this.GCMiStock.MainView = this.GVMiStock; this.GCMiStock.Name = "GCMiStock"; this.GCMiStock.ShowRowID = true; this.GCMiStock.Size = new System.Drawing.Size(1786, 606); this.GCMiStock.TabIndex = 1; this.GCMiStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVMiStock}); // // bgsStock // this.bgsStock.DataSource = typeof(WMS.Model.Stock.MIStockModel); // // GVMiStock // this.GVMiStock.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVMiStock.Appearance.EvenRow.Options.UseBackColor = true; this.GVMiStock.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.GVMiStock.Appearance.HeaderPanel.Options.UseFont = true; this.GVMiStock.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F); this.GVMiStock.Appearance.Row.Options.UseFont = true; this.GVMiStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colGOODS_ID, this.colSHELVES_NUM, this.colPACKING_NUM, this.colHigh, this.colSTORAGE_ID, this.colNOTICE_ID, this.colCTL, this.colLOCATION_ID, this.colCustomer_Id, this.colBARCODE, this.colSTORAGE_MODE, this.colDOCCTNUMBER, this.colGOODS_TYPEID, this.colGOODS_SKU, this.colWARE_DATE, this.colPRODUCTION_DATE, this.colSTS, this.colREMARK, this.colSTSEBS, this.colVERSION}); this.GVMiStock.GridControl = this.GCMiStock; this.GVMiStock.IndicatorWidth = 34; this.GVMiStock.Name = "GVMiStock"; this.GVMiStock.OptionsBehavior.Editable = false; this.GVMiStock.OptionsFind.AlwaysVisible = true; this.GVMiStock.OptionsView.ColumnAutoWidth = false; this.GVMiStock.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; this.GVMiStock.OptionsView.EnableAppearanceEvenRow = true; this.GVMiStock.OptionsView.ShowAutoFilterRow = true; this.GVMiStock.OptionsView.ShowFooter = true; this.GVMiStock.OptionsView.ShowGroupPanel = false; this.GVMiStock.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.GVMiStock_RowCellStyle); this.GVMiStock.DoubleClick += new System.EventHandler(this.GVMiStock_DoubleClick); // // colGOODS_ID // this.colGOODS_ID.FieldName = "GOODS_ID"; this.colGOODS_ID.Name = "colGOODS_ID"; this.colGOODS_ID.Visible = true; this.colGOODS_ID.VisibleIndex = 0; // // colSHELVES_NUM // this.colSHELVES_NUM.FieldName = "SHELVES_NUM"; this.colSHELVES_NUM.Name = "colSHELVES_NUM"; this.colSHELVES_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SHELVES_NUM", "库存总数:{0:0.##}")}); this.colSHELVES_NUM.Visible = true; this.colSHELVES_NUM.VisibleIndex = 1; this.colSHELVES_NUM.Width = 124; // // colPACKING_NUM // this.colPACKING_NUM.FieldName = "PACKING_NUM"; this.colPACKING_NUM.Name = "colPACKING_NUM"; this.colPACKING_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PACKING_NUM", "SUM={0:0.##}")}); this.colPACKING_NUM.Visible = true; this.colPACKING_NUM.VisibleIndex = 2; // // colHigh // this.colHigh.FieldName = "High"; this.colHigh.Name = "colHigh"; this.colHigh.Visible = true; this.colHigh.VisibleIndex = 3; // // colSTORAGE_ID // this.colSTORAGE_ID.FieldName = "STORAGE_ID"; this.colSTORAGE_ID.Name = "colSTORAGE_ID"; this.colSTORAGE_ID.Visible = true; this.colSTORAGE_ID.VisibleIndex = 4; // // colNOTICE_ID // this.colNOTICE_ID.FieldName = "NOTICE_ID"; this.colNOTICE_ID.Name = "colNOTICE_ID"; this.colNOTICE_ID.Visible = true; this.colNOTICE_ID.VisibleIndex = 5; // // colCTL // this.colCTL.FieldName = "CTL"; this.colCTL.Name = "colCTL"; this.colCTL.Visible = true; this.colCTL.VisibleIndex = 6; // // colLOCATION_ID // this.colLOCATION_ID.FieldName = "LOCATION_ID"; this.colLOCATION_ID.Name = "colLOCATION_ID"; this.colLOCATION_ID.Visible = true; this.colLOCATION_ID.VisibleIndex = 7; // // colCustomer_Id // this.colCustomer_Id.FieldName = "Customer_Id"; this.colCustomer_Id.Name = "colCustomer_Id"; this.colCustomer_Id.Visible = true; this.colCustomer_Id.VisibleIndex = 8; this.colCustomer_Id.Width = 100; // // colBARCODE // this.colBARCODE.FieldName = "BARCODE"; this.colBARCODE.Name = "colBARCODE"; this.colBARCODE.Visible = true; this.colBARCODE.VisibleIndex = 9; // // colSTORAGE_MODE // this.colSTORAGE_MODE.FieldName = "STORAGE_MODE"; this.colSTORAGE_MODE.Name = "colSTORAGE_MODE"; this.colSTORAGE_MODE.Visible = true; this.colSTORAGE_MODE.VisibleIndex = 10; // // colDOCCTNUMBER // this.colDOCCTNUMBER.FieldName = "DOCCTNUMBER"; this.colDOCCTNUMBER.Name = "colDOCCTNUMBER"; // // colGOODS_TYPEID // this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID"; this.colGOODS_TYPEID.Name = "colGOODS_TYPEID"; this.colGOODS_TYPEID.Visible = true; this.colGOODS_TYPEID.VisibleIndex = 11; // // colGOODS_SKU // this.colGOODS_SKU.FieldName = "GOODS_SKU"; this.colGOODS_SKU.Name = "colGOODS_SKU"; this.colGOODS_SKU.Visible = true; this.colGOODS_SKU.VisibleIndex = 12; // // colWARE_DATE // this.colWARE_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colWARE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colWARE_DATE.FieldName = "WARE_DATE"; this.colWARE_DATE.Name = "colWARE_DATE"; this.colWARE_DATE.Visible = true; this.colWARE_DATE.VisibleIndex = 13; this.colWARE_DATE.Width = 178; // // colPRODUCTION_DATE // this.colPRODUCTION_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colPRODUCTION_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE"; this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE"; this.colPRODUCTION_DATE.Visible = true; this.colPRODUCTION_DATE.VisibleIndex = 14; this.colPRODUCTION_DATE.Width = 178; // // colSTS // this.colSTS.FieldName = "STS"; this.colSTS.Name = "colSTS"; this.colSTS.Visible = true; this.colSTS.VisibleIndex = 15; this.colSTS.Width = 117; // // colREMARK // this.colREMARK.FieldName = "REMARK"; this.colREMARK.Name = "colREMARK"; // // colSTSEBS // this.colSTSEBS.FieldName = "STSEBS"; this.colSTSEBS.Name = "colSTSEBS"; this.colSTSEBS.Visible = true; this.colSTSEBS.VisibleIndex = 16; this.colSTSEBS.Width = 110; // // button1 // this.button1.Location = new System.Drawing.Point(1449, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(112, 29); this.button1.TabIndex = 2; this.button1.Text = "重新上报mes"; this.button1.UseVisualStyleBackColor = true; //this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.AccessibleName = ""; this.button2.Location = new System.Drawing.Point(590, 12); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(90, 23); this.button2.TabIndex = 3; this.button2.Text = "查询当前箱数"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(687, 13); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 22); this.textBox1.TabIndex = 4; // // colVERSION // this.colVERSION.FieldName = "VERSION"; this.colVERSION.Name = "colVERSION"; this.colVERSION.Visible = true; this.colVERSION.VisibleIndex = 17; this.colVERSION.Width = 104; // // FrmMIStockSearch // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1786, 606); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.GCMiStock); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMIStockSearch"; this.Text = "库存查看"; this.Load += new System.EventHandler(this.FrmMIStockSearch_Load); ((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bgsStock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Ctrl.GridControlCustom GCMiStock; private DevExpress.XtraGrid.Views.Grid.GridView GVMiStock; private System.Windows.Forms.BindingSource bgsStock; private DevExpress.XtraGrid.Columns.GridColumn colSTS; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_SKU; private DevExpress.XtraGrid.Columns.GridColumn colCTL; private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID; private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID; private DevExpress.XtraGrid.Columns.GridColumn colSHELVES_NUM; private DevExpress.XtraGrid.Columns.GridColumn colREMARK; private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_MODE; private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE; private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE; private DevExpress.XtraGrid.Columns.GridColumn colDOCCTNUMBER; private DevExpress.XtraGrid.Columns.GridColumn colNOTICE_ID; private DevExpress.XtraGrid.Columns.GridColumn colBARCODE; private DevExpress.XtraGrid.Columns.GridColumn colCustomer_Id; private DevExpress.XtraGrid.Columns.GridColumn colPACKING_NUM; private DevExpress.XtraGrid.Columns.GridColumn colHigh; //private DevExpress.XtraGrid.Columns.GridColumn colSTSEBS; private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1; private DevExpress.XtraGrid.Columns.GridColumn colSTSEBS; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox1; private DevExpress.XtraGrid.Columns.GridColumn colVERSION; } }