Specify properties of the
SingleLineEdit controls
Now you define the properties of the SingleLineEdit controls you
just added to the login window.
-
Select the first SingleLineEdit control you added.
The General page of the Properties view displays properties of
the SingleLineEdit control. If you do not see the Properties view,
select View>Properties from the menu bar. -
Select the text sle_1 in the Name text box.
Type sle_userid in the Name text box.
Clear the default text none in the Text text box.
The prefix sle_ is standard for SingleLineEdit
controls. -
Select the second SingleLineEdit control you added.
Type sle_password in the Name text box.
Clear the default text none in the Text text box.
Select the Password check box.
Because you checked the Password check box, the password the
user types at runtime will display as a string of asterisks.