博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
window size in Windows User Experience Interaction Guidelines
阅读量:5260 次
发布时间:2019-06-14

本文共 1431 字,大约阅读时间需要 4 分钟。

  Support the minimum Windows effective resolution of 800x600 pixels. For critical user interfaces (UIs) that

must work in safe mode, support an effective resolution of 640x480 pixels. Be sure to account for the space
used by the taskbar by reserving 48 vertical relative pixels for windows displayed with the taskbar.
  Optimize resizable window layouts for an effective resolution of 1024x768 pixels. Automatically resize these
windows for lower screen resolutions in a way that is still functional.
  Be sure to test your windows in 96 dots per inch (dpi) (at 800x600 pixels), 120 dpi (at 1024x768 pixels), and
144 dpi (at 1200x900 pixels) modes. Check for layout problems, such as clipping of controls, text, and
windows, and stretching of icons and bitmaps.
  For programs with touch and mobile use scenarios, optimize for 120 dpi. High-dpi screens are currently
prevalent on touch and mobile PCs.
  If a window is an owned window, initially display it "centered" on top of the owner window. Never
underneath. For subsequent display, consider displaying it in its last location (relative to the owner window) if
doing so is likely to be more convenient.
  If a window is contextual, always display it near the object that it was launched from. However, place it out
of the way (preferably offset down and to the right) so that the object isn't covered by the window.

转载于:https://www.cnblogs.com/xiaokang088/archive/2013/02/27/2935128.html

你可能感兴趣的文章
PHP截取中英文混合字符
查看>>
【洛谷P1816 忠诚】线段树
查看>>
电子眼抓拍大解密
查看>>
poj 1331 Multiply
查看>>
tomcat7的数据库连接池tomcatjdbc的25个优势
查看>>
Html 小插件5 百度搜索代码2
查看>>
Ubuntu(虚拟机)下安装Qt5.5.1
查看>>
java.io.IOException: read failed, socket might closed or timeout, read ret: -1
查看>>
java 常用命令
查看>>
卷积中的参数
查看>>
51nod1076 (边双连通)
查看>>
Item 9: Avoid Conversion Operators in Your APIs(Effective C#)
查看>>
深入浅出JavaScript(2)—ECMAScript
查看>>
STEP2——《数据分析:企业的贤内助》重点摘要笔记(六)——数据描述
查看>>
ViewPager的onPageChangeListener里面的一些方法参数:
查看>>
Jenkins关闭、重启,Jenkins服务的启动、停止方法。
查看>>
CF E2 - Array and Segments (Hard version) (线段树)
查看>>
Linux SPI总线和设备驱动架构之四:SPI数据传输的队列化
查看>>
SIGPIPE并产生一个信号处理
查看>>
CentOS
查看>>