zoukankan      html  css  js  c++  java
  • C# 规格说明书

    Note

    Version 1.0


    Revision History

    Date

    Issue

    Description

    Author

    13/May/2015

    Win8.1App

    An application to help people to manage their things

    Yiming Li

    13/May/2015

    WPF App

    An application to help people to manage their things

    Yiming Li

    13/May/2015

    WP App

    An application to help people to manage their things

    Yiming Li

     

     

     

     

    Application Statement

    Win 8.1 application Description:

       1.The main page of the application is the things need to do and each thing listed has two buttons named "编辑" and "删除" to edit or delete the listed thing. And there are many buttons in the page to finish different work.   
        Button group:

        1."添加" button to open another page to add  a thing.

        2."清除"button to clear all the things to do and there will show a window to ask whether you are sure to delete the thing.

        3."搜索"button to  to call a textbox to serach all things based on the input keword.

        4."今日"button to see those thing need to do today.

        5."重要"button to see those which are important and is near to the deadline.

        And there are a seaechbox to search all things based on the input keword, a combobox to choose the theme color of the application.

       2. The add page is called by clicking the "添加" button.

        1.There are a textbox named "内容" to write the thing.

        2. "提醒时间" to record the time to do the thing.

        3. "背景" to choose the background of the textbox.

        4.A checkbox "提醒" to decide to remind people or not.

        5.Finally, click the "保存" button to save the thing and return the main page.

       

       3.The update page is called by the "编辑" button.

        1.The surface is similar to the add page.

        2.Click the "保存" button to save the changes.


       4.The page of "今日事项" is called by the the "今日" button of  main page.

        1.The things need to do today is  listed as in the main page.

        2.The "编辑" and "删除" button is ennable.

        3.Click the "确定" button to return the main page.

       5.The page of "重要事项" is called by the the "重要" button of  main page.

        1.The things which are very important and near the deadline is  listed as in the main page.

        2.The "编辑" and "删除" button is ennable.

        3.Click the "确定" button to return the main page.

    The WindowsPhone application:

       1.The main page of the application is the things need to do and each thing listed has two buttons named "编辑" and "删除" to edit or delete the listed thing. And there are many buttons in the bottom to finish different work.   
        Button group:

        1."添加" button to open another page to add  a thing.

        2."清除"button to clear all the things to do and there will show a window to ask whether you are sure to delete the thing.

        3."搜索"button to  to call a textbox to serach all things based on the input keword.

        4."今日"button to see those thing need to do today.

        5."重要"button to see those which are important and is near to the deadline.

          6."背景" button to call a combobox to choose the theme color of the application.

       2.The add page is called by clicking the "添加" button.

        1.There are a textbox named "内容" to write the thing.

        2. "提醒时间" to record the time to do the thing.

        3. "背景" to choose the background of the textbox.

        4.A checkbox "提醒" to decide to remind people or not.

        5.Finally, click the "保存" button to save the thing and return the main page.

       3.The update page is called by the "编辑" button.

        1.The surface is similar to the add page.

        2.Click the "保存" button to save the changes.


       4.The page of "今日事项" is called by the the "今日" button of  main page.

        1.The things need to do today is  listed as in the main page.

        2.The "编辑" and "删除" button is ennable.

        3.Click the "确定" button to return the main page.

       5.The page of "重要事项" is called by the the "重要" button of  main page.

        1.The things which are very important and near the deadline is  listed as in the main page.

        2.The "编辑" and "删除" button is ennable.

        3.Click the "确定" button to return the main page.

    The WPF application:

       1.The main page of the application is the things need to do and each thing listed has two buttons named "编辑" and "删除" to edit or delete the listed thing. And there are many buttons in the menu which is in the head of the       application to finish different work.   
        Button group:

        1."添加" button to open another page to add  a thing.

        2."清除"button to clear all the things to do and there will show a window to ask whether you are sure to delete the thing.

        3."搜索"button to  to call a textbox to serach all things based on the input keword.

        4."今日"button to see those thing need to do today.

        5."重要"button to see those which are important and is near to the deadline.

          6."背景" button to call a combobox to choose the theme color of the application.

       2.The add page is called by clicking the "添加" button.

        1.There are a textbox named "内容" to write the thing.

        2. "提醒时间" to record the time to do the thing whcih is a datepicker.

        3. "背景" to choose the background of the textbox.

        4.A checkbox "提醒" to decide to remind people or not.

        5.Finally, click the "保存" button to save the thing and return the main page.

       3.The update page is called by the "编辑" button.

        1.The surface is similar to the add page.

        2.Click the "保存" button to save the changes.


       4.The page of "今日事项" is called by the the "今日" button of  main page.

        1.The things need to do today is  listed as in the main page.

        2.The "编辑" and "删除" button is not visible.

        3.Click the "确定" button to return the main page.

       5.The page of "重要事项" is called by the the "重要" button of  main page.

        1.The things which are very important and near the deadline is  listed as in the main page.

        2.The "编辑" and "删除" button is not visible.

        3.Click the "确定" button to return the main page.

  • 相关阅读:
    线性方程组迭代法
    统计学习方法——朴素贝叶斯法、先验概率、后验概率
    信息熵、相对熵(KL散度)、交叉熵、条件熵
    六级听力词组积累
    样本均值和样本方差的无偏性证明、样本方差的方差
    Python 矩阵相关
    Python 绘图
    win10、VSCode、python3数据科学库
    Python杂记
    Gradient descend 梯度下降法和归一化、python中的实现(未完善)
  • 原文地址:https://www.cnblogs.com/tjulym/p/4528476.html
Copyright © 2011-2022 走看看