界面设计最佳实践 [英] Interface design best practise

查看:102
本文介绍了界面设计最佳实践的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

只是关于界面设计的一个简短问题.

如果我在表单中使用彩色对话框,并且想将对话框的反馈报告给用户,那是最好的做法?

1.使用标签并将控件的背景色设置为所选颜色.

2.使用图片框,然后将控件的背景色设置为选定的颜色.

3.在表格的一小部分上绘制所选的颜色.

通常不玩winforms(网络开发人员),但我正在为可能的文章进行一些实验.

非常感谢.

Hi guys,

Just a quick question on interface design.

If i''m using a color dialog in my form and I want to report feedback from the dialog back to the user, which would be the best practise?

1.Use a label and set the controls backcolor to the selected color.

2.Use a picturebox and set the controls backcolor to the selected color.

3.Paint a small area of the form to the selected color.

Don''t normally play with winforms (web developer) but i''m running some experiments for a potential article.

Many Thanks.

推荐答案

有什么区别?对于您正在使用它们的东西,它们都执行相同的操作,因此只需选择一个并执行即可.如果您想选择一个标准,那么选择最简单的标准呢?我会使用功能上等效的(1)或(2),但会使用Panel代替某些其他特定控件.
What''s the difference? For what you''re using them for they all do the same thing so just pick one and do it. If you want some criteria to pick one then how about picking the easiest? I''d use (1) or (2) which are functionally equivalent but I''d use a Panel instead of some other specific control.


这篇关于界面设计最佳实践的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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