| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | |
| | | // |
| | | // gv_auditStatus |
| | | // |
| | | this.gv_auditStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_auditStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_auditStatus.Caption = "审核状态"; |
| | | this.gv_auditStatus.FieldName = "auditStatusChk"; |
| | |
| | | // |
| | | // gv_orderNo |
| | | // |
| | | this.gv_orderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_orderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_orderNo.Caption = "投料单号"; |
| | | this.gv_orderNo.FieldName = "orderNo"; |
| | |
| | | // |
| | | // gv_erpProductionOrderNo |
| | | // |
| | | this.gv_erpProductionOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_erpProductionOrderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_erpProductionOrderNo.Caption = "任务单号"; |
| | | this.gv_erpProductionOrderNo.FieldName = "erpProductionOrderNo"; |
| | |
| | | // |
| | | // gv_orderType |
| | | // |
| | | this.gv_orderType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_orderType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_orderType.Caption = "单据类型 "; |
| | | this.gv_orderType.FieldName = "orderType"; |
| | |
| | | // |
| | | // gv_businessStatus |
| | | // |
| | | this.gv_businessStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_businessStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_businessStatus.Caption = "业务状态"; |
| | | this.gv_businessStatus.FieldName = "businessStatus"; |
| | |
| | | // |
| | | // gv_workOrderQty |
| | | // |
| | | this.gv_workOrderQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_workOrderQty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_workOrderQty.Caption = "工单数量 "; |
| | | this.gv_workOrderQty.FieldName = "workOrderQty"; |
| | |
| | | // |
| | | // gv_nostockinqty |
| | | // |
| | | this.gv_nostockinqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_nostockinqty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_nostockinqty.Caption = "未入库数量 "; |
| | | this.gv_nostockinqty.FieldName = "nostockinqty"; |
| | |
| | | // |
| | | // gv_stockinqty |
| | | // |
| | | this.gv_stockinqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_stockinqty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_stockinqty.Caption = "入库数量 "; |
| | | this.gv_stockinqty.FieldName = "stockinqty"; |
| | |
| | | // |
| | | // gv_unit |
| | | // |
| | | this.gv_unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_unit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_unit.Caption = "单位 "; |
| | | this.gv_unit.FieldName = "dwName"; |
| | |
| | | // |
| | | // gv_estimatedStartTime |
| | | // |
| | | this.gv_estimatedStartTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_estimatedStartTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_estimatedStartTime.Caption = "预计开工时间 "; |
| | | this.gv_estimatedStartTime.FieldName = "estimatedStartTime"; |
| | |
| | | // |
| | | // gv_estimatedEndTime |
| | | // |
| | | this.gv_estimatedEndTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_estimatedEndTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_estimatedEndTime.Caption = "预计完工时间 "; |
| | | this.gv_estimatedEndTime.FieldName = "estimatedEndTime"; |
| | |
| | | // |
| | | // gv_planReleaseDate |
| | | // |
| | | this.gv_planReleaseDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_planReleaseDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_planReleaseDate.Caption = "计划下达日期 "; |
| | | this.gv_planReleaseDate.FieldName = "planReleaseDate"; |
| | |
| | | // |
| | | // gv_storageUpperLimit |
| | | // |
| | | this.gv_storageUpperLimit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_storageUpperLimit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_storageUpperLimit.Caption = "入库上限 "; |
| | | this.gv_storageUpperLimit.FieldName = "storageUpperLimit"; |
| | |
| | | // |
| | | // gv_storageLowerLimit |
| | | // |
| | | this.gv_storageLowerLimit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_storageLowerLimit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_storageLowerLimit.Caption = "入库下限 "; |
| | | this.gv_storageLowerLimit.FieldName = "storageLowerLimit"; |
| | |
| | | // |
| | | // gv_trackingNo |
| | | // |
| | | this.gv_trackingNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_trackingNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_trackingNo.Caption = "计划跟踪号 "; |
| | | this.gv_trackingNo.FieldName = "trackingNo"; |
| | |
| | | // |
| | | // gv_batchNo |
| | | // |
| | | this.gv_batchNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_batchNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_batchNo.Caption = "批号 "; |
| | | this.gv_batchNo.FieldName = "batchNo"; |
| | |
| | | // |
| | | // gv_bomVersion |
| | | // |
| | | this.gv_bomVersion.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_bomVersion.AppearanceCell.Options.UseFont = true; |
| | | this.gv_bomVersion.Caption = "BOM版次 "; |
| | | this.gv_bomVersion.FieldName = "bomVersion"; |
| | |
| | | // |
| | | // gv_generationMethod |
| | | // |
| | | this.gv_generationMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_generationMethod.AppearanceCell.Options.UseFont = true; |
| | | this.gv_generationMethod.Caption = "生成方式 "; |
| | | this.gv_generationMethod.FieldName = "generationMethod"; |
| | |
| | | // |
| | | // gv_demandOrderNo |
| | | // |
| | | this.gv_demandOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_demandOrderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_demandOrderNo.Caption = "需求单据号 "; |
| | | this.gv_demandOrderNo.FieldName = "demandOrderNo"; |
| | |
| | | // |
| | | // gv_demandOrderLineNo |
| | | // |
| | | this.gv_demandOrderLineNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_demandOrderLineNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_demandOrderLineNo.Caption = "需求单据行号 "; |
| | | this.gv_demandOrderLineNo.FieldName = "demandOrderLineNo"; |
| | |
| | | // |
| | | // gv_closingPerson |
| | | // |
| | | this.gv_closingPerson.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_closingPerson.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closingPerson.Caption = "结案人 "; |
| | | this.gv_closingPerson.FieldName = "closingPerson"; |
| | |
| | | // |
| | | // gv_closingType |
| | | // |
| | | this.gv_closingType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_closingType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closingType.Caption = "结案类型 "; |
| | | this.gv_closingType.FieldName = "closingType"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // gv_purchaseorderno |
| | | // |
| | | this.gv_purchaseorderno.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_purchaseorderno.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseorderno.Caption = "采购订单 "; |
| | | this.gv_purchaseorderno.FieldName = "purchaseorderno"; |
| | |
| | | // |
| | | // gv_purchaseorderentryseq |
| | | // |
| | | this.gv_purchaseorderentryseq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_purchaseorderentryseq.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseorderentryseq.Caption = "采购订单行号 "; |
| | | this.gv_purchaseorderentryseq.FieldName = "purchaseorderentryseq"; |
| | |
| | | // |
| | | // gv_auditor |
| | | // |
| | | this.gv_auditor.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_auditor.AppearanceCell.Options.UseFont = true; |
| | | this.gv_auditor.Caption = "审核人 "; |
| | | this.gv_auditor.FieldName = "auditor"; |
| | |
| | | // |
| | | // gv_auditDate |
| | | // |
| | | this.gv_auditDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_auditDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_auditDate.Caption = "审核时间 "; |
| | | this.gv_auditDate.FieldName = "auditDate"; |
| | |
| | | // |
| | | // gv_stockowner |
| | | // |
| | | this.gv_stockowner.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_stockowner.AppearanceCell.Options.UseFont = true; |
| | | this.gv_stockowner.Caption = "入库货主ID"; |
| | | this.gv_stockowner.FieldName = "stockowner"; |
| | |
| | | // |
| | | this.txt_itemId.Location = new System.Drawing.Point(942, 44); |
| | | this.txt_itemId.Name = "txt_itemId"; |
| | | this.txt_itemId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemId.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_itemId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_stockownerName.Location = new System.Drawing.Point(390, 236); |
| | | this.txt_stockownerName.Name = "txt_stockownerName"; |
| | | this.txt_stockownerName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_stockownerName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_stockownerName.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_stockownerName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_orderNo.Location = new System.Drawing.Point(114, 12); |
| | | this.txt_orderNo.Name = "txt_orderNo"; |
| | | this.txt_orderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_orderNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_orderNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_orderNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemModel.Location = new System.Drawing.Point(666, 76); |
| | | this.txt_itemModel.Name = "txt_itemModel"; |
| | | this.txt_itemModel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemModel.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemModel.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_itemModel.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_orderType.Location = new System.Drawing.Point(390, 12); |
| | | this.txt_orderType.Name = "txt_orderType"; |
| | | this.txt_orderType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_orderType.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_orderType.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_orderType.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_auditDate.Location = new System.Drawing.Point(942, 204); |
| | | this.txt_auditDate.Name = "txt_auditDate"; |
| | | this.txt_auditDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_auditDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_auditDate.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_auditDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_planConfirmation.Location = new System.Drawing.Point(942, 172); |
| | | this.txt_planConfirmation.Name = "txt_planConfirmation"; |
| | | this.txt_planConfirmation.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_planConfirmation.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_planConfirmation.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_planConfirmation.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_workOrderQty.Location = new System.Drawing.Point(666, 12); |
| | | this.txt_workOrderQty.Name = "txt_workOrderQty"; |
| | | this.txt_workOrderQty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_workOrderQty.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_workOrderQty.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_workOrderQty.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_auditStatus.Location = new System.Drawing.Point(942, 268); |
| | | this.txt_auditStatus.Name = "txt_auditStatus"; |
| | | this.txt_auditStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_auditStatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_auditStatus.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_auditStatus.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemName.Location = new System.Drawing.Point(390, 76); |
| | | this.txt_itemName.Name = "txt_itemName"; |
| | | this.txt_itemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemName.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_itemName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_businessStatusTxt.Location = new System.Drawing.Point(942, 12); |
| | | this.txt_businessStatusTxt.Name = "txt_businessStatusTxt"; |
| | | this.txt_businessStatusTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_businessStatusTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_businessStatusTxt.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_businessStatusTxt.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_stockowner.Location = new System.Drawing.Point(114, 236); |
| | | this.txt_stockowner.Name = "txt_stockowner"; |
| | | this.txt_stockowner.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_stockowner.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_stockowner.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_stockowner.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_erpProductionOrderNo.Location = new System.Drawing.Point(114, 44); |
| | | this.txt_erpProductionOrderNo.Name = "txt_erpProductionOrderNo"; |
| | | this.txt_erpProductionOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_erpProductionOrderNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_erpProductionOrderNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_erpProductionOrderNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_auditor.Location = new System.Drawing.Point(942, 236); |
| | | this.txt_auditor.Name = "txt_auditor"; |
| | | this.txt_auditor.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_auditor.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_auditor.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_auditor.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_remarks.Location = new System.Drawing.Point(114, 268); |
| | | this.txt_remarks.Name = "txt_remarks"; |
| | | this.txt_remarks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_remarks.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_remarks.Size = new System.Drawing.Size(446, 28); |
| | | this.txt_remarks.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_trackingNo.Location = new System.Drawing.Point(390, 44); |
| | | this.txt_trackingNo.Name = "txt_trackingNo"; |
| | | this.txt_trackingNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_trackingNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_trackingNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_trackingNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_stockinqty.Location = new System.Drawing.Point(666, 44); |
| | | this.txt_stockinqty.Name = "txt_stockinqty"; |
| | | this.txt_stockinqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_stockinqty.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_stockinqty.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_stockinqty.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_batchNo.Location = new System.Drawing.Point(666, 204); |
| | | this.txt_batchNo.Name = "txt_batchNo"; |
| | | this.txt_batchNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_batchNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_batchNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_batchNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemNo.Location = new System.Drawing.Point(114, 76); |
| | | this.txt_itemNo.Name = "txt_itemNo"; |
| | | this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_itemNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_purchaseorderno.Location = new System.Drawing.Point(114, 108); |
| | | this.txt_purchaseorderno.Name = "txt_purchaseorderno"; |
| | | this.txt_purchaseorderno.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_purchaseorderno.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_purchaseorderno.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_purchaseorderno.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_demandOrderNo.Location = new System.Drawing.Point(390, 108); |
| | | this.txt_demandOrderNo.Name = "txt_demandOrderNo"; |
| | | this.txt_demandOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_demandOrderNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_demandOrderNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_demandOrderNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_purchaseorderentryseq.Location = new System.Drawing.Point(114, 140); |
| | | this.txt_purchaseorderentryseq.Name = "txt_purchaseorderentryseq"; |
| | | this.txt_purchaseorderentryseq.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_purchaseorderentryseq.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_purchaseorderentryseq.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_purchaseorderentryseq.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_dwName.Location = new System.Drawing.Point(666, 108); |
| | | this.txt_dwName.Name = "txt_dwName"; |
| | | this.txt_dwName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_dwName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_dwName.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_dwName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_closingType.Location = new System.Drawing.Point(390, 204); |
| | | this.txt_closingType.Name = "txt_closingType"; |
| | | this.txt_closingType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_closingType.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closingType.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_closingType.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_estimatedStartTime.Location = new System.Drawing.Point(942, 76); |
| | | this.txt_estimatedStartTime.Name = "txt_estimatedStartTime"; |
| | | this.txt_estimatedStartTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_estimatedStartTime.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_estimatedStartTime.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_estimatedStartTime.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_demandOrderLineNo.Location = new System.Drawing.Point(390, 140); |
| | | this.txt_demandOrderLineNo.Name = "txt_demandOrderLineNo"; |
| | | this.txt_demandOrderLineNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_demandOrderLineNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_demandOrderLineNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_demandOrderLineNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_sourceOrderNo.Location = new System.Drawing.Point(114, 204); |
| | | this.txt_sourceOrderNo.Name = "txt_sourceOrderNo"; |
| | | this.txt_sourceOrderNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_sourceOrderNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_sourceOrderNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_sourceOrderNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_closingPerson.Location = new System.Drawing.Point(390, 172); |
| | | this.txt_closingPerson.Name = "txt_closingPerson"; |
| | | this.txt_closingPerson.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_closingPerson.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closingPerson.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_closingPerson.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_storageUpperLimit.Location = new System.Drawing.Point(666, 140); |
| | | this.txt_storageUpperLimit.Name = "txt_storageUpperLimit"; |
| | | this.txt_storageUpperLimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_storageUpperLimit.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_storageUpperLimit.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_storageUpperLimit.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_estimatedEndTime.Location = new System.Drawing.Point(942, 108); |
| | | this.txt_estimatedEndTime.Name = "txt_estimatedEndTime"; |
| | | this.txt_estimatedEndTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_estimatedEndTime.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_estimatedEndTime.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_estimatedEndTime.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_bomVersion.Location = new System.Drawing.Point(114, 172); |
| | | this.txt_bomVersion.Name = "txt_bomVersion"; |
| | | this.txt_bomVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_bomVersion.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_bomVersion.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_bomVersion.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_storageLowerLimit.Location = new System.Drawing.Point(666, 172); |
| | | this.txt_storageLowerLimit.Name = "txt_storageLowerLimit"; |
| | | this.txt_storageLowerLimit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_storageLowerLimit.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_storageLowerLimit.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_storageLowerLimit.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_planReleaseDate.Location = new System.Drawing.Point(942, 140); |
| | | this.txt_planReleaseDate.Name = "txt_planReleaseDate"; |
| | | this.txt_planReleaseDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_planReleaseDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_planReleaseDate.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_planReleaseDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1sequenceNo |
| | | // |
| | | this.gvMx1sequenceNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1sequenceNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sequenceNo.Caption = "序号 "; |
| | | this.gvMx1sequenceNo.FieldName = "sequenceNo"; |
| | |
| | | // |
| | | // gvMx1workOrderNo |
| | | // |
| | | this.gvMx1workOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1workOrderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1workOrderNo.Caption = "投料单号"; |
| | | this.gvMx1workOrderNo.FieldName = "workOrderNo"; |
| | |
| | | // |
| | | // gvMx1materialCode |
| | | // |
| | | this.gvMx1materialCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1materialCode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1materialCode.Caption = "材料编码 "; |
| | | this.gvMx1materialCode.FieldName = "itemNo"; |
| | |
| | | // |
| | | // gvMx1requiredQty |
| | | // |
| | | this.gvMx1requiredQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1requiredQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1requiredQty.Caption = "需领用量 "; |
| | | this.gvMx1requiredQty.FieldName = "requiredQty"; |
| | |
| | | // |
| | | // gvMx1issuedQty |
| | | // |
| | | this.gvMx1issuedQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1issuedQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1issuedQty.Caption = "已领用量 "; |
| | | this.gvMx1issuedQty.FieldName = "issuedQty"; |
| | |
| | | // |
| | | // gvMx1locationNo |
| | | // |
| | | this.gvMx1locationNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1locationNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1locationNo.Caption = "位置号 "; |
| | | this.gvMx1locationNo.FieldName = "locationNo"; |
| | |
| | | // |
| | | // gvMx1supplyingOrg |
| | | // |
| | | this.gvMx1supplyingOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1supplyingOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplyingOrg.Caption = "供应组织 "; |
| | | this.gvMx1supplyingOrg.FieldName = "supplyingOrg"; |
| | |
| | | // |
| | | // gvMx1issuingOrg |
| | | // |
| | | this.gvMx1issuingOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1issuingOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1issuingOrg.Caption = "发料组织 "; |
| | | this.gvMx1issuingOrg.FieldName = "issuingOrg"; |
| | |
| | | // |
| | | // gvMx1trackingNo |
| | | // |
| | | this.gvMx1trackingNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1trackingNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1trackingNo.Caption = "计划跟踪号 "; |
| | | this.gvMx1trackingNo.FieldName = "trackingNo"; |
| | |
| | | // |
| | | // gvMx1batchNo |
| | | // |
| | | this.gvMx1batchNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1batchNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1batchNo.Caption = "批号 "; |
| | | this.gvMx1batchNo.FieldName = "batchNo"; |
| | |
| | | // |
| | | // gvMx1warehouse |
| | | // |
| | | this.gvMx1warehouse.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1warehouse.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1warehouse.Caption = "仓库 "; |
| | | this.gvMx1warehouse.FieldName = "warehouse"; |
| | |
| | | // |
| | | // gvMx1issuingMethod |
| | | // |
| | | this.gvMx1issuingMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1issuingMethod.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1issuingMethod.Caption = "发料方式 "; |
| | | this.gvMx1issuingMethod.FieldName = "issuingMethod"; |
| | |
| | | // |
| | | // gvMx1unit |
| | | // |
| | | this.gvMx1unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1unit.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1unit.Caption = "单位 "; |
| | | this.gvMx1unit.FieldName = "dwName"; |
| | |
| | | // |
| | | // gvMx1supplyingType |
| | | // |
| | | this.gvMx1supplyingType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1supplyingType.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplyingType.Caption = "供应类型 "; |
| | | this.gvMx1supplyingType.FieldName = "supplyingType"; |
| | |
| | | // |
| | | // gvMx1compositionQty |
| | | // |
| | | this.gvMx1compositionQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1compositionQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1compositionQty.Caption = "组成用量 "; |
| | | this.gvMx1compositionQty.FieldName = "compositionQty"; |
| | |
| | | // |
| | | // gvMx1isSubstitute |
| | | // |
| | | this.gvMx1isSubstitute.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1isSubstitute.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1isSubstitute.Caption = "是否替料 "; |
| | | this.gvMx1isSubstitute.FieldName = "isSubstitute"; |
| | |
| | | // |
| | | // gvMx1numerator |
| | | // |
| | | this.gvMx1numerator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1numerator.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1numerator.Caption = "分子 "; |
| | | this.gvMx1numerator.FieldName = "numerator"; |
| | |
| | | // |
| | | // gvMx1denominator |
| | | // |
| | | this.gvMx1denominator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1denominator.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1denominator.Caption = "分母 "; |
| | | this.gvMx1denominator.FieldName = "denominator"; |
| | |
| | | // |
| | | // gvMx1fixedLoss |
| | | // |
| | | this.gvMx1fixedLoss.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1fixedLoss.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fixedLoss.Caption = "固定损耗 "; |
| | | this.gvMx1fixedLoss.FieldName = "fixedLoss"; |
| | |
| | | // |
| | | // gvMx1variableLossRate |
| | | // |
| | | this.gvMx1variableLossRate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1variableLossRate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1variableLossRate.Caption = "变动损耗率% "; |
| | | this.gvMx1variableLossRate.FieldName = "variableLossRate"; |
| | |
| | | // |
| | | // gvMx1salesOrderNo |
| | | // |
| | | this.gvMx1salesOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1salesOrderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1salesOrderNo.Caption = "销售订单号 "; |
| | | this.gvMx1salesOrderNo.FieldName = "salesOrderNo"; |
| | |
| | | // |
| | | // gvMx1itemNo |
| | | // |
| | | this.gvMx1itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1itemNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemNo.Caption = "项次号 "; |
| | | this.gvMx1itemNo.FieldName = "itemNo"; |
| | |
| | | // |
| | | // gvMx1issuingOrg2 |
| | | // |
| | | this.gvMx1issuingOrg2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1issuingOrg2.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1issuingOrg2.Caption = "发料组织 "; |
| | | this.gvMx1issuingOrg2.FieldName = "issuingOrg2"; |
| | |
| | | // |
| | | // gvMx1ownerType |
| | | // |
| | | this.gvMx1ownerType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1ownerType.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ownerType.Caption = "货主类型 "; |
| | | this.gvMx1ownerType.FieldName = "ownerType"; |
| | |
| | | // |
| | | // gvMx1owner |
| | | // |
| | | this.gvMx1owner.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1owner.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1owner.Caption = "货主ID"; |
| | | this.gvMx1owner.FieldName = "owner"; |
| | |
| | | // |
| | | // gvMx1supplyingOrg2 |
| | | // |
| | | this.gvMx1supplyingOrg2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1supplyingOrg2.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplyingOrg2.Caption = "供应组织 "; |
| | | this.gvMx1supplyingOrg2.FieldName = "supplyingOrg2"; |
| | |
| | | // |
| | | // gvMx1fsrctransorgid |
| | | // |
| | | this.gvMx1fsrctransorgid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fsrctransorgid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fsrctransorgid.Caption = "拨出组织 "; |
| | | this.gvMx1fsrctransorgid.FieldName = "fsrctransorgid"; |
| | |
| | | // |
| | | // gvMx1fsrctransstockid |
| | | // |
| | | this.gvMx1fsrctransstockid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fsrctransstockid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fsrctransstockid.Caption = "拨出仓库 "; |
| | | this.gvMx1fsrctransstockid.FieldName = "fsrctransstockid"; |
| | |
| | | // |
| | | // gvMx1fstockstatusid |
| | | // |
| | | this.gvMx1fstockstatusid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fstockstatusid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fstockstatusid.Caption = "库存状态 "; |
| | | this.gvMx1fstockstatusid.FieldName = "fstockstatusid"; |
| | |
| | | // |
| | | // gvMx1fneeddate |
| | | // |
| | | this.gvMx1fneeddate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fneeddate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fneeddate.Caption = "需求日期 "; |
| | | this.gvMx1fneeddate.FieldName = "fneeddate"; |
| | |
| | | // |
| | | // gvMx1fmemo |
| | | // |
| | | this.gvMx1fmemo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fmemo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fmemo.Caption = "用料清单备注 "; |
| | | this.gvMx1fmemo.FieldName = "fmemo"; |
| | |
| | | // |
| | | // gvMx1typeb |
| | | // |
| | | this.gvMx1typeb.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1typeb.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1typeb.Caption = "状态"; |
| | | this.gvMx1typeb.FieldName = "typeTxt"; |