| | |
| | | // 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_status |
| | | // |
| | | this.gv_status.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_status.AppearanceCell.Options.UseFont = true; |
| | | this.gv_status.Caption = "审核标识"; |
| | | this.gv_status.FieldName = "statusChk"; |
| | |
| | | // |
| | | // gv_fType |
| | | // |
| | | this.gv_fType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fType.Caption = "完结标识"; |
| | | this.gv_fType.FieldName = "wjChk"; |
| | |
| | | // |
| | | // gv_itemOutNo |
| | | // |
| | | this.gv_itemOutNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_itemOutNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemOutNo.Caption = "调拨单号"; |
| | | this.gv_itemOutNo.FieldName = "billNo"; |
| | |
| | | // |
| | | // gv_suppNo |
| | | // |
| | | this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_suppNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_suppNo.Caption = "申请单号"; |
| | | this.gv_suppNo.FieldName = "taskNo"; |
| | |
| | | // |
| | | // gv_depotCode |
| | | // |
| | | this.gv_depotCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_depotCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotCode.Caption = "移入仓库ID"; |
| | | this.gv_depotCode.FieldName = "invDepotsId"; |
| | |
| | | // |
| | | // gv_createDate |
| | | // |
| | | this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_createDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createDate.Caption = "创建时间 "; |
| | | this.gv_createDate.FieldName = "createDate"; |
| | |
| | | // |
| | | // gv_checkDate |
| | | // |
| | | this.gv_checkDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_checkDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkDate.Caption = "审核日期 "; |
| | | this.gv_checkDate.FieldName = "checkdate"; |
| | |
| | | // |
| | | this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(390, 108); |
| | | this.txt_fOwnerTypeInIdHead.Name = "txt_fOwnerTypeInIdHead"; |
| | | this.txt_fOwnerTypeInIdHead.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fOwnerTypeInIdHead.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fOwnerTypeInIdHead.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fOwnerTypeInIdHead.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_ckName.Location = new System.Drawing.Point(942, 140); |
| | | this.txt_ckName.Name = "txt_ckName"; |
| | | this.txt_ckName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_ckName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ckName.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_ckName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fTransferDirect.Location = new System.Drawing.Point(114, 108); |
| | | this.txt_fTransferDirect.Name = "txt_fTransferDirect"; |
| | | this.txt_fTransferDirect.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fTransferDirect.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fTransferDirect.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fTransferDirect.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_rkName.Location = new System.Drawing.Point(666, 140); |
| | | this.txt_rkName.Name = "txt_rkName"; |
| | | this.txt_rkName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_rkName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_rkName.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_rkName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fBusinessType.Location = new System.Drawing.Point(114, 76); |
| | | this.txt_fBusinessType.Name = "txt_fBusinessType"; |
| | | this.txt_fBusinessType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fBusinessType.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fBusinessType.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fBusinessType.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fOwnerTypeOutIdHead.Location = new System.Drawing.Point(390, 76); |
| | | this.txt_fOwnerTypeOutIdHead.Name = "txt_fOwnerTypeOutIdHead"; |
| | | this.txt_fOwnerTypeOutIdHead.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fOwnerTypeOutIdHead.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fOwnerTypeOutIdHead.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fOwnerTypeOutIdHead.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fRemarks.Location = new System.Drawing.Point(114, 140); |
| | | this.txt_fRemarks.Name = "txt_fRemarks"; |
| | | this.txt_fRemarks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fRemarks.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fRemarks.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fRemarks.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_taskNo.Location = new System.Drawing.Point(390, 140); |
| | | this.txt_taskNo.Name = "txt_taskNo"; |
| | | this.txt_taskNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_taskNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_taskNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_taskNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_ftranstype.Location = new System.Drawing.Point(390, 44); |
| | | this.txt_ftranstype.Name = "txt_ftranstype"; |
| | | this.txt_ftranstype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_ftranstype.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ftranstype.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_ftranstype.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_createDate.Location = new System.Drawing.Point(942, 44); |
| | | this.txt_createDate.Name = "txt_createDate"; |
| | | this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_createDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createDate.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_createDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(114, 12); |
| | | this.txt_billNo.Name = "txt_billNo"; |
| | | this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_billNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billNo.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fBillTypeID.Location = new System.Drawing.Point(114, 44); |
| | | this.txt_fBillTypeID.Name = "txt_fBillTypeID"; |
| | | this.txt_fBillTypeID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fBillTypeID.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fBillTypeID.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fBillTypeID.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fapporgName.Location = new System.Drawing.Point(390, 12); |
| | | this.txt_fapporgName.Name = "txt_fapporgName"; |
| | | this.txt_fapporgName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fapporgName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fapporgName.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fapporgName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fCreatorId.Location = new System.Drawing.Point(666, 12); |
| | | this.txt_fCreatorId.Name = "txt_fCreatorId"; |
| | | this.txt_fCreatorId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fCreatorId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fCreatorId.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fCreatorId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_djcheckdate.Location = new System.Drawing.Point(666, 108); |
| | | this.txt_djcheckdate.Name = "txt_djcheckdate"; |
| | | this.txt_djcheckdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_djcheckdate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_djcheckdate.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_djcheckdate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_createBy.Location = new System.Drawing.Point(942, 12); |
| | | this.txt_createBy.Name = "txt_createBy"; |
| | | this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_createBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createBy.Size = new System.Drawing.Size(172, 28); |
| | | this.txt_createBy.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fCreateDate.Location = new System.Drawing.Point(666, 44); |
| | | this.txt_fCreateDate.Name = "txt_fCreateDate"; |
| | | this.txt_fCreateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fCreateDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fCreateDate.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_fCreateDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_djcheckuser.Location = new System.Drawing.Point(666, 76); |
| | | this.txt_djcheckuser.Name = "txt_djcheckuser"; |
| | | this.txt_djcheckuser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_djcheckuser.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_djcheckuser.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_djcheckuser.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "ID"; |
| | | this.gvMx1id.FieldName = "id"; |
| | |
| | | // |
| | | // gvMx1mid |
| | | // |
| | | this.gvMx1mid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mid.Caption = "MID"; |
| | | this.gvMx1mid.FieldName = "pid"; |
| | |
| | | // |
| | | // gvMx1bld002 |
| | | // |
| | | this.gvMx1bld002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1bld002.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1bld002.Caption = "物料编号"; |
| | | this.gvMx1bld002.FieldName = "itemNo"; |
| | |
| | | // |
| | | // gvMx1bld003 |
| | | // |
| | | this.gvMx1bld003.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1bld003.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1bld003.Caption = "物料名称"; |
| | | this.gvMx1bld003.FieldName = "itemName"; |
| | |
| | | // |
| | | // itemModel |
| | | // |
| | | this.itemModel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.itemModel.AppearanceCell.Options.UseFont = true; |
| | | this.itemModel.Caption = "规格型号"; |
| | | this.itemModel.FieldName = "itemModel"; |
| | |
| | | // |
| | | // gvMx1bld007 |
| | | // |
| | | this.gvMx1bld007.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1bld007.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); |
| | | this.gvMx1bld007.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1bld007.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1bld010 |
| | | // |
| | | this.gvMx1bld010.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1bld010.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1bld010.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1bld010.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1bld008 |
| | | // |
| | | this.gvMx1bld008.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1bld008.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1bld008.Caption = "调出已扫数量"; |
| | | this.gvMx1bld008.FieldName = "sQty"; |
| | |
| | | // |
| | | // gvMx1guid |
| | | // |
| | | this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1guid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1guid.Caption = "guid "; |
| | | this.gvMx1guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1itemBarcode |
| | | // |
| | | this.gvMx1itemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1itemBarcode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemBarcode.Caption = "物料条码 "; |
| | | this.gvMx1itemBarcode.FieldName = "itemBarcode"; |
| | |
| | | // |
| | | // gvMx1itemNo |
| | | // |
| | | this.gvMx1itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1itemNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemNo.Caption = "物料编码"; |
| | | this.gvMx1itemNo.FieldName = "itemNo"; |
| | |
| | | // |
| | | // gvMx1quantity |
| | | // |
| | | this.gvMx1quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1quantity.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1quantity.Caption = "数量"; |
| | | this.gvMx1quantity.FieldName = "quantity"; |
| | |
| | | // |
| | | // gvMx1depotCode |
| | | // |
| | | this.gvMx1depotCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1depotCode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1depotCode.Caption = "移出仓库ID"; |
| | | this.gvMx1depotCode.FieldName = "invDepotId"; |
| | |
| | | // |
| | | // gvMx1depotSectionCode |
| | | // |
| | | this.gvMx1depotSectionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1depotSectionCode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1depotSectionCode.Caption = "移入仓库ID"; |
| | | this.gvMx1depotSectionCode.FieldName = "depotSectionCode"; |