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

PROJECT CASE STUDY AND DESIGN

Chapter 31

723

 

 

 

 

The frmPending form includes a Label, a SelectionList, and two Command controls.

In addition to the previously mentioned forms, the MobileCallStatus application contains another form, frmUnattended. Figure 31-4 shows the design of the frmUnattended form.

FIGURE 31-4 The design of the frmUnattended form

Low-Level Design

After creating the design of the forms in the high-level design phase, the developer needs to create a detailed design of the software modules. These software modules are then used to create the applications. In addition to creating software modules, the developer needs to decide the flow and interaction of each module. This includes creating flowcharts for each module. The flowcharts for the software modules are created in the low-level design phase of the DLC of the application. Figure 31-5 shows the flowchart for the frmLogon module.

724 Project 6 CREATING A MOBILE APPLICATION

FIGURE 31-5 Flowchart of the frmLogon module

Based on the design of the frmSelectOption form,the developer created the flowchart for the form, as shown in Figure 31-6.

PROJECT CASE STUDY AND DESIGN

Chapter 31

725

 

 

 

 

FIGURE 31-6 Flowchart of the frmSelectOption module

Similarly, based on the design of the frmPending form, the developer created the flowchart for the frmPending module. Figure 31-7 shows the flowchart of the frmPending module.

FIGURE 31-7 Flowchart of the frmPending module