namespace WMS.FrmBaseData { partial class FrmItems { /// /// 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.Items = new WMS.Ctrl.GridControlCustom(); this.GItems = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.Items)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GItems)).BeginInit(); this.SuspendLayout(); // // Items // this.Items.ColorApprove = System.Drawing.Color.Empty; this.Items.ColorApproveValue = null; this.Items.ColorPass = System.Drawing.Color.Empty; this.Items.ColorPassValue = null; this.Items.ColorRepeal = System.Drawing.Color.Empty; this.Items.ColorRepealValue = null; this.Items.ColorReWork = System.Drawing.Color.Empty; this.Items.ColorReWorkValue = null; this.Items.ColorSelectedRow = System.Drawing.Color.Empty; this.Items.ColorShortage = System.Drawing.Color.Empty; this.Items.ColorShortageFlagColumn = null; this.Items.ColorShortageValue = null; this.Items.ColorUnExecute = System.Drawing.Color.Empty; this.Items.ColorUnExecuteValue = null; this.Items.ColorUnPass = System.Drawing.Color.Empty; this.Items.ColorUnPassValue = ""; this.Items.ColorVerify = System.Drawing.Color.Red; this.Items.ColorVerifyFlagColumn = "STS"; this.Items.ColorVerifyValue = "1"; this.Items.ColorWarning = System.Drawing.Color.Empty; this.Items.ColorWarningValue = null; this.Items.Dock = System.Windows.Forms.DockStyle.Fill; this.Items.EnableAppearanceEvenRow = true; this.Items.IndicatorWidth = 40; this.Items.Location = new System.Drawing.Point(0, 0); this.Items.MainView = this.GItems; this.Items.Name = "Items"; this.Items.ShowRowID = true; this.Items.Size = new System.Drawing.Size(1480, 693); this.Items.TabIndex = 3; this.Items.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GItems}); // // GItems // this.GItems.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GItems.Appearance.EvenRow.Options.UseBackColor = true; this.GItems.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.GItems.Appearance.HeaderPanel.Options.UseFont = true; this.GItems.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F); this.GItems.Appearance.Row.Options.UseFont = true; this.GItems.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn16, this.gridColumn15, this.gridColumn14, this.gridColumn13, this.gridColumn12, this.gridColumn11, this.gridColumn10, this.gridColumn21, this.gridColumn20, this.gridColumn19, this.gridColumn18, this.gridColumn17, this.gridColumn4, this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn24, this.gridColumn23, this.gridColumn22, this.gridColumn9}); this.GItems.GridControl = this.Items; this.GItems.IndicatorWidth = 34; this.GItems.Name = "GItems"; this.GItems.OptionsBehavior.Editable = false; this.GItems.OptionsFind.AlwaysVisible = true; this.GItems.OptionsView.ColumnAutoWidth = false; this.GItems.OptionsView.EnableAppearanceEvenRow = true; this.GItems.OptionsView.ShowAutoFilterRow = true; this.GItems.OptionsView.ShowFooter = true; this.GItems.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.Caption = "库存组织ID"; this.gridColumn1.FieldName = "ORGANIZATION_ID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ORGANIZATION_ID", "{0}条数据")}); this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 137; // // gridColumn2 // this.gridColumn2.Caption = "组织代码"; this.gridColumn2.FieldName = "ORGANIZATION_CODE"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 143; // // gridColumn3 // this.gridColumn3.Caption = "物料ID"; this.gridColumn3.FieldName = "INVENTORY_ITEM_ID"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 155; // // gridColumn16 // this.gridColumn16.Caption = "物料类型"; this.gridColumn16.FieldName = "ITEM_TYPE"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 3; // // gridColumn15 // this.gridColumn15.Caption = "物料编码"; this.gridColumn15.FieldName = "SEGMENT1"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 4; // // gridColumn14 // this.gridColumn14.Caption = "物料名称"; this.gridColumn14.FieldName = "ITEM_DESCRIPTION"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 5; // // gridColumn13 // this.gridColumn13.Caption = "采购单位"; this.gridColumn13.FieldName = "UNIT_OF_ISSUE"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 6; // // gridColumn12 // this.gridColumn12.Caption = "库存单位"; this.gridColumn12.FieldName = "INV_UOM_CODE"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 7; // // gridColumn11 // this.gridColumn11.Caption = "物料存储期限(有效期限)(天)"; this.gridColumn11.FieldName = "SHELF_LIFE_DAYS"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 8; // // gridColumn10 // this.gridColumn10.Caption = "是否有控制批次"; this.gridColumn10.FieldName = "LOT_CONTROL_CODE"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 9; // // gridColumn21 // this.gridColumn21.Caption = "物料状态\n"; this.gridColumn21.FieldName = "INVENTORY_ITEM_STATUS_CODE"; this.gridColumn21.Name = "gridColumn21"; this.gridColumn21.Visible = true; this.gridColumn21.VisibleIndex = 10; // // gridColumn20 // this.gridColumn20.Caption = "分类1(一级)"; this.gridColumn20.FieldName = "CATEGORY1"; this.gridColumn20.Name = "gridColumn20"; this.gridColumn20.Visible = true; this.gridColumn20.VisibleIndex = 11; // // gridColumn19 // this.gridColumn19.Caption = "分类2(二级)"; this.gridColumn19.FieldName = "CATEGORY2"; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 12; // // gridColumn18 // this.gridColumn18.Caption = "分类3(三级)"; this.gridColumn18.FieldName = "CATEGORY3"; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; this.gridColumn18.VisibleIndex = 13; // // gridColumn17 // this.gridColumn17.Caption = "默认批次状态状态"; this.gridColumn17.FieldName = "DEFAULT_LOT_STATUS"; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 14; // // gridColumn4 // this.gridColumn4.Caption = "最后更新日期"; this.gridColumn4.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn4.FieldName = "LAST_UPDATE_DATE"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 15; this.gridColumn4.Width = 122; // // gridColumn5 // this.gridColumn5.Caption = "最后更新人"; this.gridColumn5.FieldName = "LAST_UPDATED_BY"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 16; this.gridColumn5.Width = 126; // // gridColumn6 // this.gridColumn6.Caption = "创建日期"; this.gridColumn6.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss"; this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn6.FieldName = "CREATION_DATE"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 17; this.gridColumn6.Width = 117; // // gridColumn7 // this.gridColumn7.Caption = "创建人"; this.gridColumn7.FieldName = "CREATED_BY"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 18; this.gridColumn7.Width = 121; // // gridColumn8 // this.gridColumn8.Caption = "状态"; this.gridColumn8.FieldName = "STATUS"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 19; // // gridColumn24 // this.gridColumn24.Caption = "板厚度"; this.gridColumn24.FieldName = "THICKNESS"; this.gridColumn24.Name = "gridColumn24"; this.gridColumn24.Visible = true; this.gridColumn24.VisibleIndex = 20; // // gridColumn23 // this.gridColumn23.Caption = "板厚单位"; this.gridColumn23.FieldName = "THICKNESS_UNITS"; this.gridColumn23.Name = "gridColumn23"; this.gridColumn23.Visible = true; this.gridColumn23.VisibleIndex = 21; // // gridColumn22 // this.gridColumn22.Caption = "有无卤素"; this.gridColumn22.FieldName = "ISHALOGEN"; this.gridColumn22.Name = "gridColumn22"; this.gridColumn22.Visible = true; this.gridColumn22.VisibleIndex = 22; // // gridColumn9 // this.gridColumn9.Caption = "状态2"; this.gridColumn9.FieldName = "STATUS2"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 23; // // FrmItems // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1480, 693); this.Controls.Add(this.Items); this.Name = "FrmItems"; this.Text = "FrmItems"; this.Load += new System.EventHandler(this.FrmItems_Load); ((System.ComponentModel.ISupportInitialize)(this.Items)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GItems)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.GridControlCustom Items; private DevExpress.XtraGrid.Views.Grid.GridView GItems; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; private DevExpress.XtraGrid.Columns.GridColumn gridColumn15; private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; private DevExpress.XtraGrid.Columns.GridColumn gridColumn13; private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn21; private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; private DevExpress.XtraGrid.Columns.GridColumn gridColumn24; private DevExpress.XtraGrid.Columns.GridColumn gridColumn23; private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; } }