소스 검색

Merge branch 'Release2.5' of http://36.129.163.148:30080/gogsadmin/OTS into Release2.5

gsp 2 년 전
부모
커밋
556055e6c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      OTSIncAReportApp/ReportTemplate/OTS_DEVReport.cs

+ 1 - 0
OTSIncAReportApp/ReportTemplate/OTS_DEVReport.cs

@@ -1357,6 +1357,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
             }
             else
             {
+                xrLabel_pageinfo.Font= new Font(Schriftart_chinese, dev_classify.Font.Size);
                 this.xrLabel_pageinfo.Visible = true;
                 this.xrLabel_pageinfo.Text = string.Format("第{0}页,共{1}页", pageindex , pagecount - 1);
             }