VSTO进行时––开发日志之二(VSTO Development diary II)
精选 转载原文见 [url]http://www.5ushare.com/vsto/vsto%e8%bf%9b%e8%a1%8c%e6%97%b6%e2%80%93%e2%80%93%e5%bc%80%e5%8f%91%e6%97%a5%e5%bf%97%e4%b9%8b%e4%ba%8cvsto-development-diary-ii.html[/url]
接上文(Meets the preceding text )
[url]http://www.5ushare.com/vsto/vsto%e8%bf%9b%e8%a1%8c%e6%97%b6-%e5%bc%80%e5%8f%91%e6%97%a5%e5%bf%97%e4%b9%8b%e4%b8%80vsto-development-diary.html[/url]
今天,主要针对这款软件的UI进行了设计。但由于未知的错误,无法解决加载项中的问题。
于是,我便对UI进行了修改。现UI大致如下,在加载项中添加了一个按钮,当用户点击这个按钮之后,便打开了程序的主窗口。主窗口有两个选项卡,一个用于用户密码登录或密码设置;另一个用于具体的控制。
下
面,我再简单的介绍一下软件运行的基本流程。首先,打开一个文档。这时候,程序将自动查看文档,获取是否保存有密码的信息。如果有密码,则再根据其他要
求,如隐藏某些文字,加密某些名字;如果没有,则正常浏览。使用期间,用户可以打开我们的窗口,来给一个文档设置密码或者更改密码;对于有权限的用户,还
可以打开控制选项卡。在控制选项卡中,主要也由两部分构成。其一是,隐藏或者显示某些文字;其二则是,对某些关键字的特殊,如加密或者显示时替代为其他内
容。用户使用过程中,还可以通过某些热键来控制显示模式。如,按两下ctrl以开启或关闭数据保护模式。
程序的具体实施方面,已大致完成了UI,具体控制方面则还没开始做。各位看了以上内容,如果有什么想法,可以联系我。
Today, i mainly aimed at designing the UI of the software.Because of
some unknown mistakes, the inextricability Add-in could not load
normally ,then I have to make the revision to the UI.
I layed a button in the Add-in.After the user clicked this button,
there shows our main window. The main window has two option cards, one
is used in the user password registering or the password establishment;
Another is used in the concrete control.
And then , let me make a simple introduction about the basic flow.
First, users open a document. At this time, the procedure will examine
the documents automatically, gains whether it has set the password
information or not. If it has a password, then acts according to other
requests again, like hides certain writing, encrypts certain names; If
not, then glances over normally.In the using period, the user may open
our window, gives a documents establishment password or change the
password; Regarding has the jurisdiction user, may also open the
control option card. By controlling the option card, also by two parts
of constitutions. First, the hideaway or demonstrates certain writing;
Its two pieces are, to certain key words specialness, like when
encryption or demonstration substitutes for other contents. When the
users are using it ,they can also control the display mode through
certain hot keys. Like, opens or the closure data protection pattern by
pressing twice ctrl.
The procedure’s concrete implementation aspect, has completed UI
approximately. Each position looked at the above content, if you have
any idea, feel free to contact with me.
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
VSTO之旅系列(一):VSTO入门
VSTO之旅系列(一):VSTO入门引言:因为工作的原因,之前
Office 应用程序 控件