- Add
the Static Text - IDC_STATICTYPE,
Text Properties:
Right click the Static
Text and click Properties
on the shortcut menu to open the Text
Properties dialog box.:
General
tab
* ID:
* Caption:
* boxes checked
Styles
tab
* Align text:
|
IDC_STATICTYPE
Type in the word to
search for:
Visible, Group
left |
|
- Add
the Edit Box - IDC_EDWORD,
Edit Properties:
Right click the Edit
Box and click Properties
on the shortcut menu to open the Edit
Properties dialog box:
General
tab
* ID:
* boxes checked
Styles
tab
* Align text:
* boxes checked
|
IDC_EDWORD
Visible, Tab stop
left
Auto Hscroll, Border
|
|
- Add
the Push Button -
IDC_DISPLAY, Push Button Properties:
Right click the Button
and click Properties on the
shortcut menu to open the Push
Button Properties dialog
box:
General
tab
* ID:
* Caption:
* boxes checked
Styles
tab
* Horizontal alignment:
* Vertical alignment:
|
IDC_DISPLAY
Display
Visible, Disabled, Tab
stop
Default
Default
|
|
- Add
the List control - IDC_SEARCHLIST,
List control Properties:
Use a list control to display
any arrangement of icons with labels, as
in the Windows Explorer, or columnar lists
of text, with or without icons.
The CListCtrl class encapsulates
the functionality of a “list view
control,” which displays a collection
of items each consisting of an icon (from
an image list) and a label. In addition
to an icon and label, each item can have
information displayed in columns to the
right of the icon and label.
Right click the List
and click Properties on the
shortcut menu to open the List
control Properties dialog
box:
General
tab
* ID:
*boxes checked
Styles
tab
* View:
* align:
* Sort:
*box checked
More
styles
*box checked
|
IDC_SEARCHLIST
Visible, Tab stop
Report
Top
None
Sigle Selection
Border
|
|
- Add
the Static Text -
IDC_STATICFOUND, Text Properties:
Right click the Static
Text and click Properties
on the shortcut menu to open the Text
Properties dialog box:
General
tab
* ID:
* boxes checked
Styles
tab
* Align text:
|
IDC_STATICFOUND
Visible, Group
Default |
|
|