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

    1. Statement

    My Note Problem Statement

    Version 1.0

     

    Revision History

    Date

    Issue

    Description

    Author

    17/5/2015

    1.0

    Finish the development on windows phone app store.

    Jia Yongheng

    20/5/2015

    1.0

    Finish the development on windows app store.

    Jia Yongheng

    24/5/2015

    1.0

    Finish the development on WPF

    Jia Yongheng

     

     

     

     

    My Note Problem Statement

    Version 1.0

    Problem Statement

    We always have many thing to do, but sometimes we will forget what we should do, at that time, we will need a notebook. But if we take a notebook with us, it will be very inconvenient. Now every one of us will has a cellphone, it will be very convenient if we can take a note with our cellphone, this app must be concise, this is this application.

    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.

  • 相关阅读:
    使用ClassLoader加载配置文件
    Io流和Properties集合的联合应用
    文件拷贝案例
    倒计时
    静态代码块
    数组的四种排序(冒泡排序,选择排序,插入排序,快速排序)
    通过map集合统计每个字符出现的次数
    随机输入几个数字,删除重复数字(但要保留一个),留下不重复的数字
    流程图学习-1-基础符号
    Java-List的对象的校验不起作用的解决方案
  • 原文地址:https://www.cnblogs.com/lushilin/p/4528903.html
Copyright © 2011-2022 走看看