Delphi GUI设计规范和指南 [英] Delphi GUI Design Specifications and Guidelines

查看:109
本文介绍了Delphi GUI设计规范和指南的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种方法来标准化我的应用程序布局,以提高我的生产力,因为我浪费太多时间在每个窗体和对话框上定位视觉元素。我开始环顾四周,并在MSDN上找到



由于Delphi VCL Designer使用像素和所有组件高度和宽度为像素。我想知道是否有一个简单的方法来应用这些建议。或者有一个Delphi相当的



对于exp:在建议中,编辑框和按钮应该是相同的高度,但Delphi的默认高度是21和25 TButton。

解决方案

由于您使用的是仅适用于Windows系统的delphi(for时刻),您必须遵循Microsoft的准则,因此请尝试检查 Windows用户体验互动指南 网站是您发布的链接的更新版本。



检查这些相关链接到Windows视觉指南





这个来自embarcadero的网站





此外,您还可以使用插件,例如 GExperts CnWizards 一次设置多个控件的视觉属性(宽度,高度,制表订单等)。


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

and this from the embarcadero site

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).

这篇关于Delphi GUI设计规范和指南的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆