SVN r1221

SVN-Revision: r1221
This commit is contained in:
cyf
2026-06-22 02:39:08 +00:00
parent c3e1e7d2d2
commit a05da733e5
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -342,6 +342,10 @@ namespace Lskj.Notice
if (SystemInfo.Instance.MessageRefreshTime > 0) this.timer3.Interval = SystemInfo.Instance.MessageRefreshTime * 1000;
if (SystemInfo.Instance.MessageFlicker) this.tsmiFlicker.Checked = DBConfig.Instance.NoticeFlicker = true;
if (SystemInfo.Instance.MessageRefreshTime > 0) OnTimerReloadTick(null,null);//设置了时间就先刷新一次
if (SystemInfo.Instance.MessageShowWindow) this.tsmiShowWindow.Checked = DBConfig.Instance.NoticeShowWindow = true;
if (SystemInfo.Instance.MessageExitByMain) this.tsmiExitByMain.Checked = DBConfig.Instance.NoticeExit = true;
this.timer3.Start();
}
catch (Exception ex)
@@ -151,6 +151,10 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!--添加大内存处理-->
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="&quot;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\editbin.exe&quot; /largeaddressaware &quot;$(TargetPath)&quot;" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">