-
Start Borland C++ Builder with the startup form.
-
From the Standard page of the Component Palette,
double-click the Panel control.
-
Set the following properties for the panel (leave
the other properties intact): BevelOuter = bvNone; Caption = empty;
Height = 265; Left = 0; Name = pnlFirstPage; Top = 0; Width = 430;
-
From the Component Palette, click the Edit control
and click anywhere on the panel. This is a simple control that will
serve as an indication when we are in the first page.
-
Click the panel on the form to make sure it is
selected.
-
On the main menu, click Edit -> Copy.
-
Click an empty area on the form to deselect the
panel and select the form.
-
On the main menu, click Edit -> Paste.
-
With the new pasted panel still selected, change
its properties as follows: Left = 0; Name = pnlSecondPage; Top =
0
-
From the Component Palette, click the ScrollBox
control and click on the panel.
-
Click an empty area on the form to select the
form.
-
From the main menu, click Edit -> Paste.
-
For the newly pasted panel, change the properties
as follows: Left = 0; Name = pnlThirdPage; Top = 0
-
On the Component Palette, click the GroupBox
control and click on the current panel.
-
On the Component Palette, click the Additional
tab.
-
Click the Bevel control.
-
Click an unoccupied area in the lower section of
the form.
-
Change the properties of the Bevel control as
follows: Height = 25; Left = 0; Shape = bsTopLine; Top = 272; Width =
430
-
On the Component Palette, click the Standard tab.
-
Click the Button control.
-
Click in the lower section of the form
-
Change the properties of the button as follows:
Caption = &Back; Left = 112; Name = btnBack; Top = 280
-
Add another button on the right side of the Back
button and change its name to btnNext
-
Add another button of the right side of the Next
button and change its name to btnFinish
-
Add one more button on the right side of the
finish button. Set its Cancel property to True and its name to btnCancel