Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Layout Look and Feel

I am looking for the Windows Look and Feel Design Guidelines (but not the one for Windows Vista!) that details the ideal gap between elements, etc. I found the document originally a few years back on MSDN but now I can't find it.

I've started a new job the same thing is occuring here as before: A program written and added to over the years by several different people with differing ideas about UI. While I've got a chance on a Friday afternoon I'd thought I'd tidy up the layout

like image 637
graham.reeds Avatar asked Oct 17 '25 19:10

graham.reeds


2 Answers

Its new home is:

  • MSDN Library
    • Windows Development
      • Windows Application UI Development
        • Windows User Experience Interaction Guidelines
          • Guidelines
            • Visuals
              • Layout → Recommended Sizing and Spacing

e.g.:

Control sizing

The following table lists the recommended sizes (width x height, or height if a single number) for common UI elements (for 9 pt. Segoe UI at 96 dpi). The widths based on the longest item in English add 30 percent for localization (up to 200 percent for shorter text) for any text (but not numbers) that will be localized.

Command Buttons

(source: microsoft.com)

Dialog Units: 50 x 14
Relative Pixels: 75 x 23

Spacing

The following table lists the recommended spacing between common UI elements (for 9 pt. Segoe UI at 96 dpi).

Dialog box margins

(source: microsoft.com)

Dialog Units: 7 on all sides
Relative Pixels: 11 on all sides

Text label beside a control

(source: microsoft.com)

Dialog Units: 3 down from the top of the control
Relative Pixels: 5 down from the top of the control


There's also the page that explains what Dialog Units are: Layout, Device Independent Layout:

enter image description here

like image 112
Ian Boyd Avatar answered Oct 20 '25 08:10

Ian Boyd


I think I found it here: http://www.microsoft.com/whdc/System/platform/pcdesign/XPguidelines.mspx

like image 22
Daniel A. White Avatar answered Oct 20 '25 09:10

Daniel A. White



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!