lifan
8 天以前 67b2560afb54f7e21c87376a6ecca9a2d6944724
jrj/project/printview/Template.Print.ViewEx.cpp
@@ -143,7 +143,7 @@
         L"Excel1文件(*.xlsx)\0*.xlsx;*.xls\0Excel97文件(*.xls)\0*.xls\0PDF文件(*.pdf)\0*.pdf\0",
         L"xlsx");
      if(file1 ==L"") return 1;
      //alert(file1);
      if(PathFileExists(file1))
      {
         int res = MessageBox(GetHWND(), L"文件已经存在,是否覆盖?",L"提示",4);