I was looking for a way to standardize my applications layout to boost my productivity since I am wasting too much time positioning visual elements on every form and dialog. I started looking around and found on MSDN
Since Delphi VCL Designer use Pixels and all component Height and width are in pixels. I like to know if there is an easy way to apply those recommendations. or there is a Delphi equivalent
For exp: in the recommendations the edit boxs and the buttons should be the same height, but the default height in Delphi are 21 for the TEdit and 25 TButton. Changing this every time you drop a button is ridiculous.
Since you are using delphi which only target the windows systems (for the moment) you must follow the Microsoft guidelines, so try checking the Windows User Experience Interaction Guidelines
site which is an updated version of the link which you posted.
check these related links to the Windows visual guidelines
Windows Application UI Development
and this from the embarcadero site
Designing User Interfaces
Additionally you can use plugins like GExperts
or CnWizards
to set the visual properties of multiple controls at once like (Width, Heights ,tab orders and others).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With