namespace Gs.DevApp.UserControl { partial class SelectCgMx { /// /// 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.gcMain = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gv_chk = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_purchaseUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_purchaseQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_inventoryUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_pricingUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_pricingQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_deliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_earliestDeliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_latestDeliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_isGift = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_remarks = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_outsourcingOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_batchNumber = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_totalReceivedQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_remainingReceivedQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_totalStoredQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_remainingStoredQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_totalReturnedQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_returnableReceivedQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_returnableStoredQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_changeFlag = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_ebelnK3id = new DevExpress.XtraGrid.Columns.GridColumn(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btnIn = new DevExpress.XtraEditors.SimpleButton(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); this.gcMain.Location = new System.Drawing.Point(0, 0); this.gcMain.MainView = this.gridView1; this.gcMain.Name = "gcMain"; this.gcMain.Size = new System.Drawing.Size(1126, 607); this.gcMain.TabIndex = 1; this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_chk, this.gv_guid, this.gv_ebelnK3id, this.gv_billNo, this.gv_itemId, this.gridColumn1, this.gv_purchaseUnit, this.gv_purchaseQty, this.gv_inventoryUnit, this.gv_pricingUnit, this.gv_pricingQty, this.gv_deliveryDate, this.gv_earliestDeliveryDate, this.gv_latestDeliveryDate, this.gv_isGift, this.gv_remarks, this.gv_supplierItemCode, this.gv_supplierItemName, this.gv_outsourcingOrderId, this.gv_batchNumber, this.gv_totalReceivedQty, this.gv_remainingReceivedQty, this.gv_totalStoredQty, this.gv_remainingStoredQty, this.gv_totalReturnedQty, this.gv_returnableReceivedQty, this.gv_returnableStoredQty, this.gv_changeFlag}); this.gridView1.GridControl = this.gcMain; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.ShowAutoFilterRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // gv_chk // this.gv_chk.Caption = "选择"; this.gv_chk.FieldName = "gvChk"; this.gv_chk.MinWidth = 60; this.gv_chk.Name = "gv_chk"; this.gv_chk.Visible = true; this.gv_chk.VisibleIndex = 0; this.gv_chk.Width = 94; // // gv_guid // this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_guid.AppearanceCell.Options.UseFont = true; this.gv_guid.Caption = "主键不能删除"; this.gv_guid.FieldName = "guid"; this.gv_guid.MinWidth = 50; this.gv_guid.Name = "gv_guid"; this.gv_guid.OptionsColumn.AllowEdit = false; this.gv_guid.Tag = "query_a.guid"; this.gv_guid.Width = 94; // // gv_billNo // this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_billNo.AppearanceCell.Options.UseFont = true; this.gv_billNo.Caption = "采购单号"; this.gv_billNo.FieldName = "billNo"; this.gv_billNo.MinWidth = 110; this.gv_billNo.Name = "gv_billNo"; this.gv_billNo.OptionsColumn.AllowEdit = false; this.gv_billNo.Tag = "query_a.BILL_NO"; this.gv_billNo.Visible = true; this.gv_billNo.VisibleIndex = 2; this.gv_billNo.Width = 110; // // gv_itemId // this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_itemId.AppearanceCell.Options.UseFont = true; this.gv_itemId.Caption = "物料编码"; this.gv_itemId.FieldName = "itemId"; this.gv_itemId.MinWidth = 100; this.gv_itemId.Name = "gv_itemId"; this.gv_itemId.OptionsColumn.AllowEdit = false; this.gv_itemId.Tag = "query_a.ITEM_ID"; this.gv_itemId.Visible = true; this.gv_itemId.VisibleIndex = 3; this.gv_itemId.Width = 100; // // gv_purchaseUnit // this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; this.gv_purchaseUnit.Caption = "采购单位"; this.gv_purchaseUnit.FieldName = "purchaseUnit"; this.gv_purchaseUnit.MinWidth = 100; this.gv_purchaseUnit.Name = "gv_purchaseUnit"; this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; this.gv_purchaseUnit.Visible = true; this.gv_purchaseUnit.VisibleIndex = 4; this.gv_purchaseUnit.Width = 100; // // gv_purchaseQty // this.gv_purchaseQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_purchaseQty.AppearanceCell.Options.UseFont = true; this.gv_purchaseQty.Caption = "采购数量"; this.gv_purchaseQty.FieldName = "purchaseQty"; this.gv_purchaseQty.MinWidth = 100; this.gv_purchaseQty.Name = "gv_purchaseQty"; this.gv_purchaseQty.OptionsColumn.AllowEdit = false; this.gv_purchaseQty.Tag = "query_a.PURCHASE_QTY"; this.gv_purchaseQty.Visible = true; this.gv_purchaseQty.VisibleIndex = 5; this.gv_purchaseQty.Width = 100; // // gv_inventoryUnit // this.gv_inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_inventoryUnit.AppearanceCell.Options.UseFont = true; this.gv_inventoryUnit.Caption = "库存单位"; this.gv_inventoryUnit.FieldName = "inventoryUnit"; this.gv_inventoryUnit.MinWidth = 100; this.gv_inventoryUnit.Name = "gv_inventoryUnit"; this.gv_inventoryUnit.OptionsColumn.AllowEdit = false; this.gv_inventoryUnit.Tag = "query_a.INVENTORY_UNIT"; this.gv_inventoryUnit.Visible = true; this.gv_inventoryUnit.VisibleIndex = 6; this.gv_inventoryUnit.Width = 100; // // gv_pricingUnit // this.gv_pricingUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_pricingUnit.AppearanceCell.Options.UseFont = true; this.gv_pricingUnit.Caption = "计价单位"; this.gv_pricingUnit.FieldName = "pricingUnit"; this.gv_pricingUnit.MinWidth = 100; this.gv_pricingUnit.Name = "gv_pricingUnit"; this.gv_pricingUnit.OptionsColumn.AllowEdit = false; this.gv_pricingUnit.Tag = "query_a.PRICING_UNIT"; this.gv_pricingUnit.Visible = true; this.gv_pricingUnit.VisibleIndex = 7; this.gv_pricingUnit.Width = 100; // // gv_pricingQty // this.gv_pricingQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_pricingQty.AppearanceCell.Options.UseFont = true; this.gv_pricingQty.Caption = "计价数量"; this.gv_pricingQty.FieldName = "pricingQty"; this.gv_pricingQty.MinWidth = 100; this.gv_pricingQty.Name = "gv_pricingQty"; this.gv_pricingQty.OptionsColumn.AllowEdit = false; this.gv_pricingQty.Tag = "query_a.PRICING_QTY"; this.gv_pricingQty.Visible = true; this.gv_pricingQty.VisibleIndex = 8; this.gv_pricingQty.Width = 100; // // gv_deliveryDate // this.gv_deliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_deliveryDate.AppearanceCell.Options.UseFont = true; this.gv_deliveryDate.Caption = "交货日期"; this.gv_deliveryDate.FieldName = "deliveryDate"; this.gv_deliveryDate.MinWidth = 100; this.gv_deliveryDate.Name = "gv_deliveryDate"; this.gv_deliveryDate.OptionsColumn.AllowEdit = false; this.gv_deliveryDate.Tag = "query_a.DELIVERY_DATE"; this.gv_deliveryDate.Visible = true; this.gv_deliveryDate.VisibleIndex = 9; this.gv_deliveryDate.Width = 100; // // gv_earliestDeliveryDate // this.gv_earliestDeliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_earliestDeliveryDate.AppearanceCell.Options.UseFont = true; this.gv_earliestDeliveryDate.Caption = "最早交货日期"; this.gv_earliestDeliveryDate.FieldName = "earliestDeliveryDate"; this.gv_earliestDeliveryDate.MinWidth = 100; this.gv_earliestDeliveryDate.Name = "gv_earliestDeliveryDate"; this.gv_earliestDeliveryDate.OptionsColumn.AllowEdit = false; this.gv_earliestDeliveryDate.Tag = "query_a.EARLIEST_DELIVERY_DATE"; this.gv_earliestDeliveryDate.Visible = true; this.gv_earliestDeliveryDate.VisibleIndex = 10; this.gv_earliestDeliveryDate.Width = 100; // // gv_latestDeliveryDate // this.gv_latestDeliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_latestDeliveryDate.AppearanceCell.Options.UseFont = true; this.gv_latestDeliveryDate.Caption = "最晚交货日期"; this.gv_latestDeliveryDate.FieldName = "latestDeliveryDate"; this.gv_latestDeliveryDate.MinWidth = 100; this.gv_latestDeliveryDate.Name = "gv_latestDeliveryDate"; this.gv_latestDeliveryDate.OptionsColumn.AllowEdit = false; this.gv_latestDeliveryDate.Tag = "query_a.LATEST_DELIVERY_DATE"; this.gv_latestDeliveryDate.Visible = true; this.gv_latestDeliveryDate.VisibleIndex = 11; this.gv_latestDeliveryDate.Width = 100; // // gv_isGift // this.gv_isGift.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_isGift.AppearanceCell.Options.UseFont = true; this.gv_isGift.Caption = "是否赠品"; this.gv_isGift.FieldName = "isGift"; this.gv_isGift.MinWidth = 50; this.gv_isGift.Name = "gv_isGift"; this.gv_isGift.OptionsColumn.AllowEdit = false; this.gv_isGift.Tag = "query_a.IS_GIFT"; this.gv_isGift.Visible = true; this.gv_isGift.VisibleIndex = 12; this.gv_isGift.Width = 94; // // gv_remarks // this.gv_remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_remarks.AppearanceCell.Options.UseFont = true; this.gv_remarks.Caption = "备注"; this.gv_remarks.FieldName = "remarks"; this.gv_remarks.MinWidth = 100; this.gv_remarks.Name = "gv_remarks"; this.gv_remarks.OptionsColumn.AllowEdit = false; this.gv_remarks.Tag = "query_a.REMARKS"; this.gv_remarks.Visible = true; this.gv_remarks.VisibleIndex = 13; this.gv_remarks.Width = 100; // // gv_supplierItemCode // this.gv_supplierItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_supplierItemCode.AppearanceCell.Options.UseFont = true; this.gv_supplierItemCode.Caption = "供应商物料编码"; this.gv_supplierItemCode.FieldName = "supplierItemCode"; this.gv_supplierItemCode.MinWidth = 100; this.gv_supplierItemCode.Name = "gv_supplierItemCode"; this.gv_supplierItemCode.OptionsColumn.AllowEdit = false; this.gv_supplierItemCode.Tag = "query_a.SUPPLIER_ITEM_CODE"; this.gv_supplierItemCode.Visible = true; this.gv_supplierItemCode.VisibleIndex = 14; this.gv_supplierItemCode.Width = 100; // // gv_supplierItemName // this.gv_supplierItemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_supplierItemName.AppearanceCell.Options.UseFont = true; this.gv_supplierItemName.Caption = "供应商物料名称"; this.gv_supplierItemName.FieldName = "supplierItemName"; this.gv_supplierItemName.MinWidth = 100; this.gv_supplierItemName.Name = "gv_supplierItemName"; this.gv_supplierItemName.OptionsColumn.AllowEdit = false; this.gv_supplierItemName.Tag = "query_a.SUPPLIER_ITEM_NAME"; this.gv_supplierItemName.Visible = true; this.gv_supplierItemName.VisibleIndex = 15; this.gv_supplierItemName.Width = 100; // // gv_outsourcingOrderId // this.gv_outsourcingOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_outsourcingOrderId.AppearanceCell.Options.UseFont = true; this.gv_outsourcingOrderId.Caption = "委外订单号"; this.gv_outsourcingOrderId.FieldName = "outsourcingOrderId"; this.gv_outsourcingOrderId.MinWidth = 50; this.gv_outsourcingOrderId.Name = "gv_outsourcingOrderId"; this.gv_outsourcingOrderId.OptionsColumn.AllowEdit = false; this.gv_outsourcingOrderId.Tag = "query_a.OUTSOURCING_ORDER_ID"; this.gv_outsourcingOrderId.Visible = true; this.gv_outsourcingOrderId.VisibleIndex = 16; this.gv_outsourcingOrderId.Width = 94; // // gv_batchNumber // this.gv_batchNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_batchNumber.AppearanceCell.Options.UseFont = true; this.gv_batchNumber.Caption = "批次号"; this.gv_batchNumber.FieldName = "batchNumber"; this.gv_batchNumber.MinWidth = 50; this.gv_batchNumber.Name = "gv_batchNumber"; this.gv_batchNumber.OptionsColumn.AllowEdit = false; this.gv_batchNumber.Tag = "query_a.BATCH_NUMBER"; this.gv_batchNumber.Visible = true; this.gv_batchNumber.VisibleIndex = 17; this.gv_batchNumber.Width = 94; // // gv_totalReceivedQty // this.gv_totalReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_totalReceivedQty.AppearanceCell.Options.UseFont = true; this.gv_totalReceivedQty.Caption = "总已收数量"; this.gv_totalReceivedQty.FieldName = "totalReceivedQty"; this.gv_totalReceivedQty.MinWidth = 100; this.gv_totalReceivedQty.Name = "gv_totalReceivedQty"; this.gv_totalReceivedQty.OptionsColumn.AllowEdit = false; this.gv_totalReceivedQty.Tag = "query_a.TOTAL_RECEIVED_QTY"; this.gv_totalReceivedQty.Visible = true; this.gv_totalReceivedQty.VisibleIndex = 20; this.gv_totalReceivedQty.Width = 100; // // gv_remainingReceivedQty // this.gv_remainingReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_remainingReceivedQty.AppearanceCell.Options.UseFont = true; this.gv_remainingReceivedQty.Caption = "剩余收货数量"; this.gv_remainingReceivedQty.FieldName = "remainingReceivedQty"; this.gv_remainingReceivedQty.MinWidth = 100; this.gv_remainingReceivedQty.Name = "gv_remainingReceivedQty"; this.gv_remainingReceivedQty.OptionsColumn.AllowEdit = false; this.gv_remainingReceivedQty.Tag = "query_a.REMAINING_RECEIVED_QTY"; this.gv_remainingReceivedQty.Visible = true; this.gv_remainingReceivedQty.VisibleIndex = 21; this.gv_remainingReceivedQty.Width = 100; // // gv_totalStoredQty // this.gv_totalStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_totalStoredQty.AppearanceCell.Options.UseFont = true; this.gv_totalStoredQty.Caption = "总已入库数量"; this.gv_totalStoredQty.FieldName = "totalStoredQty"; this.gv_totalStoredQty.MinWidth = 100; this.gv_totalStoredQty.Name = "gv_totalStoredQty"; this.gv_totalStoredQty.OptionsColumn.AllowEdit = false; this.gv_totalStoredQty.Tag = "query_a.TOTAL_STORED_QTY"; this.gv_totalStoredQty.Visible = true; this.gv_totalStoredQty.VisibleIndex = 22; this.gv_totalStoredQty.Width = 100; // // gv_remainingStoredQty // this.gv_remainingStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_remainingStoredQty.AppearanceCell.Options.UseFont = true; this.gv_remainingStoredQty.Caption = "剩余入库数量"; this.gv_remainingStoredQty.FieldName = "remainingStoredQty"; this.gv_remainingStoredQty.MinWidth = 100; this.gv_remainingStoredQty.Name = "gv_remainingStoredQty"; this.gv_remainingStoredQty.OptionsColumn.AllowEdit = false; this.gv_remainingStoredQty.Tag = "query_a.REMAINING_STORED_QTY"; this.gv_remainingStoredQty.Visible = true; this.gv_remainingStoredQty.VisibleIndex = 23; this.gv_remainingStoredQty.Width = 100; // // gv_totalReturnedQty // this.gv_totalReturnedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_totalReturnedQty.AppearanceCell.Options.UseFont = true; this.gv_totalReturnedQty.Caption = "总退货数量"; this.gv_totalReturnedQty.FieldName = "totalReturnedQty"; this.gv_totalReturnedQty.MinWidth = 100; this.gv_totalReturnedQty.Name = "gv_totalReturnedQty"; this.gv_totalReturnedQty.OptionsColumn.AllowEdit = false; this.gv_totalReturnedQty.Tag = "query_a.TOTAL_RETURNED_QTY"; this.gv_totalReturnedQty.Visible = true; this.gv_totalReturnedQty.VisibleIndex = 24; this.gv_totalReturnedQty.Width = 100; // // gv_returnableReceivedQty // this.gv_returnableReceivedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_returnableReceivedQty.AppearanceCell.Options.UseFont = true; this.gv_returnableReceivedQty.Caption = "可退收货数量"; this.gv_returnableReceivedQty.FieldName = "returnableReceivedQty"; this.gv_returnableReceivedQty.MinWidth = 100; this.gv_returnableReceivedQty.Name = "gv_returnableReceivedQty"; this.gv_returnableReceivedQty.OptionsColumn.AllowEdit = false; this.gv_returnableReceivedQty.Tag = "query_a.RETURNABLE_RECEIVED_QTY"; this.gv_returnableReceivedQty.Visible = true; this.gv_returnableReceivedQty.VisibleIndex = 25; this.gv_returnableReceivedQty.Width = 100; // // gv_returnableStoredQty // this.gv_returnableStoredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_returnableStoredQty.AppearanceCell.Options.UseFont = true; this.gv_returnableStoredQty.Caption = "可退入库数量"; this.gv_returnableStoredQty.FieldName = "returnableStoredQty"; this.gv_returnableStoredQty.MinWidth = 100; this.gv_returnableStoredQty.Name = "gv_returnableStoredQty"; this.gv_returnableStoredQty.OptionsColumn.AllowEdit = false; this.gv_returnableStoredQty.Tag = "query_a.RETURNABLE_STORED_QTY"; this.gv_returnableStoredQty.Visible = true; this.gv_returnableStoredQty.VisibleIndex = 26; this.gv_returnableStoredQty.Width = 100; // // gv_changeFlag // this.gv_changeFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_changeFlag.AppearanceCell.Options.UseFont = true; this.gv_changeFlag.Caption = "变更标识"; this.gv_changeFlag.FieldName = "changeFlag"; this.gv_changeFlag.MinWidth = 100; this.gv_changeFlag.Name = "gv_changeFlag"; this.gv_changeFlag.OptionsColumn.AllowEdit = false; this.gv_changeFlag.Tag = "query_a.CHANGE_FLAG"; this.gv_changeFlag.Visible = true; this.gv_changeFlag.VisibleIndex = 31; this.gv_changeFlag.Width = 100; // // gv_ebelnK3id // this.gv_ebelnK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_ebelnK3id.AppearanceCell.Options.UseFont = true; this.gv_ebelnK3id.Caption = "ERP行ID号"; this.gv_ebelnK3id.FieldName = "ebelnK3id"; this.gv_ebelnK3id.MinWidth = 100; this.gv_ebelnK3id.Name = "gv_ebelnK3id"; this.gv_ebelnK3id.OptionsColumn.AllowEdit = false; this.gv_ebelnK3id.Tag = "query_a.EBELN_K3ID"; this.gv_ebelnK3id.Visible = true; this.gv_ebelnK3id.VisibleIndex = 1; this.gv_ebelnK3id.Width = 100; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(1128, 682); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.gcMain); this.xtraTabPage1.Controls.Add(this.panelControl1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1126, 650); this.xtraTabPage1.Text = "请选择采需要入库的数据"; // // panelControl1 // this.panelControl1.Controls.Add(this.btnIn); this.panelControl1.Controls.Add(this.pageBar1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 607); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1126, 43); this.panelControl1.TabIndex = 4; // // btnIn // this.btnIn.Dock = System.Windows.Forms.DockStyle.Left; this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161; this.btnIn.Location = new System.Drawing.Point(2, 2); this.btnIn.Name = "btnIn"; this.btnIn.Size = new System.Drawing.Size(94, 39); this.btnIn.TabIndex = 4; this.btnIn.Text = "确定导入"; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Right; this.pageBar1.Location = new System.Drawing.Point(140, 2); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; this.pageBar1.RowsCount = 50; this.pageBar1.Size = new System.Drawing.Size(984, 39); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; // // gridColumn1 // this.gridColumn1.Caption = "物料ID"; this.gridColumn1.FieldName = "itemId"; this.gridColumn1.MinWidth = 80; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 4; this.gridColumn1.Width = 94; // // SelectCgMx // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1128, 682); this.Controls.Add(this.xtraTabControl1); this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SelectCgMx"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "选择需要入库的明细"; ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraGrid.Columns.GridColumn gv_ebelnK3id; private DevExpress.XtraGrid.Columns.GridColumn gv_changeFlag; private DevExpress.XtraGrid.Columns.GridColumn gv_returnableStoredQty; private DevExpress.XtraGrid.Columns.GridColumn gv_returnableReceivedQty; private DevExpress.XtraGrid.Columns.GridColumn gv_totalReturnedQty; private DevExpress.XtraGrid.Columns.GridColumn gv_remainingStoredQty; private DevExpress.XtraGrid.Columns.GridColumn gv_totalStoredQty; private DevExpress.XtraGrid.Columns.GridColumn gv_remainingReceivedQty; private DevExpress.XtraGrid.Columns.GridColumn gv_totalReceivedQty; private DevExpress.XtraGrid.Columns.GridColumn gv_batchNumber; private DevExpress.XtraGrid.Columns.GridColumn gv_outsourcingOrderId; private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; private DevExpress.XtraGrid.Columns.GridColumn gv_remarks; private DevExpress.XtraGrid.Columns.GridColumn gv_isGift; private DevExpress.XtraGrid.Columns.GridColumn gv_latestDeliveryDate; private DevExpress.XtraGrid.Columns.GridColumn gv_earliestDeliveryDate; private DevExpress.XtraGrid.Columns.GridColumn gv_deliveryDate; private DevExpress.XtraGrid.Columns.GridColumn gv_pricingQty; private DevExpress.XtraGrid.Columns.GridColumn gv_pricingUnit; private DevExpress.XtraGrid.Columns.GridColumn gv_inventoryUnit; private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseQty; private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnit; private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; private DevExpress.XtraGrid.Columns.GridColumn gv_guid; private DevExpress.XtraGrid.Columns.GridColumn gv_chk; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnIn; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; } }