| | |
| | | // 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"; |
| | |
| | | // |
| | | // 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_id, |
| | |
| | | // |
| | | // gv_id |
| | | // |
| | | this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_id.Caption = "主键GUID"; |
| | | this.gv_id.FieldName = "id"; |
| | |
| | | // |
| | | // gv_billType |
| | | // |
| | | this.gv_billType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_billType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billType.Caption = "单据类型 "; |
| | | this.gv_billType.FieldName = "billType"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // gv_salesOrg |
| | | // |
| | | this.gv_salesOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_salesOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salesOrg.Caption = "销售组织 "; |
| | | this.gv_salesOrg.FieldName = "xsOrgName"; |
| | |
| | | // |
| | | // gv_salesDept |
| | | // |
| | | this.gv_salesDept.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_salesDept.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salesDept.Caption = "销售部门 "; |
| | | this.gv_salesDept.FieldName = "saleDeptName"; |
| | |
| | | // |
| | | // gv_salesPerson |
| | | // |
| | | this.gv_salesPerson.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_salesPerson.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salesPerson.Caption = "销售员 "; |
| | | this.gv_salesPerson.FieldName = "salerName"; |
| | |
| | | // |
| | | // gv_returnReason |
| | | // |
| | | this.gv_returnReason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_returnReason.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnReason.Caption = "退货原因 "; |
| | | this.gv_returnReason.FieldName = "thyy"; |
| | |
| | | // |
| | | // gv_createdBy |
| | | // |
| | | this.gv_createdBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_createdBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createdBy.Caption = "创建人 "; |
| | | this.gv_createdBy.FieldName = "createdBy"; |
| | |
| | | // |
| | | // gv_createdDate |
| | | // |
| | | this.gv_createdDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_createdDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createdDate.Caption = "创建时间 "; |
| | | this.gv_createdDate.FieldName = "createdDate"; |
| | |
| | | // |
| | | // gv_modifiedBy |
| | | // |
| | | this.gv_modifiedBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_modifiedBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_modifiedBy.Caption = "修改人 "; |
| | | this.gv_modifiedBy.FieldName = "modifiedBy"; |
| | |
| | | // |
| | | // gv_modifiedDate |
| | | // |
| | | this.gv_modifiedDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_modifiedDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_modifiedDate.Caption = "修改时间 "; |
| | | this.gv_modifiedDate.FieldName = "modifiedDate"; |
| | |
| | | // |
| | | // gv_approvedBy |
| | | // |
| | | this.gv_approvedBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_approvedBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_approvedBy.Caption = "审核人 "; |
| | | this.gv_approvedBy.FieldName = "approvedBy"; |
| | |
| | | // |
| | | // gv_approvedDate |
| | | // |
| | | this.gv_approvedDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_approvedDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_approvedDate.Caption = "审核日期 "; |
| | | this.gv_approvedDate.FieldName = "approvedDate"; |
| | |
| | | // |
| | | // gv_customerOrderNo |
| | | // |
| | | this.gv_customerOrderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_customerOrderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_customerOrderNo.Caption = "源销售订单"; |
| | | this.gv_customerOrderNo.FieldName = "xsNo"; |
| | |
| | | // |
| | | this.txt_approvedDate.Location = new System.Drawing.Point(897, 120); |
| | | this.txt_approvedDate.Name = "txt_approvedDate"; |
| | | this.txt_approvedDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_approvedDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_approvedDate.Size = new System.Drawing.Size(196, 28); |
| | | this.txt_approvedDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_id.Location = new System.Drawing.Point(90, 3); |
| | | this.txt_id.Name = "txt_id"; |
| | | this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_id.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_id.Size = new System.Drawing.Size(189, 28); |
| | | this.txt_id.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_approvedBy.Location = new System.Drawing.Point(897, 84); |
| | | this.txt_approvedBy.Name = "txt_approvedBy"; |
| | | this.txt_approvedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_approvedBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_approvedBy.Size = new System.Drawing.Size(196, 28); |
| | | this.txt_approvedBy.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_xsOrgName.Location = new System.Drawing.Point(355, 12); |
| | | this.txt_xsOrgName.Name = "txt_xsOrgName"; |
| | | this.txt_xsOrgName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_xsOrgName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_xsOrgName.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_xsOrgName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_inventoryOrg.Location = new System.Drawing.Point(626, 12); |
| | | this.txt_inventoryOrg.Name = "txt_inventoryOrg"; |
| | | this.txt_inventoryOrg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_inventoryOrg.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_inventoryOrg.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_inventoryOrg.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_modifiedDate.Location = new System.Drawing.Point(897, 48); |
| | | this.txt_modifiedDate.Name = "txt_modifiedDate"; |
| | | this.txt_modifiedDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_modifiedDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_modifiedDate.Size = new System.Drawing.Size(196, 28); |
| | | this.txt_modifiedDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(84, 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(195, 28); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_salerName.Location = new System.Drawing.Point(355, 48); |
| | | this.txt_salerName.Name = "txt_salerName"; |
| | | this.txt_salerName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_salerName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_salerName.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_salerName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_modifiedBy.Location = new System.Drawing.Point(897, 12); |
| | | this.txt_modifiedBy.Name = "txt_modifiedBy"; |
| | | this.txt_modifiedBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_modifiedBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_modifiedBy.Size = new System.Drawing.Size(196, 28); |
| | | this.txt_modifiedBy.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_saleDeptName.Location = new System.Drawing.Point(355, 84); |
| | | this.txt_saleDeptName.Name = "txt_saleDeptName"; |
| | | this.txt_saleDeptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_saleDeptName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_saleDeptName.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_saleDeptName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_custName.Location = new System.Drawing.Point(626, 48); |
| | | this.txt_custName.Name = "txt_custName"; |
| | | this.txt_custName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_custName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_custName.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_custName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_createdDate.Location = new System.Drawing.Point(626, 120); |
| | | this.txt_createdDate.Name = "txt_createdDate"; |
| | | this.txt_createdDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_createdDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createdDate.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_createdDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_returnReason.Location = new System.Drawing.Point(84, 156); |
| | | this.txt_returnReason.Name = "txt_returnReason"; |
| | | this.txt_returnReason.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_returnReason.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_returnReason.Size = new System.Drawing.Size(466, 28); |
| | | this.txt_returnReason.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_createdBy.Location = new System.Drawing.Point(626, 84); |
| | | this.txt_createdBy.Name = "txt_createdBy"; |
| | | this.txt_createdBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_createdBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createdBy.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_createdBy.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1 |
| | | // |
| | | this.gvMx1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1.Appearance.Row.Options.UseFont = true; |
| | | this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn2, |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键GUID"; |
| | | this.gvMx1id.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1materialId |
| | | // |
| | | this.gvMx1materialId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1materialId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1materialId.Caption = "物料ID "; |
| | | this.gvMx1materialId.FieldName = "itemId"; |
| | |
| | | // |
| | | // gvMx1materialName |
| | | // |
| | | this.gvMx1materialName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1materialName.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1materialName.Caption = "物料名称 "; |
| | | this.gvMx1materialName.FieldName = "itemName"; |
| | |
| | | // |
| | | // gvMx1materialSpecification |
| | | // |
| | | this.gvMx1materialSpecification.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1materialSpecification.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1materialSpecification.Caption = "物料规格 "; |
| | | this.gvMx1materialSpecification.FieldName = "itemModel"; |
| | |
| | | // |
| | | // gvMx1salesUnitId |
| | | // |
| | | this.gvMx1salesUnitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1salesUnitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1salesUnitId.Caption = "销售单位 "; |
| | | this.gvMx1salesUnitId.FieldName = "salesUnitId"; |
| | |
| | | // |
| | | // gvMx1salesQuantity |
| | | // |
| | | this.gvMx1salesQuantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1salesQuantity.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1salesQuantity.Caption = "销售数量 "; |
| | | this.gvMx1salesQuantity.FieldName = "salesQuantity"; |
| | |
| | | // |
| | | // gvMx1note |
| | | // |
| | | this.gvMx1note.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1note.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1note.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1note.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1returnDate |
| | | // |
| | | this.gvMx1returnDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1returnDate.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1returnDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1returnDate.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1isFree |
| | | // |
| | | this.gvMx1isFree.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1isFree.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1isFree.Caption = "是否赠品 "; |
| | | this.gvMx1isFree.FieldName = "isFree"; |
| | |
| | | // |
| | | // gvMx1returnType |
| | | // |
| | | this.gvMx1returnType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1returnType.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1returnType.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1returnType.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1inventoryUnit |
| | | // |
| | | this.gvMx1inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1inventoryUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1inventoryUnit.Caption = "库存单位 "; |
| | | this.gvMx1inventoryUnit.FieldName = "inventoryUnit"; |
| | |
| | | // |
| | | this.txt_iCount_1.Location = new System.Drawing.Point(654, 34); |
| | | this.txt_iCount_1.Name = "txt_iCount_1"; |
| | | this.txt_iCount_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_iCount_1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_iCount_1.Size = new System.Drawing.Size(96, 28); |
| | | this.txt_iCount_1.TabIndex = 228; |
| | |
| | | // |
| | | this.txt_psnQty_1.Location = new System.Drawing.Point(654, 4); |
| | | this.txt_psnQty_1.Name = "txt_psnQty_1"; |
| | | this.txt_psnQty_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_psnQty_1.Size = new System.Drawing.Size(96, 28); |
| | | this.txt_psnQty_1.TabIndex = 226; |
| | |
| | | // |
| | | this.txtKdy.Location = new System.Drawing.Point(430, 65); |
| | | this.txtKdy.Name = "txtKdy"; |
| | | this.txtKdy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtKdy.Properties.Appearance.ForeColor = System.Drawing.Color.Blue; |
| | | this.txtKdy.Properties.Appearance.Options.UseFont = true; |
| | | this.txtKdy.Properties.Appearance.Options.UseForeColor = true; |
| | |
| | | // |
| | | this.txtYdy.Location = new System.Drawing.Point(430, 34); |
| | | this.txtYdy.Name = "txtYdy"; |
| | | this.txtYdy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtYdy.Properties.Appearance.Options.UseFont = true; |
| | | this.txtYdy.Properties.ReadOnly = true; |
| | | this.txtYdy.Size = new System.Drawing.Size(96, 28); |
| | |
| | | // |
| | | this.txtQuantity.Location = new System.Drawing.Point(430, 4); |
| | | this.txtQuantity.Name = "txtQuantity"; |
| | | this.txtQuantity.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtQuantity.Properties.Appearance.Options.UseFont = true; |
| | | this.txtQuantity.Properties.ReadOnly = true; |
| | | this.txtQuantity.Size = new System.Drawing.Size(96, 28); |
| | |
| | | // |
| | | this.txtWlgg.Location = new System.Drawing.Point(90, 65); |
| | | this.txtWlgg.Name = "txtWlgg"; |
| | | this.txtWlgg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtWlgg.Properties.Appearance.Options.UseFont = true; |
| | | this.txtWlgg.Properties.ReadOnly = true; |
| | | this.txtWlgg.Size = new System.Drawing.Size(236, 28); |
| | |
| | | // |
| | | this.txtWlmc.Location = new System.Drawing.Point(90, 34); |
| | | this.txtWlmc.Name = "txtWlmc"; |
| | | this.txtWlmc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtWlmc.Properties.Appearance.Options.UseFont = true; |
| | | this.txtWlmc.Properties.ReadOnly = true; |
| | | this.txtWlmc.Size = new System.Drawing.Size(236, 28); |
| | |
| | | // |
| | | this.txtWlid.Location = new System.Drawing.Point(90, 4); |
| | | this.txtWlid.Name = "txtWlid"; |
| | | this.txtWlid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txtWlid.Properties.Appearance.Options.UseFont = true; |
| | | this.txtWlid.Properties.ReadOnly = true; |
| | | this.txtWlid.Size = new System.Drawing.Size(236, 28); |
| | |
| | | // |
| | | // gvMx2 |
| | | // |
| | | this.gvMx2.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx2.Appearance.Row.Options.UseFont = true; |
| | | this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn3, |
| | |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridColumn3.AppearanceCell.Options.UseFont = true; |
| | | this.gridColumn3.Caption = "guid"; |
| | | this.gridColumn3.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"; |
| | |
| | | // |
| | | // gvMx1quantity |
| | | // |
| | | this.gvMx1quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1quantity.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1quantity.Caption = "数量"; |
| | | this.gvMx1quantity.FieldName = "quantity"; |
| | |
| | | // |
| | | // gvMx1createBy |
| | | // |
| | | this.gvMx1createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1createBy.Caption = "创建人"; |
| | | this.gvMx1createBy.FieldName = "createBy"; |
| | |
| | | // |
| | | // gvMx1lotDate |
| | | // |
| | | this.gvMx1lotDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1lotDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lotDate.Caption = "创建日期"; |
| | | this.gvMx1lotDate.FieldName = "createDate"; |