Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Microsoft C# Professional Projects - Premier Press.pdf
Скачиваний:
177
Добавлен:
24.05.2014
Размер:
14.65 Mб
Скачать

PROJECT CASE STUDY AND DESIGN

Chapter 15

345

 

 

 

 

GroupBox

Name: groupEventLog

Text: Event Log

Button1

Name: btnRefresh

Text: Refresh Log

Button2

Name: btnViewSummary

Text: View Summary

Figure 15-8 shows the controls added to the tabDest page.

FIGURE 15-8 The tabDest page with the controls added

Low-Level Design

After creating the design of a form in the high-level design phase, the development team creates a detailed design of software modules.These software modules are then used to create a detailed structure of the application. In addition to

346 Project 3 CREATING A CREATIVE LEARNING PROJECT

creating software modules, the team decides the flow and interaction of each module. This includes creating flowcharts for each module.

Based on the high-level design of the Creative Learning form, the development team created the flowchart for the form, as shown in Figure 15-9.

FIGURE 15-9 Flowchart of the Creative Learning module