SVN r974
SVN-Revision: r974
This commit is contained in:
@@ -138,7 +138,7 @@ namespace Lskj.Main
|
||||
|
||||
if (SystemInfo.Instance.DisplayWatermark)
|
||||
{
|
||||
watermarkForm = new FrmWatermark();
|
||||
watermarkForm = new FrmWatermark(this);
|
||||
watermarkForm.Size = this.ClientSize; // 设置水印窗体的大小与主窗体客户端区域相同
|
||||
watermarkForm.Location = this.PointToScreen(new Point(0, 0)); // 将水印窗体定位到主窗体的位置
|
||||
watermarkForm.TopMost = true; // 确保水印窗体始终位于最顶层
|
||||
|
||||
Reference in New Issue
Block a user