| | |
| | | // 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_erpId |
| | | // |
| | | this.gv_erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_erpId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_erpId.Caption = "ERPID"; |
| | | this.gv_erpId.FieldName = "erpId"; |
| | |
| | | // |
| | | // 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_billTypeId |
| | | // |
| | | this.gv_billTypeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_billTypeId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billTypeId.Caption = "单据类型 "; |
| | | this.gv_billTypeId.FieldName = "billTypeId"; |
| | |
| | | // |
| | | // gv_documentStatus |
| | | // |
| | | this.gv_documentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_documentStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_documentStatus.Caption = "单据状态 "; |
| | | this.gv_documentStatus.FieldName = "documentStatusTxt"; |
| | |
| | | // |
| | | // gv_fDate |
| | | // |
| | | this.gv_fDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fDate.Caption = "日期 "; |
| | | this.gv_fDate.FieldName = "fDate"; |
| | |
| | | // |
| | | // gv_businessType |
| | | // |
| | | this.gv_businessType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_businessType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_businessType.Caption = "业务类型 "; |
| | | this.gv_businessType.FieldName = "businessTypeTxt"; |
| | |
| | | // |
| | | // gv_headDeliveryWay |
| | | // |
| | | this.gv_headDeliveryWay.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_headDeliveryWay.AppearanceCell.Options.UseFont = true; |
| | | this.gv_headDeliveryWay.Caption = "交货方式 "; |
| | | this.gv_headDeliveryWay.FieldName = "headDeliveryWay"; |
| | |
| | | // |
| | | // gv_headLocId |
| | | // |
| | | this.gv_headLocId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_headLocId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_headLocId.Caption = "交货地点 "; |
| | | this.gv_headLocId.FieldName = "headLocId"; |
| | |
| | | // |
| | | // gv_custId |
| | | // |
| | | this.gv_custId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_custId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_custId.Caption = "客户ID"; |
| | | this.gv_custId.FieldName = "custId"; |
| | |
| | | // |
| | | // gv_closeStatus |
| | | // |
| | | this.gv_closeStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_closeStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closeStatus.Caption = "关闭状态 "; |
| | | this.gv_closeStatus.FieldName = "closeStatus"; |
| | |
| | | // |
| | | // gv_saleDeptId |
| | | // |
| | | this.gv_saleDeptId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_saleDeptId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_saleDeptId.Caption = "销售部门ID"; |
| | | this.gv_saleDeptId.FieldName = "saleDeptId"; |
| | |
| | | // |
| | | // gv_salerId |
| | | // |
| | | this.gv_salerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_salerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salerId.Caption = "销售员ID"; |
| | | this.gv_salerId.FieldName = "salerId"; |
| | |
| | | // |
| | | // gv_changeReason |
| | | // |
| | | this.gv_changeReason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_changeReason.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changeReason.Caption = "变更原因 "; |
| | | this.gv_changeReason.FieldName = "changeReason"; |
| | |
| | | // |
| | | // gv_note |
| | | // |
| | | this.gv_note.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_note.AppearanceCell.Options.UseFont = true; |
| | | this.gv_note.Caption = "备注 "; |
| | | this.gv_note.FieldName = "note"; |
| | |
| | | // |
| | | // gv_settleId |
| | | // |
| | | this.gv_settleId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_settleId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_settleId.Caption = "结算方 "; |
| | | this.gv_settleId.FieldName = "settleId"; |
| | |
| | | // |
| | | // gv_approverId |
| | | // |
| | | this.gv_approverId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_approverId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_approverId.Caption = "审核人 "; |
| | | this.gv_approverId.FieldName = "approverId"; |
| | |
| | | // |
| | | // gv_linkMan |
| | | // |
| | | this.gv_linkMan.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_linkMan.AppearanceCell.Options.UseFont = true; |
| | | this.gv_linkMan.Caption = "收货人姓名 "; |
| | | this.gv_linkMan.FieldName = "linkMan"; |
| | |
| | | // |
| | | // gv_chargeId |
| | | // |
| | | this.gv_chargeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_chargeId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_chargeId.Caption = "付款方 "; |
| | | this.gv_chargeId.FieldName = "chargeId"; |
| | |
| | | // |
| | | // gv_linkPhone |
| | | // |
| | | this.gv_linkPhone.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_linkPhone.AppearanceCell.Options.UseFont = true; |
| | | this.gv_linkPhone.Caption = "联系电话 "; |
| | | this.gv_linkPhone.FieldName = "linkPhone"; |
| | |
| | | // |
| | | // gv_creatorId |
| | | // |
| | | this.gv_creatorId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_creatorId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_creatorId.Caption = "创建人 "; |
| | | this.gv_creatorId.FieldName = "creatorId"; |
| | |
| | | // |
| | | // 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_modifierId |
| | | // |
| | | this.gv_modifierId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_modifierId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_modifierId.Caption = "最后修改人 "; |
| | | this.gv_modifierId.FieldName = "modifierId"; |
| | |
| | | // |
| | | // gv_modifyDate |
| | | // |
| | | this.gv_modifyDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_modifyDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_modifyDate.Caption = "最后修改日期 "; |
| | | this.gv_modifyDate.FieldName = "modifyDate"; |
| | |
| | | // |
| | | // gv_approveDate |
| | | // |
| | | this.gv_approveDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_approveDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_approveDate.Caption = "审核日期 "; |
| | | this.gv_approveDate.FieldName = "approveDate"; |
| | |
| | | // |
| | | // gv_closerId |
| | | // |
| | | this.gv_closerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_closerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closerId.Caption = "关闭人 "; |
| | | this.gv_closerId.FieldName = "closerId"; |
| | |
| | | // |
| | | // gv_closeDate |
| | | // |
| | | this.gv_closeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_closeDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closeDate.Caption = "关闭日期 "; |
| | | this.gv_closeDate.FieldName = "closeDate"; |
| | |
| | | // |
| | | // gv_changeDate |
| | | // |
| | | this.gv_changeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_changeDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changeDate.Caption = "变更日期 "; |
| | | this.gv_changeDate.FieldName = "changeDate"; |
| | |
| | | // |
| | | // gv_cancelStatus |
| | | // |
| | | this.gv_cancelStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_cancelStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_cancelStatus.Caption = "作废状态 "; |
| | | this.gv_cancelStatus.FieldName = "cancelStatus"; |
| | |
| | | // |
| | | // gv_cancellerId |
| | | // |
| | | this.gv_cancellerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_cancellerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_cancellerId.Caption = "作废人 "; |
| | | this.gv_cancellerId.FieldName = "cancellerId"; |
| | |
| | | // |
| | | // gv_versionNo |
| | | // |
| | | this.gv_versionNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_versionNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_versionNo.Caption = "版本号 "; |
| | | this.gv_versionNo.FieldName = "versionNo"; |
| | |
| | | // |
| | | // gv_changerId |
| | | // |
| | | this.gv_changerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_changerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changerId.Caption = "变更人 "; |
| | | this.gv_changerId.FieldName = "changerId"; |
| | |
| | | // |
| | | // gv_entryNote |
| | | // |
| | | this.gv_entryNote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_entryNote.AppearanceCell.Options.UseFont = true; |
| | | this.gv_entryNote.Caption = "备注 "; |
| | | this.gv_entryNote.FieldName = "entryNote"; |
| | |
| | | // |
| | | // gv_fbilltype |
| | | // |
| | | this.gv_fbilltype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fbilltype.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fbilltype.Caption = "fbilltype "; |
| | | this.gv_fbilltype.FieldName = "fbilltype"; |
| | |
| | | // |
| | | // gv_saleOrgId |
| | | // |
| | | this.gv_saleOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_saleOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_saleOrgId.Caption = "销售组织ID "; |
| | | this.gv_saleOrgId.FieldName = "saleOrgId"; |
| | |
| | | // |
| | | // gv_receiveId |
| | | // |
| | | this.gv_receiveId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_receiveId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_receiveId.Caption = "收货方 "; |
| | | this.gv_receiveId.FieldName = "receiveId"; |
| | |
| | | // |
| | | // gv_receiveContact |
| | | // |
| | | this.gv_receiveContact.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_receiveContact.AppearanceCell.Options.UseFont = true; |
| | | this.gv_receiveContact.Caption = "收货方联系人 "; |
| | | this.gv_receiveContact.FieldName = "receiveContact"; |
| | |
| | | // |
| | | this.txt_receiveContact.Location = new System.Drawing.Point(932, 172); |
| | | this.txt_receiveContact.Name = "txt_receiveContact"; |
| | | this.txt_receiveContact.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_receiveContact.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_receiveContact.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_receiveContact.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_receiveId.Location = new System.Drawing.Point(932, 108); |
| | | this.txt_receiveId.Name = "txt_receiveId"; |
| | | this.txt_receiveId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_receiveId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_receiveId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_receiveId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_saleOrgId.Location = new System.Drawing.Point(661, 263); |
| | | this.txt_saleOrgId.Name = "txt_saleOrgId"; |
| | | this.txt_saleOrgId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_saleOrgId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_saleOrgId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_saleOrgId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fbilltype.Location = new System.Drawing.Point(390, 268); |
| | | this.txt_fbilltype.Name = "txt_fbilltype"; |
| | | this.txt_fbilltype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fbilltype.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fbilltype.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_fbilltype.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_entryNote.Location = new System.Drawing.Point(119, 268); |
| | | this.txt_entryNote.Name = "txt_entryNote"; |
| | | this.txt_entryNote.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_entryNote.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_entryNote.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_entryNote.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_changerId.Location = new System.Drawing.Point(932, 236); |
| | | this.txt_changerId.Name = "txt_changerId"; |
| | | this.txt_changerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_changerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_changerId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_changerId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_versionNo.Location = new System.Drawing.Point(661, 236); |
| | | this.txt_versionNo.Name = "txt_versionNo"; |
| | | this.txt_versionNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_versionNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_versionNo.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_versionNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_cancellerId.Location = new System.Drawing.Point(390, 236); |
| | | this.txt_cancellerId.Name = "txt_cancellerId"; |
| | | this.txt_cancellerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_cancellerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_cancellerId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_cancellerId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_cancelStatus.Location = new System.Drawing.Point(119, 236); |
| | | this.txt_cancelStatus.Name = "txt_cancelStatus"; |
| | | this.txt_cancelStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_cancelStatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_cancelStatus.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_cancelStatus.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_changeDate.Location = new System.Drawing.Point(932, 268); |
| | | this.txt_changeDate.Name = "txt_changeDate"; |
| | | this.txt_changeDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_changeDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_changeDate.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_changeDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_closeDate.Location = new System.Drawing.Point(661, 204); |
| | | this.txt_closeDate.Name = "txt_closeDate"; |
| | | this.txt_closeDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_closeDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closeDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_closeDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_closerId.Location = new System.Drawing.Point(390, 204); |
| | | this.txt_closerId.Name = "txt_closerId"; |
| | | this.txt_closerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_closerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closerId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_closerId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_approveDate.Location = new System.Drawing.Point(119, 204); |
| | | this.txt_approveDate.Name = "txt_approveDate"; |
| | | this.txt_approveDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_approveDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_approveDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_approveDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_modifyDate.Location = new System.Drawing.Point(661, 268); |
| | | this.txt_modifyDate.Name = "txt_modifyDate"; |
| | | this.txt_modifyDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_modifyDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_modifyDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_modifyDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_modifierId.Location = new System.Drawing.Point(661, 172); |
| | | this.txt_modifierId.Name = "txt_modifierId"; |
| | | this.txt_modifierId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_modifierId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_modifierId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_modifierId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_createDate.Location = new System.Drawing.Point(390, 172); |
| | | 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(160, 28); |
| | | this.txt_createDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_creatorId.Location = new System.Drawing.Point(119, 172); |
| | | this.txt_creatorId.Name = "txt_creatorId"; |
| | | this.txt_creatorId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_creatorId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_creatorId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_creatorId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_linkPhone.Location = new System.Drawing.Point(932, 140); |
| | | this.txt_linkPhone.Name = "txt_linkPhone"; |
| | | this.txt_linkPhone.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_linkPhone.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_linkPhone.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_linkPhone.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_chargeId.Location = new System.Drawing.Point(932, 76); |
| | | this.txt_chargeId.Name = "txt_chargeId"; |
| | | this.txt_chargeId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_chargeId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_chargeId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_chargeId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_linkMan.Location = new System.Drawing.Point(390, 76); |
| | | this.txt_linkMan.Name = "txt_linkMan"; |
| | | this.txt_linkMan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_linkMan.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_linkMan.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_linkMan.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_approverId.Location = new System.Drawing.Point(661, 140); |
| | | this.txt_approverId.Name = "txt_approverId"; |
| | | this.txt_approverId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_approverId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_approverId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_approverId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_settleId.Location = new System.Drawing.Point(932, 44); |
| | | this.txt_settleId.Name = "txt_settleId"; |
| | | this.txt_settleId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_settleId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_settleId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_settleId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_note.Location = new System.Drawing.Point(661, 108); |
| | | this.txt_note.Name = "txt_note"; |
| | | this.txt_note.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_note.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_note.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_note.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_changeReason.Location = new System.Drawing.Point(119, 108); |
| | | this.txt_changeReason.Name = "txt_changeReason"; |
| | | this.txt_changeReason.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_changeReason.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_changeReason.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_changeReason.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_salerId.Location = new System.Drawing.Point(119, 103); |
| | | this.txt_salerId.Name = "txt_salerId"; |
| | | this.txt_salerId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_salerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_salerId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_salerId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_saleDeptId.Location = new System.Drawing.Point(932, 71); |
| | | this.txt_saleDeptId.Name = "txt_saleDeptId"; |
| | | this.txt_saleDeptId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_saleDeptId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_saleDeptId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_saleDeptId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_closeStatus.Location = new System.Drawing.Point(661, 76); |
| | | this.txt_closeStatus.Name = "txt_closeStatus"; |
| | | this.txt_closeStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_closeStatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closeStatus.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_closeStatus.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_custId.Location = new System.Drawing.Point(390, 71); |
| | | this.txt_custId.Name = "txt_custId"; |
| | | this.txt_custId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_custId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_custId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_custId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_headLocId.Location = new System.Drawing.Point(119, 76); |
| | | this.txt_headLocId.Name = "txt_headLocId"; |
| | | this.txt_headLocId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_headLocId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_headLocId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_headLocId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_headDeliveryWay.Location = new System.Drawing.Point(932, 12); |
| | | this.txt_headDeliveryWay.Name = "txt_headDeliveryWay"; |
| | | this.txt_headDeliveryWay.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_headDeliveryWay.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_headDeliveryWay.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_headDeliveryWay.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_businessTypeTxt.Location = new System.Drawing.Point(661, 44); |
| | | this.txt_businessTypeTxt.Name = "txt_businessTypeTxt"; |
| | | this.txt_businessTypeTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_businessTypeTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_businessTypeTxt.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_businessTypeTxt.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fDate.Location = new System.Drawing.Point(390, 44); |
| | | this.txt_fDate.Name = "txt_fDate"; |
| | | this.txt_fDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_fDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_billTypeId.Location = new System.Drawing.Point(661, 12); |
| | | this.txt_billTypeId.Name = "txt_billTypeId"; |
| | | this.txt_billTypeId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_billTypeId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billTypeId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_billTypeId.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(390, 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(160, 28); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_documentStatusTxt.Location = new System.Drawing.Point(119, 44); |
| | | this.txt_documentStatusTxt.Name = "txt_documentStatusTxt"; |
| | | this.txt_documentStatusTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_documentStatusTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_documentStatusTxt.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_documentStatusTxt.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_erpId.Location = new System.Drawing.Point(119, 12); |
| | | this.txt_erpId.Name = "txt_erpId"; |
| | | this.txt_erpId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_erpId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_erpId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_erpId.StyleController = this.layoutMx1; |
| | |
| | | this.txt_id.Location = new System.Drawing.Point(119, 7); |
| | | this.txt_id.Margin = new System.Windows.Forms.Padding(0); |
| | | 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(160, 28); |
| | | this.txt_id.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键GUID"; |
| | | this.gvMx1id.FieldName = "id"; |
| | |
| | | // |
| | | // gvMx1seq |
| | | // |
| | | this.gvMx1seq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1seq.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1seq.Caption = "序号 "; |
| | | this.gvMx1seq.FieldName = "seq"; |
| | |
| | | // |
| | | // gvMx1pid |
| | | // |
| | | this.gvMx1pid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1pid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1pid.Caption = "外键GUID"; |
| | | this.gvMx1pid.FieldName = "pid"; |
| | |
| | | // |
| | | // gvMx1erpId |
| | | // |
| | | this.gvMx1erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1erpId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1erpId.Caption = "ERP_ID"; |
| | | this.gvMx1erpId.FieldName = "erpId"; |
| | |
| | | // |
| | | // gvMx1materialId |
| | | // |
| | | this.gvMx1materialId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1materialId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1materialId.Caption = "物料ID"; |
| | | this.gvMx1materialId.FieldName = "materialId"; |
| | |
| | | // |
| | | // gvMx1unitId |
| | | // |
| | | this.gvMx1unitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1unitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1unitId.Caption = "销售单位ID"; |
| | | this.gvMx1unitId.FieldName = "unitId"; |
| | |
| | | // |
| | | // gvMx1qty |
| | | // |
| | | this.gvMx1qty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1qty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1qty.Caption = "销售数量 "; |
| | | this.gvMx1qty.FieldName = "qty"; |
| | |
| | | // |
| | | // gvMx1priceUnitId |
| | | // |
| | | this.gvMx1priceUnitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1priceUnitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1priceUnitId.Caption = "计价单位ID"; |
| | | this.gvMx1priceUnitId.FieldName = "priceUnitId"; |
| | |
| | | // |
| | | // gvMx1priceUnitQty |
| | | // |
| | | this.gvMx1priceUnitQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1priceUnitQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1priceUnitQty.Caption = "计价数量 "; |
| | | this.gvMx1priceUnitQty.FieldName = "priceUnitQty"; |
| | |
| | | // |
| | | // gvMx1deliveryDate |
| | | // |
| | | this.gvMx1deliveryDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1deliveryDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryDate.Caption = "要货日期 "; |
| | | this.gvMx1deliveryDate.FieldName = "deliveryDate"; |
| | |
| | | // |
| | | // gvMx1isFree |
| | | // |
| | | this.gvMx1isFree.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1isFree.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1isFree.Caption = "是否赠品 "; |
| | | this.gvMx1isFree.FieldName = "isFree"; |
| | |
| | | // |
| | | // gvMx1ownerTypeId |
| | | // |
| | | this.gvMx1ownerTypeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1ownerTypeId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ownerTypeId.Caption = "货主类型 "; |
| | | this.gvMx1ownerTypeId.FieldName = "ownerTypeIdTxt"; |
| | |
| | | // |
| | | // gvMx1ownerId |
| | | // |
| | | this.gvMx1ownerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1ownerId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ownerId.Caption = "货主 "; |
| | | this.gvMx1ownerId.FieldName = "ownerIdTxt"; |
| | |
| | | // |
| | | // gvMx1entryNote |
| | | // |
| | | this.gvMx1entryNote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1entryNote.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1entryNote.Caption = "备注 "; |
| | | this.gvMx1entryNote.FieldName = "entryNote"; |
| | |
| | | // |
| | | // gvMx1mtoNo |
| | | // |
| | | this.gvMx1mtoNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mtoNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mtoNo.Caption = "计划跟踪号 "; |
| | | this.gvMx1mtoNo.FieldName = "mtoNo"; |
| | |
| | | // |
| | | // gvMx1lot |
| | | // |
| | | this.gvMx1lot.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1lot.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lot.Caption = "批号 "; |
| | | this.gvMx1lot.FieldName = "lot"; |
| | |
| | | // |
| | | // gvMx1deliveryMaxQty |
| | | // |
| | | this.gvMx1deliveryMaxQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1deliveryMaxQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryMaxQty.Caption = "发货上限 "; |
| | | this.gvMx1deliveryMaxQty.FieldName = "deliveryMaxQty"; |
| | |
| | | // |
| | | // gvMx1deliveryMinQty |
| | | // |
| | | this.gvMx1deliveryMinQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1deliveryMinQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryMinQty.Caption = "发货下限 "; |
| | | this.gvMx1deliveryMinQty.FieldName = "deliveryMinQty"; |
| | |
| | | // |
| | | // gvMx1outLmtUnitId |
| | | // |
| | | this.gvMx1outLmtUnitId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1outLmtUnitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1outLmtUnitId.Caption = "超发控制单位ID"; |
| | | this.gvMx1outLmtUnitId.FieldName = "outLmtUnitId"; |
| | |
| | | // |
| | | // gvMx1mrpCloseStatus |
| | | // |
| | | this.gvMx1mrpCloseStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mrpCloseStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mrpCloseStatus.Caption = "业务关闭 "; |
| | | this.gvMx1mrpCloseStatus.FieldName = "mrpCloseStatus"; |
| | |
| | | // |
| | | // gvMx1mrpTerminateStatus |
| | | // |
| | | this.gvMx1mrpTerminateStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mrpTerminateStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mrpTerminateStatus.Caption = "业务终止 "; |
| | | this.gvMx1mrpTerminateStatus.FieldName = "mrpTerminateStatus"; |
| | |
| | | // |
| | | // gvMx1terminateDate |
| | | // |
| | | this.gvMx1terminateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1terminateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1terminateDate.Caption = "终止日期 "; |
| | | this.gvMx1terminateDate.FieldName = "terminateDate"; |
| | |
| | | // |
| | | // gvMx1terminaterId |
| | | // |
| | | this.gvMx1terminaterId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1terminaterId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1terminaterId.Caption = "终止人 "; |
| | | this.gvMx1terminaterId.FieldName = "terminaterId"; |
| | |
| | | // |
| | | // gvMx1srcType |
| | | // |
| | | this.gvMx1srcType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1srcType.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1srcType.Caption = "源单类型 "; |
| | | this.gvMx1srcType.FieldName = "srcType"; |
| | |
| | | // |
| | | // gvMx1srcBillNo |
| | | // |
| | | this.gvMx1srcBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1srcBillNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1srcBillNo.Caption = "源单单号 "; |
| | | this.gvMx1srcBillNo.FieldName = "srcBillNo"; |
| | |
| | | // |
| | | // gvMx1deliQty |
| | | // |
| | | this.gvMx1deliQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1deliQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliQty.Caption = "累计发货通知数量 "; |
| | | this.gvMx1deliQty.FieldName = "deliQty"; |
| | |
| | | // |
| | | // gvMx1stockOutQty |
| | | // |
| | | this.gvMx1stockOutQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1stockOutQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1stockOutQty.Caption = "累计出库数量 "; |
| | | this.gvMx1stockOutQty.FieldName = "stockOutQty"; |
| | |
| | | // |
| | | // gvMx1baseRetNoticeQty |
| | | // |
| | | this.gvMx1baseRetNoticeQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1baseRetNoticeQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1baseRetNoticeQty.Caption = "累计退货通知数量(销售基本) "; |
| | | this.gvMx1baseRetNoticeQty.FieldName = "baseRetNoticeQty"; |
| | |
| | | // |
| | | // gvMx1baseReturnQty |
| | | // |
| | | this.gvMx1baseReturnQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1baseReturnQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1baseReturnQty.Caption = "累计退货数量(销售基本) "; |
| | | this.gvMx1baseReturnQty.FieldName = "baseReturnQty"; |
| | |
| | | // |
| | | // gvMx1baseRemainOutQty |
| | | // |
| | | this.gvMx1baseRemainOutQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1baseRemainOutQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1baseRemainOutQty.Caption = "剩余未出数量(销售基本) "; |
| | | this.gvMx1baseRemainOutQty.FieldName = "baseRemainOutQty"; |
| | |
| | | // |
| | | // gvMx1basearqty |
| | | // |
| | | this.gvMx1basearqty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1basearqty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1basearqty.Caption = "累计应收数量(销售基本) "; |
| | | this.gvMx1basearqty.FieldName = "basearqty"; |
| | |
| | | // |
| | | // gvMx1custIno |
| | | // |
| | | this.gvMx1custIno.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1custIno.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1custIno.Caption = "客户物料编码 "; |
| | | this.gvMx1custIno.FieldName = "custIno"; |
| | |
| | | // |
| | | // gvMx1custInm |
| | | // |
| | | this.gvMx1custInm.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1custInm.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1custInm.Caption = "客户物料名称 "; |
| | | this.gvMx1custInm.FieldName = "custInm"; |
| | |
| | | // |
| | | // gvMx1custImd |
| | | // |
| | | this.gvMx1custImd.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1custImd.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1custImd.Caption = "客户物料规格 "; |
| | | this.gvMx1custImd.FieldName = "custImd"; |
| | |
| | | // |
| | | // gvMx1mapId |
| | | // |
| | | this.gvMx1mapId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mapId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mapId.Caption = "客户物料编码 "; |
| | | this.gvMx1mapId.FieldName = "mapId"; |
| | |
| | | // |
| | | // gvMx1mapName |
| | | // |
| | | this.gvMx1mapName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mapName.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mapName.Caption = "客户物料名称 "; |
| | | this.gvMx1mapName.FieldName = "mapName"; |
| | |
| | | // |
| | | // gvMx1mapSpec |
| | | // |
| | | this.gvMx1mapSpec.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mapSpec.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mapSpec.Caption = "客户物料规格 "; |
| | | this.gvMx1mapSpec.FieldName = "mapSpec"; |
| | |
| | | // |
| | | // gvMx1supplyOrgId |
| | | // |
| | | this.gvMx1supplyOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1supplyOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplyOrgId.Caption = "供应组织ID"; |
| | | this.gvMx1supplyOrgId.FieldName = "supplyOrgId"; |
| | |
| | | // |
| | | // gvMx1stockOrgId |
| | | // |
| | | this.gvMx1stockOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1stockOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1stockOrgId.Caption = "库存组织ID"; |
| | | this.gvMx1stockOrgId.FieldName = "stockOrgId"; |
| | |
| | | // |
| | | // gvMx1settleOrgIds |
| | | // |
| | | this.gvMx1settleOrgIds.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1settleOrgIds.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1settleOrgIds.Caption = "结算组织ID"; |
| | | this.gvMx1settleOrgIds.FieldName = "settleOrgIds"; |
| | |
| | | // |
| | | // gvMx1eHid |
| | | // |
| | | this.gvMx1eHid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1eHid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1eHid.Caption = "ERP单据表头id "; |
| | | this.gvMx1eHid.FieldName = "eHid"; |