【#第一文档网# 导语】以下是®第一文档网的小编为您整理的《UI产品计划书word参考模板》,欢迎阅读!

UI产品计划书
【产品适用行业】
基于产品用于仓储、物流、零售等行业,不需要丰富的UI,代之为效率和稳定性。
标题栏 文本框 编辑框
按钮
由上图可见对于这一类应用的行业,只需要基本而且并不花哨的控件,除以上的之外,还需要ListView,进度条,RadioButton等。
【控件的分类】
层级:Container→Table→View。 Container:
图上看到的整个页面,就是Container,类似安卓的Activity。 Table:
用于行列排布的控件,用于放置View。 View:
控件,这个不用多说。
【实现方式】
来看一个Button的实现函数
btnNewEx
Synopsis
UIOBJ *btnNew(WORD id, int x, int y, int w, int h, const void *caption, WORD style, WORD strPos, BYTE fontId, WORD kind);
Description
Creates a button object.
id Specifies the unique ID number of this button object.
x Specifies x-coordinate of left side of this button object, in pixels.
1 / 2
y Specifies y-coordinate of top side of this button object, in pixels. w Specifies the width of this button object. h Specifies the height of this button object.
*caption Specifies the content of the button caption. style Specifies the style of the button caption. LABSTYLE_STRING character string LABSTYLE_BMP BMP
captionPos Specifies the caption position of the button object. The possible values are
BTNSTRPOS_RIGHT, BTNSTRPOS_MIDDLE or BTNSTRPOS_MIDDLE. fontId Specifies the ID number of fonts. kind Specifies the form of the button frame.
Returned Value
The returned value is a pointer of UIOBJ.
从函数的描述中不难看出,构建控件的参数非常详细,起始位置(xy值),长度以及按键内容字体等一些。这样我们就非常容易创建一个控件,并通过控件指针来监听控件的操作。
【功能】
UI的设计介绍完了,关键是这样的UI系统能实现怎样的功能。 通过向用户提供SDK,使得用户能够自行开发自己所需的UI程序。
此UI系统用于对界面不挑剔的场合,需要实现客户的IO操作以及通讯的需求,必须兼具WIFI、数据库操作、GSM/3G数据业务等。
【UI启动方式】
内核加载完成后,自动运行以此SDK开发的桌面,通过桌面用户自行选择所需要的程序。
注:范本无法思考和涵盖全面,最好仔细浏览后下载使用,感谢您的关注!
2 / 2
本文来源:https://www.dy1993.cn/AUrx.html