Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Since you are using delphi which only target the windows systems (for the moment) you must follow the Microsoft guidelines, so try checking the <a href="http://msdn.microsoft.com/en-us/library/aa511258.aspx" rel="nofollow"><code>Windows User Experience Interaction Guidelines</code></a> site which is an updated version of the link which you posted.</p> <p>check these related links to the Windows visual guidelines</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/ff657751%28v=VS.85%29.aspx" rel="nofollow"><code>Windows Application UI Development</code></a></li> <li><a href="http://msdn.microsoft.com/en-us/library/dd834141.aspx" rel="nofollow">Windows User Experience Design Principles</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa511335.aspx" rel="nofollow">How to Design a Great User Experience</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa511331.aspx" rel="nofollow">Top Guidelines Violations</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa511332.aspx" rel="nofollow">Powerful and Simple</a></li> </ul> <p>and this from the embarcadero site</p> <ul> <li><a href="http://docwiki.embarcadero.com/RADStudio/en/Designing_User_Interfaces" rel="nofollow"><code>Designing User Interfaces</code></a></li> </ul> <p>Additionally you can use plugins like <a href="http://www.gexperts.org/" rel="nofollow"><code>GExperts</code></a> or <a href="http://www.cnpack.org/showlist.php?id=39&amp;lang=en" rel="nofollow"><code>CnWizards</code></a> to set the visual properties of multiple controls at once like (Width, Heights ,tab orders and others). </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload