- Add the
Label - lbtype
Properties:
A Label control is a
graphical control you can use to display
text that a user can't change directly.
Name:
Caption:
Font: |
lbtype
Type in the word to
search for:
Times New Roman, Bold,
size = 9 |
|
- Add
theText box -
TxtWord Properties:
Use to: Display, enter, or edit
data in a form's or report's underlying
record source, display the results of a
calculation, or accept input from a user.
Name:
On Key Press |
TxtWord
(event procedure) |
|
- Add the
Text box- Txtinfo
Properties:
Use to: Display, enter, or edit
data in a form's or report's underlying
record source, display the results of a
calculation, or accept input from a user.
- Add the
Command Button
-CmdDisplay Properties:
Use a CommandButton
control to begin, interrupt, or end a
process. When chosen, a CommandButton
appears pushed in and so is sometimes
called a push button.
Name:
Caption:
On Click |
CmdDisplay
Display
(Event Procedure)
|
|
- Add the
ListView -ListView6
Properties: ActiveX control - added
fFrom the Toolbox
The ListView
control displays items using one of four
different views. You can arrange items
into columns with or without column
headings as well as display accompanying
icons and text.
Name:
Ole class:
View: |
ListView6
ListViewCtrl
3 |
|
- Add the
ImageList -ImageList1
Properties:
An ImageList
control contains a collection of ListImage
objects, each of which can be referred to
by its index or key. The ImageList
control is not meant to be used alone,
but as a central repository to
conveniently supply other controls with
images.
Name:
Ole class: |
ImageList1
ImageListCtrl |
|
- Add the
ImageList -ImageList2
Properties:
An ImageList
control contains a collection of ListImage
objects, each of which can be referred to
by its index or key. The ImageList
control is not meant to be used alone,
but as a central repository to
conveniently supply other controls with
images.
Name:
Ole class: |
ImageList2
ImageListCtrl |
|
|