You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
formLockSubList.Add("主显示器分辨率: "+SystemInformation.PrimaryMonitorMaximizedWindowSize.Width.ToString()+" x "+SystemInformation.PrimaryMonitorMaximizedWindowSize.Height.ToString()+" (当前 "+SystemInformation.PrimaryMonitorSize.Width.ToString()+" x "+SystemInformation.PrimaryMonitorSize.Height.ToString()+" )");
65
+
formLockSubList.Add("主显示器分辨率: "+SystemInformation.PrimaryMonitorSize.Width.ToString()+" x "+SystemInformation.PrimaryMonitorSize.Height.ToString()+" (可用区域 "+SystemInformation.PrimaryMonitorMaximizedWindowSize.Width.ToString()+" x "+SystemInformation.PrimaryMonitorMaximizedWindowSize.Height.ToString()+" )");
0 commit comments