|
Now will create the target items
- Click an empty area on the form to make sure nothing is selected
- On the Component Palette, click Standard. Double-click the Panel
button
.
- On the Object Inspector, delete the content of the Caption field.
Change the name of the Panel control to pnlNoSelection
- Set the properties of the Panel control as follows: Height = 289;
Left = 136; Top = 8; Width = 409.
- Click inside of the panel to make sure it is selected (and not one
of its properties). On the main menu, click Edit -> Copy.
- With the panel still selected, add a label to the panel. On the
Object Inspector, click Caption and type Rockville Technologies
- With the new label still selected, on the Object Inspector,
double-click the right field of the Font property. Change the font to Garamond, Bold,
36, Blue. Click OK
- Click an empty area on the form to make sure that nothing is
selected (if you cannot see the form, click the TreeView control and
press Esc).
- On the main menu, click Edit -> Paste
- The newly pasted panel should be selected (otherwise select it).
Empty its Caption property and change its name to pnlMainUser
- Set its properties as follows: Left = 136; Top = 8.
- Add a few controls to the selected panel
- Click and empty area on the form.
- On the main menu, click Edit -> Paste.
- Set the properties to Left = 136; Top = 8; Name = pnlDefaultInfo
- Set its properties as follows: Left = 136; Top = 8.
- Add a few controls to the selected panel
|