如何不用VB制作截图样机

发布于 2024-07-10 01:14:01 字数 1560 浏览 10 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(12

日暮斜阳 2024-07-17 01:14:01

Visio 运行良好(如果您有的话)。

就我个人而言,我喜欢纸和笔。 那么我就不能陷入它的外观,而更多地追求可用性和功能。 与网站相同。

一旦您将表格摆在客户面前,您的移动空间就为零 - 如果您不能以像素完美的方式交付表格,他们就会......生气。 :)

Visio works well, if you have it.

Personally, I like paper and a pen. Then I can't get bogged down in the LOOK of it, and go more for the usability and function. Same with websites.

Once you have the form infront of a customer, you have zero room to move - it you dont deliver it pixel-perfect, they get..... angry. :)

谜兔 2024-07-17 01:14:01

您无需学习语言即可使用 Visual Studio 中的可视化表单设计器来创建模型。 此外,Visual Studio Express Edition 可以免费提供多种语言版本,即 VB、C# 和 C++ 。 任你挑选。 所有这些都配备了相同的表单设计器,可以用其中一种语言生成后端代码。 但如果您只需要设计器,则代码可能与您无关。

You don't have to learn the language to use the visual forms designer from Visual Studio to create mockups. Furthermore, the Express Edition of Visual Studio is freely available in several languages, namely VB, C# and C++. Take your pick. All ship with the same forms designer that generates backend code in one of the languages. But if you only need the designer, the code might not be relevant for you.

泅渡 2024-07-17 01:14:01

为此,Microsoft Visio 曾经附带一个包含常见 Windows UI 元素的模板。 我不知道现在是否还这样。

Microsoft Visio used to come with a template containing common Windows UI elements for this purpose. I don't know if it still does.

伤痕我心 2024-07-17 01:14:01

笔和纸,或者如果可能的话,白板。 一旦你有了你个人认为可行的东西,我会尽可能地选择一个粗略的计算机化模型,这样你就不会在工作流程等完成之前花时间同意字体大小。 我在这里使用的工具是 Visual Studio 的视觉设计器(它在屏幕截图中看起来不太好,仅足以传达您想要构建的内容)。

pen and paper, or if possible, whiteboard. Once you have something you personally think could work I'd go for as rough a computerized model as you can so you don't spend time agreeing font size before the workflow etc is done. The tool I have used here is my visual designer of Visual Studio (it doesn't look too good with screenshots, only good enough to convey what you'd like to build).

无法回应 2024-07-17 01:14:01

Pencil(在 Firefox 中运行)

Pencil (runs within firefox)

人生戏 2024-07-17 01:14:01

正如建议的,C# Express 非常适合这个,就像 VB 一样,它有一个 GUI 设计器,但它在语法上也类似于 Java,所以 - 考虑到你想学习和用它做什么,它可能是一个很好的选择。

As suggested, C# Express would be well for this, as like VB, it has a GUI designer, but it is also syntactically similar to Java, so - given what you are trying to learn and do with this, it might be a nice fit.

︶ ̄淡然 2024-07-17 01:14:01

这里有一个非常详尽的列表:
http://c2.com/cgi/wiki?GuiPrototypingTools

重要的一点是该工具是否具有“正如其他人已经评论的那样,您的模型的黑白”(或“手绘”)皮肤。 许多工具(包括我自己的 MockupScreens)都可以。

There is a pretty exhaustive list here:
http://c2.com/cgi/wiki?GuiPrototypingTools

Important point is whether the tool has "black&white" (or "hand-drawn") skin for your mockups, as already commented by others. Many of the tools (including my own, MockupScreens) do.

为人所爱 2024-07-17 01:14:01

wxGlade 也可以工作,而且它是免费软件。

wxGlade would work as well, plus it's free software.

往昔成烟 2024-07-17 01:14:01

http://balsamiq.com/ 已经被提及,但我想解释一下为什么我喜欢它。
它将允许您绘制屏幕截图,并且它看起来仍然像笔和纸版本,或白板讨论。

如果您在屏幕截图上提供了详细信息,那么客户会认为您已经“完成”并且不明白为什么您花了这么长时间才能完成该项目。 因此,这种“粗略”充当了另一层抽象。

http://balsamiq.com/ was already mentioned, but I want to explain why I like it.
It will allow you to sketch up a screenshot, and it still looks like a pen and paper version, or a whiteboard discussion.

If you get to detailed on your screenshot, then the customer thinks you are "done" and does not understand whats taking you so long to finish the project. So this "sketchyness" serves as another layer of abstraction.

谈情不如逗狗 2024-07-17 01:14:01

MockupUI 是另一个,但它的模型看起来不像手绘的。 它们看起来像真实的东西并且具有真实的数据。 它允许您绘制线框以及本机小部件,从操作系统配置继承其外观(也称为 Windows 视觉样式)。

关于高保真模型:只要您在项目的设计规范阶段(即开始编码之前)进行模型制作,客户认为它“已经完成”的风险就很小。 相反,草图对于客户来说可能太抽象而难以消化,除非他也是软件设计师。 草图是为开发人员准备的,而不是为客户准备的。

线框(或草图)和模型不是同一件事,它们有不同的用途。 一是解释功能,二是展示产品的外观。 查看 Yisela 的帖子,了解线框和模型之间的区别

您的问题是关于样机屏幕截图软件,但您最终购买了一个非常强大的线框图软件。

MockupUI is another one, but its mockups don't look like hand-drawn. They look like the real thing and with real data. It lets you draw wireframes as well as native widgets inheriting their appearance from your OS configuration (aka Windows visual style).

About high-fidelity mockups: The risk that a customer thinks that it's "already done" is minimal as long as you do your mockups during the design specification phase of your project (that's before starting to code). On the contrary, a sketch may be too abstract for the customer to digest, unless he is a software designer too. Sketches are for developers not customers.

Wireframes (or sketches) and mockups are not the same thing and they have different uses. One is to explain functionality, the other is a representation of what the product will look like. Check out Yisela's post about the difference between wireframes and mockups.

Your question was about mockup screenshot software, but you ended-up buying a pretty powerful wireframing software.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文