界面建议 [英] Interface suggestions

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

问题描述

我刚刚完成了我的第一个Visual Basic程序。是的!

有没有人有任何关于改善界面外观的建议?

我读过程序员往往有杂乱的显示,并且会

喜欢避免这个错误。


我最关心这个形式:
http://www.osbornewood.com/countdown...properties.gif


但是,如果你对我的程序的另一个方面有任何想法(或者网站
网站,就此而言),我很满意!
http://www.osbornewood.com/countdown/screens.cfm

马修

I am just about finished my first Visual Basic program. Yay!
Does anybody had any suggestions about improving the look of the interface?
I have read that programmers tend to have a cluttered display, and would
like to avoid this mistake.

I am most concerned with this form:
http://www.osbornewood.com/countdown...properties.gif

However, if you have any thoughts about another facet of my program (or web
site, for that matter), I''m all ears!
http://www.osbornewood.com/countdown/screens.cfm

Matthew

推荐答案

peronally,我觉得它看起来有点拥挤,我倾向于避免使用这么多

行打破表格。


只是我的意见。


-

OHM( Terry Burns)*使用以下内容给我发电子邮件*


Dim ch()As Char =" ufssz / cvsotAhsfbuTpmvujpotXjui / OFU" .ToCharArray()

For i As Int32 = 0 to ch.Length - 1

ch(i)= Convert.ToChar(Convert.ToInt16(ch(i)) - 1)

Next

Process.Start(" mailto:" &安培;新字符串(ch))

-

" Matthew" <涂************* @ alltel.net>在消息中写道

news:Ob ************** @ TK2MSFTNGP14.phx.gbl ...
peronally, I think it looked a little crowded, I tend to avoid using so many
lines to chop the form up.

Just My Opinion.

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Matthew" <tu*************@alltel.net> wrote in message
news:Ob**************@TK2MSFTNGP14.phx.gbl...
我刚刚结束我的第一个Visual Basic程序。是的!
有人对改善
界面的外观有什么建议吗?我读过程序员往往有一个杂乱的显示,
并希望避免这个错误。

我最关心这种形式:
http://www.osbornewood.com/countdown...properties.gif

但是,如果你对我的程序的另一个方面有任何想法(或者
网站,就此而言),我很满意!
http://www.osbornewood.com/countdown/screens.cfm

马修
I am just about finished my first Visual Basic program. Yay!
Does anybody had any suggestions about improving the look of the
interface? I have read that programmers tend to have a cluttered display,
and would like to avoid this mistake.

I am most concerned with this form:
http://www.osbornewood.com/countdown...properties.gif

However, if you have any thoughts about another facet of my program (or
web site, for that matter), I''m all ears!
http://www.osbornewood.com/countdown/screens.cfm

Matthew



每一双看它的眼睛都可能会有不同的意见。

就个人而言,我认为它看起来很棒 - 非常有条理,选项很容易

现货。


-


Brian Schwartz

鱼网组件
http://www.fishnetcomponents.com

为开发人员构建更好的工具 - 加入其中!


Every pair of eyes to look at it will probably have a different opinion.
Personally, I think it looks great--very well organized, options are easy to
spot.

--

Brian Schwartz
FishNet Components
http://www.fishnetcomponents.com
Building better tools for developers - Be part of it!



Matthew,

我喜欢它。


但是我会使用DateTimePicker输入时间值。要使用

日期时间选择器输入您的时间,请设置以下属性:

格式=自定义

CustomFormat =" hh :毫米" (小时:分钟)

CustomFormat =" mm:ss" (分钟:秒)

ShowUpDown = True


我希望声音文件的浏览按钮位于
的末尾。
文本框,不在它之下。


我通常包括...在按钮的末尾显示第二个对话框

框,例如:更改颜色...,更改字体...,浏览...和显示

边框...


如果这是在VS.NET 2003下,我将通过以下方式启用主题:


将FlatStyle设置为支持它的系统(标签,组合框,

按钮)。


在我的MainForm中包含以下内容:


公共共享Sub Main()

Application.EnableVisualStyles()

Application.DoEvents()

Application.Run(New MainForm)

结束子


希望这有帮助

Jay


" Matthew" <涂************* @ alltel.net>在消息中写道

news:Ob ************** @ TK2MSFTNGP14.phx.gbl ...
Matthew,
I liked it.

I would however use the DateTimePicker to enter the time values. To use a
DateTime picker to enter your times set the following properties:

Format = Custom
CustomFormat = "hh:mm" (for hour:min)
CustomFormat = "mm:ss" (for min:sec)
ShowUpDown = True

I would expect the Browse button for the Sound File to be at the end of the
text box, not below it.

I normally include "..." at the end of buttons that show a second dialog
box, for example: Change Color..., Change Font..., Browse... and Show
Border...

If this is under VS.NET 2003, I would enable Themes by:

Setting the FlatStyle to System that supported it (labels, group boxes,
buttons).

Include the following in my MainForm:

Public Shared Sub Main()
Application.EnableVisualStyles()
Application.DoEvents()
Application.Run(New MainForm)
End Sub

Hope this helps
Jay

"Matthew" <tu*************@alltel.net> wrote in message
news:Ob**************@TK2MSFTNGP14.phx.gbl...
我刚刚结束我的第一个Visual Basic程序。是的!
有人对改善
界面的外观有什么建议吗?我读过程序员往往有一个杂乱的显示,
并希望避免这个错误。

我最关心这种形式:
http://www.osbornewood.com/countdown...properties.gif

但是,如果你对我的程序的另一个方面有任何想法(或者
网站,就此而言),我很满意!
http://www.osbornewood.com/countdown/screens.cfm

Matthew
I am just about finished my first Visual Basic program. Yay!
Does anybody had any suggestions about improving the look of the
interface? I have read that programmers tend to have a cluttered display,
and would like to avoid this mistake.

I am most concerned with this form:
http://www.osbornewood.com/countdown...properties.gif

However, if you have any thoughts about another facet of my program (or
web site, for that matter), I''m all ears!
http://www.osbornewood.com/countdown/screens.cfm

Matthew



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

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